/* 首頁列表 */
/*---------------------
Footer News & Banner Section
-----------------------*/
.news-banner-section a { color: #010101; }
.news-banner-section a:hover { color: #338EFF; }

.news-banner-section .list-group-item {
	border-bottom: 1px dashed #cccccc;
	font-size: 1.125em;
}

.news-banner-section .list-group-item span {
	color: #aaa;
	font-size: 0.875em;
}

.news-section, .banner-section {
	border-bottom: 2px solid #338EFF;
	position: relative;
}
.section-title {
	clip-path: polygon(0 0, 81% 0%, 100% 100%, 0% 100%);
	background: #338EFF;
	width: 6em;
	color: #FFF;
	line-height: 1em;
	font-size: 1.75em;
	font-weight: 700;
	padding: 0.5em;
	letter-spacing: 0.1em;
	vertical-align: middle;
}
.news-section span, .banner-section span {
	font-size: 1.125em;
	font-family: monospace;
	letter-spacing: 0.2em;
	color: #338eff;
	vertical-align: text-top;
}
.news-section a span, .banner-section a span {
	color: #338EFF;
	vertical-align: middle;
	font-weight: 700;
	position: absolute;
	right: 0;
	top: 25%;
}
.news-section a:hover span, .banner-section a:hover span {
	color: #c0d2ad;
}
.news-section a span [class^="ti-"], .banner-section a span [class^="ti-"] {
	font-size: 12px;
}

.banner-section-content .banner img {
	border-radius: 20px;
	margin: 15px auto;
	max-width: 90%;
}
.banner-section-content .banner h4 {
	text-align: center;
	padding-bottom: 10px;
	font-weight: 600;
}
.section-footer {
	border-top: 2px solid #338EFF;
}

.banner-section-content .carousel-indicators {
	padding-bottom: 40px;
}
.banner-section-content .carousel-indicators li {
	background-color: #f5f5f5;
}


/* 最新消息總覽頁 */
.news {
	max-width: 800px;
	padding: 2%;
	padding-top: 0;
}
.thead {
	background: #338EFF;
	color: #FFF;
	font-size: 1.25em;
	text-align: center;
	font-weight: 700;
}
.tbody .tr {
	font-size: 1.125em;
	border-bottom: 1px solid #338EFF;
}
.tbody a {
	display: block;
	color: #010101;
	vertical-align: middle;
}
.tbody a:hover { color: #338EFF; }
.tbody .right-date {
	color: #666;
	font-size: 0.875em;
}
.tbody .right-date span {
	vertical-align: middle;
}


/* 每則最新消息 */
.news-title {
	text-align: center;
		font-weight: 700;
		line-height: 1.25em;
		color: #338EFF;
		font-size: 3em;
		letter-spacing: 2px;
		margin-bottom: 0.5em;
}

.news-content {
	border-top: 1px solid;
	font-size: 1.25em;
	padding: 2em 0;
	line-height: 2em;
}

.news-content img {
	width: 100%;
	max-width: 100%;
}
.news .date {
	color: #666;
	font-size: 0.875em;
	letter-spacing: 1px;
}
.news-social-icons a {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	width: 35px;
	color: #666;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
	margin-right: 5px;
	z-index: 1;
	border: 1px solid;
	text-decoration: none;
	font-size: 16px;
	padding: 1px;
}

.news-social-icons .line {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	font-family: 'Nunito';
}
.news-social-icons .line:hover {
	background: #00b900;
	color: #FFF;
}

.news-social-icons .facebook:hover {
	background: #4267B2;
	color: #FFF;
}

.news-file {
	background-color: #fff;
	padding: 1em 2em;
	margin-bottom: 3em;
}