@font-face {
	font-family:'DFLi';
	src:url('DFLi.ttf');
	font-weight:bold;    
}

@font-face {
	font-family:'DFPOP';
	src:url('DDFPOP1-W9.ttf');
	 
}



@font-face {
	font-family:'Microsoft JhengHei';
	src:url('Microsoft JhengHei.ttf');
	font-weight:normal;    
}

@font-face {
	font-family:'Microsoft JhengHei';
	src:url('Microsoft JhengHei Bold.ttf');
	font-weight:bold;
    
}
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*: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:62.5%;
}
body {
	font-family:'DFLi', sans-serif;	
	color:#000;
	font-size:18px;
	line-height:26px;
	overflow-x: hidden;
	font-weight:500;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}
.clear:after { clear:both;}

.clear {*zoom:1; clear:both;}

img {max-width:100%;	vertical-align:bottom;}

a {	color:#000;	text-decoration:none;}

a:hover {text-decoration:none; color:inherit;}

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}

p:not(:last-child){margin-bottom:25px;}

p:last-child{margin-bottom:0px;}







/*------------------------------------*\
	        HEADER
\*------------------------------------*/

.header {    padding: 20px 0 ; position:relative;      }

.header .container {    position: relative;  }



.logo-side {    position: relative;    z-index: 9;  }

a.eclass {
    background: url(../image/icon2.png) no-repeat center;
    background-size: contain;
    width: 151px;
    height: 66px;
    padding: 20px 27px 15px 35px;
    vertical-align: middle;
}

a.news-btn{
	background: url(../image/icon1.png) no-repeat center;
    background-size: contain;
    width: 151px;
    height: 66px;
    padding: 20px 27px 15px 35px;
    vertical-align: middle;
}

.contact-header img{vertical-align:middle;}

.contact-header a {display:inline-block;}

.menu-bar {  position:relative;  }

.nav_area > ul > li {    display: inline-block;    padding: 0 8px;   }



nav.nav_area {    padding-top: 10px;  padding-bottom:10px;  }

.nav_area ul li:last-child{padding-right:0; border-right:0;  }

.nav_area ul li a { color: #000; font-size: 19px; font-weight:bold;  display: inline-block; }

ul.sub-menu {    position: absolute;  background:#a970d2;      z-index: 555;	text-align:left;	padding:10px 0;   }

ul.sub-menu li a{color:#fff; line-height:20px;  padding:3px 10px 7px 10px; font-size:15px; display:inline-block; text-transform:capitalize;   } 

ul.sub-menu li{	display:block;}

ul.sub-menu li a{width:90%;}



ul.sub-menu li.menu-item-has-children {    position: relative;  }

ul.sub-menu li.menu-item-has-children .arrow{color:#fff;  padding-left: 0;  }

span.arrow  {  font-size:16px;   }
.menu-bar ul.menu {color: #fff;
    position: relative;
    z-index: 11;
}


.footer {   position: relative;    background: #a970d2;   color:#fff;      }

.copyright {border-top:2px dashed #fff;}

.footer i , .footer a {color:#fff; }

.foot-address p {    margin: 0 0 5px 0;  }

.foot-contact a {
    white-space: nowrap;
    color: #058100;
    background: #fff;
    font-size: 21px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 10px;
}

.wrapper{position:relative;}

h3.widget-title {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

a.btn {    white-space: nowrap;
    color: #fff;
    background: #ff4f9c;
    padding: 5px 20px;
    font-size: 19px;
    font-weight: 500;
    margin: 10px 0;
    border: 2px solid #ff4f9c;
    border-radius: 3px;
}

a.btn:hover {background:transparent; color: #ff4f9c; }

.copyright  {    font-weight: 400;     font-size: 13px;   }



/*------------------------------------*\
	        MAIN
\*------------------------------------*/
.home-slider.owl-carousel .owl-item img {
    height: 450px;
    object-fit: cover;
	border-radius: 7px;
}

.home-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 45%;
    width: 1140px;
    display: flex;
    justify-content: space-between;
    left: -15px;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 50px;
	padding:0 15px;
}

.home-slider.owl-theme {
    border: 3px solid #fff;
    border-radius: 7px;
   
    box-shadow: 0 0 10px #00000061;
}



.wrapper .owl-theme .owl-nav [class*=owl-]:hover {
    background: rgb(134 151 145 / 0%);
    color: #FFF;
    text-decoration: none;
}

.widget {
    background: #fff;
    border-radius: 15px;
    box-shadow: 2px 3px 9px rgb(51 51 51 / 35%);
}

.widget-title {
    height: 60px;
    padding: 10px;
}


.widget-title img{vertical-align:middle;}

.news-widget .widget-title {background:#cd9cff;}
.cal-widget  .widget-title{background:#ffbdd3;}

.widget  h3{
	font-size: 40px;
    text-shadow: 0 0 5px #fff;
    filter: drop-shadow(0px 1px 0px #fff);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    font-weight: 700;
	font-family:'DFPOP';
}

.widget div#calendar {
    background: #eeeeee;
    padding: 10px;
    font-size: 12px;
}


.widget .fc-toolbar.fc-header-toolbar {
    background: transparent;
    color: #fc7aa5;
    margin: 0 0 10px 0;
}

.widget  th.fc-day-header.fc-widget-header {
    background: #fb7aa5;
    color: #fff;
    padding: 5px;
}

.widget  .fc-button-primary {
    border: 0;
    color: #fb7aa5 !important;
}

.widget tbody.fc-body {
    background: #fff;
    text-align: right;
    padding: 5px;
}

.widget span.date-circle {
    min-width: 70px;
    height: 70px;
    background: #edd5ff;
    color: #be64f3;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: normal;
    border-radius: 100%;
	margin-right:10px;
}

.widget span.date-circle  b{
	font-size:28px; line-height:32px;
}

.news-widget ul li:not(:last-child){
	border-bottom:1px solid #e5a7ff;
	padding-bottom:10px;
	margin-bottom:10px;
}


/*------------------------------------*\
	        SUBPAGE
\*------------------------------------*/

.wrapper{background:#ffe2fd url(../image/wrap-bg.png) no-repeat top center; background-size:1920px auto; }

.banner {position:relative; height:250px;}




.sidebar h3.widget-title {
    font-size: 22px;
    background: #a970d2;
    color: #fff;
    padding: 15px;
    font-weight: 700;
	margin: 0;
}

.banner img {    width: 100%;    object-fit: cover; }

.sub-banner img {    height: 330px;    object-fit: cover;  }

.sidebar {    background: rgb(255 255 255 / 86%);    border-radius: 8px;     overflow: hidden;  }

.sidebar > ul { padding:25px 15px;   }

.sidebar > ul >li {       border-bottom: 1px solid #a970d2;      margin-bottom: 10px; }

.sidebar > ul >li > a {
    font-size: 20px;
	line-height:22px;
    color: #000;
    display: flex;
	padding: 10px 0px;  
    align-items: center;
	font-weight:bold;
}

.sidebar > ul >li > a span img:last-child {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .4s;
}

.sidebar > ul >li > a span {    position: relative;  }

.sidebar > ul >li > a:hover img:last-child{opacity:1; visibility:visible;}

.sidebar > ul >li:hover > a{color:#ff6699;}
.sidebar > ul >li:hover > a i{color:#ff8b34;   border-color:#ff8b34;}

.sidebar > ul >li > a img {
    padding-right: 10px;
}


.side-sub-menu li a {text-transform:uppercase;font-family: 'Microsoft Bold';font-size: 14px;	line-height:16px; }

.sidebar  .side-sub-menu >li > a > i {color: #4abc34; padding-right:5px;}

label.side-title {
    background: #a9cf4a;
    color: #fff;
    display: block;
    font-size: 25px;
	font-family:'Microsoft JhengHei';
    font-weight: bold;
    padding: 15px 20px;
	
}

.sidebar{margin-bottom:20px;}

.pagination {    display: block;    margin: 0px;  }
.pagination .link {      padding-top: 7px;}
.pagination a {display: inline-block; height: 30px; width: 30px; vertical-align: middle; text-align: center; line-height: 30px; margin: 0 4px;  }
.pagination a.active {    background: #a970d2;    color: #fff; }
.pagination a i {    height: 30px;    line-height: 30px; }


#button.show {
    opacity: 1;
    visibility: visible;
}
#button {
    display: inline-block;
    background-color: #999999;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
	cursor:pointer;
}
#button::after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    font-size: 30px;
    line-height: 45px;
    color: #fff;
}


span.al-date {
    display: inline-block;
    background: #a970d2;
    padding: 5px 8px;
    color: #fff;
    border-radius: 3px;
}

.title-part h3{font-size:22px; color:#000; font-weight:700; }

.bor-bot {border-bottom:2px solid #ffe2fd;}

.flex-direction-nav a.flex-prev {    left: -50px;   }
.flex-direction-nav a.flex-next {    right: -50px;  text-align: center; }
#carousel .flex-direction-nav a.flex-prev{left:-40px;}
#carousel .flex-direction-nav a.flex-next{right:-40px;}


.flex-direction-nav .flex-disabled {    opacity: 1 !important; z-index: 1; }
.flex-direction-nav a:before {font-size:40px;}
.flex-direction-nav a {
    display: block;
    height: 45px;
    width: 45px;
    background: #c1bdc0;
    border-radius: 100%;
    line-height: 45px;
    text-align: center;
}

#carousel .flex-direction-nav a {    background: transparent;   }
#carousel .flex-direction-nav a:before {    color: #afafaf;      font-size: 46px; }
#carousel {    margin-top: 25px;   }
.parent-slider {    padding: 40px;  }


h3.event-title {    color: #000;    FONT-SIZE: 30px;    font-weight: 700;    margin-bottom: 10px; }
.event-item {  border: 2px solid #ddd;  padding: 15px;  margin-bottom: 15px;  display: flex;  align-items: center;     background: #fff; }
span.event-date {font-size: 25px;  color: #000;  text-transform: uppercase; display: inline-block;  text-align: center; min-width:100px;}
span.event-date b {    font-weight: normal;    display: block;    font-size: 19px;  }
.title-text h4 {    color: #000;    FONT-SIZE: 19px;    font-weight: 700;  }
.title-text p {  font-size: 12px;    line-height: 18px; }

.title-text { font-family:'Microsoft JhengHei'; font-weight:bold; padding-left: 20px; margin-left: 10px;   border-left: 1px solid #6f3698;  }

a.down-btn {
    background: #ff4f9c;
    color: #fff;
    padding: 8px 20px;
    display: table;
    margin: 15px auto;
    border-radius: 25px;
    box-shadow: 0 6px 11px #44444461;
}

.mb-40{margin-bottom:40px;}
.calendar_remark {    width: 100%;    padding: 25px 0px 0;    text-align: right;  }

.calendar_remark .remark_item {  display: inline-block;  vertical-align: top;  padding-right: 30px;  padding-bottom: 14px;  }

.calendar_remark .remark_item:last-child {padding-right:0;}

.calendar_remark .remark {    padding-left: 33px;    position: relative;    line-height: 23px;    font-size: 18px;      color: #000; }


.calendar_remark .remark:before {    position: absolute;    left: 0;    top: 0;    content: "";    width: 22px;    height: 22px; }


.calendar_remark .remark_1:before {    background-color: #ff5c34;  }

.calendar_remark .remark_2:before {    background-color: #6dbc03;  }

.calendar_remark .remark_3:before {    background-color: #3b96f1;  }



.tile-icon h1 {
    font-size: 40px;
    text-shadow: 0 0 5px #fff;
    filter: drop-shadow(0px 1px 0px #fff);
    /* -webkit-text-stroke-width: 2px; */
    -webkit-text-stroke-color: #fff;
    font-weight: 700;
	white-space:nowrap;
}

.tile-icon:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    border-bottom: 2px dashed #a970d2;
	vertical-align:bottom;
	    margin-top: 30px;
}

.heading-bar {background:url(../image/title-bar.png) no-repeat center; padding:10px 0; color:#fff; background-size:100% 32px; }


.bg-trans {
    background: rgb(255 255 255 / 72%);
    padding: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-item {
    padding: 0 15px 25px;
    border-bottom: 1px solid #ddbef1;
    margin-bottom: 25px;
}
.news-item h3{font-size:21px; font-weight:bold;  font-family:'Microsoft JhengHei';color:#6c7280;  }
.news-date{font-size:21px; font-weight:bold; color:#6c7280;  font-family:'Microsoft JhengHei'; display:block; padding-bottom:10px;}
.news-left {padding-right: 30px; }
.news-left img{max-width:180px;}






.select select {
    min-width: 150px;
	padding:4px 7px;
	font-size:14px;
	border:1px solid #ddd;
	-webkit-appearance: none;
	background: #fff url(../image/arrow.png) no-repeat right 8px center;
}

.single-post .date {color:#9966cc; font-size:18px; letter-spacing:1px; font-weight: bold;	font-family:'Microsoft JhengHei'; }

.single-post h3{
	color: #000;
    font-size: 28px;
    font-weight: bold;
    line-height: 26px;	
	padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #dfcaee;
  
}

.more-btn{font-family:'Microsoft JhengHei'; font-weight: bold; border:1px solid #457b1f;  color: #457b1f;font-size: 18px;
    padding: 8px 25px;   }
	
.more-btn:hover{ color:#fff; background: #457b1f;  }




.news-right {    min-width: 70%;     padding-right: 20px;}
a.download-btn {    display: inline-block;    padding: 0 20px;  }


.title-part h2 {
    font-size: 30px;
    border-bottom: 2px dashed #a8cf47;
    margin-bottom: 20px;
    padding-bottom: 10px;
	font-weight: bold;	font-family:'Microsoft JhengHei';
}

.fc-toolbar.fc-header-toolbar {
    background: #a970d2;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
}

.fc-toolbar.fc-header-toolbar .fc-left {    visibility: hidden;   }

.fc-button-primary {
    color: #444 !important;
    background-color: #ededed !important;
    border-color: #bbb !important;
}

div#calendar .fc-view-container {    background: #f9fef0;  }

span.al-date b {
    display: block;
}

.fc-toolbar h2{font-size:26px;}

.al-item {    margin-bottom: 30px;      border: 1px solid #a970d2;  }


.album-txt .al-date b {
    display: block;   
}

.album-txt .al-date {
    background: #b987eb;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
    margin-right: 10px;
	text-align:center;
}

 .album-txt {
    padding: 5px  0px;
    color: #000;
}

span.al-title { display: block;
    font-size: 12px;
    line-height: normal;
    padding: 5px 0;font-family:'Microsoft JhengHei'; font-weight: bold;
}



.list-title h2 {
    font-size: 30px;
    font-weight: 700;
    border-left: 8px solid #fb57a1;
    padding-left: 15px;
}


/*------------------------------------*\
	        MIN WIDTH
\*------------------------------------*/







@media(min-width:992px){
	
.home-slider.owl-theme .owl-nav {    width: 1200px;     left: -45px;   }
	
	
.nav_area ul li:hover ul.sub-menu {	display:block;}

.nav_area > ul > li ul.sub-menu {  transform-origin: 50% 0;  transform: scaleY(0) translateZ(0);  transition: transform 0.3s, opacity 0.3s; display: block;  }

ul.sub-menu {min-width: 150px;}

ul.sub-menu li ul.sub-menu {    left: 100%;    top: 0;    width: 100%;  }

.nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {   transform: scaleY(1) translateZ(0);   }

.nav_area ul li:hover ul.sub-menu {    display: block; }
	
ul.menu{display:block !important;    }

span.arrow{display: inline-block; padding-left:5px; font-size: 12px; color:#000;}

label.toggle {    display: none;  }

.nav_area ul li a img {
    vertical-align: middle;
	max-width: 20px;
    margin-right: 5px;
}


}


@media(min-width:768px){	


ul.side-menu {
    display: block !important;
}

.sidebar h3.widget-title {
    pointer-events: none;
}

}




/*------------------------------------*\
	        MAX WIDTH
\*------------------------------------*/
.wrapper {    overflow-x: hidden;  }
.home-slider.owl-theme .owl-nav.disabled {
    display: none;
}

@media (max-width:1100px){

	.nav_area > ul > li {padding-right:15px;}
	.header:after {display:none;}
	.nav_area > ul > li {		padding: 0 10px 0 0;  }
	.nav_area > ul > li a {    font-size: 16px;  }

}

@media (max-width:1024px){

}


@media (max-width:991px){
	
	
	
	.container {    max-width: 100%;  }

	
	
	.menu-bar ul.menu  { 
    position: fixed;
    width: 80%;
    left: 0;
    text-align: left;
    background: #a970d2;
    z-index: 2;
    padding: 15px 10px;
    z-index: 10;
    top: 0;
    height: 100%;
    left: -100%;
    transition: all .4s;}
	
	.menu-bar ul.menu.open {left:0;}
	
	a.news-btn, a.eclass {    display: none;  }
	
	
	.header .row {    align-items: center;  }
	.toggle {        color: #fff;    font-size: 22px;   margin:0;text-align: right;    display: block;  } 	
	
	
	
	
	.nav_area ul li a {    line-height: 40px;    font-size: 14px; color:#fff; }
	
	nav.nav_area ul li{display:block;     position: relative;    border: 0;  padding:0 0 10px 0;}
	
	span.arrow {
    position: absolute;
    right: 10px;
    color: #fff;
    top: 10px;
    width: 40px;
    text-align: center;
    height: 30px;
	}
	
	
	
	ul.sub-menu {    display: none;    position: relative;  	    background: transparent; padding:0; }
	
	
	
	ul li .sub-menu li a {    line-height: 14px;  }
	
	
	.header .container {    position: initial; }
	ul.sub-menu span.arrow {    right: 10px;    text-align: right;  }
	
	span.arrow.close-icon i:before {    content: '\f106';  }
	ul.sub-menu li.menu-item-has-children  span.arrow.close-icon i:before {    content: "\f106";  }
	
	.home-slider.owl-carousel .owl-item img{height:300px;}

	
	.header {padding-top:10px;     padding-bottom: 0;  }
	
	
	.nav_area ul li a img {    width: 25px;    object-fit: contain;    margin-right: 15px;     vertical-align: middle; }
	
}


@media (max-width:767px){
	
	
	.contact-header a img {    max-width: 30px;  }
	
	.banner img {    min-height: 200px;  }
	
	
	ul.sidemenu {    display: none;  }
	

	.copyright {    text-align: center;  }
	
	.bg-trans {padding:15px;}
	

	label.toggle-sidemenu {
    font-size: 24px;
    border-bottom: 2px solid red;
    display: block;
    margin-bottom: 20px;
    padding-bottom: 10px;
	}
	
	.inner-content {padding:25px 15px;} 
	label.side-title {padding:20px 15px;}
	
	.event-item {    display: block; }
	.title-text {   border: 0;    padding: 0;     margin: 0; }
	span.event-date {    display: block;    margin-bottom: 15px; }
	.calendar_remark .remark_item {    display: block; }
	.calendar_remark {    text-align: left;  }
	
	.breadcrumbs select {    float: none;    margin: 5px 0 0; }
	.album-right {    margin-bottom: 15px; } 	
	.album-left {    text-align: center;margin-bottom: 10px;  }
	.news-left {    padding-right: 0;    margin-bottom: 10px;    text-align: center; }
	
	.fc-toolbar h2 {    font-size: 20px;  }
	
	

	.home-slider.owl-carousel .owl-item img {height:250px;}

	.single-post h3 {font-size:24px;}
	
	.title-text img {
    display: table;
    margin: 0 auto 10px;
}

.banner{height:50px;}

.tile-icon h1 {font-size:30px; -webkit-text-stroke-width: 1px;}

.list-title h2{margin-bottom:10px;}
	
.flex-direction-nav a:before, #carousel .flex-direction-nav a:before {
    font-size: 20px;
}	

ul.side-menu {
    display: none;
}
	
}


@media (max-width:576px){
	
	.home-slider.owl-carousel .owl-item img {height:200px;}
	.footer span {
    display: block;
    width: 100%;
}

.banner{height:0px;}
	
}

.fc-time{
    display : none;
 }

 .sub-content{
    background-color: rgb(255,255,255,0.72);
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    padding: 15px;
    min-height: 250px;
 }

 .fc-sun {
    color: red;
}

.event-1{
    color: red;
}