@import url('https://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');
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
:root {
 --blue:#01236e;
 --blue2:#2fabe9;
}
*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 100%;
}
/* clear */
.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #444;
	text-decoration: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
}
input:focus, textarea:focus, button:focus {
	outline: 0;
	border: 0;
}
ul, li, h1, h2, h3, h4 {
	list-style-type: none;
	margin: 0;
	padding: 0
}
h1 {
	font-size: 46px;
	line-height: 52px;
}
h2 {
	font-size: 40px;
	line-height: 46px;
}
h3 {
	font-size: 27px;
	line-height: 32px;
}
h4 {
	font-size: 19px;
	line-height: 24px;
}
.fs-32 {
	font-size: 32px;
	line-height: 38px;
}
.fs-28 {
	font-size: 28px;
	line-height: 34px;
}
.fs-24 {
	font-size: 24px;
	line-height: 30px;
}
.fs-22 {
	font-size: 22px;
	line-height: 28px;
}
.fs-20 {
	font-size: 20px;
	line-height: 26px;
}
.fs-18 {
	font-size: 18px;
	line-height: 24px;
}
.fs-16 {
	font-size: 16px;
	line-height: 22px;
}
.fs-15 {
	font-size: 15px;
	line-height: 21px;
}
.fs-14 {
	font-size: 14px;
	line-height: 20px;
}
.light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.text-blue {
	color: #333399;
}
a {
	display: inline-block;
}
a:hover {
	color: #000
}
ul, li, h1, h2, h3, h4, h5 {
	list-style-type: none;
	margin: 0;
	padding: 0
}
body {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	font-family: "Poppins", sans-serif;
}
.container {
	width: 98%;
	max-width: 1250px;
}
.container-large {
	width: 98%;
	margin: 0 auto;
	max-width: 1300px;
}
.theme-btn {
	display: inline-block;
	padding: 7px 25px;
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	background: #23236a;
	color: #fff !important;
	text-transform: uppercase;
	clip-path: polygon(100% 0, 100% 67%, 92% 100%, 0 100%, 0 0);
}
.theme-btn:hover {
	background: #cc3333;
	transform: scale(1.1);
}
.sec-title {
	font-size: 40px;
	line-height: 46px;
	color: #333399;
	text-transform: uppercase;
}
/*------------------------------------*\
                HEADER
\*------------------------------------*/
.header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
ul.menu {
	position: fixed;
	width: 20%;
	left: 0;
	text-align: left;
	background: #333399;
	z-index: 2;
	padding: 15px 0px;
	z-index: 10;
	top: 0;
	height: 100%;
	left: -100%;
	transition: all .4s;
}
ul.menu.open {
	left: 0;
	overflow-y: scroll;
}
ul.menu.open li a br, ul.menu.open li a i {
	display: none;
}
.toggle {
	cursor: pointer;
	width: 40px;
}
.nav_area ul li a {
	line-height: 40px;
	font-size: 20px;
	color: #fff;
}
nav.nav_area ul li {
	display: block;
	position: relative;
	border: 0;
	padding: 0 0 10px 0;
}
.nav_area > ul > li {
	display: inline-block;
	padding: 0 12px;
}
.nav_area ul li a {
	color: #fff;
	font-size: 15px;
	line-height: 30px;
	/*text-align: center;*/
	text-transform: uppercase;
}
/*---------------footer----------------------*/
.footer {
	background: #333399;
	position: relative;
}
.footer ul li a {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
}
.contact-detail li a {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	padding-bottom: 5px;
}
.contact-detail li a i {
	margin-top: 5px;
}
.copyright {
	border-top: 1px solid #fff;
}
.copyright p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}
/*******pagination**********/


.pagination a {
	height: 45px;
	width: 45px;
	min-width: 45px;
	font-size: 14px;
	line-height: 28px;
	margin: 0 6px;
	color: #15457d;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #9d9d9d5c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination a.active, .pagination a:hover {
	background: #6868b0;
	color: #fff;
}
/*------------------------------------*\
            INDEX
\*------------------------------------*/
.banner {
	border-bottom: solid 15px #cc3333;
}
.title-after-border::after {
	content: '';
	width: 75px;
	height: 2px;
	background: #cc3333;
	display: flex;
	margin: 15px auto;
}
.latest-news-section {
	background: url(../image/news-slider-bg.png) no-repeat center;
	background-size: cover;
}
.owl-carousel {
	z-index: 0;
}
.news-item {
	background: #333399;
}
.news-slider .image-side {
	border-right: solid 15px #cc3333;
}
.content-side h3 {
	border-bottom: 2px solid #fff;
}
.news-slider .owl-nav i {
	font-size: 36px;
	color: #666699;
}
.title-slider .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 100%;
	top: 0;
	margin: 0;
}
.title-slider .owl-nav button {
	background: #c3eaf5 !important;
	border-radius: 0 !important;
	height: 35px;
}
.achievement-section {
	background: url(../image/achievement-bg.png) no-repeat center;
	background-size: cover;
}
.achievement-section .news-slider .image-side {
	border-left: solid 15px #cc3333;
	border-right: 0;
}
.img-item h3 {
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.47);
}
.img-item {
	clip-path: polygon(100% 0, 100% 85%, 50% 100%, 0 85%, 0 0);
	/* background: #fff;
    box-shadow: 2px 2px 16px 4px rgba(0, 0, 0, 0.43); */
	height: 320px;
	position: relative;
}
.img-item img {
	height: 200px;
	object-fit: cover;
	width: 100%;
}
.item-title:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	left: 0;
	bottom: 0;
	z-index: -1;
}
.item-title.red:after {
	background: url(../image/title-red.png) no-repeat center;
}
.item-title.orange:after {
	background: url(../image/title-orange.png) no-repeat center;
}
.item-title.yellow:after {
	background: url(../image/title-yellow.png) no-repeat center;
}
.item-title.green:after {
	background: url(../image/title-green.png) no-repeat center;
}
.item-title.blue:after {
	background: url(../image/title-blue.png) no-repeat center;
}
/*------------------------------------*\
            NEWS-DETAILS
\*------------------------------------*/
.news-detail {
	background: url(../image/news-detail-page-bg.png) no-repeat center;
	background-size: cover;
}
.select-drop {
	border: 1px solid #9d9d9d;
	padding: 6px 45px 6px 45px;
	font-size: 17px;
	line-height: normal;
}
.custom-select select {
	min-width: 200px;
	text-align: center;
}
.bottom-border-red {
	border-bottom: 2px solid #cc3333;
}
.thumb-slider .owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	width: calc(100% + 80px) !important;
	justify-content: space-between;
	margin: 0;
	left: -40px;
}
.album-slider.owl-theme .owl-nav [class*=owl-] {
	background: #b4b4b4;
	height: 35px;
	width: 35px;
	border-radius: 100%;
	color: #fff;
	margin-left: -5px;
	margin-right: -5px;
}
.all-album-slider.owl-carousel .owl-nav button.owl-prev, .all-album-slider.owl-carousel .owl-nav button.owl-next {
	background: 0 0;
	color: #333393 !important;
	border: none;
}
.all-album-slider .owl-item.active img {
	border: 4px solid transparent;
}
.all-album-slider .owl-item.current img {
	border: 4px solid #333393 !important;
}
.back-btn {
	border: 2px solid #b4b4b4;
	border-radius: 40px;
	padding: 8px 40px;
	font-size: 18px;
	line-height: normal;
	background: #b4b4b4;
}
.album-content p {
	margin: 0px;
}
/*------------------------------------*\
            NEWS-INDEX
\*------------------------------------*/
.news-index, .main-bg {
	background: url(../image/news-index-bg.png) no-repeat center;
	background-size: cover;
}
.img-border {
	border-right: 15px solid #cc3333;
}
.activity-box {
	background: #fff;
}
.activity-box .box-content {
	position: relative;
	padding: 15px;
}
.activity-box .box-content::before {
	content: '';
	position: absolute;
	clip-path: polygon(0 0, 100% 1%, 97% 100%, 0% 100%);
	background: #333393;
	height: 7px;
	width: 80%;
	top: 0;
	left: 0;
}
.news-content p {
	margin: 0;
}
/* .content-side{
    background: #333399;
} */
/*------------------------------------*\
            PLANS-REPORT
\*------------------------------------*/
.inner-sec-title h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 84%;
	height: 1px;
	background: var(--blue2);
}
h3.sidebar-title {
	padding: 10px 15px;
	background: #333399;
	background-size: 100% 100%;
	color: #fff;
	font-size: 22px;
}
.sidebar > ul >li > a {
	font-size: 16px;
	line-height: 25px;
	color: #000;
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar > ul >li:hover a {
	color: #333393;
}
.sidebar > ul >li:hover i {
	color: #cc3333;
}
.sidebar > ul >li > a i {
	color: #6868b0;
}
.sidebar ul.sidemenu > li {
	border-bottom: 1px solid #ccc;
}
ul.side-sub-menu {
	padding: 15px 30px;
	display: none;
}
ul.side-sub-menu li a {
	font-size: 17px;
	color: #000;
	line-height: 30px;
}
.plans-report .bottom-border-red, .news-event-index .bottom-border-red {
	border-bottom: 1px solid #cc3333;
}
.plans-report .title-after-border::after, .news-event-index .title-after-border::after {
	margin-top: 20px !important;
	margin: 0;
}
.text-light-purple {
	color: #666699;
}
/*------------------------------------*\
            NEWS-EVENT-INDEX
\*------------------------------------*/
.no-wrap {
	text-wrap: nowrap;
}
.text-red {
	color: #cc3333 !important;
}
/*------------------------------------*\
            Side Menu CSS
\*------------------------------------*/
ul.sub-menu {
	display: none;
	position: relative;
	background: transparent;
	padding: 0;
}
span.arrow.close-icon i:before {
	content: '\f106';
}
.header ul.menu span.fa-2x.close-menu.d-block {
	margin-bottom: 12px;
	padding: 0px 10px;
	font-size: 25px;
}
.header ul.menu > li.menu-item-has-children {
	border-bottom: solid 1px #4646c3;
	padding: 6px 11px;
}
span.arrow {
	position: absolute;
	right: 10px;
	color: #ffffff;
	top: 5px;
	width: 29px;
	text-align: center;
	height: 25px;
}
.sub-menu span.arrow {
	right: 0px;
}
ul.sub-menu a {
	font-size: 14px !important;
}
span.arrow i.fa {
	font-weight: 300;
}
.footer-logo2 {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 33%;
}
.container-footer1 {
	position: relative;
}
.footer-menu-row1 .col-md-4:nth-child(4) ul.pb-5 {
	padding-bottom: 0 !important;
}
#slider-home .owl-nav {
	display: block;
	margin: 0;
}
#slider-home .owl-nav button.owl-prev {
	position: absolute;
	left: 5px;
}
#slider-home .owl-nav button.owl-next {
	position: absolute;
	right: 5px;
}
#slider-home .owl-nav button {
	background: #fff;
	width: 35px;
	height: 35px;
	border-radius: 100px;
	top: 40%;
}
#slider-home .owl-nav button:hover {
	background: #cc3333;
	color: #fff;
}
.slogan-row {
    max-width: 95%;
    margin: 0px auto;
}
#slogan-slider .owl-nav {
    display: block;
}
#slogan-slider .owl-nav button {
    width: 28px;
    padding: 0px;
    background: #cce5f6;
    font-size: 17px;
    border-radius: 0px;
	top: 0px;
}
#slogan-slider .owl-nav button:hover {
    background: #333399;color: #fff;
}
#slogan-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -42px;  
}
#slogan-slider .owl-nav button.owl-next {
    position: absolute;
    right: -42px;
}
#slogan-slider .owl-dots {
    display: none;
}





/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.news-slider .owl-dots {
    display: none;
}
.footer-logo2 {
	position: relative;
	width: 100%;
}
#slider-home .owl-nav button {
    background: #fff;
    width: 28px;
    height: 28px;
    top: 47%;
    font-size: 13px;
}

.slogan-row {
    max-width: 75%;
}



}


/******* Tablet Layout *******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.footer-logo2 {
	position: relative;
	width: 100%;
}
.slogan-row {
    max-width: 80%;
}
}
.youtube-container {
	position: relative;
	width: 100%;
	/* 容器寬度100%自適應父元素 */
	max-width: 100%;
	/* 最大寬度限制 */
	aspect-ratio: 16/9;
	/* 保持寬高比例 */
	margin: 0 auto;/* 置中顯示 */
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* 響應式斷點 */
@media (max-width: 768px) {
.youtube-container {
	max-width: 100%;/* 在手機上可以全寬顯示 */
}
}
