@charset "utf-8";


/* CSS Document */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,blockquote,fieldset,input { margin: 0; padding: 0; }

.clearfix:before,
	.clearfix:after { content:""; display:table; }
	.clearfix:after { clear:both; }
	img{ vertical-align: middle; }

a { color: #25546f; text-decoration: none; transition: color 0.3s ease; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; color: #07383a; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }

html{
	height: 100vh;
	background-color: rgb(117, 136, 136);
}

body{
	font-family: "Microsoft JhengHei", 'Noto Sans HK', sans-serif;
	background-color:rgb(229, 238, 234);
	font-size: 19px;
	line-height: 1.7em;
	letter-spacing: 1px;
}
/* body {
	margin: 0;
	height: 100vh;
	display: grid;
	place-items: center;
	background: rgb(231, 231, 231);
} */


.footer {
	position: relative;
	width: 100%; height: 150px;
	padding: 15px 0;
	text-align: center; font-size: 18px; letter-spacing: 2px;
	color: #e1e8f7; background-color: rgb(73, 65, 65);
}

h1 { font-size: 2em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.2em; }
/*------------------------- Header ---------------------*/
#headBanWrap { 
	position: relative;
	width: 100%; height: auto;
	overflow: hidden;
	background: #dae3dd;
	background-size: contain; 
}
.headBanBack {
	position: absolute; top:0; bottom: 0; left: 0; right: 0;
	/* background: url(../images/ban_Back.png); */
	background-image:url(../images/Header_Banner_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	/* background-size:auto 100%; */
	background-size:cover;
}
#rthklogo { width: 120px; position: absolute; top: 25px; left: 30px; margin-bottom: -50px; z-index: 999; }
.banArtWrap {
	position: relative; 
	/* max-width: 1320px;  */
	height: auto; 
	margin: 0 auto;  
}
.banArt { position: relative; width:100%; height: auto; overflow: hidden; }
.banImg { display: block; width: 100%; }
.banImg_m { display: none;}
.banLogoWrap { 
	position: absolute; top:0; bottom: 0; left: 0; right: 0;
	display: flex; justify-content: center;
}
.banLogo { height: 100%;}
.banLogoImg { display: block; height: 100%; margin: 0 auto;}


/* Navigation */
.navbar { padding: 0; }
.navbar .navbar-brand { color: #746555; }
.nav-item { position: relative; margin: 0px 10px 0px 10px;  }
.nav-item:after { width: 100%; }

.nav-item:hover .nav-link {
	transform: translateY(-4px);
	background-image: linear-gradient(to bottom, #514135, #79685b 50%);
	color: #fff !important;
}
.nav-item.active .nav-link{
	background-image: linear-gradient(to bottom, #514135, #79685b 50%);
}
.nav-item.inactive {
	position: relative;
	padding: 5px 20px 5px 20px !important;
	border-radius: 3px;
	color: #eddbfd !important; 
	text-align: center;
	z-index: 30;
	font-size: 1.0em;
	background-color:  rgba(116, 101, 85, 0.3);
	line-height: 1.2em;
}


.nav-link {
	position: relative;
	margin-top: -30px;
	padding: 5px 30px !important;
	border-radius: 5px 5px 0px 0px;
	color: #e1d4b2 !important; 
	background-image: linear-gradient(to bottom, #c29778, #79685b 50%);
	text-align: center;
	z-index: 30;
	font-size: 20px;
	transition: all .2s ease;
	text-decoration: none !important;
}

.index-nav-link {border-radius: 5px 5px 5px 5px;}

@media only screen and (max-width: 991px) {
	.nav-item:hover .nav-link {
		transform: none;
	}
	.nav-link {
		transition: none;
	}
}


#nav-event {
	pointer-events: none;
	opacity: 0.5;
}
@media only screen and (max-width: 991px) {
	.nav-link { text-align: center; }
}
.active .nav-link { 
	position: relative; z-index: 10; /* required to put at top */
	color: #FFF !important;
	margin-top: 0;
}
.active .nav-link:link,
.active .nav-link:visited,
.active .nav-link:active,
.active .nav-link:hover {
	color: #FFF !important;
}
.navbar { position: relative; z-index: 10; background-color: #79685b; }
@media only screen and (max-width: 992px) {
	
	.navbar { position: relative; background-color: #79685b; /* box-shadow: 1px 3px 6px rgba(0,0,0,0.05); */ }
	.nav-item:after { height: calc(100% - 6px) !important; margin: 4px 0; top: 0; width: 4px;  }
	.nav-item:hover:after { width: 10px; }
	.active.nav-item:after { height: 2em; color: #fff; width: 100%; color: #FFF; border-radius: 3px; }
	
	.navbar.affix { position: fixed; z-index: 20; top: 0; width: 100%; box-shadow: 2px 2px 12px rgba(0,0,0,0.05); }

}
.affix .nav-item:hover .nav-link { transform: translateY(-4px); }
.navbar .navbar-brand { position: relative; visibility: visible; color: #4a3c35; text-decoration: none; font-size: 18px; font-weight: bold; padding-left: 1em; }
.navbar-nav { letter-spacing: .1em; }

.navbar-toggler { border: none !important; }
.navbar-toggler[aria-expanded="true"] { background-color: rgba(179,193,194,0.3); }
.navbar-toggler.collapsed { /* background-color: transparent; z-index: 99; */ }

.collapsing .nav-link,
.collapse.show .nav-link { padding: .35rem 1rem; margin-top: 0;}

.navbar-expand-lg .navbar-nav .nav-link { padding-right: .75rem; padding-left: .75rem; }

.dropdown-menu { border: none; box-shadow: 2px 2px 12px rgba(0,0,0,0.1); }
.dropdown-menu .dropdown-item { color: #373737; text-decoration: none; }
.dropdown-menu .dropdown-item:hover { background-color: rgba(16,30,86,0.1); }
.dropdown-menu .dropdown-item.disabled { /* color: rgba(164152,109,.5); */ pointer-events: none; }

@media only screen and (max-width: 991px) {
	.dropdown-toggle { width: 100%;  transition: none; }
}
@media only screen and (min-width: 992px) {	
	.dropdown-toggle { position: relative; overflow: hidden; }
	#sport-dropdown,
	#emoji-dropdown { width: 180px !important; min-width: initial; }
	#message-dropdown { width: 300px !important; min-width: initial;  }
}
.icon-emoji { background-size: auto 100%; background-repeat: no-repeat; background-position: 10px center; padding-left: 50px; }

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
/* ============ desktop view .end// ============ */

/* Add scrollbale Menu ----------------------------------------------------------------------------------------------------- */

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}


@media only screen and (min-width: 992px) {
	
	.navbar-brand { display: none; }
	
	.affix + .container-fluid {
		padding-top: 70px;
	}
	.affix-top .navbar-brand { display: none; }
}
@media only screen and (max-width: 991px){
	.affix + .container-fluid {
		padding-top: 60px; margin-top: 0;
	}
}





.content-box {
    padding: 3em 8% 3em 8%;
    color: #454545;
}




/*----------------- Gist Introduction --------------------*/
.gistIntroWrap {
	position: relative; width:100%; height: auto;
	background: linear-gradient(0deg, rgb(156 184 186) 0%, rgb(218 227 222) 100%);
}
.gistIntroBlock 
	{ position: relative; 
		max-width: 1320px; 
		height: auto; 
		margin: 0 auto; 
		box-sizing: border-box; 
		background: linear-gradient(to bottom, rgba(242, 242, 237, 0), rgba(242, 242, 237, 1));
	}
.gistIntro { position: relative; width: 100%; padding: 0 8% 2em 8%; margin: 0 auto; }

/*-------------- Language Bar --------------*/
.langWrap { 
	position: absolute; right: 8%; bottom: 0px; 
	width:100px; height: 35px; 
	/* background-color: rgba(255, 255, 255, 0.8);  */
	background-color: rgba(183, 8, 8, 1); 
	border-radius: 8px 8px 0 0;
}
.langBlock {
	position: relative;
	width:50%; 
	text-align: center; box-sizing: border-box; 
	float: left;
	font-size: 16px; line-height: 30px;
	display: flex;
  	justify-content: center;
}
.landShd {position: absolute; right: 0; top:0; pointer-events: none; }
.shdImg {width: 100%; display: block; opacity: 0.5; }
.langLink {
	color: rgb(246, 207, 207); 
	margin-top: 5px; 
}
.langLink:hover {
	color: rgb(228, 227, 237); 
}
/* -----------------More Video Section ---------------- */
.moreVideoWrap2 { 
	position: relative; width: 100%; height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	background: linear-gradient(0deg, #e92d37 0%, #901423 100%);
}

/* -----------------Photo Album Section ---------------- */
.photoAlbumWrap { 
	position: relative; width: 100%; height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	background: linear-gradient(0deg, rgb(254, 219, 168) 0%, rgb(128, 209, 185) 80%, rgb(169, 224, 208) 100%);
}
.sectionTitleLight {
	padding: 0px;
	font-size: 24px; letter-spacing: 2px; line-height: 32px;
	color: #FFF;
	/* border-bottom: 1px solid #847c7c; */
}
.sectionTitleLight h2,
.sectionTitle h2 {
	font-weight: bold;
	font-size: 24px;
    letter-spacing: 2px;
    line-height: 32px;
}
/* -----------------Short Video Section ---------------- */
.shortVideoWrap { 
	position: relative; width: 100%; height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	background: rgb(219,93,83);
	background: linear-gradient(0deg, rgba(219,93,83,1) 0%, rgba(38,17,15,1) 100%);
}
.conBlock {
	position: relative;
	max-width: 1320px; height: auto;
	padding-top: 50px; 
	margin: 0 auto;
}
.introTitle {
	position: relative; width:100%;
	text-align: center; 
	font-size: 28px; letter-spacing: 2px; color: rgb(241, 227, 227);
	margin-bottom: 50px;
}
.introTitleBlock {
	display: inline-block; width: auto; height: auto;
}
.introTxtOut {
	position: relative;
	display: inline;
	padding: 14px; margin: 0 5px;
}
.introTxtOut.eng { padding: 14px 0 14px 14px;}
.introTxtOut.ou {
	background-image: url(../images/typeCir.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
#video-container-intro { 
	position: relative;
	margin: 0 auto;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
}
.video-desc-container { 
	position: relative; width:86%; 
	padding: 5px 0 30px 0; margin: 0 auto; 
	font-size: 20px; letter-spacing: 2px; line-height: 32px; color: rgb(253, 240, 240); 
}
.dotBackWrap {
	position: absolute; top:0; width:100%;
}
.dotBack { display: block; width:100%; }
/*-------------  Video Slider -------------*/
.miniSlider { 
	position: relative; width: 86%; 
	margin: 10px auto 0px auto; 
	padding: 0 0 20px 0;
}
.miniSlider.inner { margin: 0 auto 0 auto; }
.slideWrap { position: relative; top: 0; bottom: 0; left: 0; right: 0; vertical-align: bottom;  }
.picWrap { width: 100%; display: block; }
.gisWrap {   width: 100%; height: auto;  text-align: left;  box-sizing: border-box;}
.gisWrap p { margin: 0 0; }
.gisTit { font-size: 22px; line-height: 26px; font-weight: 500; letter-spacing: 1px; padding: 10px 0 3px 0; color: #fdf7f7;}
.gisCon { font-size: 18px; line-height: 23px; letter-spacing: 1px; padding-bottom: 10px; color: #e6cfcf; padding-top: 10px; }
.gisTit+.gisCon { padding-top: 0; }
.gis { padding: 0 !important;}
/* ------------------- More Video -------------------*/
.moreVideoWrap {
	position: relative;
	width:100%;
	text-align: center;
	padding-bottom: 50px;
}
.moreVidBtn {
	display: inline-block;
	padding:5px 10px 5px 15px;
	font-size: 20px; letter-spacing: 2px; line-height: 28px;
	color: #dcb2b2;
	background-color: #af2222;
	border-radius: 50px;
}
.moreVidBtn:hover { background-color: #c11e1e;}
.video-title { margin-top: .25em; }
.arr { display: inline-block; width: 16px; }
.arrImg { display: block; width: 100%; }
.picWrap { border-radius: 5px; }
#video-container-intro { border-radius: 5px; }
/*------------------ dailyNewsWrap ---------------- */
.dailyNewsWrap { 
	position: relative; width:100%;
	background-color: rgb(239, 239, 234); 
}
.dailyNewsCon {
	position: relative;
	max-width: 1320px; height: auto;
	padding-top: 20px; 
	margin: 0 auto;
}
.dailyNewsBlock {
	position: relative; width:86%; 
	margin: 0 auto; padding: 0 0 50px 0;
}
.sectionTitle {
	position: relative;
	padding: 0 20px 10px 0;
	font-size: 24px; letter-spacing: 2px; line-height: 32px;
	border-bottom: 1px solid #847c7c;
}
.newsRow {
	position: relative;
	width: 100%; height: auto;
	border-bottom: 1px dotted #847c7c;
	display: flex;
}
.newsHeadBlock {
	position: relative;
	box-sizing: border-box;
	padding: 15px 5% 15px 0;
	flex: 0 0 20%; 
}
.newsInfoBlock {
	box-sizing: border-box;
	padding: 15px 2% 15px 0;
	font-size: 20px; letter-spacing: 2px; line-height: 32px;
	text-align: justify;
	color: #484646;
	flex: 0 0 78%; 
}
.newsProfile { 
	position: relative;
	width:100%;
}
.newsImg { display: block; width: 100%; }
.newsDate { 
	width: 100%;
	text-align: center;
	font-size: 24px; letter-spacing: 2px; line-height: 32px;
}

/*---------------------- Event Listing ------------------ */
.eventsListSection{ 
	position: relative; width: 100%;
	background-image: url(../images/bg_purple.jpg);
	min-height: 1000px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.eventsListSection2{ 
	position: relative; width: 100%;
	background-image: url(../images/bg_blue.jpg);
	min-height: 1000px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.eventsCon {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.eventsBlock {
	position: relative; width: 90%; 
	max-width: 1400px;
	margin: 0 auto; 
	padding: 1em 0;
}
.eventItems {
	position: relative; 
	/*max-width: 1200px;*/
    margin: 0 auto;
	padding: 0 0 1em 0;
}
.eventItems.link:hover {
	transform: scale(1.03);
}

.darkBg { background-color: #c7d3cb;}
.lightBg { background-color: #dae3dd;}


.bjbanner {
	width:100%;
	height: auto;
	margin: 0;
	position: relative; width:100%; height: auto; overflow: hidden;
}

.bjbanner img {	display:block;
	border: solid 0px;
	border-radius: 10px;
}

.eventDate {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 4px;
	width: 240px;
	font-size: 24px; letter-spacing: 2px; line-height: 36px;
	color: #f1e0e0;
	border-radius: 10px 10px 0 0;
	/* background-color: #0853a4; */
	background-color:#da1c30;
}
.eventItems:nth-child(odd) .eventDate {
	background-color: #0853a4;
}
.eventItems:after {
	content: "";
	clear: both;
	display: table;
}
.dateShd {
	position: absolute;
	top:0; bottom: 0; right: 0; left:0;
	background: linear-gradient(0deg, rgba(41, 21, 17, 0.3) 0%, rgba(125,53,31,0) 36%);

}
.eventTable { 
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 10px 10px;
	margin-left: 10px;
	/* width: calc(80% - 15px); */
	width: calc(100% - 270px);
	float: right;
}
.eventItemsPic {
	
}
.eventItemsPic img {
	width: 340px;
	float: left;
	border-radius: 10px;
}

.eventItemsPic2 {
	background-color: white;
}
.eventItemsPic2 img {
	width: 250px;
	float: left;
	border-radius: 20px;
}

.eventsRow {
	position: relative;
	margin: auto;
	width: 100%;
	display: flex;
}
.eventsRow:nth-child(odd){ 
	/* background: rgba(255, 255, 243, 0.7); */
}
.eventsTitleCol {
	box-sizing: border-box;
	font-size: 20px; letter-spacing: 2px; line-height: 32px;
	text-align: right;
	padding: 15px 2% 15px 0;
	background: rgba(127, 108, 99, 0.5);
	color: #e5e5e5;
	flex: 0 0 15%; 
}
.eventsTitleCol.eng{ flex: 0 0 24.8%;}
.eventsRow:nth-child(odd) .eventsTitleCol{ 
	background: rgba(127, 108, 99, 0.7);
}
.eventsRow:nth-last-child() { border-radius: 0 0 8px 8px;}
.eventsGistCol {
	box-sizing: border-box;
	padding: 0.7em 1.5em;
	font-size: 19px; letter-spacing: 1px; 
	text-align: justify;
	color: #252020;
}
.eventsGistCol.eng { flex: 0 0 70%;  text-align:left; }

.subHead {	
	width: 100%;
	text-align: center; 
    padding: 2em 1em 1em 1em;
}

.subHeader {color: #4f7173; padding-bottom: 1.5em;}
.subHead-desc { }

/*--------------------------- Video Listing -----------------*/
.videoListingSection {
	position: relative; width:100%;
	background-color: rgba(219,93,83,1)
}
.videoListingCon {
	position: relative;
	max-width: 1320px; height: auto;
	margin: 0 auto;
}
.videoListingBlock {
	position: relative; width:88%; 
	margin: 0 auto; padding: 0 0 50px 0;
	display: flex;
	flex-wrap: wrap;
}
.videoListBox { 
	position: relative;
	margin: 1% 1%;
	flex: 0 0 23%;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.16);
	box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.16); 
}
.videoListBox:last-child {
	margin-right: auto; /* This pushes the last item to the left */
}
.videoDateBar {
	position: relative;
	width:100%; box-sizing: border-box;
	font-size: 16px; letter-spacing: 2px; line-height: 28px;
	padding: 5px 10px;
	color: #d4d0d0;
	border-radius: 8px 8px 0 0;
	background: rgb(96,48,39);
	background: linear-gradient(0deg, rgb(131, 33, 16) 0%, rgb(193, 41, 24) 30%);
}
.videoThn {
	position: relative;
	width: 100%; height:auto;
}
.videoThnImg {
	display: block; width:100%;
}
.ply-icon {
	position: absolute;
	width: 50px;
	left: 15px; bottom: 15px;
	border-radius: 25px;
	background-color: rgba(250,242,242,0.7);
}
.ply-icon-img { display: block; width:100%; }
.videoGistBox {
	position: relative;
	box-sizing: border-box;
	width: 100%; height:auto;
	padding: 15px;
	border-radius: 0 0 8px 8px;
	font-size: 20px; letter-spacing: 2px; line-height: 28px;
	background-color: #dfdada;
}
.videoTitTxt { 
	color: #494646;
	padding-bottom: 5px;
	border-bottom: 1px solid #8e8888;
}
.videoGistTxt {
	padding-top: 5px;
	color: #2c2424; 
}

/*---------------------------- Spacer -----------------------*/
.spacer {
	position: relative;
	width: 100%;
	height: 200px;
	background-color: rgb(239, 239, 234);
}
.spacer.inner { background-color: rgba(219,93,83,1) }

/*------------------------ Footer -----------------------*/
footer {
	position: relative;
	width:100%; 
	padding: 2em 0em; 
	text-align: center;
	background-color: #fff;
	font-size:.9em;
}
@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) {
	/*------------- Short Video Section ---------- */
	.video-desc-container { padding: 5px 0 40px 0;}
	.miniSlider { 
		width: 76%; 
		margin: 10px auto 0px auto; 
		padding: 0 0 50px 0;
	}
	/*---------------- Video Listing --------------- */
	.ply-icon {
		width: 44px;
		left: 12px; bottom: 12px;
	}
	
}
@media only screen and (max-width: 1600px),
            screen and (max-height: 1000px) {

}
@media screen and (max-width: 1200px) {
	.eventsTitleCol { font-size: 18px; }
}
@media screen and (max-width: 992px) {
	/*------------------------- Header ---------------------*/
	#rthklogo { width: 80px; top: 20px; left: 20px; }
	.sectBack { width: 100%; height: 400px; }
	.divShpBlock { width: 200%; }
	.divShpBlock.intro { width: 200%; }
	.campLogo { right: 75%; top:80px; width:450px;}
	/*----------------- Short Video Section -------------- */
	.miniSlider { 
		width: 72%; 
		margin: 10px auto 0px auto; 
		padding: 0 0 30px 0;
	}
	/*----------------- Event Listing ---------------- */
	.eventTable {
		width: calc(70% - 10px);
	}
	.eventDate {
		/*padding: 4px 5% 4px 5%; */
		width: 20%;
		font-size: 20px; letter-spacing: 2px; line-height: 26px;
	}
	.eventItemsPic img {
		width: 30%;
	}
	.eventItemsPic2 img {
		width: 30%;
	}
	.eventsTitleCol {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 26px;
		padding: 10px 2% 10px 0;
		flex: 0 0 22%;
	}
	.eventsGistCol {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 26px;
	}
	.eventsTitleCol.eng{ flex: 0 0 30%; }
	.eventsGistCol.eng { flex: 0 0 65%; }
	/*---------------- Video Listing --------------- */
	.videoListBox { 
		margin: 1% 1%;
		flex: 0 0 31%; 
	}
	.videoGistBox {
		padding: 15px;
		font-size: 18px; letter-spacing: 1px; line-height: 24px;
	}
	.ply-icon {
		width: 40px;
		left: 10px; bottom: 10px;
	}
     
}
@media screen and (max-width: 825px) {

}

@media only screen and (max-width: 767px) {
	/*------------------------- Header ---------------------*/
	#headBanWrap { 
		width: 100%; 
		/* height: 270px;  */
		overflow: hidden;
	}
	.banArtWrap { 
		width:100%; 
		/* height: 270px;  */
	}
	.banArt {
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		/* display: flex; justify-content: center; */
	}
	.banImg { display: none;}
	.banImg_m { display: block; width:100%;}
	/* .banImg {
	  display: block;
	  width: auto;
	  margin-top: -8%;
	  opacity: 0.8;
	} */
	.banLogoWrap {width: auto; height: 270px; overflow: hidden; }
	.divShpBlock { width: 200%; }
	.divShpBlock.intro { width: 250%; }
	/*----------------- Gist Introduction ------------*/
	.introTitle { margin-bottom: 20px; }
	.gistIntro p{ font-size: 18px; letter-spacing: 2px; line-height: 30px; }
	/* ------------------Language Bar ------------------- */
	.langWrap { right: 8%; bottom: 0px; }
	/* ----------------- Short Video Section -------------------*/
	.dotBackWrap { width: 180%; }
	.introTitle { font-size: 20px; letter-spacing: 2px; }
	.introTxtOut{ padding: 12px; margin: 0 0px; }
	/*----------------- Daily News ----------------------------- */
	.newsDate { font-size: 18px; letter-spacing: 2px; line-height: 26px;
	}
	.newsHeadBlock { padding: 15px 5% 15px 0; }
	.newsInfoBlock {
		padding: 15px 4% 15px 0;
		flex: 0 0 74%;
		font-size: 18px; letter-spacing: 2px; line-height: 26px;
	}
	/*----------------- Event Listing ---------------- */
	.eventDate {
		/* padding: 4px 5% 4px 5%; */
		font-size: 16px; letter-spacing: 2px; line-height: 26px;
	}
	.eventsTitleCol {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 24px;
		padding: 10px 2% 10px 0;
		flex: 0 0 24%;
	}
	.eventsGistCol {
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 24px;
	}
	.eventsTitleCol.eng{ flex: 0 0 37%; }
	.eventsGistCol.eng { flex: 0 0 58%; }
	.eventItems { margin-top: 30px; }
	.eventDate .yr { display: none; }
	/*---------------- Video Listing --------------- */
	.videoGistBox {
		padding: 15px;
		font-size: 16px; letter-spacing: 1px; line-height: 22px;
	}
	.ply-icon {
		width: 36px;
		left: 10px; bottom: 10px;
	}
	

}
@media screen and (max-width: 625px) {


}

@media only screen and (max-width: 576px) {
	.banLogoBack { left: -30px }
	/* .banImg {
		display: block;
		width: auto;
		margin-top: -12%;
		opacity: 0.8;
	} */
	.banLogo { height: 94%; margin-top: 10px; }

	/*----------------- Gist Introduction ------------*/
	.video-desc-container { padding: 5px 0 20px 0;}
	.video-desc-container {
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 24px;
	  }
	.gistIntro p{ font-size: 17px; letter-spacing: 1px; line-height: 24px; }
	/* -------------- Short Video Section -------- */
	.conBlock { padding-top: 30px; }
	.introTitle { font-size: 18px; letter-spacing: 2px; }
	.introTxtOut{ padding: 10px; margin: 0 0px; }
	/*----------------- Daily News ----------------------------- */
	.dailyNewsCon { padding-top: 30px; }
	.sectionTitle {
  		padding: 0 20px 10px 0;
  		font-size: 20px;
  		letter-spacing: 1px;
		line-height: 26px;
	}

	.newsDate { font-size: 16px; letter-spacing: 2px; line-height: 22px;
	}
	.newsHeadBlock { padding: 15px 5% 15px 0; }
	.newsInfoBlock {
		padding: 15px 4% 15px 0;
		flex: 0 0 70%;
		font-size: 16px; letter-spacing: 1px; line-height: 22px;
	}
	/*----------------- Event Listing ---------------- */
	.eventDate {
		padding: 4px 5% 4px 5%;
		font-size: 18px; letter-spacing: 1px; line-height: 24px;
	}
	.eventsTitleCol {
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 22px;
		padding: 10px 2% 10px 0;
		flex: 0 0 24%;
		display: none;
	}
	.eventsGistCol {
		padding: 10px;
		font-size: 17px;
		letter-spacing: 1px;
		line-height: 22px;
	}
	.eventsTitleCol.eng{ flex: 0 0 38.6%; }
	.eventsGistCol.eng { flex: 0 0 55%; }
	.eventItems { margin-top: 20px; }
	/*---------------- Video Listing --------------- */
	.videoListBox { 
		margin: 2% 1%;
		flex: 0 0 48%; 
	}
	.videoGistBox {
		padding: 10px;
		font-size: 16px; letter-spacing: 1px; line-height: 20px;
	}
	.ply-icon {
		width: 30px;
		left: 10px; bottom: 10px;
	}
}
@media screen and (max-width: 425px) {
	/*------------------------- Header ---------------------*/
	#headBanWrap { 
		width: 100%; 
		/* height: 220px;  */
		/* height:240px */
	}
	.banArtWrap { 
		width:100%; 
		/* height: 220px;  */
		/* height:240px */
	}
	.banLogoWrap {width: auto; height: 220px; }
	.banLogoBack { left: 5px; bottom: -10px; }
	/* ---------------- Language Bar------------------ */
	.langWrap {
		right: 8%;
		bottom: 0px;
		width: 90px;
		height: 30px;
	}
	.langBlock { font-size: 16px; line-height: 24px; }
	.banLogo { height: 92%; margin-top: 10px; }
	/*----------------- Short Video Section -------------- */
	.miniSlider { 
		width: 68%; 
		margin: 10px auto 0px auto; 
		padding: 0 0 30px 0;
	}
	.gisTit {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: 1px;
		padding: 10px 0 3px 0;
	}
	.gisCon {
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 1px;
		padding-bottom: 10px;
		color: #e6cfcf;
	}
	.introTitle { font-size: 16px; letter-spacing: 2px; }
	.introTxtOut{ padding: 10px; margin: 0 0px; }
	/*----------------- Daily News ----------------------------- */
	.newsDate { font-size: 16px; letter-spacing: 0.5px; line-height: 20px;
	}
	.newsHeadBlock { padding: 15px 5% 15px 0; }
	.newsInfoBlock {
		padding: 15px 4% 15px 0;
		flex: 0 0 70%;
		font-size: 16px; letter-spacing: 1px; line-height: 20px;
	}
	/*----------------- Event Listing ---------------- */
	.eventDate {
		padding: 4px 5px 4px 5px;
		font-size: 18px; letter-spacing: 1px; line-height: 24px;
	}
	.eventsTitleCol {
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 22px;
		padding: 10px 2% 10px 0;
		flex: 0 0 26%;
	}
	.eventsGistCol {
		padding: 10px;
		font-size: 16px;
		letter-spacing: 0.5px;
		line-height: 22px;
	}
	.eventsTitleCol.eng{ flex: 0 0 38.6%; }
	.eventsGistCol.eng { flex: 0 0 55%; }
	/*---------------- Video Listing --------------- */
	/* .videoListBox { 
		margin: 1% 1%;
		flex: 0 0 98%; 
	} */

}

@media only screen and (max-width: 359px) {
	/*------------------------- Header ---------------------*/
	.banLogoBack { left: -25px; bottom: -10px; }
	.banLogo { left: -25px; top: 15px; }
	.campLogo { right:auto; left: -165px; top:65px; width:290px; }
	/* -------------- Language Bar ----------------- */
	.banLogo { height: 80%; margin-top: 10%; }
	
}


/*---------- episodes-----------*/
.list-epi {
	float: left;
	margin: 0 auto;
}

.epiBlock { display: block;  padding: .5em; width: 100%; margin: 0 auto; transition: all .2s ease; cursor: pointer;}

.epiBlock:hover {
	transform: scale(1.03);
}

.epiPic { border: 0px; border-radius: 10px; overflow: hidden; margin: 0 0 10px 0; }
.epiPic img { width: 100%; height: auto; display: block; }
.epiDesc { font-weight: bold; line-height: 24px; margin-bottom: .5em;}
.col-12, .col-md-6, .col-lg-4 { padding-left: 5px !important; }

.vdoBtn {
	text-align: center;
    padding: 3px 10px;
    font-size: 18px;
	font-weight: bold;
    letter-spacing: 2px;
    line-height: 28px;
    color: #219599;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
	border: solid 1px #219599;
    cursor: pointer;
    margin: 10px auto 0 auto;
	text-decoration:none !important; 
}

.vdoBtn:link,
.vdoBtn:visited,
.vdoBtn:active,
.vdoBtn:hover { background-color: #219599; color: #fff; text-decoration:none !important; }

.vdoMiddle { width: 100%; margin: 0 auto;}

.vdoFrame {transition: all .2s ease;}
.vdoFrame:hover { transform: scale(1.03); }
.vdoPic { display: inline-block; position: relative; }
.vdoPic img { width: 100%; height: auto; display: block; border-radius: 10px; box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05); transition: all .2s ease;}
.thumb {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 96px;
  height: 96px;
}


@media screen and (max-width: 480px) {
  .vdoPlay span {
    background-size: 30%;
  }
}



.purpleBtn {
	text-align: center;
    padding: 3px 10px;
    font-size: 18px;
	font-weight: bold;
    letter-spacing: 2px;
    line-height: 28px;
    color: #69369b;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
	border: solid 1px #69369b;
    cursor: pointer;
    margin: 10px auto 0 auto;
}
.purpleBtn:hover { background-color: #69369b; color: #fff;}

.photo-item2 img {
	transition: all .2s ease;
	width: 100%;
    height: auto;
    display: block;
}
.photo-item2 {
	border: 0px;
    border-radius: 5px;
	overflow: hidden;
	margin: 2% 0;
	transition: all .2s ease;
	box-shadow: 1px 3px 6px rgba(0,0,0,0.1);
}
.photo-item2:hover {
	transform: scale(1.03);
}


@media screen and (max-width: 625px) {
	.epiDesc { font-size: 16px; min-height:inherit; letter-spacing: 1px;}
}




/*---------- boxes -----------*/

.related-progs-box {
	padding: 0 5em; 
}
 
.related-prog-item {
	/* margin: 0px 15px 15px 0px;
	padding: 15px;
	float: left; 
	background-color: #fff;
	border: solid 1px #ded8d4;
	box-shadow: 4px 4px 4px #f1f1f1;
	*/
	padding: .5em 0;
}
 
.related-prog-pic {
	padding: .25em;
	margin: 0 auto;
}
.related-prog-pic img {
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.related-prog-item { margin: 0px 13px 13px 0px; }
}

@media (max-width: 767px) {
	.related-epi-list { margin-left: -15px; margin-right: -15px; }
	.related-prog-pic { padding: .25em 5em 2em 5em;}
	.related-prog-item { width:100%; margin: 0px 0px 20px 0px;}
}

@media (max-width: 600px) {
	.related-prog-pic { padding: .2em 4em 1em 4em;}
}

@media (max-width: 459px) {
	.related-prog-item { padding: 7px; }
}



a.related-epi {
	color: #333;
	margin: 5px;
	position: relative;
	padding: .3em 40px .3em 55px;
	background: white;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	transition: all .2s ease;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 5px;
	overflow: hidden;
}

a.related-epi:hover {
	transform: translateY(-5px);
	box-shadow: 0px 7px 15px rgba(0,0,0,0.1);
}
a.related-epi:after { content: "＞"; color: #aab6ae; position: absolute; right: 15px; top: 55%; margin-top: -0.7em; font-size: 1.4em; display: inline-block; transform: scale(.6, 1.2); }
a.related-epi .media-type { font-size: 1.3em; position: absolute; left: 20px; margin-top: -15px; }

@media (max-width: 992px) {
	a.related-epi { height: auto; margin-left: 0; margin-right: 0; }
}


.epi-title {
	color: #333;
	line-height: 1.5em;
	max-height: 4.5em;
	overflow-y: hidden;
}
.epi-date {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: .8em;
	line-height: 1.2em;
	color: #7b7b7b;
}


.icon-video-dark:before { content: ''; display: inline-block; background: url('../images/icon_video_dark.svg') center center no-repeat; background-size: contain; margin-right: 5px; vertical-align: text-bottom; width: 18px; height: 18px; }
.icon-audio-dark:before { content: ''; display: inline-block; background: url('../images/icon_audio_dark.svg') center center no-repeat; background-size: contain; margin-right: 5px; vertical-align: text-bottom; width: 18px; height: 18px; }

.show-all-btn {
    cursor: pointer;
    background-color: transparent;
    border: solid 1px #1FA69F;
    color: #1FA69F;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    min-width: 100px;
    padding: .5em .75em;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    margin: 4px 2px;
    text-decoration: none;
    letter-spacing: .05em;
    border-radius: 3px;
    overflow: hidden;
    vertical-align: middle;
}

.overlay-div {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-top: 4em;
    margin: calc(-56px - 5em) 0 0 0;
    background: linear-gradient(360deg, rgb(218, 227, 221, 1) 50%, rgba(218, 227, 221, 0) 100%);
    margin-left: -7px;
    margin-right: 0px;
    width: 100%;
}


