@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", sans-serif; } */
.clearfix:before,
	.clearfix:after { content:""; display:table; }
	.clearfix:after { clear:both; }
	img{ vertical-align: middle; }

a { color: #73176a; text-decoration: none; transition: color 0.3s ease; }
a:link { text-decoration: none; }
a:hover { text-decoration: none; color: #73176a; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; }

P+P { margin-top: 1em; }
	
html{
	/* background-color: rgb(117, 136, 136); */
	scroll-behavior: smooth;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Roboto', 'Noto Sans TC', sans-serif;
	font-size: 1.05em;
	color: #443D3D;
}
/* body {
	margin: 0;
	height: 100vh;
	display: grid;
	place-items: center;
	background: rgb(231, 231, 231);
} */
p {
	margin-top: 0;
	margin-bottom: 0 !important;
}
footer {
	position: relative;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
}

h1 { font-size: 2em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.2em; }

.btn {
	border: none;
	min-width: 200px;
	padding: .75em 1em;
	transition: all 0.2s ease;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.6em;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 3px;
	color: white;
	background-color: #216182;
	background-size: auto 120%;
	text-align: center;
	white-space: nowrap;
	font-size: 1.1em;
	letter-spacing: .05em;
}
.btn:hover,
.btn:active {
	color: white;
	background-color: #03394C;
}
.icon-arrow-l:before { content: "＜"; display: inline-block; transform: scale(0.7, 1); padding-right: .25em; margin-left: -.5em;  }
.icon-arrow-r:after { content: "＞"; display: inline-block; transform: scale(0.7, 1); padding-left: .25em; margin-right: -.5em; }
.eng { font-size: 80%; font-weight: 300; line-height: 1.2em; font-family: 'Roboto', sans-serif; letter-spacing: 2px; }
.emphasis { font-size: 1.2em; font-weight: 400; letter-spacing: .07em; }
/*------------------------------------------------------------ Header -----------------------------------------------------*/
#headBanWrap { 
	position: relative;
	width: 100%; height: auto;
	overflow: hidden;
	background: rgb(166,31,39);
	background-size: contain; 
}
.headBanBack {
	position: absolute; top:0; bottom: 0; left: 0; right: 0;
	background-image:url(../images/Header_Banner_back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
#rthklogo { width: 120px; position: absolute; top: 2vw; left: 2vw; z-index: 10; }

@media screen and (max-width: 992px) {
    #rthklogo {
        width: 80px;
        top: 25px;
        left: 20px;
	}
}
.banArtWrap {
	position: relative; 
	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; filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.05)); }
.navbar .navbar-brand { color: #746555; }
.nav-item { position: relative; border-radius: 5px; overflow: hidden; margin: 0px 5px 0px 5px; background-color: #FFFBF8; }
.nav-item:after { width: 100%; }
.nav-item:hover .nav-link {
	color: white !important;
}
.nav-item:before {
	position: absolute;
	top: 0;
	z-index: 1;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #C6C6C6;
	display: block;
	/* transition: all .1s ease; */
}
#nav-home.nav-item:before {
	background-color: #14566D;
}
#nav-prog-forum1.nav-item:before {
	background-color: #00B3C1;
}
#nav-prog-forum2.nav-item:before {
	background-color: #F48655;
}
#nav-prog-forum3.nav-item:before {
	background-color: #E74F7B;
}
#nav-prog-forum4.nav-item:before {
	background-color: #23AFE5;
}
#nav-related.nav-item:before {
	background-color: #937E74;
}
.nav-item:hover:before {
	height: 100%;
}
.nav-item.active:before {
	height: 100%;
}
.nav-item.inactive {
	pointer-events: none;
}
.nav-link {
	position: relative;
	padding: 20px 25px 15px 25px !important;
	min-width: 100px;
	color: #443D3D !important; 
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	z-index: 10;
	text-decoration: none !important;
}
.nav-link.disabled {
	opacity: .5;
	pointer-events: none;
}
/*
.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 {
		/* border-radius: 5px; */
	}
	.nav-item {
		margin-bottom: .75em;
	}
	.navbar .nav-item:last-child {
		 margin-bottom: 0;
	}
}
#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;
}
.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;  margin-top: -20px; */ height: 0px; }
@media only screen and (max-width: 992px) {
	.navbar { position: relative; background-color: #204285; /* box-shadow: 1px 3px 6px rgba(0,0,0,0.05); */ }
	.navbar-nav { padding-top: 15px; padding-bottom: 15px; }
	.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: white; text-decoration: none; font-weight: bold; letter-spacing: 1px; padding-left: .5em; }
.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; }
	.navbar { }
	.navbar {
		padding: 10px; height: auto; 
		width: 100%;
		top: 0;
		position: fixed;
	}
	header { margin-top: 60px; }
}
@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// ============ */

/* Animation ----------------------------------------------------------------------------- */
.fade-in {
  opacity: 0;
  animation: fadeInEffect 2s forwards;
}
@keyframes fadeInEffect {
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
.fade-up {
    opacity: 0;
    transform: translateY(20px);
   /* animation: fadeUpEffect 1.5s forwards; */
   transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
@keyframes fadeUpEffect {
    to {
      opacity: 1;
      transform: translateY(0);
    }
 }
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}
/* 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;
	}
}
.img-responsive { width: 100%; height: auto; }

/* CUSTOM LAYOUT STYLES ------------------------------------------------------ */
.sect-title { /* padding-left: 3%; */ z-index: 1; }
.sect-title h2 { font-size: clamp(1.8em, 2.2vw, 4em); font-weight: 700; letter-spacing: 3px; line-height: 1.4em; }
.sect-title-shadow { position: absolute; z-index: 0; left: 0; top: -.5vw; font-weight: 200; font-size: 7vw; line-height: 7.5vw; color: white; opacity: 0.25; }
.sect-title-shadow.txt-dark { color: #06205b; opacity: .15; }
.sect-title-shadow.txt-purple { color: #8988a5 !important; opacity: .2; }

.sect-desc-small { font-size: .9em; line-height: 1.8em; font-weight: 300; }
	
@media only screen and (max-width: 992px) {
	.sect-title br { display: none; }
}
@media only screen and (max-width: 767px) {
	.sect-head { align-items: center; }
	.sect-title-shadow br { display: none; }
	.sect-title-shadow { font-size: 12vw; line-height: 14vw; width: 100%; }
}
.section-box {
	position: relative;
	padding: 5% 5vw;
	scroll-margin-top: 60px;
}
.sect-subhead, .sect-subhead-wide { margin: 1em; }

.light-shadow { box-shadow: 8px 8px 6px rgba(160,160,160,0.3); }
.dark-shadow { box-shadow: 0px 5px 10px rgb(0 0 0 / 5%), 0px 10px 20px rgb(0 0 0 / 5%); }

/* HOME SECTION ----------------------------------------------------------------------------- */
#sect-intro { 
	/* background: url('../images/bg_news_pattern.png') -5vw center no-repeat, linear-gradient(to right, #56d8f0 0, #2997e0 30%, #0072b5 100%); */
	background: #f9e2d2 url('../images/bg_sect_intro.jpg') left center no-repeat;
	background-size: cover;
}
#sect-instantnews { 
	/* background: url('../images/bg_news_pattern.png') -5vw center no-repeat, linear-gradient(to right, #56d8f0 0, #2997e0 30%, #0072b5 100%); */
	background: #D6E9EA url('../images/bg_sect_news.jpg') left center no-repeat;
	background-size: cover;
}
#sect-tips { 
	background: linear-gradient(to right, #012D6D 0%, #216182 50%);
	background-size: cover;
}
#sect-promo { 
	/* background: #D6E9EA url('../images/bg_sect_promo.jpg') center center no-repeat, linear-gradient(to right, #482da8 15%, #270f7d 57%, #6c1baa 100%); */
	background: #c8dae6 url('../images/bg_sect_promo.jpg') left center no-repeat;
	background-size: cover;
	filter: drop-shadow(0px 3px 8px rgba(155, 186, 206, 0.35));
	z-index: 1;
}
#sect-subpage-forum1,
#sect-subpage-forum2,
#sect-subpage-forum3,
#sect-subpage-forum4 { 
	background: linear-gradient(to bottom, #B9DEDE 0%, #EFF4F7 30%);
	background-size: cover;
}
#sect-subpage-related { 
	background: linear-gradient(to bottom, #b9d1de 0%, #f0f9ff 30%);
	background-size: cover;
}
/* HOME INTRO ----------------------------------------------------------------- */
.intro-txt {
	letter-spacing: 1px;
	line-height: 1.8em;
	font-weight: 500;
	font-size: 1.05em;
}
.icon-ch {
    display: inline-block;
    border-radius: 5px;
    padding: 1px .5em;
    line-height: 1.2em;
    color: white;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 16px;
    /* background: linear-gradient(90deg, #b854b3, #811954); */
    background-color: #d72d5d;
}
* {
/* VIDEO ITEM ----------------------------------------------------------------- */
.video-item-list {
	position: relative;
	margin-bottom: .5em;
	position: relative;
}
.video-item {
	position: relative;
	display: block;
	transition: all .2s ease;
	cursor: pointer;
}
#sect-promo .video-item:hover {
	/* transform: scale(1.03); */
}
.theme-purple .video-item-info {
	background-color: #381d9e;
	color: white;
}
.theme-purple .video-item-info .video-cate { color: white; }
.theme-purple .video-item-info .video-title { color: white; opacity: .8; }
.video-item-pic {
	position: relative;d
	background-size: cover;
	transition: all .2s ease;
	aspect-ratio: 16 / 9;
}
.video-icon {
	content: '';
	display: block;
	position: absolute;
	left: 3%;
	bottom: 5%;
	width: max(60px, 2.5vw);
	height: max(60px, 2.5vw);
	z-index: 99;
	background: url('../images/icon_play_btn.svg') no-repeat;
}
.video-item-pic:after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background:
  linear-gradient(
    to top,
    hsla(0, 0%, 15%, 0.55) 0%,
    hsla(0, 0%, 15%, 0.543) 8.1%,
    hsla(0, 0%, 15%, 0.523) 15.5%,
    hsla(0, 0%, 15%, 0.493) 22.5%,
    hsla(0, 0%, 15%, 0.454) 29%,
    hsla(0, 0%, 15%, 0.407) 35.3%,
    hsla(0, 0%, 15%, 0.356) 41.2%,
    hsla(0, 0%, 15%, 0.302) 47.1%,
    hsla(0, 0%, 15%, 0.248) 52.9%,
    hsla(0, 0%, 15%, 0.194) 58.8%,
    hsla(0, 0%, 15%, 0.143) 64.7%,
    hsla(0, 0%, 15%, 0.096) 71%,
    hsla(0, 0%, 15%, 0.057) 77.5%,
    hsla(0, 0%, 15%, 0.027) 84.5%,
    hsla(0, 0%, 15%, 0.007) 91.9%,
    hsla(0, 0%, 15%, 0) 100%
  );
}
.video-duration {
	position: absolute;
	top: 6px;
	right: 6px;
	background-color: rgba(0,0,0,0.8);
	padding: 7px;
	border-radius: 7px;
	line-height: .8em;
	color: #cdcccc;
	font-size: .8em;
	letter-spacing: 1px;
}
.video-item-pic a {
	display: block;
}
.video-item-pic img {
	width: 100%;
	height: auto;
	background-size: cover;
	transform: scale(1.02);
}
/*
.video-item-info {
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
	background-color: white;
	padding: 5% 7%;
	min-height: 6em;
}
.video-item-info .video-cate {
	font-size: .9em;
    color: var(----hyperlink-color);
    font-weight: 600;
	margin-bottom: .25em;
}
*/
.video-item-info .video-title {
	font-size: 16px;
	font-weight: 400;
	color: #535353;
	max-height: 3em;
    overflow: hidden;
	line-height: 1.4em;
	/*letter-spacing: 2px;*/
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a:hover.video-item  {
	text-decoration: none;
}
.video-overlay-title {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	display: flex;
	background: linear-gradient(0deg, rgba(10,10,10,0.6) 0%, rgba(10,10,10,0) 60%);
	color: white;
	padding: 2%;
	align-items: flex-end;
	justify-content: center;
	line-height: 1.5em;
	letter-spacing: .15em;
	overflow: hidden;
	border-radius: 5px;
	font-size: 1em;
	z-index: 12;
	padding-left: 70px;
	pointer-events: none;
}
@media only screen and (max-width: 992px) {
	.video-item-info .video-title { font-size: .9em; }
}
/* TIPS ---------------------------------------------------------------------------- */
.tips-item-list {
	margin: 0 auto;
	max-width: 1600px;
}
.tips-item {
	display: flex;
	margin: 1em 0;
}
.tips-pic-box {
	position: relative;
	width: 50%;
	order: 1;
	margin: 2em 0;
}
.video-thumb {
	position: relative;
	background-size: cover;
	transition: all .2s ease;
	aspect-ratio: 16 / 9;
	margin: 5%;
	display: block;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 10%), 0px 10px 20px rgb(0 0 0 / 10%);
	z-index: 1;0
}
.video-thumb .video-icon {
	content: '';
	display: block;
	position: absolute;
	left: 3%;
	bottom: 5%;
	width: max(50px, 3vw);
	height: max(50px, 3vw);
	z-index: 99;
	background: url('../images/icon_play_btn2.svg') no-repeat;
}
.video-thumb:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background:
  linear-gradient(
    to top,
    hsla(0, 0%, 15%, 0.55) 0%,
    hsla(0, 0%, 15%, 0.543) 8.1%,
    hsla(0, 0%, 15%, 0.523) 15.5%,
    hsla(0, 0%, 15%, 0.493) 22.5%,
    hsla(0, 0%, 15%, 0.454) 29%,
    hsla(0, 0%, 15%, 0.407) 35.3%,
    hsla(0, 0%, 15%, 0.356) 41.2%,
    hsla(0, 0%, 15%, 0.302) 47.1%,
    hsla(0, 0%, 15%, 0.248) 52.9%,
    hsla(0, 0%, 15%, 0.194) 58.8%,
    hsla(0, 0%, 15%, 0.143) 64.7%,
    hsla(0, 0%, 15%, 0.096) 71%,
    hsla(0, 0%, 15%, 0.057) 77.5%,
    hsla(0, 0%, 15%, 0.027) 84.5%,
    hsla(0, 0%, 15%, 0.007) 91.9%,
    hsla(0, 0%, 15%, 0) 100%
  );
}
.video-thumb img {
	width: 100%;
	height: auto;
	background-size: cover;
	transform: scale(1);
	transition: all .2s ease;
}
.video-thumb:hover img {
	transform: scale(1.1);
}
.tips-info-box {
	position: relative;
	width: 55%;
	order: 2;
	color: white;
	padding: 10% 8% 2em 8%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.tips-info-box:after {
	content: '';
	position: absolute;
	display: block;
	left: -15%;
	top: 35%;
	width: 120%;
	height: 60%;
	background: linear-gradient(to right, rgba(58,142,175,0.8) 0%, rgba(58,142,175,0) 70%);
	border-radius: 100px;
	z-index: 0;
}
.tips-title {
	font-size: clamp(1.8em, 2.7vw, 3em);
	line-height: 1em;
	font-weight: 600;
	transform: skew(-10deg);
	margin-bottom: .65em;
	letter-spacing: 6px;
	z-index: 1;
}
.tips-desc {
	font-size: clamp(.85em, 1.3vw, 1.2em);
	line-height: 1.8em;
	text-align: left;
	opacity: .7;
	letter-spacing: 1px;
	z-index: 1;
}
.tips-item:nth-child(odd){
	.tips-pic-box { order: 1; }
	.tips-info-box { order: 2; }
}
.tips-item:nth-child(even){
	.tips-pic-box { order: 2; }
	.tips-info-box { order: 1; }
	.tips-info-box:after { background: linear-gradient(to left, rgba(58,142,175,0.8) 0%, rgba(58,142,175,0) 70%); left: initial; right: -15%; }
}
@media only screen and (max-width: 992px) {
	.tips-item {
		flex-direction: column;
	}
	.tips-pic-box { width: 100%; order: 1 !important; margin: 0; }
	.tips-info-box { width: 100%; order: 2 !important; padding: 1em 8% 2em 8%; margin-bottom: 2em; }
	.tips-info-box:after { top: 2em; height: 90%; border-radius: 10vw; }
	.tips-item:nth-child(odd) .tips-info-box:after { left: calc(-3% - 5vw); }
	.tips-item:nth-child(even) .tips-info-box:after { right: calc(-3% - 5vw); }
}
/* HOME NEWS ----------------------------------------------------------------------- */
.sect-head {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	color: white;
	height: 100%;
	padding-left: 35%;
}
.sect-head.align-center {
	align-items: center;
	padding-left: 0;
	text-align: center;
}
.sect-head .desc {
	max-height: 6em;
	overflow: hidden;
}
.news-item-list {
	padding-bottom: 1em;
	margin-left: -2%;
	margin-right: -2%;
}
@media only screen and (max-width: 991px){
	.sect-head { padding-left: 0; text-align: center; align-items: center; margin-bottom: 2em; }
	.section-box { padding: 5% 5vw 3em 5vw; }
}
@media only screen and (min-width: 767px) and (max-width: 991px){
	.news-item-list>div:nth-child(4){
		display: none;
	}
	.related-item-list>div:nth-child(4){
		/* display: none; */
	}
}
.news-item {
	border-radius: 15px;
	transition: all .2s ease;
	padding: 6%;
}
.news-item:hover {
	/* background: linear-gradient(to bottom, rgba(0,90,143,0.5) 50%, rgba(0,90,143,0) 100%); */
}
.news-item a:hover {
	text-decoration: none;
}

.news-item:hover img {
	transform: scale(1.1);
	opacity: 1;
}
.news-item-pic {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
	margin: 0;
}
.news-item-pic img { 
	z-index: 0;
	width: 100%;
	height: auto;
	opacity: 0.8;
	transition: all .3s ease;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.news-item-info {
	position: relative;
	padding: 6% 0;
	margin: 0 8px;
	line-height: 1.6em;
	border-radius: 3px;
	overflow: hidden;
	z-index: 2;
	letter-spacing: 0.06em;
	margin-top: .25em;
}
.news-info-title {
	font-size: clamp(.85em, 1.3vw, 1.2em);
	font-weight: 500;
	line-height: 1.6em;
	color: #03394C;
	max-height: 3.4em;
	overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-info-date {
	color: rgb(255,255,255,0.4) !important;
	font-size: .9em;
	line-height: 1.4em;
	margin-top: .25em;
	display: none;
}
@media only screen and (max-width: 767px) {
	#sect-instantnews { padding-bottom: 6em; }
}
.banner-container {
	overflow: hidden;
	border-radius: 5px;
	margin-left:auto;
	margin-right:auto;
	margin-top: -2em;
	max-width: 800px;
}
/* FORUM -------------------------------------------------------------------------- */
.prog-pic {
	display: flex;
	padding: 1em;
	position: relative;
	max-width: 200px;
	margin: 0 auto;
}
.bg-square {
	position: relative;
}
.bg-square:after {
	content: '';
	opacity: 1;
	position: absolute;
	display: block;
	left: 40%;
    top: -70%;
	width: 200px;
	height: 200px;
	transform: rotate(45deg);
	background: linear-gradient(45deg, #a2d0dd 0%, rgba(58,142,175,0) 80%);
	border-radius: 30px;
	z-index: -1;
	pointer-events: none;
}
.prog-pic img {
	border-radius: 5px;
	filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.25));
	/* box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.17); */
	margin: auto;
	z-index: 1;
}
.sect-intro {
	color: #32647a;
	max-width: 800px;
	margin: .5em 0 0 0;
	line-height: 1.8em;
	text-align: left;
}
.video-item-list {
	position: relative;
	margin-top: 1.5em;
	margin-bottom: 0em;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.video-item-list li {
	list-style: none;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.video-item-list .themed-shadow:after {
	left: 30px;
}
.video-item {
	display: block;
	position: relative;

}
.video-item-pic:hover img {
	transform: scale(1.1);
}
.video-item img {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
	transition: all .2s ease;
}
.video-item-pic {
	position: relative;
	background-size: cover;
	transition: all .2s ease;
	overflow: hidden;
	border-radius: 8px;
	filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.15));
	cusror: pointer;
}
.video-item-pic:hover {
	filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.3));
}
.video-item-pic:after {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	pointer-events: none;
	background:
  linear-gradient(
    to top,
    hsla(0, 0%, 15%, 0.55) 0%,
    hsla(0, 0%, 15%, 0.543) 8.1%,
    hsla(0, 0%, 15%, 0.523) 15.5%,
    hsla(0, 0%, 15%, 0.493) 22.5%,
    hsla(0, 0%, 15%, 0.454) 29%,
    hsla(0, 0%, 15%, 0.407) 35.3%,
    hsla(0, 0%, 15%, 0.356) 41.2%,
    hsla(0, 0%, 15%, 0.302) 47.1%,
    hsla(0, 0%, 15%, 0.248) 52.9%,
    hsla(0, 0%, 15%, 0.194) 58.8%,
    hsla(0, 0%, 15%, 0.143) 64.7%,
    hsla(0, 0%, 15%, 0.096) 71%,
    hsla(0, 0%, 15%, 0.057) 77.5%,
    hsla(0, 0%, 15%, 0.027) 84.5%,
    hsla(0, 0%, 15%, 0.007) 91.9%,
    hsla(0, 0%, 15%, 0) 100%
  );
}
.video-item:hover .video-item-pic {

}
.video-item-pic a {
	display: block;
	aspect-ratio: 16 / 9;
    background: rgba(0,0,0,0.2);
}
.video-item-pic img {
	width: 100%;
	height: auto;
	opacity: 1;
	transition: all .2s ease;
}
.video-item-info {
	position: relative;
	color: #32647a;
	text-align: center;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.5em;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 5% 7%;
	z-index: 1;
}
.video-item-info:after {
	content: '';
	opacity: .8;
	position: absolute;
	display: block;
	left: 20%;
	top: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(45deg, #a2d0dd 0%, rgba(58,142,175,0) 50%);
	border-radius: 0 0 30px 30px;
	z-index: -1;
	pointer-events: none;
}
/* RELATED ----------------------------------------------------------------- */
.related-item-list {
	z-index: 1;
}
.related-item {
	display: block;
	padding-top: 1px;
	padding-bottom: 6px;
	/* margin-left: -4px;
	width: calc(100% + 8px);*/
	border-radius: 15px;
	transition: all .2s ease;
}
.related-item:hover {
	transform: scale(1.03);
	/* background: linear-gradient(to bottom, rgba(224,54,148,0.5) 50%, rgba(224,54,148,0) 100%); */
}
.no-hover .related-item:hover {
	background: none;
}
/*
.no-hover .related-item:hover .related-info-box {
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
*/
.related-item-pic {
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	overflow: hidden;
	background-color: #000;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.15);
	margin: 12% 12% 8% 12%;
}
/*
.related-item-pic:before {
	content: '';
	background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 50%);
	height: 100%;
	width: 100%;
	display: block;
	z-index: 10;
	position: absolute;
}
*/
.related-item-pic img { 
	z-index: 0;
	width: 100%;
	height: auto;
	opacity: 1;
	transition: all .3s ease;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 2px;
}
.related-info-box {
	position: relative;
	text-align: center;
	padding: 10px 15px;
	line-height: 1.6em;
	z-index: 1;
	border-radius: 8px;
}
.related-item-ch {
	position: relative;
	display: inline-block;
	padding: 0px 12px;
	font-size: .95em;
	font-weight: 300;
	line-height: 1.4em;
	text-align: center;
	border-radius: 6px;
	background-color: #e07146;
	color: white;
	margin: 0 auto;
	margin-top: 8px;
	letter-spacing: .1em;
	z-index: 2;
}
.related-item a:hover {
	text-decoration: none;
}
.related-item-title {
	font-size: max(1em, 1vw);
	font-weight: 500;
	color: #32647a;
	letter-spacing: 1px;
	/* padding: 0 10px; */
}
.related-item-list {
	padding-bottom: 2em;
	position: relative;
}
.related-info-box:after {
    content: '';
    opacity: .5;
    position: absolute;
    display: block;
    left: -3%;
    top: -20px;
    width: 106%;
    height: 100%;
    background: linear-gradient(to top, #a2d0dd 0%, rgba(58, 142, 175, 0) 50%);
    border-radius: 40px;
    z-index: 0;
    pointer-events: none;
}
