@charset "utf-8";

/* html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; font-family: Arial, Helvetica, Serif, "微軟正黑體","Microsoft JhengHei", 'Open Sans'; } */
/* html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; font-family:'Times New Roman', Times, "PMingLiU", "NSimSun", serif; } */
/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
/* .font { font-family: 'Times New Roman', Times, serif; } */
/* .font { font-family: "微軟正黑體","Microsoft JhengHei", "ProximaNova_Regular" sans-serif; } */

.clearfix:before,
	.clearfix:after { content:""; display:table; }
	.clearfix:after { clear:both; }
	img{ vertical-align: middle; }
	a:link { text-decoration: none; }
.img-responsive { width: 100%; height: auto; }

html {
	height: 100vh;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family:  'Roboto Condensed', 'Noto Sans HK', sans-serif;
	background: rgb(67, 78, 138);
	background: linear-gradient(35deg, #212c63 18%, #53c1ad 64%, #3b73b3 86%);
	background-attachment: fixed;
}
p { margin-top: 0; margin-bottom: 0 !important; }

/* -------------------Transition---------------------- */
.transition {
	animation: transitionIn 0.75s;
}
@keyframes transitionIn {
	from {
		opacity: 0;
		/* transform: rotateX(-10deg); */
	}
	to {
		opacity: 1;
		/* transform: rotateX(0); */
	}
}

.fullBack { 
	position: absolute; top:-40%; left: 0; bottom:0; right:0; 
	/* background-color: #acbd7b; */
	/* background: rgb(0,171,228);
	background: radial-gradient(circle, rgba(0, 171, 228, 0.7) 0%, rgba(85,103,176,0.3) 25%, rgba(44,47,94,0) 50%); */
	background: rgb(128, 171, 226);
	background: radial-gradient(circle, rgba(128, 171, 226, 0.7) 0%, rgba(104, 133, 250, 0.3) 25%, rgba(44,47,94,0) 50%);
}
/* --------------------- Header ---------------------- */
.header { 
	position: fixed; top: 0; width: 100%; /* height: 90px; */
	box-sizing: border-box; 
	background-color: #156A89; z-index: 60;
}
.headerPos {position: relative; width: 95%; height: auto; margin: 0 auto; }
.rthkLogoWrap { 
	position: relative; width: 120px;
	box-sizing: border-box; 
	margin: 0 0 0 15px; float: left;  
}
.rthkLogo { display: block; width:100% }
.logoHoriWrap { 
	position: relative;
	width: 160px; float: left;
	box-sizing: border-box;
	margin: 0 15px 0 15px; padding-left: 15px;
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	display: block;  
}
.logoHori { display: block; width:100% }
.headShd { 
	position: absolute; bottom:-20px; width:100%; height:20px;
	background: rgb(44,47,94);
	background: linear-gradient(0deg, rgba(44,47,94,0) 0%, rgba(44,47,94,0.12) 48%, rgba(26,28,55,0.3) 100%);
}
.navbar-nav .nav-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	padding: 0 1.5vw !important;
}
.link-text {
	width: 60px;
	text-wrap: auto;
	display: block;
	font-size: 1.2em;
	letter-spacing: .1em;
	text-align: center;
	line-height: 1.4em;
	font-family: "ar-yuanb5std", sans-serif;
	font-weight: 300;
	font-style: normal;
}
.link-text:before {
	content: '';
	display: block;
	position: absolute;
	left:0;
	top: 15%;
	height: 70%;
	width: 1px;
	background-color: rgba(255,255,255,0.25);
}
.nav-item.active .link-text { color: #35D4BC; }
#nav-home .link-text:before { display: none; }
@media only screen and (max-width: 1200px) {
	.navbar-nav .nav-link { padding: 0 1vw !important; }
}
@media only screen and (max-width: 992px) {
	.link-text { width: 100%; }
	.link-text:before { height: 1px; top: 0; left: 35%; width: 30%; }
	.navbar-nav .nav-link { padding: 15px .5vw !important; }
}
.navbar-toggler { border: 0 !important; }
/* --------------------- Main ------------------------ */
.fullWrap {
	position: relative;
	width: 100%; height: auto;
	margin: 95px auto 0 auto;
}
@media only screen and (max-width: 1200px) {
	.fullWrap {
		margin-top: 90px;
	}
}
.hotTopicGrpCon {
	position: fixed;
	display: flex;
	justify-content: center;
    padding: 15px 20px;
	flex-direction: row;
	align-items: center;
	width: 100%;
	/* background: linear-gradient(to bottom, rgba(58, 73, 141, 0.9) 50%, rgba(58, 73, 141, 0) 100%); */
	background: linear-gradient(
		to bottom,
		hsla(229, 42%, 39%, 0.9) 0%,
		hsla(229, 42%, 39%, 0.889) 8.1%,
		hsla(229, 42%, 39%, 0.856) 15.5%,
		hsla(229, 42%, 39%, 0.806) 22.5%,
		hsla(229, 42%, 39%, 0.742) 29%,
		hsla(229, 42%, 39%, 0.667) 35.3%,
		hsla(229, 42%, 39%, 0.583) 41.2%,
		hsla(229, 42%, 39%, 0.495) 47.1%,
		hsla(229, 42%, 39%, 0.405) 52.9%,
		hsla(229, 42%, 39%, 0.317) 58.8%,
		hsla(229, 42%, 39%, 0.233) 64.7%,
		hsla(229, 42%, 39%, 0.158) 71%,
		hsla(229, 42%, 39%, 0.094) 77.5%,
		hsla(229, 42%, 39%, 0.044) 84.5%,
		hsla(229, 42%, 39%, 0.011) 91.9%,
		hsla(229, 42%, 39%, 0) 100%
	);
	z-index: 12;
}
.hotTopicLabel {
	color: white;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 15px;
	letter-spacing: 2px;
	opacity: .7;
	white-space: nowrap;
	align-self: start;
	padding: 8px 0;
	line-height: 50px;
}
.hotTopicGrpList {
	text-align: center;
	height: 50px;
	overflow: hidden;
}
.topicGrpBtn {
	border: solid .5px white;
	padding: 8px 15px;
	color: white;
	margin: 6px 3px;
	border-radius: 99px;
	opacity: .7;
	letter-spacing: 2px;
	display: inline-block;
	text-align: center;
	transition: all .2s ease;
	display: inline-block;
}
.topicGrpBtn:hover {
	opacity: 1;
	color: white;
	background-color: rgba(58, 73, 141, 0.9);
}
@media only screen and (max-width: 992px) {
	.hotTopicGrpCon {
		flex-direction: column;
		justify-content: center;
	}
}
/* --------------------- Highlights -------------------- */
.bodyCon {
    position: relative;
    float: left;
    width: 32%;
    height: auto;
    margin: 0 auto;
    padding-top: 100px;
    margin-left: 5%;
}

.higlightsCon {
    position: fixed;
	display: flex;
    right: 4%;
    width: 56%;
	height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
}
.highlightWrap {
    width: 100%;
    margin: 0 auto;
	max-width: min(100%, calc(100vh - 300px));
    transform: translateY(10px);
}
.article-label {
    position: absolute;
    top: 0;
    width: 200px;
    height: calc(100% - 3em);
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    color: white;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    border-radius: 99px;
    margin: 2% 0;
    line-height: 1.4em;
    z-index: -1;
}
.article-label span {
	display: block;
	width: 30px;
	text-orientation: upright;
	line-height: 1.3em;
}
.cateArticleList .article-item {
    position: relative;
    margin: 3% 3%;
}

.cateArticleList .article-item-pic {
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 2;
}

.cateArticleList .article-item.left {
    margin-left: 70px;
}

.cateArticleList .article-item.right {
    margin-right: 70px;
}

.cateArticleList .article-item.left .article-label {
    left: -55px;
    align-items: flex-start;
}

.cateArticleList .article-item.right .article-label {
    right: -55px;
    align-items: flex-end;
}

.article-label.color-1 {
    background: linear-gradient(to left, #4964b2 20%, #5f2d69 100%);
}

.article-label.color-2 {
    background: linear-gradient(to right, #4964b2 40%, #49a298 100%);
}
/* --------------------- Transition -------------------- */
/* .page-transition {
    opacity: 0;
	transition: opacity 0.5s ease-in-out;
} */

.main-transition {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#content {
	transition: opacity 0.5s ease-in-out;
}

#content.new-page {
	opacity: 0;
}

/*------------------------ Footer -----------------------*/
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    padding: 15px 0;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    color: #d3d6eb;
    background: linear-gradient(to top, rgba(58, 95, 137, 1.0) 0%, rgba(96, 45, 106, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 2600px) {

}

@media screen and (max-width: 1900px) {

}

@media screen and (max-width: 1700px) {

}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1200px) {
	.rthkLogoWrap { 
		width: 110px;
	}
	.logoHoriWrap { 
		width: 140px; 
	}
}
@media only screen and (max-width: 992px) {
    .fullWrap { 
        margin-top: 30px; 
        display: flex; 
        flex-direction: column; 
    }
    .bodyCon { 
        order: 5; 
        padding-top: 0; 
        width: 90%; 
        float: initial; 
        left: initial; 
        right: initial; 
        margin: 0 auto; 
        padding-bottom: 80px; 
    }
    .higlightsCon {
        order: 1; 
        position: relative; 
        transform: translateY(0); 
        top: 0; 
        padding-top: 70px; 
        height: auto; 
        left: initial; 
        right: initial; 
        width: 92%; 
        margin: 0 auto !important; 
    }
    .highlightWrap { 
        transform: translateY(0); 
    }
    .hotTopicGrpCon { 
        position: relative !important; 
        order: 4; 
        background: none; 
    }
    .hotTopicGrpList { 
        width: 95%; 
        margin: 0 auto; 
    }
	.hotTopicLabel {
		align-self: center;
	}
    .slider-label { 
        font-size: 1.2em;
        text-align: center;
        border-radius: 15px 15px 0 0;
        margin: 0 auto;
        padding: 10px 15px;
        width: 150px;
        height: 50px;
        right: calc(50% - 75px);
        top: -45px;
		writing-mode: horizontal-tb;
		letter-spacing: 8px;
        text-indent: 8px;
    }
    footer { 
        bottom: 45px !important;
		position: relative;
    }
	.cateArticleList { margin-left: -3%; margin-right: -3%; }
}
@media screen and (max-width: 825px) {
	.logoHoriWrap { display: block; }
}
@media only screen and (max-width: 767px) {

    .cateArticleList .article-label { 
        width: 50px; 
        padding: 10px; 
        font-size: 1em; 
    }
    .cateArticleList .article-item.left { 
        margin-left: 50px; 
    }
    .cateArticleList .article-item.right { 
        margin-right: 50px; 
    }
    .cateArticleList .article-item.left .article-label { 
        left: -45px; 
        border-radius: 99px 0 0 99px; 
    }
    .cateArticleList .article-item.right .article-label { 
        right: -45px; 
        border-radius: 0 99px 99px 0; 
    }
    .rthkLogoWrap { 
        width: 90px;
        margin: 5px 0 5px 15px;
    }
    .logoHoriWrap { 
        width: 120px; 
        margin: 0 0 0 10px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 425px) {
    .fullWrap { 
        margin-top: 60px; 
    }
    .header { }
    .headerPos { 
        width: 100%;
    }
	.rthkLogoWrap {
		margin: 0 0 0 0;
	}
	.rthkLogo {
		width:70%;
		margin: 0 auto;
	}
	.logoHoriWrap { 
		margin: 0 0 0 0;
		padding-left: 0;
	}
	.logoHori {
		width:80%;
		margin: 0 auto;
	}
}
