@charset "utf-8";
/* CSS Document */
.summer-in-member-row {
	padding:0 0 25px 0;
	margin-bottom:25px;
	border-bottom:1px solid #ddd;
	clear:both;
	overflow:hidden;	
}
.summer-in-member-row h3 {
	color:#7e6b5a;
}
.summer-in-member-row p {
	color:#5b5b5b;
}
.summer-in-member-info {
	clear:both;
	overflow:hidden;
}
.summer-in-member-info ul li {
	padding:13px 0 0 0;
	clear:both;
	overflow:hidden;
}
.summer-in-member-info ul li div.content a:link,.summer-in-member-info ul li div.content a:visited,.summer-in-member-info ul li div.content a:active {
	color:#0075a9;
	text-decoration:underline;
}
.summer-in-member-info ul li div.content a:hover {
	text-decoration:none;
}
.summer-in-member-info ul li .title {
	float:left;
	width:100px;
	height:16px;
	color:#222;
	font-weight:600;
	text-align:right;
}

.summer-in-member-info ul li .profession {
	float:left;
	margin:0 0 0 0px;
}
.summer-in-member-info ul li .profession ul li {
	padding:0;
	margin:0 0 10px 0;
	color:#5b5b5b;
}
.summer-in-member-row:last-child {
	border-bottom:0px solid #ddd;
}

.lesson-info ul li {
	color:#5b5b5b;
	margin:5px 0;
}
.lesson-info ul li span {
	color:#000;	
}
.season-class {
	padding:20px;
}
.season-class img {
	max-width:720px;
	height:auto;
		
}
.season-class p {
	margin:15px 0;
}
.season-class h2 {
	padding:0 0 10px 0;
	margin:0;
	border-bottom:1px dashed #707070;
	font-size:26px;
}
.season-class-h2 {
    padding:0 0 10px 0;
    margin:0;
    border-bottom:1px dashed #707070;
    font-size:26px;
}
.season-class h5 {
	background-color:#c39241;
	padding:10px 15px;
	font-size:16px;
	margin:0;
	color:#fff;
}
.season-class p.paragraph {
	margin:0px 0 25px 0;
	padding:15px;
	background-color:#f3f3f3;
}
.season-class p.paragraph:last-child {
	margin:0px 0 0px 0;
}

.pay-number p {
	color:#F00;
	text-align:center;
	font-size:26px;
	margin-top:40px;
}
.add-member-btn-group {
	background-color:#f8f8f8;
	padding:20px;
	margin-top:20px;
	border-top:1px solid #d1c09d;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #313131;
  background-color: #fafafa;
  border-color: #c1c1c1;
}
.login-header {
	background: #f5fbfd; /* Old browsers */
	background: -moz-linear-gradient(top,  #e7fcf6 0%, #d2f2e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7fcf6), color-stop(100%,#d2f2e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e7fcf6 0%,#d2f2e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e7fcf6 0%,#d2f2e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e7fcf6 0%,#d2f2e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e7fcf6 0%,#d2f2e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7fcf6', endColorstr='#d2f2e9',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#breadcrumbs-two li.st1::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -2.8em;   
  border-top:2.9em solid transparent;
  border-bottom: 2.9em solid transparent;
  border-left: 0.8em solid #cccccc;
  right: -11px;
  height:55px;
}
#breadcrumbs-two li.st1::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -2.8em;   
  border-width: 2.8em 0 2.8em 0.7em;
  border-style: solid;
  border-color:transparent;
  left: -0.67em;
  height:55px;
  width:30px;
}
#breadcrumbs-two{
  overflow: hidden;
  width:1140px;
  margin:0px auto 10px auto;
}
/*沒有作用*/
#breadcrumbs-two li{
  float: left;
  /*margin: 0 .1em 0 1em;*/
  margin: 0 6px 0 10px;
  background: #cccccc;
  padding: .5em 10px .7em 22px;
  float: left;
  text-decoration: none;
  color: #898989;
  text-shadow: 0 1px 0 rgba(255,255,255,.5); 
  position: relative;
  list-style:none;
  width:173px;
  height:55px;
}
#breadcrumbs-two li:last-child {
	margin:0 0 0 10px;
}

#breadcrumbs-two li.select {
	background-color:#fff;
	color:#393939;
}

/*作用中-前*/
#breadcrumbs-two li.select::after{
  content: "";
  position: absolute;
  top: 30%;
  left:173px; 
  margin-top: -1.8em;   
  border-top: 2.8em solid transparent;
  border-bottom: 2.8em solid transparent;
  border-left: 0.8em solid #fff;
  right: -0.9em;
  height:55px;
  width:30px;
}

/*作用中-後*/
#breadcrumbs-two li.select::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -2.8em;   
  border-width: 2.8em 0 2.8em 0.7em;
  border-style: solid;
  border-color: #fff #fff #fff transparent;
  left: -0.60em;
  height:55px;
  width:30px;
}

/*沒有作用-前*/
#breadcrumbs-two li::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -2.8em;   
  border-width: 2.8em 0 2.8em 0.7em;
  border-style: solid;
  border-color: #cccccc #cccccc #cccccc transparent;
  left: -0.60em;
  height:55px;
  width:30px;
}


/*沒有作用-後*/
#breadcrumbs-two li::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -2.8em;   
  border-top:2.9em solid transparent;
  border-bottom: 2.9em solid transparent;
  border-left: 0.8em solid #cccccc;
  right: -11px;
  height:55px;
  
}
#breadcrumbs-two .st6::before{
  border-color: #cccccc #cccccc #cccccc transparent;
}
#breadcrumbs-two .st6 {
	background-color:#cccccc;	
}
#breadcrumbs-two .st6::after{
  /*border-color: #f4f0e5 #f4f0e5 #f4f0e5 transparent;*/
  border-color:transparent;
}
#breadcrumbs-two .st1::before{
  border-color: #f3f3f3 #f3f3f3 #f3f3f3 transparent;
}

#breadcrumbs-two li.st1.select::before{
  /*border-color: #f4f0e5 #f4f0e5 #f4f0e5 transparent;*/
  border-color:transparent;
}

#breadcrumbs-two li.st6.select::after{
  border-color:transparent;
}


#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}
.btn-summer-default {
	background-color:#36c19a;
	border:1px solid #2eb38e;
	color:#f8f8f8;	
}
.btn-summer-default:hover,
.btn-summer-default:focus,
.btn-summer-default.focus,
.btn-summer-default:active,
.btn-summer-default.active {
	background-color:#36c19a;
	border:1px solid #2eb38e;
	color:#fff100;
}

.btn-summer-default-apply {
	background-color:#ff6239;
	border:1px solid #ec522a;
	color:#f8f8f8;	
}
.btn-summer-default-apply:hover {
	background-color:#ec522a;
	border:1px solid #ec522a;
	color:#fff;	
}
.container .img {
	position:relative;
	padding:0;
	width:1140px;
	overflow:hidden;	
}
.container .img h3 {
	position:absolute;
	z-index:3;
	bottom:20px;
	left:20px;
	color:#fff;
	text-shadow:1px 1px 3px rgba(0,0,0,.4);
}
.accordion {
	border: 0px solid #;
	border-bottom:0px;
}
.accordion li .row  {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5fbfd+0,ebf4f9+100 */
background: #f5fbfd; /* Old browsers */
background: -moz-linear-gradient(top,  #f1f1f1 0%, #e3e3e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f1f1f1 0%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f1f1f1 0%,#e3e3e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f1f1f1 0%,#e3e3e3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f1f1f1 0%,#e3e3e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-9 */	
border:0px;
border-bottom:1px solid #d1c09d;
	color:#313131;
	margin:0;
	padding: 7px 15px 0px 0px;
	height:38px;
}
.accordion li.active .row  {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5fbfd+0,ebf4f9+100 */
background: #f5fbfd; /* Old browsers */
background: -moz-linear-gradient(top,  #e7fcf6 0%, #d2f2e9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7fcf6), color-stop(100%,#d2f2e9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e7fcf6 0%,#d2f2e9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e7fcf6 0%,#d2f2e9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e7fcf6 0%,#d2f2e9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e7fcf6 0%,#d2f2e9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7fcf6', endColorstr='#d2f2e9',GradientType=0 ); /* IE6-9 */	
	border-top:0px ;
	color:#313131;
	border-left:0px;
	border-right:0px;
}

.accordion li .row h3 {
	margin:0;
	padding:3px 0 0 0;
	font-size:16px;
}

.accordion .panel {
	padding:25px;
	border:0px;
}
#accordion-row span.status-error {
	border:1px solid #c73333;
	padding:2px 5px 3px 5px;
	border-radius:3px;
	font-size:13px;
	color:#c96363;
	background-color:#fff;
}
#accordion-row span.status-check {
	border:1px solid #02500f;
	padding:2px 5px 3px 5px;
	border-radius:3px;
	font-size:13px;
	color:#02500f;
	background-color:#fff;
}
.photo-preview {
	width:207px;
	margin:0 auto;
}

.photo-preview .profile-img img {
	max-width:205px;
	height:auto;
	border:1px solid #ddd;
	padding:5px;
}
.photo {
	width:207px;
	height:270px;
	position:absolute;
	z-index:5;
	right:50px;
	top:75px;	
}
.photo .profile-img {
	margin-bottom:10px;	
}
.photo .profile-img img {
	max-width:205px;
	height:auto;
	border:1px solid #ddd;
}
.photo-size-photo {
	position:absolute;
	top:30px;
	left:15px;
	z-index:5;	
}
.hor-note ul {
	margin-top:20px;	
}
.hor-note ul li {
	display:inline;
	border:1px solid #a40000;
	border-radius:3px;
	color:#a40000;
	padding:3px 5px;
	margin:0px 8px 0 0;	
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background-color:#dda74f;
  color:#fff;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.upload-photo-info {
	border-top:1px solid #ddd;
	margin-top:20px;
}
.upload-photo-info span {
	color:#F00;
	display:block;
	margin:20px 0 10px 0;
}
.upload-photo-info ul li {
	list-style:decimal;
	margin:0 20px 5px 20px;
	font-size:13px;
	
}
.student-photo h4 {
	text-align:center;	
}
.student-photo .example-photo {
	border:1px solid #ddd;
	width:230px;
	padding:10px 5px;
	margin:0 auto;
	height:235px;
	overflow:hidden;	
}

.student-photo .example-photo img {
	display:block;
	margin:0 auto;
	max-width:165px;
	height:auto;
	overflow:hidden;
}
.student-photo .upload-file {
	background-color:#f8f8f8;
	border:1px solid #f2f2f2;
	padding:5px 10px;
}
.col-fixed, .row-fixed {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.content-body {
	position:relative;	
}
.content-body h2 {
	font-size:22px;
	padding:0px 0 0 10px;
	margin:0 0 20px 0px;
}
.content-body .explanation {
	background-color:#f8f8f8;
	border:1px solid #f2f2f2;
	padding:10px 20px;
	margin-top:0px;
}
.content-body .explanation ul {
}
.content-body .explanation ul li {
	list-style:decimal;
	margin:0 20px;
	color:#5b5b5b;
}
.content-body .explanation p {
	margin:0px 0 5px 0;
	color:#5b5b5b;
}

.content-bg {
	background-color:#FFF;
	border:1px solid #ececec;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
	clear:both;
	overflow:hidden;
	margin:10px auto 40px auto;
	padding:35px 25px;
	min-height:600px;
	width:1115px;
}
.logo {
	float:left;
	padding:15px 10px 0 30px;
}
.website-name  {
	float:left;
	padding:25px 0 0 0;
}
.website-name h1 {
	font-size:24px;
	margin:5px 0 0 0;
	padding:0;
	color:#000;
}
.website-name h3 {
	font-size:18px;
	margin:5px 0 0 0;
	padding:0;
	color:#000;
}

.website-name h1.apply {
	font-size:24px;
	margin:5px 0 0 0;
	padding:0;
	color:#fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,.4);
}
.website-name h3.apply {
	font-size:18px;
	margin:5px 0 0 0;
	padding:0;
	color:#fff;
	text-shadow: 0px 1px 5px rgba(0,0,0,.4);
}
.panel {
  margin-bottom: 0px;
  background-color: #fff;
  border:1px solid #d1c09d;;
  border-bottom:0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0,0);
          box-shadow: 0 0px 0px rgba(0, 0, 0,0);
}
.panel:last-child {
  border-bottom:1px solid #d1c09d;;
}
.panel-heading {
  padding: 7px 15px 0px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  position:relative;
  height:44px;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5fbfd+0,ebf4f9+100 */
background: #f5fbfd; /* Old browsers */
background: -moz-linear-gradient(top,  #e9e2cd 0%, #e2d8be 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e2cd), color-stop(100%,#e2d8be)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e9e2cd 0%,#e2d8be 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e9e2cd 0%,#e2d8be 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e9e2cd 0%,#e2d8be 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e9e2cd 0%,#e2d8be 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e2cd', endColorstr='#e2d8be',GradientType=0 ); /* IE6-9 */

}

.panel-heading span.remark {
	color:#fff;
	padding:4px 6px;
	margin-left:10px;
	font-size:13px;
	background-color:#2097f5;
	border-radius:3px;
}
.panel-heading span.status-error {
	border:1px solid #f2cfcf;
	padding:2px 5px 3px 5px;
	border-radius:3px;
	font-size:13px;
	color:#c96363;
	background-color:#fdebeb;
}
.panel-heading span.status-note {
	border:1px solid #faebcc;
	padding:2px 5px 3px 5px;
	border-radius:3px;
	font-size:13px;
	color:#8a6d3b;
	background-color:#fcf8e3;
}

.panel-heading span.status-accept {
	padding:2px 5px 3px 5px;
	border-radius:3px;
	font-size:13px;
	color:#1c821c;
	border:1px solid #bae7ba;
	background-color:#edfced;
}

.panel-default > .panel-heading {
  color: #313131;
  border-color: #d1c09d;
}
.panel-default > .panel-heading h3 {
	padding:7px 0 0 0;
	margin:0;
	font-size:16px;
}
.panel-default > .index-panel-heading {
  color: #113686;
  border-color: #ddd;
  background-color:#00C;
}
.panel-body h4 {
	font-size:16px;
	padding-left:5px;
	color:#d65028;
}

.panel-title-style h4 {
	font-size:16px;
	padding-left:5px;
	color:#d65028;
}

.panel-body p.p0515 {
	padding:5px 5px;
	color:#5b5b5b;
	line-height:1.5;
}
.panel-body .lesson-time {
	color:#f60;
	padding-left:3px;
}
.panel-body .author {
	color:#66C;
	padding-left:3px;
}
.label {
  display: inline;
  padding: .3em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.site-map h4 {
	border-bottom:1px dashed #ddd;
	padding-bottom:8px;	
}
.site-map ul li {
	margin:0 18px 15px 18px;
	list-style:outside;
}
.container h2 {
	position:relative;
	margin-bottom:15px;
}
.container h2 button {
	position:absolute;
	right:0px;
	top:0px;
	z-index:5;
}
.container h2+p {
	margin-bottom:25px;
	font-size:15px;
}
.label-red {
	background-color:#e75749;
}
.label-green {
	background-color:#88b880;
}
.label-blue {
	background-color:#49cbe7;	
}
.label-deep-yell {
	background-color:#b28850;	
}
.climate-row {
	margin-top:110px;	
}
.climate-col {
	position:relative;
}
.climate-col p {
	padding:15px 5px;
	line-height:1.6;
}
.climate-col .climate-info {
	position:absolute;
	top:230px;
	left:20px;
	z-index:5;
	padding:5px;
	font-size:24px;
}
.climate-col .light-pink {
	color:#ecddf0;
	background-color:#710584;
}
.climate-col .light-green {
	color:#eefad2;
	background-color:#5a673c;
}
.climate-col .light-orange {
	color:#f6d7a8;
	background-color:#f60;
}
.climate-col .light-blue {
	color:#d4eafb;
	background-color:#3e596d;
}

.about-taiwan-bg {
	position:relative;
	height:640px;
	background-color:#CCC;
	background-image:url(../images/about-taiwan-bg.jpg);
	background-repeat:no-repeat;
	background-position:0;
}
.about-taiwan-bg .taiwan {
	position:absolute;
	bottom:-260px;
	left:20px;
	z-index:5;	
}
.about-taiwan-bg .taiwan img {
	padding:5px;
	background-color:#FFF;
}
.about-taiwan-bg h2 {
	text-align:center;
	padding-top:100px;
}
.about-taiwan-bg p {
	text-align:center;
	margin:0;
	line-height:1.8;
}
.about-taiwan-bg ul {
	margin-top:20px;
}
.about-taiwan-bg ul li {
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
.about-taiwan-info p{
	padding:15px;
	text-align:left;
	font-size:14px;
}
.about-taiwan-info p span {
	font-weight:600;
}
.article-update {
	color:#999;	
}
.index-image-bg {
	width:100%;
	height:600px;
	overflow:hidden;
	clear:both;	
}
.index-image-bg a:link{
	display:block;
}
.cud-image-bg {
	width:100%;
	height:550px;
	clear:both;	
}
.cud-image-bg .cud-info-head {
	position:relative;
}
.cud-image-bg .cud-info-head .logo{
	position:absolute;
	top:415px;
	left:14px;
	z-index:3;
}
.cud-image-bg .logo img {
	max-width:172px;
	height:auto;
	margin:0 auto;
	border:1px solid #ddd;
	background-color:#fff;
	padding:5px;
	box-shadow:0 1px 2px rgba(0,0,0,.2);

}
.cud-image-bg .cud-info-head .univer-info {
	position:absolute;
	top:450px;
	left:10px;
	z-index:3;

}
.cud-image-bg .cud-info-head .univer-info h2 {
	text-shadow: 1px 1px 5px #313131;
	color:#fff;
}
.cud-image-bg .cud-info-head .back-btn {
	position:absolute;
	top:560px;
	right:10px;
	z-index:3;
}
.image-bg {
	width:100%;
	height:550px;
	overflow:hidden;
	clear:both;	
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow:none;
  filter: alpha(opacity=1);
  opacity:1;
}
.carousel-control.left,.carousel-control.right {
  background-image:none;
  background-image:none;
  background-image:none;
  background-image:none;
  filter:none;
  background-repeat: none;
  color:#313131;
}
.carousel-control.left:hover,.carousel-control.right:hover {
  background-image:none;
  background-image:none;
  background-image:none;
  background-image:none;
  filter:none;
  background-repeat:none;
  color:#f8f8f8;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 30px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  font-size:18px;
}

.fc-red-style1 {
	color:#c01717;
	padding:3px 5px;
	border:1px solid #c01717;
	border-radius:3px;
}
.fc-orange-style1 {
	color:#c08617;	
	padding:3px 5px;
	border:1px solid #c08617;
	border-radius:3px;
}
.fc-yell-style1 {
	color:#8a74b9;	
	padding:3px 5px;
	border:1px solid #8a74b9;
	border-radius:3px;
}

.fc-blue-style1 {
	color:#178ec0;
	padding:3px 5px;
	border:1px solid #178ec0;
	border-radius:3px;
}
.fc-green-style1 {
	color:#638c0b;
	padding:3px 5px;
	border:1px solid #638c0b;
	border-radius:3px;
}


.bp-style1 {
	border:1px solid #5b5b5b;
	padding:5px 10px;
}
h2 {
	color:#222222;	
}



#top-bar{
	 width:100%;
	 height:70px;
	 background:#fff;
	 position:fixed;
	 top:-100px;
	 -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	 -moz-box-shadow:0px 1px 2px rgba(0,0,0,.1);
	 box-shadow: 0px 1px 2px rgba(0,0,0,.1);
	 border-bottom:1px solid #e8e8e8;
	 z-index:9999;
}
#top-bar h1 {
	margin-top:0px;
	margin-bottom:0px;
	padding:0;
}
#top-bar h1 img {
	max-width:283px;
	height:auto;
	display:block;
}
#top-bar ul li {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
}
/* paginator */
.paginator {height: 30px; margin-top: 15px; text-align: center;}
.paginator .body {position: relative;}
.paginator a, .paginator span {margin: 2px 1px; display: inline-block; vertical-align: middle; color:#cb9236; border-radius:3px;}
.paginator .paginator-F-btn {width: 10px; height: 10px; background: url(../images/paginator-fall.gif) 0 -75px no-repeat scroll;}
.paginator .paginator-F-btn:hover {background-position: 0 -85px;}
.paginator .paginator-B-btn {width: 10px; height: 10px; background: url(../images/paginator-fall.gif) 0 -95px no-repeat scroll;}
.paginator .paginator-B-btn:hover {background-position: 0 -105px;}
.paginator .paginator-N-btn {width: 22px; height: 22px; background: url(../images/paginator-fall.gif) 0 0 no-repeat scroll;}
.paginator .paginator-N-btn:hover {background-position: 0 -25px;}
.paginator .paginator-N-disabled {width: 22px; height: 22px; background: url(../images/paginator-fall.gif) 0 -50px no-repeat scroll;}
.paginator .paginator-N-disabled:hover {background-position: 0 -50px; cursor: default;}
.paginator .paginator-link {padding: 0 5px; height: 22px; background-color: #FFF; line-height: 22px; font-size: 12px; text-align: center;border:1px solid #fff;}
.paginator .paginator-link:hover {background-color: #fff;border:1px solid #cccccc; color: #666; text-decoration: none;}
.paginator .current {background-color: #dda74f; color: #fff; border:1px solid #cb9236; font-weight: bold; cursor: default;}
.paginator .current:hover {text-decoration: none;}
.paginator .paginator-jump {width: 30px; padding: 2px 2px 2px 4px; margin-left: 8px;}
.paginator span {line-height: 22px; width: 14px; text-align: center;}
.esit-member-row {
	padding:0 0 25px 0;
	margin-bottom:25px;
	border-bottom:1px solid #ddd;
	clear:both;
	overflow:hidden;
	background-color:#039;
}
.esit-member-row h3 {
	color:#7e6b5a;
}
.esit-member-row p {
	color:#5b5b5b;
}
.esit-disabled {
	cursor:not-allowed;	
}
.faq-row {
	border:1px solid #eeeeee;
	padding:0px 0 20px 0;
}
.faq-col {
	border-bottom:1px solid #eeeeee;
	clear:both;
	overflow:hidden;
	padding:0 0 0px 0;
	background-color:#fff;
	position:relative;
}
.faq-col button {
	position:absolute;
	top:8px;
	right:10px;
	z-index:3;
}
.faq-col:last-child {
	border-bottom:0px;
}
.faq-col h3 {
	font-size:18px;
	padding:10px 15px;
	margin-top:0px;
	margin-bottom:15px;
	color:#f3f3f3;
	background-color:#797979;
}

.faq-col p {
	padding:15px 15px;
	line-height:1.6;
}

.programs-row {
	border:1px solid #ddd;
	padding:0px 0 0px 0;
}
.programs-col {
	border-bottom:1px solid #eeeeee;
	clear:both;
	overflow:hidden;
	padding:0 0 0px 0;
	background-color:#fff;
	position:relative;
}
.programs-col button {
	position:absolute;
	top:13px;
	right:10px;
	z-index:3;
}
.programs-col:last-child {
	border-bottom:0px;
}

.programs-col h3 {
	/*font-size:16px;
	padding:0px 130px 0 30px;;
	margin-top:0px;
	margin-bottom:15px;
	color:#f3f3f3;
	background-color:#797979;
	width:890px;
	height:50px;
	margin-left :0px; 
	text-indent :-18px ;
        display : table;
	*position : relative;*/
	font-size:16px;
	padding:0px 130px 0 30px;
	margin:0;
	color:#f3f3f3;
	background-color:#636967;
	width:890px;
	height:50px;
	margin-left :0px; 
	text-indent :-18px ;
        display : table;
	*position : relative;
}
.programs-col h3 a {
	display : table-cell;
	text-align:left;
	vertical-align : middle;
	text-indent :-18px ;
	*display : block;
	*position : absolute;
	*top : 50%;
	*width : 100%;
	color:#f8f8f8;
}
.programs-col h3 a:hover {
	color:#fc9f5a;
	text-decoration:none;
}
.programs-col h3 a span {
	*position : relative;
	*top : -50%;
}
.programs-col .programs-info {
	padding:0px 0;
	clear:both;
	overflow:hidden;	
}
.programs-col .programs-title {
	margin:0 0 15px 0;
	text-align:right;
	color:#222;
	font-weight:600;
}
.programs-col .programs-body {
	margin:0 0 15px 0;
	padding-left:0;
	color:#5b5b5b;
}
.news-list ul li:first-child {
	padding:0px 0 10px 0;
}

.news-list ul li {
	list-style:decimal;
	margin:0 0 0 20px;
	padding:10px 0 10px 0;
	border-bottom:1px dashed #dcdcdc;
	line-height:1.23;
}
.news-list ul li:last-child {
	border-bottom:0px;
}
.news-list ul li a:link,.news-list ul li a:visited {
	color:#ec6941;
}
form div.checkbox label {
	display:block;
	padding-bottom:3px;
	padding-top:2px;
}
form div.checkbox {
	margin-bottom:15px;
}


form div.radio label {
	display:block;
	padding-bottom:3px;
	padding-top:2px;
}
form div.radio {
	margin-bottom:15px;
}
form div.radio span.title {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;	
}



.info {
	background-color:#f8f8f8;
	padding:20px;	
}
.info p {
	line-height:1.6;
	margin-bottom:25px;
	color:#5b5b5b;	
}
.info button {
	margin-top:10px;
}
.info p a:link,.info p a:visited {
	color:#ec6941;
	text-decoration:underline;
}
.info p a:hover {
	text-decoration:none;
}
.info ul li {
	list-style:decimal;
	margin:5px 0 5px 35px;	
	padding-bottom:5px;	
	font-size:14px;
	color:#5b5b5b;	
}
.info ol li {
	list-style:inside;
	margin:5px 0 5px 17px;
	padding-bottom:5px;	
	font-size:14px;
	color:#5b5b5b;	
}
.std-content p img {
	float:left;
	margin:0 20px 0px 0;
}
.std-content p {
	margin:10px 0 25px 0;
	line-height:1.6;
	color:#5b5b5b;
	font-size:14px;
}
.std-content {
	position:relative;
}

.std-content .stl-info {
	position:absolute;
	top:25px;
	left:25px;
	z-index:5;
}
.std-content .stl-info ul li {
	padding:0;
	margin:0px;
	font-size:16px;
	list-style:none;
}
.std-content .stl-info ul li.title {
	color:#fff;
	text-shadow:1px 1px 5px #313131;
	font-size:16px;
}
.std-content .stl-info ul li.content {
	color:#fff;
	text-shadow:1px 1px 5px #313131;
	font-size:14px;
	margin-bottom:10px;
}
.std-content p a:link,.std-content p a:visited {
	color:#ec6941;
	text-decoration:underline;
}
.std-content p a:hover {
	text-decoration:none;
}
.std-content ul li {
	list-style:decimal;
	margin:5px 0 5px 35px;
	padding-bottom:5px;	
	font-size:14px;
}
.std-content ol li {
	list-style:inside;
	margin:5px 0 5px 17px;
	padding-bottom:5px;	
	font-size:14px;
}
.article-content p img {
	float:left;
	margin:0 20px 0px 0;
}
.article-content p {
	margin:10px 0 25px 0;
	line-height:1.6;
	color:#5b5b5b;
	font-size:14px;
}
.article-content p a:link,.article-content p a:visited {
	color:#ec6941;
	text-decoration:underline;
}
.article-content p a:hover {
	text-decoration:none;
}
.article-content ul li {
	list-style:decimal;
	margin:5px 0 5px 35px;
	padding-bottom:5px;	
	font-size:14px;
}
.article-content ol li {
	list-style:inside;
	margin:5px 0 5px 17px;
	padding-bottom:5px;	
	font-size:14px;
}
.btn-red {
  color: #fff;
  background-color: #c03a2f;
  border-color: #b22e23;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active {
  color: #fff;
  background-color: #b22e23;
  border-color: #b22e23;
}

/* btn-gray */
.btn-gray {
	color: #fff;
	border: solid 1px #313131;
	background-color:#6a6a6a;	
}
.btn-gray a:link {
	color:#fff;
}
.btn-gray a:hover,.btn-gray a:active {
	text-decoration:none;
}
.btn-gray:hover {
	background-color:#313131;
}
.btn-gray:active {
	text-decoration:none;
}


.btn-blue {
  color: #fff;
  background-color: #32ab4d;
  border-color: #289640;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active {
  color: #fff;
  background-color: #289640;
  border-color: #289640;
}

.btn-green {
  color: #fff;
  background-color: #00c5b1;
  border-color: #03b2a0;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active {
  color: #fff;
  background-color: #03b2a0;
  border-color: #03b2a0;
}
.header-group-btn {
	margin-top:70px;
	margin-right:12px;
}
.header-group-btn ul {
	clear:both;
	overflow:hidden;
}
.header-group-btn ul li {
	float:right;
	margin:0 0 0 10px;
}
.event-info {
	padding:10px 20px;	
}
.event-info h3 {
	font-size:18px;
	line-height:1.3;
}
.event-info h3 a:link,.event-info h3 a:visited {
	color:#ec6941;
	text-decoration:underline;
}
.event-info h3 a:hover {
	color:#ec6941;
	text-decoration:none;
}
.event-info .date,.event-info .map {
	color:#222;
}
.event-info p {
	color:#5b5b5b;
}
.news-info {
	position:relative;
	margin:239px 0 0 0;
	padding:10px 20px;
}
.news-info h3 {
	font-size:18px;
	line-height:1.3;
	height:47px;
	overflow:hidden;
}
.news-info h3 a:link,.news-info h3 a:visited {
	color:#ec6941;
	text-decoration:underline;
}
.news-info h3 a:hover {
	color:#ec6941;
	text-decoration:none;
}
.news-info p {
	color:#5b5b5b;
	height:60px;
	overflow:hidden;
}


.content-w1000 {
	width:1000px;
	
}
.stl-col-min-height {
	position:relative;
	min-height:370px;
	border:1px solid #ddd;
	margin-bottom:30px;
	border-radius:10px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.stl-col-min-height .indonesia-country {
	width:80px;
	height:80px;
	border-radius:999px;
	background-color:#1f9eb5;
	color:#FFF;
	position:absolute;
	top:200px;
	right:20px;
	z-index:10;
	line-height:80px;
	text-align:center;
}
.stl-col-min-height .vietnam-country {
	width:80px;
	height:80px;
	border-radius:999px;
	background-color:#5a3776;
	color:#FFF;
	position:absolute;
	top:200px;
	right:20px;
	z-index:10;
	line-height:80px;
	text-align:center;
}
.stl-col-min-height .thailand-country {
	width:80px;
	height:80px;
	border-radius:999px;
	background-color:#b5a21f;
	color:#FFF;
	position:absolute;
	top:200px;
	right:20px;
	z-index:10;
	line-height:80px;
	text-align:center;
}

.stl-col-min-height .stl-info {
	clear:both;
	overflow:hidden;
	padding:10px 20px;
	font-size:14px;
}
.stl-col-min-height .stl-info ul {
	clear:both;
	overflow:hidden;
}
.stl-col-min-height .stl-info ul li {
	padding:13px 0 0 0;
	clear:both;
	overflow:hidden;
}
.stl-col-min-height .stl-info ul li .title {
	width:30%;
	float:left;
	height:16px;
	color:#222;
	font-weight:600;
}

.stl-col-min-height .stl-info ul li .content {
	width:70%;
	height:20px;
	overflow:hidden;
	float:left;
	margin:0 0 0 0px;
	color:#5b5b5b;
	text-overflow : ellipsis;
    white-space : nowrap;
}


.esitsp-col-min-height {
	position:relative;
	min-height:335px;
	border:1px solid #ddd;
	margin-bottom:30px;
	border-radius:10px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}


.esitsp-info {
	padding:10px 20px;	
}
.esitsp-info h2 {
	font-size:18px;
	line-height:1.3;
	margin-top:10px;
	height:70px;
	overflow:hidden;
	color:#7e6b5a;
	
}
.esitsp-info h2 a:link,.esitsp-info h2 a:visited {
	color:#ec6941;
	text-decoration:underline;
}
.esitsp-info h2 a:hover {
	color:#ec6941;
	text-decoration:none;
}

.news-col-min-height {
	position:relative;
	min-height:450px;
	border:1px solid #ddd;
	margin-bottom:25px;
	border-radius:10px;
	padding-bottom:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.news-col-min-height img {
	position:absolute;
	max-width:358px;
	clip: rect(0px,358px,239px,0px);
	overflow:hidden;
}
.news-col-min-height .update {
	position:absolute;
	top:0px;
	left:20px;
	z-index:3;
	background-color:#fdb00b;
	color:#fff7e6;
	padding:8px 15px;
}
.col-min-height {
	min-height:550px;
	border:1px solid #ddd;
	margin-bottom:25px;
	border-radius:10px;
	padding-bottom:25px;
	box-shadow:0 1px 2px rgba(0,0,0,.1);
}
.ap-fluid {
	position:relative;
	height:614px;
	background-image:url(../images/ap-bg.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
}
.ap-fluid h2{
	margin-top:100px;
	margin-bottom:60px;
}
.ap-fluid  .books {
	position:absolute;
	top:220px;
	left:-40px;
	z-index:5;
}
.ap-fluid .apply-btn {
	position:relative;
	margin:290px auto 0 auto;
	width:141px;
	height:39px;
	background-image:url(../images/how-to-apply.png);
	background-repeat:no-repeat;
	background-position:0;
}
.ap-fluid .mouse-hand {
	width:37px;
	height:53px;
	position:absolute;
	top:30px;
	z-index:4;
	left:50%;
}
.ap-fluid .apply-btn:hover {
	width:141px;
	height:39px;
	background-image:url(../images/how-to-apply-hover.png);
	background-repeat:no-repeat;
	background-position:0;
	cursor:pointer;
}
.ps-fluid {
	height:648px;
	background-image:url(../images/ps-fluid.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
}
.ps-fluid h2 {
	margin-top:45px;
	margin-bottom:60px;
}
.index-ps-form {
	background-color:#30291f;
	padding:20px;
	width:350px;
	border:1px solid #81796e;
	color:#b7b0a8;
	border-radius:3px;
	margin:0 auto;
}
.rl-fluid {
	height:720px;
	background-image:url(../images/rl-fluid.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
}

.rl-fluid .university-info {
	background-color:#FFF;
	border-radius:5px; 
	box-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.2); 
	position:relative;
	margin-bottom:25px;
}
.rl-fluid .university-info:hover {
	background-color:#f8f8f8;
}
.rl-fluid .university-info .university-logo {
	position:absolute; 
	top:130px; 
	left:20px; 
	z-index:3; 
	background-color:#fff;	
}
.rl-fluid .university-info .university-logo img {
	width:150px;
	height:63px;
	padding:3px;
}
.rl-fluid h2 {
	margin-top:45px;
	margin-bottom:60px;
}
.rl-fluid .university-info h3 {
	margin-top:15px;
	margin-bottom:10px;
}
.rl-fluid .university-info h3 a:link,.rl-fluid .university-info h3 a:visited {
	font-size:16px;
	color:#ec6941;
	text-decoration:none;
	display:block;
}
.rl-fluid .university-info h3 a:hover {
	text-decoration:underline;
}

.rl-fluid .rl-university {
	border-radius:999px;
	box-shadow: 0.5px 0.5px 1px rgba(0,0,0,0.2);
	margin-bottom:20px;
}
.rl-fluid .rl-university img {
	border-radius:999px;
}
/* Box Shadow Outset */
.box-shadow-outset {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.box-shadow-outset:hover, .box-shadow-outset:focus, .box-shadow-outset:active {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}


/*標題中線效果*/

h2.title-row {
	margin: 20px 0 30px;
    text-align: center;
    position: relative;
	color:#5b5b5b;
}
h2.title-row span {
	background: #fff;
    padding: 0 10px;
    z-index: 1;
    position: relative;
}
h2.title-row:after {
	content: "";
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 20px;
    width: 100%;
}

.icon-wrap {
	width:128px;
	height:128px;
	margin:0 auto;	
}
.icon-wrap + h4 {
	text-align:center;
}
.icon-wrap + h4 + p {
	text-align:center;
}
.dropdown-message {
	min-width:350px;
	background-color:#F93;	
}
.dropdown-message h4 {
	padding:5px 8px;
	margin:0;
}
.dropdown-message .message-update {
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px;	
}

/*對話框*/
.mwt_border{
	width:250px;
	height:90px;
	text-align:center;
	background:#fff;
	position:relative;
	border: solid 1px #333;
	margin:0px;
	padding:15px;
}
/*箭頭右*/
.mwt_border .arrow_r_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent transparent #333;
	position:absolute;
	top:20%;
	right:-30px;
}
/*箭頭右-邊框*/
.mwt_border .arrow_r_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent transparent #fff;
	position:absolute;
	top:20%;
	right:-29px;
}
 
/*箭頭左*/
.mwt_border .arrow_l_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent #333 transparent  transparent ;
	position:absolute;
	top:20%;
	left:-30px;
}
/*箭頭左-邊框*/
.mwt_border .arrow_l_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent #fff transparent transparent ;
	position:absolute;
	top:20%;
	left:-29px;
}
 
/*箭頭上*/
.mwt_border .arrow_t_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent #333 transparent ;
	position:absolute;
	top:-30px;
	left:40px;
}
/*箭頭上-邊框*/
.mwt_border .arrow_t_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:transparent transparent #fff transparent ;
	position:absolute;
	top:-29px;
	left:40px;
}
 
/*箭頭下*/
.mwt_border .arrow_b_int{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:#333 transparent transparent transparent ;
	position:absolute;
	bottom:-30px;
	right:50px;
}
/*箭頭下-邊框*/
.mwt_border .arrow_b_out{
	width:0px;
	height:0px;
	border-width:15px;
	border-style:solid;
	border-color:#fff transparent transparent transparent ;
	position:absolute;
	bottom:-29px;
	right:50px;
}

/*垂直時間軸*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
	background-color:#f3f3f3;
	border:1px solid #ddd;
	background-image:url(../images/timeline-bg.gif);
	background-repeat:repeat-y;
	background-position:27px 0;
	height:800px;
	overflow:auto;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #ddd;
        left:29px;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width:330px;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
			background-color:#fff;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: "";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 25px;
            left: 40px;
            margin-left: -27px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: left;
			margin-left:65px;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #ff623b !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}
.timeline-badge.default {
    background-color: #fff !important;
	border:1px solid #ddd;
}
.timeline > li > .timeline-panel.warning {
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
	background-color:#fadbd3;
}
.timeline > li > .timeline-panel.warning:after {
	position: absolute;
	top: 27px;
	left: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-right: 14px solid #fadbd3;
	border-left: 0 solid #fadbd3;
	border-bottom: 14px solid transparent;
	content: " ";
}


.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}
/*上傳檔案*/
.fileUpload {
	position: relative;
	overflow: hidden;
	background-color: #f7f7f9;
	border:1px solid #eeeeee;
	height: 150px;
	width: 150px;
	text-align: center;
	border-radius:5px;
}
.fileUpload:hover {
	background-color: #eeeeee;
}
.fileUpload i {
	color:#393939;
}
.fileUpload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	height: 100%;
	text-align: center;
}
.custom-span{font-size: 100px; color: #FE57A1}
#uploadFile{border: none;margin-left: 10px; width: 200px;}
.custom-para{font-size: 18px; color:#585858;}

/*評價*/
.starrr { display: inline-block; }

.starrr i {
	font-size: 24px;
	padding: 0 1px;
	cursor: pointer;
	color: #ffd119;
}

.tag-col span a:link {
	padding:5px 8px;
	background-color:#CCC;
	margin-right:5px;
	border-radius:3px;
}
.row-header {
	position:relative;
	background-color:#03F;	
}
.left-btn-slider {
	position:absolute;
	z-index:3;
	top:85px;
	left:0px;
	background-color:#F00;	
}
.right-btn-slider {
	position:absolute;
	z-index:3;
	top:85px;
	right:0px;
	background-color:#F00;	
}
.btn-slider {
	position:absolute;
	z-index:3;
	top:0px;
	right:0px;
	background-color:#F00;	
}

.btn-slider ul {
	clear:both;
	overflow:hidden;
}

.btn-slider ul li {
	float:right;
}

ul, ol {
  margin-top: 0;
  margin-bottom:0px;
  padding:0;
  list-style: none;
}
.topbar {
	background-color:#4b494f;
	padding:5px 0;
	color:#999;
}
.topbar-accounts-links li span.username {
	color:#fff45c;
}
.topbar-accounts-links li {
	float:right;
	list-style:none;
	color:#fcefe0;
}
.topbar-accounts-links a:link, .topbar-accounts-links li a:visited, .topbar-accounts-links li a:active {
	/*color:#fcefe0;*/
	color:#fff;
	text-decoration:none;
	padding:0 0px 0 10px;
}
.topbar-accounts-links li a:hover {
	color:#fff;
	text-decoration:underline;
}
.topbar-accounts-links li.dropdown img {
	border:1px solid #fff;	
}
.topbar-accounts-links li.dropdown ul.dropdown-menu {
	padding:10px;	
}
.topbar-accounts-links li.dropdown ul.dropdown-menu li a:link,.topbar-accounts-links li.dropdown ul.dropdown-menu li a:visited {
	color:#f60;
	clear:both;
	float:none;
	display:block;
	min-width:130px;
	margin:5px 0;
}
.topbar-accounts-links li.dropdown ul.dropdown-menu li a:hover {
	text-decoration:underline;
	background-color:transparent;
}
.topbar-channel-links li {
	float:left;
	list-style:none;
	color:#f1f1f1;
}
.topbar-channel-links li a:link, .topbar-channel-links li a:visited, .topbar-channel-links li a:active {
	color:#999;
	text-decoration:none;
	padding:0 15px 0 0px;
}
.topbar-channel-links li a:hover {
	color:#f1f1f1;
	text-decoration:none;
}
.navbar {
	margin-bottom:0px;	
}

.ad-link ul li {
	margin:5px 0;
}
.ad-link ul li a:link,.ad-link ul li a:visited,.ad-link ul li a:active {
	display:block;
	background:  url(../images/arr_1.gif) left center no-repeat; 
	padding:0 0 0 15px;
}

.esit-member-info {
	clear:both;
	overflow:hidden;
}
.esit-member-info ul li {
	padding:13px 0 0 0;
	clear:both;
	overflow:hidden;
}
.esit-member-info ul li div.content a:link,.esit-member-info ul li div.content a:visited,.esit-member-info ul li div.content a:active {
	color:#ec6941;
	text-decoration:underline;
}
.esit-member-info ul li div.content a:hover {
	text-decoration:none;
}
.esit-member-info ul li .title {
	float:left;
	width:100px;
	height:16px;
	color:#222;
	font-weight:600;
}
.esit-member-info ul li .profession {
	float:left;
	margin:0 0 0 0px;
}
.esit-member-info ul li .profession ul li {
	padding:0;
	margin:0 0 10px 0;
	color:#5b5b5b;
}
.esit-member-info ul li .content {
	float:left;
	margin:0 0 0 0px;
	color:#5b5b5b
}

.esit-member-info ul li .product_color {
	float:left;
	
}
.esit-member-info ul li .product_color ul li {
	display:inline-block;
	padding:0;
	margin:0 5px 0 0;
}
.esit-member-info ul li .product_color ul li img {
	width:36px;
	height:36px;
	vertical-align:middle;
	padding:5px;
}
.esit-member-info ul li .product_color ul li a {
	display:inline-block;
	background-color:#fff;
	border:1px solid #dcdcdc;
}
.esit-member-info ul li .product_color ul li a:hover {
	border:1px solid #999;
}
.esit-member-info ul li .product_color ul li.selected a:link,
.esit-member-info ul li .product_color ul li.selected a:visited {
	border:1px solid #F00;
}
.breadcrumb {
  padding: 8px 0px 15px 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color:transparent;
  padding-left:10px;
  border-radius: 0px;
}
.breadcrumb li a:link,.breadcrumb li a:visited,.breadcrumb li a:active {
	color:#0075a9;
}

.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
/*layout*/
/*footer置底時*/
html, body {
	margin:0;
	padding:0;
	height:100%;
}
/*網站外框*/
#wrapper {
	min-height:100%;
	position:relative;
	background-color:;
}
.topbar-fluid {
	background-color:#dda74f;
	padding:5px 0;
}
/*表頭*/
header {
	position:relative;
	height:115px;
	overflow:hidden;
	clear:both;
	margin:0 auto;
}

/*內容*/
#body_content {
	padding:0px;
	padding-bottom:230px;	/* Height of the footer */
}
#body_content h2{
	color:#222;
}
/*置底*/
footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:200px;/* Height of the footer */
	background-color:#6E3035;
	padding:30px 0 0 0;
	-moz-box-shadow: inset 0 3px 5px #61282E;
	-webkit-box-shadow: inset 0 3px 5px #61282E;
	box-shadow: inset 0 3px 5px #61282E;
}
.footer-logo img {
	max-width:220px;
	margin:25px 0px 10px;
	height:auto;
}
.footer-logo h1 {
	margin:0px;
	padding:0px;
	font-size:17px;
	color:#fff;
	margin:5px 5px 0px;
}
.footer-oh h3 {
	padding:0px 0 0 5px;
	margin:0px 0 5px 0;
	font-size:16px;
	color:#fff;
	border-left:4px solid #fff;
}
.footer-oh p {
	font-size:14px;
	color:#faf2de;
	padding-bottom:10px;
}
.footer-other-co p{
	font-size:14px;
	color:#faf2de;
}

.foot_sns_icon {
	margin-bottom:10px;
}
.foot_sns_icon ul {
	clear:both;
	overflow:hidden;
	
}
.foot_sns_icon ul li {
	float:left;
	margin-right:10px;
}
.foot_sns_icon ul li:last-child {
	margin-left:0px;
}
.foot_sns_icon ul li img {
	background-color:#FFF;
	width:50px;
	height:50px;
	border-radius:5px;
	padding:3px;
}
.footer-nav-fluid {
	background-color:#ec8000;
	height:38px;
	overflow:hidden;
}
.footer-nav  {
	text-align:center;
}
.footer-nav ul {
	overflow:hidden;
	clear:both;
    display: inline-block;
}
.footer-nav ul li {
	float:left;
	border-right:1px solid #f6bc78;
	margin:10px 0;
	padding:0px 0;
	
}
.footer-nav ul li:last-child {
	border-right:0px;
}
.footer-nav ul li a:link,.footer-nav ul li a:visited {
	padding:0px 10px;
	display:block;
	font-size:13px;
	color:#fcefe0;
}
.footer-row {
	color:#f2c691;
	margin-top:15px;
	clear:both;
	overflow:hidden;
}

.footer-row img {
	display:block;
	margin:4px 0 0 0;
	float:right;
}

/*選單設定*/

.menu-ver-style1 {
	position:relative;
	padding:0px;
	margin:0;
	min-height:600px;
}
.menu-ver-style1 ul {
	position:absolute;
	z-index:8;
	top:0;
	left:0;
	padding:0 1px 0 0;
	margin:0 0 0 0;
	min-height:600px;

}
.menu-ver-style1 ul li {
	width:145px;
	background-color:#272727;
	border-right:none;
	margin:0 0 0 0;
}
.menu-ver-style1 ul li a:link,.menu-ver-style1 ul li a:visited {
	display:block;
	color:#f8f8f8;
	text-decoration:none;
	padding:8px 0 8px 15px;
	background-color:#36c19a;
}

.menu-ver-style1 ul li.selected a:link,
.menu-ver-style1 ul li.selected a:visited {
	background-color:#fff;
	color:#000;
	border-right:1px solid #fff;
}
.menu-ver-style1 ul li a:hover {
	background-color:#36c19a;
	color:#fff100;
	border-right:0px;
	border-bottom:0px;
}

.top-navbar-fluid {
	background-color:#313131;	
}
/*mouse:hover下拉選單*/
#navbar-down {
	position:relative;
	height:40px;
	clear:both;
	background-color:#313131;
}

#nav {
	margin:0px auto 0 auto;
	padding:5px 0px 0 0px;
	height:40px;
	background: #313131;
	font-size:100%;
	}
#nav li {
	float: left;
	position: relative;
	list-style: none outside none;
}

#nav li.open, #nav li:hover {
  background: #fff;
  }
#nav li:hover > a {
  background: #fff;
  color:#313131;
}

#nav li a {
	display: block;
	padding: 5px 15px;
	line-height: 20px;
	color: #dcdcdc;
	text-decoration: none;
	
	}
#nav li ul {
  display: none;
  position: absolute;
  z-index:5;
  top: 30px;
  left: 0;
  width: auto; 
  min-width: 130px;
  *width: 130px;
  white-space: nowrap;
  padding:0 0px 5px 0px;
  background: #fff;
  border-width: 0 1px 1px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  }
#nav li:hover ul {
  display: block;
  }
#nav li ul li {
  float: none;
  list-style: none outside none;
}
#nav li ul li a {
  padding: 8px 8px 8px 13px;
  display: inline-block;
  color:#313131;
  }
#nav li ul li a {display: block;}
#nav li ul li a:hover {
	color: #fff;
	background-color:#313131;
}

#navbar-topnav {
	position:relative;
	height:82px;
	clear:both;
	overflow:hidden;
}

ul#topnav {
	margin: 0; padding: 0;
	float: left;
	width:100%;
	list-style: none;
	position: relative;
	background-color:#000;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding:8px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background-color:#1376c9;}
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:31px;
	display: none;
	width: 100%;
	background: #1376c9;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block;}
ul#topnav li span a { display: inline;}
ul#topnav li span a:hover {text-decoration: underline;}


.menu-ver-style2 {
	clear:both;
	overflow:hidden;
	padding:0 0 0px 0 ;
}
.menu-ver-style2 ul {
	clear:both;
	margin:0;
	padding:0 0 0 0em;
}
.menu-ver-style2 li {
	list-style:none;
	
}

.menu-ver-style2 li a:link,.menu-ver-style2 li a:visited {
	margin:0em 0px 10px 0;
	margin:0px 0px 10px 0\0/IE8+9;/*IE8 + 9 + IE10*/
	display:block;
	text-decoration:none;
	padding:15px 15px;
	line-height:12px;
	background-color:#36c19a;
	border:1px solid #2eb38e;
	color:#f8f8f8;
}
.menu-ver-style2 li a:hover {
	border:1px solid #2eb38e;
	color:#fff100;
}

.menu-ver-style2 ul li.selected a:link,
.menu-ver-style2 ul li.selected a:visited {
	background-color:#fff;
	color:#2eb38e;
	cursor:default;
	border:1px dashed #2eb38e;

}
.menu-ver-style2 ul li.selected a:link:hover,
.menu-ver-style2 ul li.selected a:visited:hover {
	background-color:#fff;
	color:#2eb38e;
	cursor:default;
	border:1px dashed #2eb38e;
}


/*水平導覽選單_內容效果區塊*/
.menu-hor-style2 {
	padding:0px 0 40px 0;
}
.menu-hor-style2 ul {
	padding:0 0 44px 0.7em;
	padding:0 0 44px 0.7em\0/IE8+9;/*IE8 + 9 + IE10*/
	margin:0;
	border-bottom:1px solid #d9d9d9;
	clear:both;
	
	
}
.menu-hor-style2 li {
	float:left;
	border:1px solid #ddd;
	border-bottom:none;
	list-style:none;
	margin:0 5px 0 0;
	background-color:#f8f8f8;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-size:15px;
}
.menu-hor-style2 li:last-child {
	border-right:1px solid #d9d9d9;
}
.menu-hor-style2 li a:link,.menu-hor-style2 li a:visited {
	display:block;
	color:#6e6e6e;
	text-decoration:none;
	padding:12px 1.5em 10px 1.5em;
	border-bottom:1px solid #d9d9d9;
}
.menu-hor-style2 ul li.selected a:link,
.menu-hor-style2 ul li.selected a:visited {
	color:#113686;
	background-color:#fff;
	border-bottom:1px solid #FFF;
	cursor:default;
}

.menu-hor-style2 ul li a:hover {
	color:#333;
	background-color:#fff;
	border-bottom:1px solid #FFF;
}

/*表單設定*/
.form_style1 {
	background-color:#FFF;
}

.form-row {
	clear:both;
	overflow:hidden;
	/*border-bottom:1px solid #CCC;*/
}
.form_style1 .form-row h5 {
	font-size:16px;
	padding:7px 10px;
	border-left:3px solid #5b5b5b;
	background-color:#f8f8f8;
}

.form_style1 .form-row .label-row-right-w120 {
	float:left;
	width:120px;
	height:50px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
	color:#313131;
}

.form_style1 .form-row .label-row-right-w180 {
	float:left;
	width:180px;
	height:50px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
	color:#313131;
}
.form_style1 .form-row .label-row-right-w100 {
	float:left;
	width:180px;
	height:50px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
	color:#313131;
}
.form_style1 .form-row .label-row-right-w280 {
	float:left;
	width:280px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	text-align:right;
	color:#313131;
}
.form_style1 .form-row .label-row-right-w380 {
	float:left;
	width:380px;
	height:50px;
	overflow:hidden;
	line-height:50px;
	text-align:right;
	color:#313131;
	margin-top:5px;
}
.form_style1 .form-row .label-row-right-w110 {
	float:left;
	min-width:70px;
	height:30px;
	overflow:hidden;
	line-height:30px;
	text-align:right;
	color:#313131;
	margin:2px 10px 15px 0;
}

.form_style1 .form-row .label-row-right-w90 {
	width:100%;
	overflow:hidden;
	text-align:left;
	color:#313131;
	background-color:#f8f8f8;
	padding-left:5px;
	font-size:15px;
}
.form_style1 .form-row .label-row {
	float:left;
	width:115px;
	height:50px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
	color:#313131;
}
.form_style1 .form-row .label-row-pa {
	float:left;
	display:block;
	width:115px;
	height:50px;
	overflow:hidden;
	line-height:70px;
	text-align:right;
	color:#313131;
}
.form_style1 .form-row .form-content .content-row {
	float:left;
	display:block;
	padding:7px 0 0 10px;
	font-weight:100;
}
.form_style1 .form-row .form-content-3 .content-row {
	float:left;
	display:block;
	padding:0px 0 15px 0px;
	font-weight:100;
}
.form_style1 .form-row .form-content .content-row-1 {
	display:inline-block;
	padding:7px 0 0 10px;
}

.form-content {
	float:left;
	padding:15px 5px;
}
.form-content-1 {
	float:left;
	padding:20px 5px 10px 5px;
}
.form-content-2 {
	float:left;
	padding:20px 5px 15px 5px;
}
.form-content-3 {
	padding:0px;
}
.form-content-4 {
	padding:0px;
}
.form-content-3 p.m0510 {
	margin:5px 0 10px 0;
}
.form_style1 .form-row .form-content-1 .content-row {
	float:left;
	display:block;
	padding:0px 0 0 5px;
	font-weight:100;
}

input[type="text"],input[type="email"],input[type="date"],input[type="time"],input[type="tel"]{ 
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
	border:1px solid #CCC;
}
input[type="radio"],input[type="checkbox"] {
	margin:0 3px 0 0;
}
input[type="text"]:hover { 
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;
}
input[type="email"]:hover { 
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;
}
input[type="date"]:hover { 
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;
}
input[type="time"]:hover { 
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;
}
input[type="tel"]:hover { 
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;
}
input[type="password"]{ 
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
}

input[type="password"]:hover { 
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;
}
input[type="file"]{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
	padding:3px 2px 5px 2px;
}
input[type="file"]:hover {
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;
}
input[type="radio"]{
}
select {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
	line-height:22px;
	margin:0 0.5em 0 0;
	behavior: url(css/ie-css3.htc);
}
select:hover {
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;

}
textarea {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
	border:1px solid #CCC;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}
textarea:hover {
	border:1px solid #09F;
    -moz-box-shadow: 0 0 5px #6CF;
    -webkit-box-shadow: 0 0 5px#6CF;
    box-shadow: 0 0 5px #6CF;

}

.form-size-default {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-size-default:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.note {color: #c82431; padding: 0 4px 0 0; font-weight: bold;}
.inline-note {display:inline; padding: 0; color: #999; margin:0;}
.block-note {display:block; padding: 0; color: #999; margin:5px 0 0 0;}

.btn_submit {
	width:100%;
	clear:both;
	overflow:hidden;
	text-align:center;
}
.btn_submit ul {
	width:100%;
    display: inline-block;	
	margin:0;
	padding:20px 0 0px 0;
}
.btn_submit ul li {
	margin:0 10px 0 0;
	display:inline-block;
}

.form_style4 {
	background-color:#fff;
}

.form_style4 input[type=checkbox].css-checkbox {
	display:none;
}

.form_style4 input[type=checkbox].css-checkbox + label.css-label {
	padding:6px 0 1px 21px;
	margin:0 10px 0 0px;	
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 7px;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
}

.form_style4 input[type=checkbox].css-checkbox:checked + label.css-label {
	padding:0px 0 1px 21px;
	margin:6px 10px 0 0px;	
	background-position:0 -16px;
}
.form_style4 label.css-label {
	background-image:url(../images/check-icon.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form_style4 input[type=radio].css-radio {
	display:none;
}
.form_style4 input[type=radio].css-radio + label.css-label1 {
	padding:0px 0 0 21px;	
	margin:6px 10px 0 0px;	
	height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:16px;
	vertical-align:middle;
	cursor:pointer;
}
.form_style4 input[type=radio].css-radio:checked + label.css-label1 {
	background-position:0 -16px;
}
.form_style4 label.css-label1 {
	background-image:url(../images/radio-icon.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form_style4 .form-row .label-row {
	float:left;
	display:block;
	width:150px;
	height:60px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
}
.form_style4 .form-row .form-content .content-row {
	float:left;
	display:block;
	padding:7px 0 0 10px;
}

.form_style6 .form-row .label-row {
	float:left;
	display:block;
	width:150px;
	height:60px;
	overflow:hidden;
	line-height:60px;
	text-align:right;
}

.form_style6 input[type="checkbox"] {
    display:none;
}

/*背景色*/
.form_style6 input[type="checkbox"] + label {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
	background-color:#CCC;
    cursor:pointer;
	padding:5px 8px;
	border-radius:3px;
}

.form_style6 input[type="checkbox"]:checked + label {
	background-color:#F00;
}
.form_style6 input[type="checkbox"] + label:hover  {
	background-color:#FC0;
}

/*圖片樣式
.form_style6 input[type="checkbox"] + label span {
	display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/radio-icon.png) left top no-repeat;
    cursor:pointer;
}
.form_style6 input[type="checkbox"]:checked + label span{
    background:url(../images/radio-icon.png) -19px top no-repeat;
}
*/

.form_style6 input[type="radio"] {
    display:none;
}

/*背景色*/
.form_style6 input[type="radio"] + label {
    display:inline-block;
    margin:-1px 4px 0 0;
    vertical-align:middle;
	background-color:#CCC;
    cursor:pointer;
	padding:5px 8px;
	border-radius:3px;
}

.form_style6 input[type="radio"]:checked + label {
	background-color:#F00;
}
.form_style6 input[type="radio"] + label:hover  {
	background-color:#FC0;
}

/*表格1*/
.table_style1 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	width:100%;
	margin-bottom:15px;
}
.table_style1 td span.pass {
	color:#097c25;
	font-size:16px;
}
.table_style1 caption {
	font-size:18px;
	text-align:left;
	padding:0px 0 6px 5px;
	color:#5b5b5b;
}
.table_style1 td {
	border:1px solid #cdcdcd;
	padding:10px 15px;
}
.table_style1 td a:link,.table_style1 td a:visited {
	color:#ec6941;
	text-decoration:underline;
}
.table_style1 td a:hover {
	text-decoration:none;
}
.table_style1 td.title {
	background-color:#eeeeee;
}
.table_style1 th {
	border:1px solid #cdcdcd;
	background-color:#2f3842;
	color:#FFF;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style1 td ul li {
	list-style:decimal;
	margin:5px 0 5px 20px;
	color:#5b5b5b;
}
.table_style1 td p {
	line-height:1.6;
	color:#5b5b5b;
}

.table_style1 td .photo_gallery_detail {
	clear:both;
	overflow:hidden;
	padding:0 0 0 0px;
	margin-top:20px;
}

.table_style1 td .photo_gallery_detail img {
	border:1px solid #CCC;
	padding:4px;
	background-color:#FFF;
	max-width:135px;
	height:auto;
	-moz-box-shadow: 1px 1px 0px #fff;
	-webkit-box-shadow: 1px 1px 0px#fff;
	box-shadow: 1px 1px 0px #fff;
    transition:box-shadow .4s ease-out;
    -moz-transition:box-shadow .4s ease-out; /* Firefox 4 */
    -webkit-transition:box-shadow .4s ease-out; /* Safari and Chrome */
    -o-transition:box-shadow .4s ease-out; /* Opera */
	margin-bottom:20px;
}
.table_style1 td .photo_gallery_detail img:hover {
	border:1px solid #CCC;
	padding:4px;
	background-color:#FFF;
	max-width:135px;
	height:auto;
	-moz-box-shadow: 1px 1px 5px #888;
	-webkit-box-shadow: 1px 1px 5px#888;
	box-shadow: 1px 1px 5px #888;
    transition:box-shadow .2s ease-in;
    -moz-transition:box-shadow .2s ease-in; /* Firefox 4 */
    -webkit-transition:box-shadow .2s ease-in; /* Safari and Chrome */
    -o-transition:box-shadow .2s ease-in; /* Opera */
}
.table_style1 td img {
	display:block;
	max-width:150px;
	height:auto;
	border:1px solid #ddd;
	padding:5px;	
}
.table_style1 tr:nth-child(even) {
	background-color:#ffffff;
}
.table_style1 tr:nth-child(odd) {
	background-color:#f9f9f9;
}
.table_style1 tr:hover {
	background-color:#fcf0dd;
}
.table_style1 td span.status-noagree {
	color:#a40000;
}
.table_style1 td span.status-agree {
	color:#279846;
}

/*表格2*/
.table_style2 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	color:#515967;
	width:100%;
}
.table_style2 caption {
	font-weight:bold;
	font-size:16px;
	text-align:left;
	color:#f8f8f8;
	padding:5px 10px 5px 10px;
	background-color:#333;
}
.table_style2 td {
	border:1px solid #cdcdcd;
	padding:10px;
}
.table_style2 th {
	border:1px solid #cdcdcd;
	background-color:#f5f5f6;
	color:#515967;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style2 tr:nth-child(even) {
	background-color:#ffffff;
}
.table_style2 tr:nth-child(odd) {
	background-color:#f9f9f9;
}

.table_style2 td h3 {
	margin-top:0;
	color:#222222;
}
.table_style2 td img {
	display:block;
	margin:0 auto;
	max-width:130px;
	height:auto;
	border:1px solid #ddd;
	padding:5px;	
}
/*表格3*/
.table_style3 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	color:#5b5b5b;
	width:100%;
}
.table_style3 td {
	border:1px solid #cdcdcd;
	padding:10px 15px;
}
.table_style3 th {
	border:1px solid #cdcdcd;
	background-color:#f39800;
	color:#feedd1;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style3 tr:nth-child(even) {
	background-color:#ffffff;
}
.table_style3 tr:nth-child(odd) {
	background-color:#f9f9f9;
}

.table_style3 tr:hover {
	background-color:#e1f5fe;
	color:#333;
}
.table_style4 {
	border:1px solid #cdcdcd;
	border-collapse:collapse;
	color:#515967;
	width:100%;
}
.table_style4 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 0px 0px;
}
.table_style4 td {
	border:1px solid #cdcdcd;
	padding:0em;
}
.table_style4 th {
	border:1px solid #cdcdcd;
	background-color:#f5f5f6;
	color:#515967;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}

.form_style4_table input[type="text"] {
	border:0px;
	width:100%;
	margin:0px;
	border-radius:0px;
}

.form_style4_table input[type="text"]:hover {
	background-color:#e1f5fe;
}

.form_style4_table select {
	border:0px;
	width:100%;
	margin:0px;
}
.form_style4_table select:hover {
	background-color:#e1f5fe;
}

.table_style5 {
	border-collapse:collapse;
	width:100%;
}
.table_style5 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style5 td {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #ddd;
	padding:15px 15px;
	color:#535353;
}
.table_style5 td.title {
    color: #718083;
}
.table_style5 td span.status-error {
	color:#a40000;
}
.table_style5 td span.status-agree {
	color:#279846;
}
.table_style5 td ul.decimal li {
	list-style:decimal;
	margin:0 20px 5px 20px;
}
.table_style5 td ol.outside li {
	list-style:outside;
	margin:0 20px 5px 20px;
}
.table_style5 th {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #edd8b8;
	/*border-bottom:2px solid #ddd;*/
	/*border-bottom:2px solid #cddfe8;*/
	background-color:transparent;
	color:#313131;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style5 th.bl0,.table_style5 td.bl0 {
	border-left:0px;
}
.table_style5 th.br0,.table_style5 td.br0 {
	border-right:0px;
}
.table_style5 th.bt0,.table_style5 td.bt0 {
	border-top:0px;
}
.table_style5 th.bb0,.table_style5 td.bb0 {
	border-bottom:0px;
}
.table_style5 tr.danger {
	background-color:#f2dede;
}
.table_style5 td p {
	padding:0;
	margin:0;
}
.table_style5 tr:nth-child(even) {
	background-color:#ffffff;
}
.table_style5 tr:nth-child(odd) {
	background-color:#f9f9f9;
}

.table_style6 {
	border-collapse:collapse;
	width:100%;
}
.table_style6 td.gray-bg {
	background-color:#f3f3f3;
}
.table_style6 caption {
	font-weight:bold;
	font-size:110%;
	text-align:left;
	padding:0px 0 6px 5px;
}
.table_style6 td {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #ddd;
	padding:15px 15px;
	color:#535353;
}
.table_style6 td.title {
    color: #718083;
}
.table_style6 td span.status-error {
	color:#a40000;
}
.table_style6 td span.status-agree {
	color:#279846;
}
.table_style6 td ul.decimal li {
	list-style:decimal;
	margin:0 20px 5px 20px;
}
.table_style6 td ol.outside li {
	list-style:outside;
	margin:0 20px 5px 20px;
}
.table_style6 th {
	/*border:1px solid #cdcdcd;*/
	border:1px solid #edd8b8;
	/*border-bottom:2px solid #ddd;*/
	/*border-bottom:2px solid #cddfe8;*/
	background-color:transparent;
	color:#313131;
	padding:0.5em;
	text-align:center;
	font-weight:bold;
}
.table_style6 th.bl0,.table_style6 td.bl0 {
	border-left:0px;
}
.table_style6 th.br0,.table_style6 td.br0 {
	border-right:0px;
}
.table_style6 th.bt0,.table_style6 td.bt0 {
	border-top:0px;
}
.table_style6 th.bb0,.table_style6 td.bb0 {
	border-bottom:0px;
}
.table_style6 tr.danger {
	background-color:#f2dede;
}
.table_style6 td p {
	padding:0;
	margin:0;
}
.table_style6 td.fwbold {
	font-weight:bold;
}

/*登入*/
.form_style3 {
	width:245px;
	padding:15px;
}


.form_style3 label {
	display:inline-block;
	width:80px;
	margin:0;
	color:#707070;
	font-weight:100;
}
.form_style3 label + a {
	display:inline-block;
	width:100px;
}
.form_style3 input[type="checkbox"] {
	margin:0px 5px 0 0;
}
.form_style3 span {
	display:block;
	color:#c80515;
}

/*內距和邊界設定*/
.mt0 {margin-top: 0;}
.mt3  {margin-top: 3px;}
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt60 {margin-top: 60px;}
.mr3  {margin-right: 3px;}
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
.mb0  {margin-bottom: 0;}
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.m0505 {margin:0px 5px;}
.m0405005 {margin:4px 5px 0 5px;}

.pt0  {padding-top: 0;}
.pt3  {padding-top: 3px;}
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pr0  {padding-right: 0px;}
.pr5  {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}
.pr35 {padding-right: 35px;}
.pr40 {padding-right: 40px;}
.pr45 {padding-right: 45px;}
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pl0  {padding-left: 0px;}
.pl5  {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}
.pl35 {padding-left: 35px;}
.pl40 {padding-left: 40px;}
.pl45 {padding-left: 45px;}
.p1020 {padding:10px 20px;}
.p0515 {padding:5px 15px;}
.p1015 {padding:10px 15px;}
.pa0 {padding:0;}
.plr15 { padding-left:15px; padding-right:15px;}

.p-change-l15 {
	padding:0 15px 0 0px;	
}

.panel-body p.p100 {
	padding:10px 0px 0 0;
	color:#5b5b5b;
	line-height:1.5;
}


.ba1 {	border:1px solid #d9d9d9;}
.bt1 {  border-top:1px solid #d9d9d9;}
.bb1 {  border-bottom:1px solid #d9d9d9;}

.b-t-lr5 {
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;	
}
.w30 {width: 30px;}
.w50 {width: 50px;}
.w60 {width: 50px;}
.w70 {width: 70px;}
.w85 {width: 85px;}
.w100 {width: 100px;}
.w125 {width: 125px;}
.w135 {width: 135px;}
.w150 {width: 150px;}
.w180 {width: 180px;}
.w200 {width: 200px;}
.w215 {width: 215px;}
.w240 {width: 240px;}
.w250 {width: 250px;}
.w258 {width: 258px;}
.w300 {width: 300px;}
.w315 {width: 315px;}
.w330 {width: 330px;}
.w350 {width: 350px;}
.w400 {width: 400px;}
.w450 {width: 450px;}
.w500 {width: 500px;}
.w550 {width: 550px;}
.w565 {width: 565px;}
.w50per {width:49%; display:inline-table;}
.w600 {width: 600px;}
.w700 {width: 700px;}
.w750 {width: 750px;}
.w1000 {width:1000px;}
/*icon*/
.f16 {
	font-size:16px;	
}
.f16 {
	font-size:16px;	
}
.fb-like {
	background-image:url(../images/icon2.png);
	background-repeat:no-repeat;
	background-position:0;
}
.fb-message {
	background-image:url(../images/icon1.png);
	background-repeat:no-repeat;
	background-position:0;
}



@media (min-width: 320px) and (max-width: 768px) {
	.p-change-l15 {
		padding:0 15px 0 15px;	
	}
}

.nav-style-1-tabs {
	width:100%;
}
.nav-style-1-tabs > li:first-child {
}

.nav-style-1-tabs > li {
  float: left;
  margin-bottom: -1px;
  border-bottom:none;
  border-right:none;
}
/*.nav-style-1-tabs > li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.nav-style-1-tabs > li:last-child {
    border-right:1px solid #dfdfe1;
}*/
.nav-style-1-tabs > li > a {
  line-height: 1.42857143;
  color:#393939;
  /*margin-right: 2px;
  border: 1px solid transparent;
  border-radius:4px;*/
  /*padding-left:35px;*/
}
.nav-style-1-tabs > li > a:hover {
  /*border-color: #eee #eee #ddd;*/
  background-color:#f2f2f;
  color:#313131;
}
.nav-style-1-tabs > li.active > a,
.nav-style-1-tabs > li.active > a:hover,
.nav-style-1-tabs > li.active > a:focus {
	cursor: default;
	color:#393939;
	font-weight:bold;
	background-color: #fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	
}

.nav-style-2-tabs {
	width:100%;
	margin-top:25px;
	border-bottom:1px solid #ddd;
	padding:0 10px;
}
/*.nav-style-2-tabs > li:first-child {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}*/

.nav-style-2-tabs > li {
  float: left;
  margin-bottom: -1px;
  margin-left:10px;
  border:1px solid #ddd;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
/*.nav-style-2-tabs > li:last-child {
    border-right:1px solid #dfdfe1;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;

}*/

.nav-style-2-tabs > li > a {
  line-height: 1.42857143;
  color:#393939;
  padding-left:25px;
  padding-right:25px;
	background-color:#f2f2f2;
  /*margin-right: 2px;
  border: 1px solid transparent;
  border-radius:4px;*/
  /*padding-left:35px;*/
}
.nav-style-2-tabs > li > a:hover {
  /*border-color: #eee #eee #ddd;*/
  background-color:#fff;
  color:#313131;
}
.nav-style-2-tabs > li.active > a,
.nav-style-2-tabs > li.active > a:hover,
.nav-style-2-tabs > li.active > a:focus {
	cursor: default;
	color:#393939;
	font-weight:bold;
	background-color:#fff;
	margin-bottom: -1px;
	border-bottom:1px solid #fff;
}


.tab-content {
	background-color:#FFF;
	border:0px solid #ddd;
	padding:0px;
	margin-top:20px;
	box-shadow: 0 0px 0px rgba(255, 255, 255,1);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
/*箭頭上*/
.dropdown-menu .arrow_t_int{
	width:0px;
	height:0px;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent #c1c1c1 transparent ;
	position:absolute;
	top:-20px;
	right:10px;
}
/*箭頭上-邊框*/
.dropdown-menu .arrow_t_out{
	width:0px;
	height:0px;
	border-width:10px;
	border-style:solid;
	border-color:transparent transparent #fff transparent ;
	position:absolute;
	top:-19px;
	right:10px;
}
@media (min-width: 768px) {
	.col-1-12-prl0 {
		padding-left:0;
		padding-right:0;
	}
	
	.stl-col-min-height .indonesia-country,.stl-col-min-height .vietnam-country,.stl-col-min-height .thailand-country {
		top:130px;
	}
	
	.cud-image-bg .cud-info-head .univer-info {
		left:-40px;
	
	}
	
	.table_style1 td .photo_gallery_detail img,.table_style1 td .photo_gallery_detail img:hover {
		max-width:160px;
	}
	
	.news-col-min-height {
		min-height:400px;
	}
	
	.news-col-min-height .update {
		top:175px;
	}
	
	.stl-col-min-height .stl-info ul li .title {
		width:30%;
	}
	
	.stl-col-min-height .stl-info ul li .content {
		width:70%;
	}
	.stl-col-min-height {
		min-height:340px;
	}
	.about-taiwan-bg .taiwan img {
		max-width:450px;
		height:auto;
	}
	.climate-col .climate-info {
		position:absolute;
		top:180px;
		left:10px;
		z-index:5;
		padding:5px;
		font-size:24px;
	}

	

}
@media (min-width: 1280px) {
	
	.stl-col-min-height .indonesia-country,.stl-col-min-height .vietnam-country,.stl-col-min-height .thailand-country {
		top:180px;
	}
	.cud-image-bg .cud-info-head .univer-info {
		left:10px;
	
	}
	
	.table_style1 td .photo_gallery_detail img {
		max-width:135px;
	}
	.table_style1 td .photo_gallery_detail img:hover {
		max-width:135px;
	}
	
	.news-col-min-height {
		min-height:450px;
	}
	
	.news-col-min-height .update {
		top:220px;
	}
	
	.stl-col-min-height .stl-info ul li .title {
		width:30%;
	}
	
	.stl-col-min-height .stl-info ul li .content {
		width:70%;
	}

	.stl-col-min-height {
		min-height:370px;
	}
	.about-taiwan-bg .taiwan img {
		max-width:492px;
		height:auto;
	}
	.climate-col .climate-info {
		top:230px;
		left:20px;
	}

	
}