.no-padding {
	padding-left: 0;
	padding-right: 0;
}

body {
	font-size: 15px;
	color: #424242;
	font-family: 'Microsoft JhengHei','Heiti TC';
	_line-height: 170%;
}

h4 {
	font-weight: bold;
}

.circle-number
{
	background-color: #005C97;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color:#ffffff;
	text-align: center;
	padding-top:8px;
	font-size: 18px;
}

.customError {
	color: red;
	font-size: .9em;
}

.container {
	width: 1300px;
}

.home-box-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 8px;
}
.home-box-content {
	font-size: 13px;
}

/* -- Header -- */
.hedaer-area {
	background-image: url('../images/header_bg_1.jpg');
	background-repeat: no-repeat;
	height: 288px;
}
.content-header {
	background-image: url('../images/header_bg_2.jpg');
	height: 190px;
}

.topmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}

.topmenu li {
	float: left;
	margin: 5px 10px;
}
.topmenu li:last-child{
	/*margin: 0 0 0 10px;*/
}
.topmenu li a {
	font-size: 14px;
	color:#1a4f90;
	text-decoration: none;
	font-weight: bold;
}


.header-phone {
	font-size: 16px;
	font-weight: bold;
	color: #0087D7;
	margin-top: 2px;
	padding-left: 5px;
}

.free_course {
	font-size: 13px;
}
.free_course ul {
	padding-left: 20px;
}
.free_course ul li {
	color: #eeeeee;
	padding-bottom:8px;
}
.free_course ol {
	padding-left: 20px;
}
.free_course ol li {
	padding-bottom:8px;
}

.free_course_text {
	background-color: #e4e8e9 !important;
	padding-top: 10px !important;
	font-size: 13px !important;
	font-style: italic !important;
	font-weight: bold !important;
	color: #000000 !important;
}

/* -- Menu -- */
.menu-area {
	padding: 5px 0px 5px 0px;
	background-color: #3BA8D4;
	box-shadow: 0px 4px 5px #D8D8D8;
}
ul.main-menu {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 175px;
}
ul.main-menu li {
	float: left;
	padding: 10px 35px;
	border-left: 1px solid #6DC6EF;
	color: #ffffff;
	cursor: pointer;
}
ul.main-menu li:first-child{
	padding: 1px 30px;
	border-left: 0;
}
ul.main-menu li a {
	color: inherit;
	font-size: 15px;
	text-decoration: none;
}
ul.main-menu li a:hover {
	color:#1a4f90;
}
ul.sub-menu {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}
ul.sub-menu li {
	float: left;
	margin: 0 5px;
}


.main-area {
	background-color: #E4E8E9;
}
.center-area {
	width: 1170px; 
	margin: 0 auto;
}

/* -- Left --*/
.main-left {
	float: left;
	width: 254px;
	display: inline-block;
}
.main-left > div {
	position: relative;
	padding: 60px 10px 20px 10px;
	background-color: #024C7B;
	color: #ffffff;
}
div.layer {
	position: absolute;
	top: 0;
	right: 0;
}
.demo-title {
	color: #8CCEF2;
}

/* -- Right -- */
.main-right {
	width: 236px;
	float: left;
	display: inline-block;
}
.news-title {
	background-color: #034b7a;
	color: #ffffff;
}
.news-ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.news-ul li {
	background-image: url('../images/icon_arrow.png');
	background-position: center left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #C7CBCC;
	padding: 8px 20px;
	font-size: 13px;
}
.news-ul li:last-child {
	border-bottom: 0;
}
.news-ul li a{
	cursor: pointer;
	color: #424242;
	text-decoration: none;
}

.special-ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.special-ul li {

	border-bottom: 1px solid #C7CBCC;
	padding: 8px 0px;
	font-size: 13px;
}
.special-ul li:last-child {
	border-bottom: 0;
}
.special-ul li a{
	cursor: pointer;
	color: #424242;
	text-decoration: none;
}

.login-area {
	background: #12B7F2; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#12B7F2, #0C91F1); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#12B7F2, #0C91F1); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#12B7F2, #0C91F1); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#12B7F2, #0C91F1); /* Standard syntax */
    padding-bottom: 10px;
    margin-top: 40px;
    padding-right: 2px;
    font-size: 12px;
}
.login-title {
	color: #ffffff;
}

.form-text {
	color: #ffffff;
	padding-top: 5px;
}
.form-control {
	height: 24px;
}

/* -- Center -- */
.index-center {
	width: 680px;
	display: inline-block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}
.main-content {
	_width: 916px;
	width: 680px;
	display: inline-block;
	float: left;
	background-color: #ffffff;
	min-height: 800px;
}
.main-item {
	width: 306px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 18px;
	margin-left: 18px;
}
.main-item > div {
	position: relative;
	background-color: #ffffff;
	border-top: 3px solid #0C91F1;
	padding: 10px 10px;
	_height: 120px;
	min-height: 220px;
}
.btn-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	background-color: #E42B5F;
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
}
.btn-more-2 {
	display: inline-block;
	background-color: #E42B5F;
	color: #ffffff;
	padding: 5px;
	cursor: pointer;
	font-size: 15px;
}

/* -- Left Menu --*/
.menu-left {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
	background-color: #D2D3D4;
}
.menu-left li {
	background-image: url('../images/icon_arrow_2.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding: 15px 20px;
	border-bottom: 1px solid #BABBBC;
	cursor: pointer;
}
.menu-left li a {
	color: #04428a;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

/* -- Content -- */
.content-title {
	padding-top: 15px;
	padding-bottom: 5px;
	max-height: 110px;
	overflow: hidden;

	background: #FAFBFC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FAFBFC, #DEDFE0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FAFBFC, #DEDFE0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FAFBFC, #DEDFE0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FAFBFC, #DEDFE0); /* Standard syntax */
}
.content-area {
	width: 700px;
	font-size: 15px;
	line-height: 23px;
	color: #424242;
	padding: 50px;
}
.content-top {
	width: 700px;
	font-size: 15px;
	line-height: 23px;
	color: #424242;
	padding: 10px 50px;
	text-align: right;
}
.slogan {
  font-size: 30px;
  font-weight: 400;
  line-height: 121px;
  position: relative;
  text-transform: uppercase;
  color: #03346B;
  margin-top: 0;
  margin-left: 18px;
}
/*
.slogan::after {
  position: absolute;
  z-index: 1;
  bottom: -30px;
  display: block;
  transform: scaleY(-1);
  opacity: .1;
}
*/
.content-title2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	margin-top: 20px;
}

.content-title3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 16px;
}
.content-title4 {
	font-size: 18px;
	font-weight: bold;
	line-height: 8px;
}


h3.title {
	margin-top: 0;
}

/*
.content-area ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.content-area ul li::before {
	content: "• ";
	color: #F15823;
}
*/

.btn-login {
	cursor: pointer;
}

.btn-enquiry {
	cursor: pointer;
}

.btn-enquiry a {
	display: table;
	background-color: #fba857;
	padding: 10px 10px;
	width: 200px;
	_height: 70px;
	line-height: 26px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 5px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 300;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.btn-enquiry a:hover {
	background-color: #fba857;
}

.btn-course {
	cursor: pointer;
}

.btn-course a {
	display: block;
	background-color: #0db1a8;
	padding: 0px 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 300;
	box-shadow: 2px 2px 2px #888888;
	color: #ffffff;
	text-decoration: none;
}

.btn-course a:hover {
	background-color: #47D8D0;
}


.btn-course2 {
	cursor: pointer;
}

.btn-course2 a {
	background-color: #0db1a8;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	box-shadow: 2px 2px 2px #888888;
	color: #ffffff;
	text-decoration: none;
}

.btn-course2 a:hover {
	background-color: #47D8D0;
}

.btn-course3 {
	cursor: pointer;
}

.btn-course3 a {
	background-color: #f93a86;
	padding: 10px 15px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: 300;
	box-shadow: 2px 2px 2px #888888;
	color: #ffffff;
	text-decoration: none;
}

.btn-course3 a:hover {
	background-color: #e8196c;
}

.btn-top {
	cursor: pointer;
}

.btn-top a {
	display: block;
	background-color: #777777;
	padding: 0px 10px;
	margin-bottom: 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 300;
	box-shadow: 2px 2px 2px #888888;
	color: #ffffff;
	text-decoration: none;
}

.btn-top a:hover {
	background-color: #999999;
}


.sub-title {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 20px;
}



.footnote {
	font-size: 12px;
}

/*-- Footer -- */
.footer {
    background: #C7CBCC; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#C7CBCC, #E4E8E9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#C7CBCC, #E4E8E9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#C7CBCC, #E4E8E9); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#C7CBCC, #E4E8E9); /* Standard syntax */
    padding-left: 40px;
}
.footer-item {
	float: left;
	display: inline-block;
	line-height: 20px;
}
.footer-menu {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}
.footer-menu li {
	float: left;
	margin-right: 5px;
}

/* -- Color -- */
.txt-red {
	color: #FF0000;
}
.txt-grey {
	color: #797979;
}
.txt-blue {
	color: #005C97;
}
.txt-light-blue {
	color: #3AA9D6;
}
.txt-orange {
	color: #F15823;
}
.txt-green {
	color: #098409;
}

#dyscrollup-btn {
  z-index: 999999;
  position: fixed;
  cursor: pointer;
  display: none;
  bottom: 32px
}


@media(max-width:767px){									/*	col-xs 	*/
	
}
@media (min-width:768px) and (max-width:991px){				/*	col-sm 	*/
	
}
@media (min-width:992px) and (max-width:1199px){			/*	col-md 	*/
	
}