@charset "utf-8";
@import url('//fonts.googleapis.com/css2?family=Varela+Round&display=swap');
@import url('//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@100;300;400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+HK:wght@200;300;400;500;600;700;800;900&display=swap');

/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Varela Round', 'Open Sans', 'Noto Sans HK', '微軟正黑體', sans-serif !important;
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;*/
	user-select: none;
	/*overflow-x: hidden;*/
}

h5 {
	font-size: 16px;
	font-weight: 400;
    line-height: 1.25;
	margin-top: 16px;
	margin-bottom: 16px;
}

@media (max-width: 991px) {
	body.mmOpen #mmBg {
		top: 84px;
	}
}
@media (max-width: 767px) {
	body.mmOpen #mmBg {
		top: 54px;
	}
	/*ul, ol {
		margin-bottom: -12px;
	}*/
	body #copyright {
		padding: 34.1px 0 38.75px;
	}
	body.en #copyright {
		padding: 22px 0 25px;
	}
}

img {
	-webkit-user-drag: none;
}

a {
	-webkit-user-drag: none;
}

a:hover, a:active, a:focus {
    color: #ffffff;
}

/*header {
	height: 430px;
}*/

#breadcrumbs {
    color: #ffffff;
	display: none;
}

p {
	margin: 0 0 16px;
}

p.title {
	margin: -32px 0 0px;
    line-height: 28px;
	text-align: center;
    color: white;
    font-size: 36px;
    text-shadow: -1px 1px 2px #000000, 1px 1px 2px #000000, 1px -1px 0 #0000007d, -1px -1px 0 #00000080;
    width: 327.44px;
    overflow: hidden;
	transform: scale(-1, 1);
}

/*p.description {
	margin: -80px 0 0px;
    line-height: 18.5px;
	text-align: center;
    color: white;
    font-size: 16px;
    text-shadow: -1px 1px 2px #000000, 1px 1px 2px #000000, 1px -1px 0 #0000007d, -1px -1px 0 #00000080;
    width: 327.44px;
    overflow: hidden;
}*/

a.description {
	width: 327.44px;
    height: 260px;
    position: absolute;
    top: 0px;
	margin: 0px;
    padding-top: 174px;
    line-height: 18.5px;
	text-align: center;
    color: white;
    font-size: 16px;
    text-shadow: -1px 1px 2px #000000, 1px 1px 2px #000000, 1px -1px 0 #0000007d, -1px -1px 0 #00000080;
    overflow: hidden;
}

a.targetblank {
	position: absolute;
    top: 0px;
}
@media (max-width: 991px) {
	a.targetblank {
		position: relative;
	}
	a.targetblank1 {
		border: 0px solid red;
		height: 50px !important;
		margin-top: -50px;
	}
	a.targetblank2 {
		border: 0px solid red;
		height: 50px !important;
		margin-top: -50px;
	}
	a.targetblank3 {
		border: 0px solid red;
		height: 50px !important;
		margin-top: -50px;
	}
	a.targetblank4 {
		border: 0px solid red;
		height: 70px !important;
		margin-top: -70px;
	}
}
@media (max-width: 767px) {
	a.targetblank {
		position: relative;
	}
	a.targetblank1 {
		border: 0px solid red;
		height: 50px !important;
		margin-top: -50px;
	}
	a.targetblank2 {
		border: 0px solid red;
		height: 70px !important;
		margin-top: -70px;
	}
	a.targetblank3 {
		border: 0px solid red;
		height: 90px !important;
		margin-top: -90px;
	}
	a.targetblank4 {
		border: 0px solid red;
		height: 110px !important;
		margin-top: -110px;
	}
}

footer {
    overflow: unset !important;
	background: unset !important;
}

.description > small {
    font-size: 12px;
}

.sliderDetails {
	display: none !important;
}

#alertMsg {
    box-shadow: unset !important;
    background-color: rgb(0 0 0 / 45%);
}

#alertMsg p {
	margin: 0px;
}

#calendar .calendarFrame:before {
    display: none;
}
#calendar .calendarFrame:after {
    display: none;
}
@media (min-width: 568px) {
	#calendar .calendarWrap {
		width: 100% !important;
	}
}
#calendar .title {
    text-align: center;
}
#calendar .calendarWrap {
    margin: -20px auto 20px;
}
#calendar .calendarWrap:before {
    left: 25px;
}
#calendar .calendarWrap:after {
    left: auto;
    right: 25px;
}
#calendar .today div {
    background: #ffcb27 !important;
}

#alertMsg img {
	width: 100%;
}

@media (min-width: 360px) {
	#alertMsg iframe {
		width: calc(100vw - 59.2px);
		height: calc(calc(100vw - 59.2px) / 16 * 9);
		max-width: 100%;
		max-height: 56.25%;
	}
}
@media (max-width: 767px) {
	.hidden-xs {
		display: unset !important;
	}
	#mainMenu .nav .dropdown-toggle > .dropdown-icon:before {
		left: calc(100% - 32px) !important;
	}
}
@media (max-width: 991px) {
	#schLogo a {
		width: calc(100% - 28.6px);
	}
	#innerPageContent {
		position: relative;
		top: -82px;
		padding: 0 0 0px;
		margin-bottom: -41px;
	}
	#mainMenu .nav .dropdown-toggle {
		right: unset;
		width: 100%;
	}
	#mainMenu .nav .dropdown-toggle > .dropdown-icon:before {
		left: calc(100% - 27px);
	}
}
@media (min-width: 992px) {
	#alertMsg iframe {
		width: calc(780px - 40px);
		height: calc(calc(780px / 16 * 9) - 40px);
		max-width: 100%;
		max-height: 56.25%;
	}
}

hr {
	margin-top: 32px;
	margin-bottom: 32px;
}

#mmBtn .icon-bar, .mmOpen .icon-bar {
	background: #30d4e5;
}
#mmBtn:hover .icon-bar, .mmOpen .icon-bar {
	background: #30d4e5;
}

#photoSlideShowWrap .huge-it-slider .image {
	height: 260px;
}

#slideshowArea {
	margin-top: -211px;
}

#slideshowWrap .huge-it-slider .owl-dots {
	visibility: hidden;
}

#slideshowWrap .huge-it-slider span.link {
	background: unset !important;
}

#slideshowWrap .huge-it-slider .image {
	width: 100%;
	border-radius: 10px;
}

#slideshowWrap .huge-it-slider {
	border-radius: unset !important;
}

#schInfo .schName_ch {
	font-size: 0px;
}
#schInfo .schName_en {
	font-size: 0px; 
	letter-spacing: 0;
}
#schInfo .infoList {
	margin-top: 25px;
	height: 100%;
	text-shadow: -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 2px 2px #fff;
}
#schInfo .infoList span {
	font-size: 18px;
	/*margin-bottom: 3px;*/
}
#schInfo .infoList span:before {
	margin-top: 6px;
	-webkit-filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff);
}
.map {
	top: 2px;
	position: relative;
}

#mainMenu ul li {
    min-height: 48px;
}
#mainMenu .sub-level a, #mainMenu .sub-level .dropdown-menu.children .page_item a {
	font-size: 15px;
    padding: 16px 30px 12px 30px;
	width: 100%;
	height: 100%;
}
#mainMenu .dropdown-menu.children .dropdown-menu.children a:not(.dropdown-toggle) {
    padding: 16px 30px 12px 30px;
}
#mainMenu .sub-level small, #mainMenu .sub-level .dropdown-menu.children .page_item small {
	font-size: 11px;
}
#mainMenu img {
	-webkit-filter: drop-shadow(0px 6px 6px rgba(255, 255, 255, 1));
    filter: drop-shadow(0px 6px 6px rgba(255, 255, 255, 0.5));
	transition: 0.2s;
	max-width: unset;
	margin-top: unset;
}
#mainMenu #navbar > ul > li:hover img {
	-webkit-filter: drop-shadow(0px 6px 6px rgba(92, 228, 234, 1));
    filter: drop-shadow(0px 6px 6px rgba(92, 228, 234, 1));
	transition: 0.2s;
	max-width: 88px;
	margin-top: -8px;
}
#mainMenu #navbar > ul > li.current_page_parent img {
	-webkit-filter: drop-shadow(0px 6px 6px rgba(0, 128, 173, 1));
    filter: drop-shadow(0px 6px 6px rgba(0, 128, 173, 1));
	max-width: 88px;
	margin-top: -8px;
}
#innerPageMenu .dropdown-menu a {
	font-size: 16px;
	height: 100%;
}
#innerPageMenu .dropdown-menu.children {
	font-size: 16px;
	height: 100%;
}

#innerPageMenu .dropdown-menu {
	z-index: 10;
}
#mainMenu::-webkit-scrollbar {
	display: none;
}

/*#notice .title:before {
    background-size: 120% 120%;
	background-position-x: -5px;
}*/

/*#latestNews .moreBtn, #notice .moreBtn, body.en #latestNews .moreBtn, body.en #notice .moreBtn {
	top: 3px;
}
#latestNews .title, #notice .title, body.en #latestNews .title, body.en #notice .title, #calendar .title, body.en #calendar .title {
	font-size: 32px;
}
#latestNews .title > nobr, #notice .title > nobr, body.en #latestNews .title > nobr, body.en #notice .title > nobr, {
	position: relative;
	left: 35px;
}
#latestNews .title:before, #notice .title:before, body.en #latestNews .title:before, body.en #notice .title:before, #calendar .title:before, body.en #calendar .title:before {
	top: -2px;
	position: relative;
}*/

#latestNews .newsFrame, #notice .noticeFrame {
	height: 100%;
}
#newsList .newsTitle, #noticeList .noticeTitle {
	font-size: 18px;
	line-height: 22px;
	/*text-align: justify;*/
    width: 96%;
}
#newsList .newsDes, #noticeList .noticeDes {
	font-size: 14px;
	line-height: 18px;
	margin-top: 6px;
	max-height: 180px;
	text-align: justify;
	width: 96%;
}
#newsList .newsDate, #noticeList .noticeDate {
	font-size: 12px;
	line-height: 12px;
	margin: 9px 0 20px;
}

#latestNews #newsList a {
    cursor: default;
}
#latestNews #newsList li a {
    cursor: pointer;
}
#latestNews #newsList a:first-child:after {
    display: none;
}
#latestNews #newsList a:after {
    margin-left: 25px;
    width: calc(100% - 25px);
}
#newsList .newsTitle a {
    color: #1795aa;
}
#newsList .newsTitle a:hover {
    color: #23c8cc;
}
a.newsTitle {
    color: #1795aa;
}
a.newsTitle:hover {
    color: #23c8cc;
}
a.newsTitle .attIcon:before {
    background: url(/wp-content/themes/theme5_style_1/images/news_attIcon.png) center center no-repeat;
    background-size: 100% 100%;
}
a.newsTitle:hover .attIcon:before {
    background: url(/wp-content/themes/theme5_style_1/images/news_attIcon_h.png) center center no-repeat;
    background-size: 100% 100%;
}
a.newsTitle .attIcon {
    top: 1px;
    position: relative;
}
.lms-area a.newsTitle .attIcon {
    display: unset;
    top: 0px;
}
/*#newsTitle .attIcon:before {
    background: url(/wp-content/themes/theme5_style_1/images/news_attIcon.png) center center no-repeat;
    background-size: 100% 100%;
}*/
.newsItem .post-title02 {
    font-weight: unset !important;
	font-size: 18px;
	line-height: 22px;
	/*text-align: justify;*/
}
.lms-area .post-date {
    color: #6e5e68;
	font-size: 12px;
	line-height: 12px;
    margin-bottom: 10px;
	margin-top: 9px;
}
.newsItem > p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 9px;
	text-align: justify;
}


#notice #noticeList a {
    cursor: default;
}
#notice #noticeList li a {
    cursor: pointer;
}
#notice #noticeList a:first-child:after {
    display: none;
}
#notice #noticeList a:after {
    margin-left: 25px;
    width: calc(100% - 25px);
}
#noticeList .noticeTitle a {
    color: #ea6868;
}
#noticeList .noticeTitle a:hover {
    color: #f79c9c;
}
a.noticeTitle {
    color: #ea6868;
}
a.noticeTitle:hover {
    color: #f79c9c;
}
a.noticeTitle .attIcon:before {
    background: url(/wp-content/themes/theme5_style_1/images/notice_attIcon.png) center center no-repeat;
    background-size: 100% 100%;
}
a.noticeTitle:hover .attIcon:before {
    background: url(/wp-content/themes/theme5_style_1/images/notice_attIcon_h.png) center center no-repeat;
    background-size: 100% 100%;
}
a.noticeTitle .attIcon {
    top: 1px;
    position: relative;
}
.lms-area a.noticeTitle .attIcon {
    display: unset;
    top: 0px;
}
/*#noticeList .attIcon:before {
    background: url(/wp-content/themes/theme5_style_1/images/notice_attIcon.png) center center no-repeat;
    background-size: 100% 100%;
}*/

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
	background: unset !important;
}
.mejs-container * {
	font-family: 'Varela Round', 'Open Sans', 'Noto Sans HK', '微軟正黑體', sans-serif !important;
}
.mejs-container {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.mejs__time-total {
	background: rgba(255, 255, 255, 0.3);
}
.mejs__time-handle-content {
	border: 4px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
}
.mejs-time-loaded {
	background: rgba(255, 255, 255, 0.3);
}
.mejs-time-current {
	background: rgba(255, 255, 255, 0.4);
}
.mejs-time-hovered.negative {
	background: rgba(0, 0, 0, 0.2);
}
.mejs-time-handle-content {
	border-radius: 50%;
}

[id^='gallery-'] {
	padding: 10px;
}
[id^='gallery-'] img {
	border: unset !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	width: 100%;
    aspect-ratio: 5/3.125;
    overflow: hidden;
}
[id^='gallery-'] img.image {
	box-shadow: unset !important;
}
[id^='gallery-'] .gallery-item {
	padding: 10px;
	margin-top: unset !important;
	width: 33.3% !important;
}
.gallery-columns-1 .gallery-item {
	padding: 10px;
	margin-top: unset !important;
	width: 100% !important;
}
.gallery-size-full .gallery-item img, #photoSlideShowWrap img {
    aspect-ratio: unset;
    overflow: unset;
}
[id^='gallery-carousel-'] {
	padding: unset !important;
}
dl {
	margin-bottom: unset !important;
}
dl img {
	padding: unset !important;
}

.lms-area {
	height: 100%;
	padding-bottom: 30px;
}
.lms-area img {
	padding: 16px;
}
.lms-area .wp-paginate li {
    width: 24px;
}
.lms-area .wp-paginate .current, .lms-area .wp-paginate li a {
	font-size: 14px;
    padding: unset;
}

.newsItem {
	margin: 1%;
}

/*.newsItem > p {
	text-align: center;
}*/





@media (min-width: 360px) {
	header {
		height: 460px;
	}
	header.ul_image {
		background-size: auto 82%, auto 100% !important;
	}
	#slideshowArea {
		margin-top: -226px;
	}
	#latestNews .moreBtn, #notice .moreBtn,	body.en #latestNews .moreBtn, body.en #notice .moreBtn {
		top: 1px;
	}
	#latestNews .title, #notice .title, body.en #latestNews .title, body.en #notice .title, #calendar .title, body.en #calendar .title {
		font-size: 24px;
	}
	footer {
		background-size: auto 50%, auto 100%;
		background-position: calc(100% + 573px) calc(100% - 90px);}
	}
	footer #schInfo {
		padding-top: unset !important;
		min-height: 400px !important;
		background-repeat: no-repeat !important;
	}
	@media (min-width: 768px) {
		footer {
			background-size: auto 75%, auto 100%;
			background-position: calc(100% + 860px) calc(100% - 90px);
		}
		#copyright .row > span:first-child {
			text-align: center;
			padding-right: 0;
			width: 100%;
		}
		#copyright .row > span:last-child {
			text-align: center;
			padding-right: 0;
			width: 100%;
		}
		.col-sm-offset-4 {
			margin-left: unset !important;
		}
		.col-md-7 {
			width: 100%;
			float: left;
		}
	}
}

@media (min-width: 768px) {
	header {
		height: 360px;
	}
	header.ul_image {
		background-size: auto 100%, auto 100% !important;
	}
	#slideshowArea {
		margin-top: -139px;
	}
	#slideshowWrap .huge-it-slider .owl-dots {
		/*bottom: 16px;
		right: 16px;
		visibility: unset !important;*/
	}
}

@media (min-width: 992px) {
	header.ul_image {
		background-size: auto 100%, auto 100% !important;
	}
	footer {
		background-size: auto 58%, auto 100%;
		background-position: calc(100% + 187px) calc(100% - 91px);
	}
	#schLogo {
		padding: 20px 15px;
	}
	#schLogo .schLogo {
		-webkit-filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff);
	}
	#schLogo .schName .schName_ch {
		font-size: 24px;
		margin-top: 12px;
	}
	#schLogo .schName .schName_en {
		font-size: 16px;
	}
	header.menuAlwaysCollapse {
		height: 360px;
		min-height: 360px;
		position: unset !important;
	}
	header.menuAlwaysCollapse.scroll {
		height: 360px;
		min-height: 360px;
	}
	#headerSpace.menuAlwaysCollapse {
		display: none;
	}
	#slideshowArea {
		margin-top: 16px;
	}
	#slideshowWrap .huge-it-slider .owl-dots {
		/*bottom: 36px;
		right: 36px;
		visibility: unset !important;*/
	}
	#latestNews .moreBtn, #notice .moreBtn,	body.en #latestNews .moreBtn, body.en #notice .moreBtn {
		top: 1px;
	}
	#latestNews .title, #notice .title, body.en #latestNews .title, body.en #notice .title, #calendar .title, body.en #calendar .title {
		font-size: 30px;
	}
	#mainMenu.alwaysCollapse .nav > li.open > .dropdown-menu {
		width: 100%;
	}
	#mainMenu.alwaysCollapse .nav > li > .dropdown-menu li.open > .dropdown-menu {
		width: 100%;
	}
	#mainMenu.alwaysCollapse {
		max-height: calc(100vh - 110px);
		top: 110px;
	}
	#mainMenu:not(.alwaysCollapse) .navbar-nav > li > a {
		font-weight: 700;
	}
	#mainMenu:not(.alwaysCollapse) .navbar-nav > li:not(.login):not(.lang) > a:not(.dropdown-toggle) {
		max-width: 118px;
		height: 64px;
	}
	#mainMenu #navbar > ul > li {
		max-width: 118px;
		font-size: 18px;
	}
	body.en #mainMenu #navbar > ul > li {
		font-size: 15px;
	}
	#mainMenu .sub-level a, #mainMenu .sub-level .dropdown-menu.children .page_item a, #mainMenu .dropdown-menu.children .dropdown-menu.children a:not(.dropdown-toggle) {
		padding: 13px 8px 8px 13px;
	}
	#mainMenu .dropdown-menu {
		width: 192px;
	}
	#mainMenu .nav .dropdown-toggle {
		width: 38px;
		height: 42px;
	}
	#mainMenu:not(.alwaysCollapse) .page_item a:first-child {
		width: 192px;
		padding-right: 40px;
	}
	#mainMenu .page_item a:first-child {
		width: 192px;
		min-height: 42px;
	}
	#mainMenu:not(.alwaysCollapse) img {
		max-width: 80px;
	}
	#mainMenu ul li {
		min-height: 42px;
	}
	#copyright {
		background: #8fdb21;
	}
	.dropdown-menu>li>a {
		line-height: 1.25;
	}
	/*#mainMenu ul.navbar-nav {
		background: rgb(0 0 0 / 20%);
		box-shadow: 0 5px 0 rgb(0 0 0 / 8%);
	}*/
	#mainMenu .nav > li > .dropdown-menu li:hover > .dropdown-menu {
		border-radius: 5px 5px 5px 5px;
	}
	#mainMenu .nav > li > .dropdown-menu li.showRight:hover > .dropdown-menu {
		border-radius: 5px 5px 5px 5px;
	}
	#mainMenu .navbar-nav > li:not(.login):not(.lang) > a:not(.dropdown-toggle) {
		padding: 16px 4px 10px;
	}
}
@media (min-width: 1024px) {
	header.ul_image {
		background-size: auto 96%, auto 100% !important;
	}
	header.menuAlwaysCollapse {
		height: 495px;
		min-height: 495px;
		position: unset !important;
	}
	header.menuAlwaysCollapse.scroll {
		height: 495px;
		min-height: 495px;
	}
	#slideshowArea {
		margin-top: 26px;
	}
	#mainMenu {
		top: 0px !important;
		height: 54px !important;
		margin-top: -70px;
	}
	#mainMenu .navbar-nav > li > a {
		/*letter-spacing: -0.5px;*/
	}
	#innerPageContent {
		padding: 60px 30px 30px;
	}
}

@media (min-width: 1200px) {
	#schLogo .schLogo {
		-webkit-filter: unset !important;
	}
	#schLogo .schName .schName_ch {
		font-size: 28px;
		margin-top: 7px;
	}
	#schLogo .schName .schName_en {
		font-size: 20px;
	}
	header.ul_image {
		background-size: auto 96%, auto 100% !important;
	}
	#slideshowArea {
		margin-top: 26px;
	}
	footer {
		background-size: auto 68%, auto 100%;
		background-position: calc(100% + 187px) calc(100% - 69px);
	}
	#copyright .row > span:first-child {
		text-align: left;
		padding-right: 0;
		width: 50%;
	}
	#copyright .row > span:last-child {
		text-align: right;
		padding-right: 0;
		width: 50%;
	}
	#mainMenu .navbar-nav > li > a {
		/*letter-spacing: -0.5px;*/
	}
}

@media (min-width: 1366px) {
	.container {
		width: 1350px;
	}
	/*#mainMenu:not(.alwaysCollapse) .navbar-nav > li > a {
		font-weight: 700;
	}
	#mainMenu:not(.alwaysCollapse) .navbar-nav > li:not(.login):not(.lang) > a:not(.dropdown-toggle) {
		max-width: 118px;
		height: 64px;
	}
	#mainMenu # > ul > li {
		font-size: 16px;
	}
	#mainMenu .sub-level a, #mainMenu .sub-level .dropdown-menu.children .page_item a, #mainMenu .dropdown-menu.children .dropdown-menu.children a:not(.dropdown-toggle) {
		padding: 13px 8px 8px 8px;
	}
	#mainMenu .dropdown-menu {
		width: 192px;
	}
	#mainMenu:not(.alwaysCollapse) .page_item a:first-child {
		width: 192px;
		padding-right: 32px;
	}
	#mainMenu .page_item a:first-child {
		width: 192px;
		min-height: 45px;
	}*/
	footer {
		background-size: auto 75%, auto 100%;
		background-position: calc(100% + 33px) calc(100% - 69px);
	}
}

@media (min-width: 320px) {
	#usefulLinks .ulBanner {
		width: 100%;
		height: 108px;
	}
	#usefulLinks .ulBanner a > img {
		max-height: 90px;
	}
}
@media (min-width: 640px) {
	#usefulLinks .ulBanner {
		width: 50%;
		height: 108px;
	}
	#usefulLinks .ulBanner a > img {
		max-height: 90px;
	}
}
@media (min-width: 960px) {
	#usefulLinks .ulBanner {
		width: 33.3%;
		height: 108px;
	}
	#usefulLinks .ulBanner a > img {
		max-height: 90px;
	}
}
@media (min-width: 1280px) {
	#usefulLinks .ulBanner {
		width: 25%;
		height: 108px;
	}
	#usefulLinks .ulBanner a > img {
		max-height: 90px;
	}
}

@media (min-width: 375px) {
	#usefulLinks {
		padding-top: 75px;
	}
}
@media (min-width: 992px) {
	#usefulLinks {
		padding-top: unset;
	}
}

@media (max-width: 991px) {
	footer.ul_image #schInfo {
		background-position: -150px center !important;
	}
	footer #schInfo {
		min-height: 300px !important;
		height: 300px;
	}
}

@media (max-width: 640px) {
	[id^='gallery-'] .gallery-item {
		width: 100% !important;
	}
}


#youtube-wrapper {
	position: relative;
	max-width: 1020px;
	height: 100%;
	padding-bottom: 56.25%;
	background: rgba(0, 0, 0, 0);
	margin: 0px auto 30px auto;
}
#youtube-wrapper > iframe {
	width: calc(100% - 20px);
	height: calc(100% - 11px);
	display: block;
	margin: 20px auto;
	border: 0px solid rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 10px;
}
#video-wrapper {
	position: relative;
	max-width: 1020px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	margin: 0px auto 0px auto;
	aspect-ratio: 16/9;
}
#video-wrapper > iframe {
	width: calc(100% - 20px);
	height: calc(100% - 11px);
	display: block;
	margin: auto;
	border: 0px solid rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	left: 10px;
}
#audio-wrapper {
	max-width: 1020px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	margin: 0px auto 30px auto;
}
#audio-wrapper > audio {
	width: calc(100% - 20px);
	display: block;
	margin: 20px auto;
	border: 0px solid rgba(0, 0, 0, 0);
	background: rgba(241, 243, 244, 100);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
#video-hd-wrapper {
	max-width: 768px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	margin: 0px auto 30px auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	top: 20px;
}
#video-fhd-wrapper {
	max-width: 1024px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	margin: 0px auto 30px auto;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	position: relative;
	top: 20px;
}
#img-viewer {
	max-width: 1020px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	margin: auto;
}
[id^='pdf-viewer'] {
	max-width: 1020px;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	margin: auto;
}
.pdf-page-canvas {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	display: block;
	margin: 20px auto 20px auto;
	border: 0px solid rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#photoSlideShowWrap .owl-carousel .owl-item {
    left: -5px;
}





#customImg {
    float: right;
    height: 90px;
    position: absolute;
    left: calc(100% - 90px);
}

.post-title02 #customImg {
    /*display: none;*/
	padding: unset;
	position: absolute;
    left: calc(96% - 90px);
	/*margin-top: -15px;*/
}

.pinned {
    color: red;
    font-size: 20px;
    font-weight: 700;
    min-height: 72px;
    display: block;
    position: relative;
    text-indent: -29px;
    padding-right: 90px;
    letter-spacing: -0.25px;
    line-height: 24px;
}
.pinned-noimg {
    color: red;
    font-size: 20px;
    font-weight: 700;
    display: block;
    position: relative;
    text-indent: -27px;
    letter-spacing: -0.25px;
    line-height: 24px;
}

.pinned .emoji, .pinned-noimg .emoji {
	height: 20px !important;
    width: 20px !important;
    margin: 0 2px !important;
    background: white !important;
	position: relative;
    top: 2px;
}

.post-title02 .pinned {
    min-height: 75px;
    text-indent: unset;
}
.post-title02 .pinned-noimg {
    text-indent: unset;
}
.post-title02 .pinned .emoji, .post-title02 .pinned-noimg .emoji {
    display: none !important;
}




img.qrcode {
	padding: unset;
	margin: 9px 0px 3px 0px;
    width: 144px;
    height: 144px;
}
img.appbadge {
	padding: unset;
    width: 148px;
    height: 50px;
}
.RfP-title {
	text-align: center;
	color: #439ed1;
	font-weight: bold;
	white-space: nowrap;
}
.RfP-subtitle {
	text-align: center;
	white-space: nowrap;
	overflow: auto;
}
.RfP-desc_container {
	padding: 0 5%;
	width: 100%;
	vertical-align: top;
	display: inline-block;
}
.RfP-desc {
	text-align: justify;
	text-indent: 28px;
}
.RfP-link_container1 {
	margin: auto;
	width: 100%;
	vertical-align: top;
	text-align: center;
	display: inline-block;
}
.RfP-link_container2 {
	margin: auto;
	width: calc(50% - 2.5px);
	vertical-align: top;
	text-align: center;
	display: inline-block;"
}
.RfP-link {
	text-align: center;
}
.RfP-link a {
	width: 144px;
	line-height: 1;
    display: inline-block;
	white-space: nowrap;
}
.RfP-link a:hover, .RfP-link a:active, .RfP-link a:focus {
    color: #ffcb27;
}
.RfP-remark {
	text-align: center;
	white-space: nowrap;
	overflow: auto;
	font-size: 12px;
}
.RfP-remark a:hover, .RfP-remark a:active, .RfP-remark a:focus {
    color: #ffcb27;
}
.nowrap {
	text-align: center;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.lms-area .navigation {
    width: 90%;
    margin: auto;
}



#slideshowWrap .huge-it-slider .caption {
	width: 100%;
    height: 100%;
    top: unset;
    right: unset;
    padding: unset;
}
#slideshowWrap .huge-it-slider .caption .description {
    color: white;
    display: block;
    font-size: 18px;
    text-align: right;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding-top: 29.25%;
    text-shadow: unset;
    padding-right: 12.25%;
    position: fixed;
    line-height: 1.1;
}
#slideshowWrap .huge-it-slider .caption.animation {
    -webkit-animation-duration: 0s;
    -webkit-animation-name: unset;
    -moz-animation-duration: 0s;
    -moz-animation-name: unset;
    animation-duration: 0s;
    animation-delay: 0s;
    animation-name: unset;
    animation-fill-mode: unset;
}
#slideshowWrap .huge-it-slider .caption {
    background: transparent;
    border-radius: 10px;
    display: block;
    min-height: unset;
    max-width: unset;
    opacity: 1;
    padding: unset;
    position: relative;
    right: unset;
}
#slideshowWrap .btn.sliderDetails.animation {
    display: block;
    -webkit-animation: unset;
    -moz-animation: unset;
    -ms-animation: unset;
    -o-animation: unset;
    animation: unset;
}
#slideshowWrap .huge-it-slider .caption .title {
    color: white;
    text-shadow: unset;
    display: block;
    font-size: 66px;
    margin: 0;
    text-align: center;
    line-height: unset;
    width: 100%;
    padding-top: 28%;
    margin-left: -9.6%;
}






@media (max-width: 415px) {
	#latestNews {
		top: 320px;
	}
	#notice {
		top: 320px;
	}
	#calendar {
		top: 320px;
	}
	#photoSlideShow {
		top: -2945px;
	}
}

@media (max-width: 380px) {
	#photoSlideShow {
		top: -3115px;
	}
}





