@charset "utf-8";
body, h1, h2, h3, p {
	font-family: 'Heiti TC','Apple LiGothic Medium', "儷黑 Pro", "LiHei Pro Medium",'微軟正黑體','Microsoft JhengHei','新細明體',Helvetica Neue,Helvetica,Arial,sans-serif;
	/*font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif,'Heiti TC','Heiti SC','Apple LiGothic Medium','微軟正黑體','Microsoft JhengHei','新細明體';*/
}

/*.boxed-grey {
	margin-bottom: 30px;
}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform:none; /*capitalize; */
}

.navbar-brand {
    padding-left: 5px;
    padding-right: 5px;
}

footer p span {
    display: inline-block;
}

.intro {
	min-height:700px;
	background-size: cover;
}

.navbar-brand h1, .section-heading h2 {
    font-family: Montserrat, sans-serif;
}

/* == Hamburg Menu ================== */

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #888;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggle .middle-bar {
  opacity: 0;
}
 
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

 


#preloader {
	border: none;
}
#load {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 40px;
    width: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
	position: absolute;
    top: 50%;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	/*animation: shadowSpin 1s ease-in-out infinite;*/
	animation:none none;
}

#loaderInner {
	border: none;
}

.service-box {
	/*height: 250px;*/
	padding: 30px;
	text-align: left;
    height:100%;
    background-color: #efefef;
}

.service-box > i {
	float: left;
	margin-right: 15px;
	vertical-align: middle;
	padding-top: 5px
}

.service-box .title {
	font-size: 18px;
	margin-bottom: 20px;
}

h3.submenu a {
    font-size: 16px;
    font-weight: normal;
    color: #4682B4;
    border: 1px solid #4682B4;
    padding: 10px 20px;
    margin: 0px 3px;
}

h3.submenu a.active {
	background-color: #FF6347;
}

.item {
	height:100%;
}

.item .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.item .subtitle {
	font-size: 18px;
}

/*#it {
	background: url(../img/bg-it.jpg) no-repeat center center fixed;
}*/

/*#publication {
	background-image:url(../img/bg-publication.png);
}*/

.boxed-white {
	background: #f9f9f9;
	padding: 20px;
	margin-bottom: 30px;
}

hr {
	border-top-color:#ccc;
}

div.select {
	text-align: right;
}

/*.row-flex, .row-flex > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}
/*
.container-flex > div[class*='col-'] div,.row-flex > div[class*='col-'] div {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}
*/

@media screen and (min-width: 768px) {
.carousel-caption h3 {
    margin-bottom: 5px;
}
}

.carousel-caption h3 {
    color: #fff;
	text-shadow: -1px 1px 1px #000;
    margin-bottom: 5px;
}

.carousel-caption {
    bottom: 20%;
}

/*.carousel-caption {
    right: 0px;
    left: 0px;
}

@media screen and (min-width: 768px) {
.carousel-caption {
    right: 0px;
    left: 0px;
}
}
*/

.banner {
    color: #333; /* Purple #990099; */
	text-shadow: -1px -1px 1px #fff;
    background-image: url(../img/banner4.jpg);
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 30px;
    height: 500px;
}

.banner-education {
    background-image: url(../img/banner2.jpg);
}

.banner-it {
    background-image: url(../img/banner3.jpg);
}

.banner-book {
    background-image: url(../img/banner4.jpg);
}

.banner-ebook {
    background-image: url(../img/banner4.jpg);
}

.banner-uBook {
    background-image: url(../img/banner4.jpg);
}

.banner-design {
    background-image: url(../img/banner5.jpg);
}

/*.banner h1, .banner h2, .banner h3 {
    font-family: Georgia, serif;
    font-style: italic;
}*/

.banner h1 {
    font-size: 40px;
}

.banner h2 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.banner .textpanel {
    background: #fff;
    color: #000;
    margin: 40px 0;
    padding: 40px 40px 20px;
}

.content-header {
    padding-top: 40px;
    padding-bottom: 40px;
	display:block;
    position:relative;
    color: #fff;
    background-color: #98CB00;  /*#575757;*/
}

.content-header h1 {
    color: #fff;
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
}

.content-subheader {
    padding-top: 20px;
    padding-bottom: 20px;
	display:block;
    position:relative;
    background-color: lightgray;
    margin-bottom: 40px;
}

.content-subheader h2 {
    color: #fff;
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
}

.content-section {
    padding-top: 40px;
    padding-bottom: 40px;
	display:block;
    position:relative;
    font-size: 16px;
    font-weight: normal;
}

/*.content-section h1, .content-section h2, .content-section h3 {
    font-family: Georgia, serif;
    font-style: italic;
}*/

.content-section h2 {
    color: #333;
    font-size: 35px;
    font-weight: 400;
}

.content-section table {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
}

.eng h1, .eng h2, .eng h3, .content-header h1, .content-subheader h2 {
    font-family: Georgia, serif;
    font-style: italic;
}


@media(min-width:1200px) {
    .carousel-caption h3 {
        font-size: 24px; 
    }
}
@media(max-width: 1119px) and (min-width: 600px)  {
    .carousel-caption h3 {
        font-size: 18px;
    }
}
@media(max-width: 599px)  {
    .carousel-caption h3 {
        font-size: 12px;
    }
}


.img-thumbnail, .thumbnail {
    border:none;
    padding:0px;
}

