html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: "Arial","Helvetica","微軟正黑體","Microsoft JhengHei","黑體","SimHei","儷黑 Pro","LiHei Pro Medium","蘋果儷中黑","Apple LiGothic Medium","新細明體","PMingLiU","細明體","MingLiU","標楷體","DFKai-sb","sans-serif" !important;
	font-size: 1rem;
	background: #EDEDED url('../img/bg_orange.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	margin-bottom: 80px;
}

a, a:link, a:active, a:visited {
	text-decoration: none; 
}

.lang-sel a, .lang-sel a:link, .lang-sel a:active, .lang-sel a:visited {
	color: #585858;
}


.nav-header-logo {
	display: inline-block;
}

.nav-header-login {
	display: inline-block;
	font-weight: bold;
}

.nav-header-login a {
	padding-left: 8px;
	padding-right: 8px;
}

.nav-header-login .btn-login {
	font-weight: bold;
	color: #fff;
    background-color: #b018ef;
    border-color: #b018ef;
}

.nav-header-login .btn-login:hover, 
.nav-header-login .btn-login:focus, 
.nav-header-login .btn-login:active, 
.nav-header-login .btn-login.active {
    color: #fff;
    background-color: #9b0cd6;
    border-color: #9b0cd6;
}

.btn-system {
	font-weight: bold;
	color: #fff;
    background-color: #828EBE;
    border-color: #6E899B;
}

.btn-system:hover, 
.btn-system:focus, 
.btn-system:active, 
.btn-system.active {
    color: #fff;
    background-color: #6E899B;
    border-color: #6E899B;
}

.btn-search {
	font-weight: bold;
	color: #737373;
    background-color: #dcdcdc;
    border-color: #dcdcdc;
}

.btn-search:hover, 
.btn-search:focus, 
.btn-search:active, 
.btn-search.active {
    color: #fff;
    background-color: #737373;
    border-color: #737373;
}



.navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-fluid {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-toggler-right {
	margin-right: 15px;
	margin-bottom: 8px;
}

.main-tab {
	background-color:#860fa3 ;
}

.main-tab .nav-tabs  {
	font-weight: bold;
	font-size: 1.3em;
	color: #ffffff;
	margin-top:8px;
}

.main-tab .nav-tabs .nav-item.show .nav-link, .main-tab .nav-tabs .nav-link.active {
	background-color: #BCD5DF;
	border-color: #BCD5DF;
	color: #ffffff;
}

.main-tab .nav-tabs .nav-link:focus, .main-tab .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.main-tab .nav-link {
    padding: .15rem 1rem;
}

.main-tab-list {
	/*background: rgba(165, 191, 226, 0.95);*/
	/*background: #8CD8D0;*/
}

.main-tab-list .dropdown-submenu {
	position: relative;
	
}
.main-tab-list .dropdown-submenu > a {
	margin-right: 16px;
}
.main-tab-list .dropdown-submenu > a:after { 
	content: "\f0da";
	float: right;
	border: none;
	font-family: 'FontAwesome';
}

.main-tab-list .dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: 0px;
	margin-left: 2px; 

}

.main-tab-list .dropdown .nav-link { color:#860fa3; border:none; font-weight: bold; padding: 8px 14px; border-radius:.25rem;}
.main-tab-list .dropdown .nav-link:hover,.main-tab-list .dropdown .nav-link.active {background: #860fa3; color:#fff; border-radius: 0px; border-top-left-radius:.25rem; border-top-right-radius:.25rem;}
.main-tab-list .dropdown .nav-link:active {background: #860fa3; color:#fff; border-radius: 0px; border-top-left-radius:.25rem; border-top-right-radius:.25rem;}
.main-tab-list .dropdown .nav-link:focus {background: #860fa3; color:#fff; border-radius: 0px; border-top-left-radius:.25rem; border-top-right-radius:.25rem;}

.main-tab-list .dropdown .dropdown-menu {
	background: #860fa3;
	padding-top: 2px;
	padding-bottom: 2px;
}

.main-tab-list .dropdown .dropdown-menu .dropdown-item {
	color: #fff;
	font-weight: bold;
}

.main-tab-list .dropdown .dropdown-menu .dropdown-item:hover {
	background-color: #b018ef;
	/*border-radius: 4px;*/
	color: #fff;
}

.main-tab-list .dropdown .dropdown-menu .dropdown-item:focus {
	background-color: #b018ef;
	border-radius: 4px;
	color: #fff;
}
 
.main-tab-list .tab-content {
	width: 100%;
}

.main-tab-list .main-tab-item {
	background: #A58AD9;
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
	border-radius: 4px;
}

.main-tab-list .main-tab-item a {
	color: #ffffff;
}

.main-tab-item.active {
	background: #723DB1;
}


.main-tab-list .main-tab-item:hover {
	background: #723DB1;
}

.main-tab-list .navbar-nav {
	width: 100%;
}

.main-tab-list .navbar {
	padding: 0px;
}

.main-tab-list .navbar-row {
	flex-direction: row;
}


.oj1 {
	min-height:130px;
	background: url('../img/bg_obj01@2x.png');	
	background-size: contain;
    background-repeat: no-repeat;
}

.oj2 {
	min-height:220px;
	background: url('../img/bg_obj02@2x.png');
	background-size: contain;
    background-repeat: no-repeat;
	background-position:bottom
}
	
	 
.news-box {
	width: 100%;
	min-height: 260px;
	background: rgba(255, 255, 255, 1);
	border-radius: 8px;
}

.news-box .header-block {
	padding:8px 8px;
}

.news-box .header-block span {
	font-weight: bold;
	font-size: 1.6em;
	color: #860fa3;
	vertical-align: middle
}

.news-box .header-block img {
	width: 50px;
}

.news-box .body-block {
	padding: 8px 24px;
}

.news-box .body-block span {
	font-size: 1em;
	color: #860fa3;
}

.news-box .footer-block {
	font-weight: bold;
	font-size: 1.2em;
}


.com-res-box {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 8px;
}

.com-res-box .header-block {
	padding:8px 8px;
}

.com-res-box .header-block span {
	font-weight: bold;
	font-size: 1.6em;
	color: #804200;
	vertical-align: middle
}

.com-res-box .header-block img {
	width: 50px;
}

.com-res-box .body-block {
	padding: 8px 24px;
}

.com-res-box .bg-c-green {
    background: #11c15b;
	border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.com-res-box .mat-clr-stat-card.green {
    background-color: #d4fbe5;
	border-radius: 6px;
}

.com-res-box .mat-clr-stat-card .card-block {
    padding: 0 15px;
}

.com-res-box .mat-clr-stat-card .card-block .cst-cont {
    padding-top: 6px;
    padding-bottom: 6px;
}

.com-res-box .mat-clr-stat-card .card-block .cst-cont span {
	font-weight: bold;
	color: #804200;
	padding-left: 10px;
}

.com-res-box .mat-clr-stat-card .card-block .mat-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}


.news-box .body-block span {
	font-size: 1em;
	color: #860fa3;
}




.independent-box {
	display: inline-block; 
	margin-bottom: 6px;

}


.independent-item {
	vertical-align: middle;
	text-align: center;
	background: rgba(255, 255, 255, 1);
	border-radius: 18px;
}  

.independent-item:hover {
	background: #fafad2
}



.independent-item img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto auto;
	border-radius: 20px;
}

.independent-item span {
	font-weight: bold;
	font-size: 22px;
}



.carousel-box {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	border-radius: 8px;
}



.bcca-breadcrumb {
}

/*** breadcrumb container ***/
.bcca-breadcrumb {
  display: flex;
  flex-direction: row-reverse;
  flex-shrink: 0;
  width: fit-content;
  margin-bottom: 15px;
  position: relative;
  border-radius: 4px;
}

/*** breadcrumb items ***/
.bcca-breadcrumb-item {
  transition: all 0.2s ease-in-out;
  height: 40px;
  background: white;
  box-shadow: 0px 0px 18px -2px #d9d9d9;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 10px;

  font-weight: 600;
  color: rgba(74, 74, 74, 0.8);
  position: relative;
  cursor: pointer;
  float: left;

}

.bcca-breadcrumb-item:after {
  transition: all ease-in-out 0.2s;
  content: "";
  position: absolute;
  left: calc(100% - 10px);
  top: 6px;
  z-index: 1;
  width: 0;
  height: 0;
  border: 14px solid #ffffff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  box-shadow: 0px 0px 0 0px #d9d9d9, 5px -5px 10px -4px #d9d9d9;
  transform: rotate(45deg);
  margin-left: -4px;
}

.bcca-breadcrumb-item:last-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 10px;
}

.bcca-breadcrumb-item:first-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: rgba(23, 165, 98, 0.06);
}

.bcca-breadcrumb-item:first-child:after {
  content: "";
  display: none;
}

.bcca-breadcrumb-item i {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.2);
}

/*** hover breadcrumbs ***/
.bcca-breadcrumb-item:hover {
  background-color: #f9f9f9;
}

.bcca-breadcrumb-item:hover:after {
  border: 14px solid #f9f9f9;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

.bcca-breadcrumb-item:first-child:hover {
  background-color: rgba(23, 165, 98, 0.15);
}




.body-header-block {
    padding-left: 24px;
}


.content-body  {
	/*background: #f6f6f6;
	background: #f5f4f4;*/
	background: #fdfafa;
}

.content-body .nav-pills .nav-link {
  color: #555;
}

.content-body .text-uppercase {
  letter-spacing: 0.1em;
}




.content-body .with-arrow .nav-link.active {
	position: relative;
}


.content-body .nav-pills .nav-link {
    /* background-color: #BCD5DF; */
	background-color: #c2d8d3;
}

.content-body .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
	/* background-color: #44b8d1;*/
	background-color: #26a98c;
}

.content-body .nav-tabs {
    border-bottom: 0px;
}

.content-body .with-arrow .nav-link.active::after {
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	/*border-top: 10px solid #44b8d1; */
	border-top: 10px solid #26a98c;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
}

.content-body .btn-circle {
	  width: 45px;
	  height: 45px;
	  line-height: 45px;
	  text-align: center;
	  padding: 0;
	  border-radius: 50%;
}

.content-body .btn-circle-sm {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 0.9rem;
}

.content-body .fa {
	font-size: 16px;
}

.card-media-img {
	width: 32px;
}

.main-section{
	margin-top:50px;
}
.card-header-first{
	margin-top:-40px;
	
	/*
	background: linear-gradient(-90deg, #efd5ff 0%, #44b8d1 100%);
	*/
	
	background: linear-gradient(-90deg, #4cbcb8 0%, #26a98c 100%);
	
	box-shadow: 1px 5px 15px #a2a2a2;
}
.card-section{
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	background: #fff;
}
.card-header-first span i,.card-section-third span i{
	padding:17px;
	margin:0px 10px;
	color:#fff;
	height:50px;
	width:50px;
	box-shadow:1px 6px 24px #d2d2d2;
	background: linear-gradient(-90deg,  #ED5B80,#BF019F); 
}
.card-header-first span i:hover,.card-section-third span i:hover{
	box-shadow:1px 1px 15px #000;
}
.card-header-second{
	box-shadow:1px 5px 15px #a2a2a2;
    margin:-25px -25px 0px -25px;
	background: linear-gradient(-90deg, #90E8FC, #0080FF); 
}
.card-header-third{
    margin-top:-25px;
	box-shadow:1px 5px 15px #a2a2a2;
	background: linear-gradient(-90deg, #F2635F, #F4D00C); 
}
.card-section-third span i{
	background: linear-gradient(-90deg, #F4D00C, #F2635F); 
}
.card-section:hover{
	box-shadow:1px 1px 20px #d2d2d2;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-height: 80px;
}

.footer .footer-content{
	min-height: 80px;
}

.footer .copyrights {
	font-size: 0.75em;
	font-weight: bold;
	color: #947BA0;
}

.footer .copyrights a {
	color: #947BA0;
}


#modal-mers-login .title {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 16px;
    font-size: 18px;
    color: #ffffff;
	background-color: #f6635c;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;

}

#modal-mers-login .text-eng {
	font-size: 80%;
}

#modal-mers-login .modal-body {
	padding: 0px;
}

#modal-mers-login form {
    padding: 20px 20px;
}

.main-wrap{
	/*background: #ededed url('../img/bg@2x.png') no-repeat center center fixed;*/
}
.navbar-light .navbar-nav .btn-toteacher{ 
	background-color: #18bf13; 
	color:#fff; 
	border-radius: .25rem; 
	padding: .4rem 1rem;
}

.navbar-light .navbar-nav .btn-toteacher:hover, 
.navbar-light .navbar-nav .btn-toteacher:focus, 
.navbar-light .navbar-nav .btn-toteacher:active, 
.navbar-light .navbar-nav .btn-toteacher.active {
	background-color: #27af23; 
	color:#fff; 
}

/*
.navbar-light .navbar-nav .btn-tostudent{ 
	background-color: #ff6d00; 
	color:#fff; 
	border-radius: .25rem; 
	padding: .4rem 1rem;
}
*/
.navbar-light .btn-tostudent{ 
	background-color: #ff6d00; 
	color:#fff; 
	border-radius: .25rem; 
	padding: .4rem 1rem;
}

/*New*/
.navbar-light .btn-totips{ 
	background-color: #5bb5b1; 
	color:#fff; 
	border-radius: .25rem; 
	padding: .4rem 1rem;
	text-align: right;
}

.navbar-light .btn-toapps{ 
	background-color: #b15bb5; 
	color:#fff; 
	border-radius: .25rem; 
	padding: .4rem .4rem .4rem 1.4rem;
}
.box {
  width: 200px; height: 50px;
  position: relative;
  border: 0px;
}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 50px; height: 50px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 15px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 90px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F70505 0%, #8F0808 100%);
  box-shadow: 0 3px 3px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 10px; left: -30px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
/*New*/	   

.navbar-light .navbar-nav .btn-tostudent:hover, 
.navbar-light .navbar-nav .btn-tostudent:focus, 
.navbar-light .navbar-nav .btn-tostudent:active, 
.navbar-light .navbar-nav .btn-tostudent.active {
	background-color: #27af23; 
	color:#fff; 
}


.more-a{ 
	color:#860fa3;
	font-weight: normal;
}

.search-wrap{
	margin-bottom: 0;
}

.contact-wrap{
	background-color: #fff;
	border-radius: 8px;
	white-space: nowrap;
}

.contact-wrap img{
	width: 50%;
	max-width: 100%;
}

.contact-wrap tbody tr{
	color:#444;
	background-color: #ebdeff;
}
.contact-wrap tbody tr td{
	padding: .2rem .4rem;
}
.contact-wrap tbody tr td:first-child{
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	margin-top: .1rem;
	padding-left: .8rem;
}
.contact-wrap tbody tr td:last-child{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	white-space: break-spaces;
}
.contact-wrap th{
	font-weight: blod;
	color:#702284;
}
.contact-wrap div:first-child{
		text-align: center;
}
@media (min-width: 991px) {
	.dropdown-menu {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	.contact-wrap div:first-child{
		text-align: left;
	}
	.contact-wrap img{
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 768px) {
	.main-tab-list .dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: 6px;
		margin-left: 18px; 
		margin-bottom: 4px;
		background: #860fa3;
	}
}


@media (min-width: 576px) {
	.content-body .rounded-nav .nav-link {		
		border-radius: 8px !important;
	}
	
}



