©/* ---reset.css--- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;/*	vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */

/*   */
tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit
}
/*   */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
body {
	line-height: 1;
}
a {
	text-decoration: none;
	color: #0068b5;
}
ol, ul {
	padding-left: 15px;
	list-style: none;
	list-style-position: inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html {
	font-family: Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	background-color: #CCC;
}
body {
	/* background-image: url(images/bg.png); */
	padding-bottom: 30px;
}
/* ---type.css--- */

h1, .h1, h2, .h2, h3, .h3 {
	color: #0068b5;
}
h4, .h4, h5, .h5, h6, .h6 {
	color: #0068b5;
}
h4 {
	padding: 10px 0;
}
p {
	margin: 0 0 10px;
}
h1, .h1 {
	font-size: 36px;
}
h2, .h2 {
	font-size: 30px;
}
h3, .h3 {
	font-size: 24px;
}
h4, .h4 {
	font-size: 18px;
}
h5, .h5 {
	font-size: 14px;
}
h6, .h6 {
	font-size: 12px;
}
p {
	margin: 5px 0 5px;
}
/* ---------------電腦版型------------------------------------- */

* {
	-webkit-font-smoothing: antialiased;
}
html, body {
	font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
	font-size: 14px;
	color: #767676;
	line-height: 1.6;
	background-color: #f3f3f3;
}

.wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0 80px;
	background-color: #fff;
	overflow: hidden;
}
#smenu_scroll {
	display: none;
	top: 0;
	right: -220px;
	width: 220px;
	position: fixed;
    overflow: scroll;
}
#tab {
	display: none;
	font-size: 40px;
	color: #7ac10a;
	position: absolute;
	top: 0px;
	right: 10px;
}
#smenu {
	margin: 0 auto;
}
#smenu_content {
	width: 220px;
	text-align: center;
}
#tab a {
	text-decoration: none;
}
#tab a:hover {
	opacity: 0.8;
}
/*===========頁首選單區=============*/

.top {
	padding: 20px 0 30px 0;
	min-height: 110px;
}
.top h1 {
	display: block;
	width: 185px;
	height: 82px;
	margin-right: 10px;
	background: url(../images/logo_new2.jpg) no-repeat center center transparent;
	background-size: cover;
	float: left;
	text-indent: -99999px;
}
.top h2 {
	display: block;
	width: 291px;
	height: 82px;
	background: url(../images/data_new.png) no-repeat center center transparent;
	float: right;
	text-indent: -99999px;
}

img.top-banner{
	display: none;
}
.top ul.t1 {
	float: left;
	padding-top: 26px;
}
.top ul.t2 {
	padding-top: 15px;
	clear: both;
}
.top ul.t3 {
	display: none;
}
.top li {
	float: left;
	padding-right: 15px;
	position: relative;
	z-index: 9999;
	border-left: 4px solid #DCDCDC;
}
.top ul li a {
	display: block;
	color: #888;
	text-decoration: none;
	padding-left: 2px;
}
.top li a:hover {
	color: #7dc30a;
	text-decoration: underline;
}
.top ul li:hover ul {
	display: block;
}
.top ul li ul {
	position: absolute;
	display: none;
	margin-left: -4px;
	background: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
	/* IE10+ */
	background-color: #fff;
	opacity: 0.95;
	box-shadow: 1px 1px 4px #a5a4a4;
	box-shadow: -1px -1px 4px #a5a4a4;
	box-shadow: -1px 1px 4px #a5a4a4;
	box-shadow: 1px -1px 4px #a5a4a4;
	padding: 0;
	width: 250px;
}
.top ul li ul li {
	border: 0px;
	float: none;
	border-bottom: 1px solid #dcdcdc;
	line-height: 22px;
	padding: 5px 10px;
}
.top ul li:hovef ul li a {
 width: 120px;
 height: 30px;
 text-align: center;
}
.top ul li ul li a:hover {
	text-decoration: none;
}
/*===========內容區=============*/

.sider {
	width: 100%;/* height:189px;*/
}
.sider img {
	width: 100%;
	height: auto;
}
.side-left {
	clear: both;
	width: 239px;
	float: left;
	font-size: 20px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
img {
	margin-bottom: 12px;
	width: 100%;
	height: auto;
}
@font-face {
	font-family: sosa;
	src: url(fonts/sosa.ttf);
}
/*
span {
	width: 34px;
	height: 34px;
	border-radius: 17px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-family: sosa;
	line-height: 40px;
	text-align: center;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
*/
i {
	color: #fff;
	font-size: 25px;
	font-family: sosa;
	font-style: normal;
	float: right;
	padding-right: 20px;
}
.box1 {
	position: relative;
	background-color: #acada8;
	line-height: 40px;
	padding: 0 20px;
	margin-bottom: 10px;
}
.box2 {
	position: relative;
	/*  background-color: #006ab5;*/
	height: 257px;
	padding: 20px 15px 0 15px;
	margin-bottom: 10px;
	background-image: url(../images/gbg2.jpg);
	background-size: cover;
	/*   background-position: center center;*/
	text-shadow: 0px 2px 10px #000, 0px 2px 5px #000;
}
.box3 {
	position: relative;
	height: 142px;
	padding: 20px 10px 0 10px;
	margin-bottom: 10px;
	/*  background-color: #7ac109;*/
	background-image: url(../images/gbg5.jpg);
	background-size: cover;
	background-position: center center;
	text-shadow: 0px 1px 5px #000;
}
.main {
	margin-left: 239px;
	margin-right: 251px;
	font-size: 20px;
	color: #fff;
	flost: none;
	-webkit-font-smoothing: antialiased;
}
.box6 {
	position: relative;
	padding: 0px 20px 0 20px;
	margin: 0 20px 10px 20px;
}
.ad4 {
	height: 90px;
	background-color: #d4d4d4;
}
.ad5 {
	height: 130px;
	background-color: #006ab5;
}
.box1 h4, .box2 h4, .box3 h4, .box4 h4, .box5 h4, .box6 h4, .box05 h4 .box09 h4 {
	font-size: 20px;
	color: #fff;
	line-height: 100%;
}
.subtitle {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
}
.toptitle {
	font-size: 14px;
	color: #fff;
}
.bottomtitle {
	font-size: 15px;
	color: #fff;
	padding-bottom: 10px;
}
.news {
	height: 254px;
	border: 1px solid #efefee;
	margin-bottom: 15px;
s  padding: 10px 15px 20px 15px;
}
.news h4 {
	color: #acada8;
}
.news b {
	width: 34px;
	height: 34px;
	border-radius: 17px;
	border: 1px solid #006ab5;
	color: #006ab5;
	font-size: 20px;
	font-family: sosa;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
}
.main .news table {
	margin-top: 5px;
}
.main .news tr {
	border-bottom: 1px solid #f0eeee;
}
.main .news th {
	display: inline-block;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
.main .news th p {
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-left: 5px;
}
.main .news td {
	display: inline-block;
	width: 320px;
	text-align: left;
	padding-left: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main .news a {
	font-size: 13px;
	color: #006ab5;
	text-decoration: none;
}
.main .news a:hover {
	color: #666666;
	text-decoration: none;
}
/* --------------------------------
Teacher
-------------------------------- */

ul.news-list2 {
	list-style: none;
	padding: 0px;
	line-height: 20px;
}
ul.news-list2 li {
	margin-bottom: 10px;
	padding: 0 0 10px 5px;
	border-bottom: 1px solid #e9e9e9;
}
ul.news-list2 a {
	font-size: 13px;
	color: #006ab5;
	text-decoration: none;
	line-height: 150%;
}
ul.news-list2 li .date {
	display: inline-block;
	width: 100px;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	margin-right: 10px;
}
.news-title {
	color: #0068b5;
	font-size: 25px;
	line-height: 1.2;
	padding: 10px 0;
}
.news-date {
	display: inline-block;
	width: 100px;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	padding: 5px;
}
.news-content p {
	font-size: 16px;
	color: #959494;
	line-height: 1.6;
	margin-bottom: 10px;
}
.news-content  iframe {
	width: 85%;

	min-height:50%;
}
.pagination {
	font-size: 12px;
	text-align: right;
}
.pagination ul {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a, .pagination ul > li span {
	float: left;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	border: 0px;
	border-left-width: 0;
	color: #999;
}
.pagination ul > li a:hover, .pagination ul > li a:focus {
	background-color: whitesmoke;
}
.pagination ul .active > a, .pagination ul .active > span {
	color: #006ab5;
	cursor: default;
}
.pagination ul .disabled > span {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul .disabled > a {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.pagination ul .disabled > a:hover, .pagination ul .disabled > a:focus {
	color: #999;
	background-color: transparent;
	cursor: default;
}
.side-right {
	width: 251px;
	float: right;
	font-size: 20px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.box5 {
	position: relative;
	height: 155px;
	padding: 0px 15px 0 15px;
	margin-bottom: 10px;
	text-shadow: 0px 2px 10px #000, 0px 2px 5px #000;
}
.box05 {
	position: relative;
	height: 164px;
	padding: 0px 15px 0 15px;
	margin-bottom: 10px;
}
.box05 h4 {
	line-height: 24px;
	color: #FFF;
}
.box09 {
	position: relative;
	height: 164px;
	padding: 0px 15px 0 15px;
	margin-bottom: 10px;
}
.box09 h4 {
	line-height: 24px;
	color: #FFF;
}
.ad1 {
	background-color: #acada8;
	background-image: url(../images/gbg.jpg);
	background-size: cover;
	background-position: center center;
}
.ad2 {
	background-color: #006ab5;
}
.ad3 {
	background-color: #7ac109;
}
teacher
-------------------------------- */

ul.news-list2 {
	list-style: none;
	padding: 0px;
	line-height: 20px;
}
ul.news-list2 li {
	margin-bottom: 10px;
	padding: 0 0 10px 5px;
	border-bottom: 1px solid #e9e9e9;
}
ul.news-list2 a {
	font-size: 13px;
	color: #006ab5;
	text-decoration: none;
	line-height: 150%;
}
ul.news-list2 li .date {
	display: none;
	width: 100px;
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	margin-right: 10px;
}

/*===========About BioTaiwan=============*/

.content-left {
	width: 26%;
	height: 100%;
	float: left;
	-webkit-font-smoothing: antialiased;
}
.content-left img {
	width: 221px;
	height: 66px;
}
.content-left ul {
	margin-top: 20px;
}
.content-left li {
}
.content-left li a {
	display: block;
	width: 221px;
	color: #fff;
	background-color: #80c50a;
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 30px;
	padding-left: 20px;
	text-decoration: none;
}
.content-left li a:hover {
	background-color: #0068b5;
}
.content-left li .remain {
	background-color: #0068b5;
}
.content-right {
	width: 74%;
	height: 100%;
	float: right;
	-webkit-font-smoothing: antialiased;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 15px;
}
/*===========Form Style=============*/

table.login-form {
	margin: 0 auto;
}
table.registration-form tr td, table.login-form tr td {
	padding: 5px 0;
}
table.registration-form img, table.login-form img {
	margin-bottom: 0;
	vertical-align: bottom;
}
table.registration-form .greenbutton, table.login-form .greenbutton {
	display: inline-block;
	width: auto;
	padding: 0 15px;
	margin: 0;
}
table.registration-form input, table.login-form input {
	padding: 5px;
}
table.registration-form .label, table.login-form .label {
	padding-right: 5px;
}
/* 報名頁面表單 */
.content-right .registration-form tr .label.text_red.title0109{
  width: 10px !important;
}

.registration-form tr .label.text_red #form2 #FN0109{
	width: 80px !important;
}
.content-right .registration-form tr .label.text_red #LN0109{
	width: 80px !important;
}
.content-right .registration-form tr .label.text_red #em0109{
	width: 160px !important;
}
.content-right .registration-form tr .label.text_red #emright0109{
	width: 160px !important;
}
.content-right .registration-form tr .label.text_red #cp0109{
	width: 110px !important;
}
/* end */



.form-helper a {
	color: #7dc30a;
	text-decoration: underline;
}
.discount {
	width: 100%;
	max-width: 200px;
}
.discount .price {
	float: right;
	text-align: right;
	display: inline;
	color: #CF5E5E;
}
.discount.underline {
	border-bottom: 1px #cecece solid;
}
.bigblue {
	color: #0068b5;
	font-size: 25px;
	line-height: 1.2;
	/*text-align: justify;*/
}
.bigblue img {
	width: 5px;
	height: 19px;
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}
.content-right p.word {
	font-size: 15px;
	color: #323131;
	line-height: 1.6;
}

.bigbluebox {
	margin: 10px 0;
}
.whitebox {
	display: block;
	width: 4px;
	height: 15px;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	background-color: #fff;
}
/*===========On-line Registrationn=============*/

/*20200310 steven customize*/
.enTable{
	display: block;
}

.zhtwTable{
	display: block;
}

.signUpTable{
	display: block;
}

.greenBgColorWhite{
	background: #89b943;
	color: #fff !important;
	border: 1px solid #89b943 !important;
	white-space: nowrap;
}

.greenBg{
	background: #e2efd9;
	border: 1px solid #89b943 !important;
	line-height: 1.5em !important;
}

.blueBgColorWhite{
	background: #5b9bd5;
	color: #fff !important;
	border: 1px solid #5b9bd5 !important;
	white-space: nowrap;
}

.blueBg{
	background: #deeaf6;
	border: 1px solid #5b9bd5 !important;
	line-height: 1.5em !important;
}

.zhtw_font{
	font-size: 20px;
	font-weight: bolder;
}

.zhtw_font_22{
	font-weight: bolder;
	font-size: 22px;
}

.zhtw_font_20{
	display: block;
	font-size: 20px;
	font-weight: bolder;
}

.zhtw_font_18{
	font-size: 18px;
	font-weight: bolder;
}

.en_font{
	font-weight: bolder;
	font-size: 16px;
}

.en_font_12{
	font-size: 12px;
}

.en_font_16{
	font-weight: bolder;
	font-size: 16px;
}

.en_font_20{
	display: block;
	font-size: 20px;
	font-weight: bolder;
}

.whiteSpace{
	white-space: nowrap;
}

.prototype_contact{
	font-size: 16px;
}
.prototype_contact > div:last-child{
	font-size: 14px;
}

.prototype_contact a{
	color: #469f8d;
}

/*20200310 steven customize end*/

.onlinetable {
	width: 100%;
}
.onlinetable th {
	font-size: 15px;
	background-color: #0066B8;
	color: #fff;
	line-height: 45px;
	border: 1px solid #ededed;
	padding-left: 10px;
	text-align: left;
}
.onlinetable td {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	border: 1px solid #ededed;
	padding-left: 10px;
	text-align: center;
	line-height: 45px;
}
.onlinetable td:first-child {
	text-align: left;
	color: #9f9f9f;
}
.onlinetable td:nth-child(n+2) {
	font-size: 16px;
	color: #525151;
}
.onlinetable td.blueword {
	color: #0064BB;
	text-align: center;
	font-size: 14px;
}
.onlinetable td.paragraph {
	color: #848484;
	text-align: left;
	font-size: 14px;
	padding: 20px 10px;
	line-height: 180%;
}
.onlinetable td.greenword {
	color: #80c50a;
}
<!--  -->

.onlinetable2 {
	width: 100%;
	overflow-x: auto;
}
.onlinetable2 th {
	font-size: 15px;
	background-color: #0066B8;
	color: #fff;	line-height: 40px;
	border: 1px solid #ededed;
	padding-left: 10px;
	text-align: left;
}
.onlinetable2 td {
	font-size: 14px;
	color: #000;
	line-height: 30px;
	border: 1px solid #ededed;
	padding: 5px 10px;
	text-align: center;
	line-height: 30px;
}
.onlinetable2 td:first-child {
	text-align: left;
	/*width:130px;*/
}
.onlinetable2 td:nth-child(n+2) {
	font-size: 14px;
	color: #525151;
}
.onlinetable2 td.blueword {
	color: #0064BB;
	text-align: center;
	font-size: 14px;
}
.onlinetable2 td.paragraph {
	color: #848484;
	text-align: left;
	font-size: 14px;
	padding: 20px 10px;
	line-height: 180%;
}
.onlinetable2 td.greenword {
	color: #80c50a;
}


.onlinetable2 .note ol{
	list-style: disc;
}

/* scroll bar type */
.onlinetable2::-webkit-scrollbar {
    -webkit-appearance: none;
}

.onlinetable2::-webkit-scrollbar:vertical {
    width: 11px;
}

.onlinetable2::-webkit-scrollbar:horizontal {
    height: 11px;
}

.onlinetable2::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.onlinetable2::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}

/* scroll bar type end*/

.tableTDCus{
	text-align: center !important;
}

.wordBreak{
	word-break: keep-all !important;
}

.NTD{
	font-size: 12px !important;
}

.noPadding{
	padding: 0 !important;
}

.noWrap{
	padding: 0 3px !important;
	white-space: nowrap;
}

.half{
	width: 116px !important;
}
<!-- -->
.comment {
	margin: 30px 0px;
}
.content-right b {
	color: #9f9f9f;
	font-size: 13px;
	line-height: 1.5;
}
.content-right ul {
	margin-left: 2em;
	margin-bottom: 1em;
}
.greenbutton {
	display: block;
	/* width: 40%; */
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	background-color: #68b325;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	margin: 20px auto;
	text-decoration: none;
}
.greenbutton:hover {
	opacity: 0.85;
}
.btn-inline {
	display: inline-block;
	width: auto;
	padding: 0 10px;
}
/*===========Grey Table=============*/

.greytable {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-x: auto;
	-moz-overflow-x: auto;
	display: block;
}
.greytable th {
	text-align: left;
	color: #9f9f9f;
	background-color: #0066B8;
	border: 1px solid #CACACA;
	padding: 10px;
	text-align: center;
}
.greytable td {
	font-size: 12.5px;
	color: #4C4C4C;
	border: 1px solid #CACACA;
	padding: 8px;
	text-align: center;
	line-height: 150%;
	vertical-align:middle;
/*	white-space:nowrap;*/
}
.greytable th {
	background-color: #0066B8;
	color: #fff;
}
.greytable td.blueword {
	color: #0064BB;
	text-align: center;
	font-size: 14px;
}

.greytable td.greenbg {
	background-color: #CCF0D1;
}
.greytable td.redbg {
	background-color: #FDE7E7;
}
.greytable td.bluebg {
	background-color: #D2E0FF;
}
table.text-center-table td, table.text-center-table th {
	text-align: left;
}
.blueword01{
   background-color: #0066b8;
}
.col-sm-3.col-xs-4.blueword01_text{
  color:#FFF;
  padding-top: 10px;
}
/*===========program =============*/

.programtable {
	width: 100%;
	text-align: center;
	font-size: 14px;
}
.programtable th {
	width: 16%;
	font-size: 15px;
	height: 20px;
	padding: 10px 0;
	background-color: #80c50a;
	color: #fff;
	text-align: center;
	border: 1px solid #ededed;
}
.programtable td {
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	height: 60px;
	padding-top: 15px;
}
.programtable td:first-child {
	color: #9f9f9f;
}
.programtable td:nth-child(n+2) {
	color: #0068b5;
	border: 1px solid #acada8;
}
.comment {
	margin: 30px 0px;
}
.content-right b {
	color: #9f9f9f;
	font-size: 13px;
	line-height: 1.5;
}
/*===========order=============*/
.order-label {
	color: #0068b5;
}
ul.order-detail {
	padding: 0;
	margin: 0;
}
.order-detail li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}
/*===========頁尾區=============*/

.footer {
	width: 1150px;
	margin: 0 auto;
	clear: both;
	height: 200px;
	background-color: #f3f3f3;
}
.footer .sp {
	width: 990px;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 80px;
}
#myDiv {
	overflow: hidden;
	float: right;
	width: 85%;
	height: 100px;
}
#myDiv img {
	margin: 20px 10px 0 10px;
}
.footer p {
	color: #cccccc;
	font-weight: normal;
	float: left;
	line-height: 90px;
}
.footer h3 {
	display: block;
	width: 1150x;
	height: 65px;
	text-align: center;
	color: #413E3E;
	font-size: 12px;
	line-height: 1.6;
	padding-top: 25px;
	font-weight: normal;
}
/*-----------------------手機版-----------------------*/

@media screen and (max-width: 767px) {
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html, body {
	-webkit-text-size-adjust: none;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	background-color: #fff;
	overflow: hidden;
}
#smenu_scroll {
	display: block;
	top: 0;
	right: -220px;
	width: 220px;
	position: fixed;
}
#smenu_content {
	text-align: left;
}
ul#accordion {
	padding-left: 0 !important;
}
#accordion li a {
	display: block;
	width: 220px;
	min-height: 50px;
	padding-top: 10px;
	line-height: 150%;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e5e5;
	padding: 15px 20px;
	color: #515151;
	font-size: 15px;
}
#accordion li.open .sb-toggle-submenu {
	color: #7ac109;
}
#accordion li a:hover {
	background-color: #ecebeb;
	color: #7ac109;
}
#accordion b {
	float: right;
}
.sb-submenu {
	display: none;
	padding: 0;
}
.sb-submenu li {
	background-color: #e5e5e5;
}
#smenu {
	margin-right: 220px;
}
#tab {
	display: block;
	font-size: 40px;
	color: #7ac10a;
	position: absolute;
	top: 0px;
	right: 10px;
}
#tab a {
	text-decoration: none;
}
#tab a:hover {
	opacity: 0.8;
}
/*===========頁首選單區=============*/

.top {
	padding: 0px;
	min-height: inherit;
}
.top h1 {
	display: block;
	width: 350px;
	height: 82px;
	margin-right: 10px;
	background: url(../images/logo_new2.jpg) no-repeat left center transparent;
	float: left;
	text-indent: -99999px;
}
.top h2 {
	display: none;
	width: 355px;
	height: 48px;
	background-image: url(../images/phonedata.gif);
	float: left;
	text-indent: -99999px;
	margin: 18px 0 10px 0;
}

img.top-banner{
	display: block !important;
	max-width: 100%;
}
.top ul.t1 {
	display: none;
	float: left;
	padding-top: 26px;
}
.top ul.t2 {
	display: none;
	padding-top: 15px;
	clear: both;
}
.top ul.t3 {
	display: none;
}
.top li {
	float: left;
	padding-right: 30px;
}
.top li a {
	border-left: 4px solid #DCDCDC;
	color: #888;
	text-decoration: none;
	padding-left: 6px;
}
.top li a:hover {
	color: #7dc30a;
	text-decoration: underline;
}
/*===========內容區=============*/

.sider {
	clear: both;
	width: 100%;
	height: auto;
}
.sider img {
	width: 100%;
	height: auto;
}
.side-left {
	clear: both;
	width: 100%;
	float: none;
	font-size: 20px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
i {
	color: #fff;
	font-size: 25px;
	font-family: sosa;
	font-style: normal;
	float: right;
	padding-right: 20px;
}
.main {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: none;
}
.box6 {
	position: relative;
	padding: 10px 0 0 20px;
	margin: 0 0px 10px 0px;
	height: 180px;
}
.news {
	height: auto;
	border: 1px solid #efefee;
	margin-bottom: 15px;
	padding: 20px 15px 20px 15px;
	overflow: hidden;
}
.main .news td {
	width: 70%;
	text-align: left;
	padding-left: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 10px;
}
.side-right {
	width: 100%;
	float: none;
}
ul.news-list2 li .date {
	display: none;
}
/*===========About BioTaiwan=============*/

.content-left {
	display: none;
}
.content-right {
	width: 100%;
	height: 100%;
	float: right;
	-webkit-font-smoothing: antialiased;
	padding-left: 0px;
	box-sizing: border-box;
	margin-top: 15px;
}
.content-right p.word {
	font-size: 14px;
}
table.registration-form .label, table.registration-form .form-right, table.login-form .label, table.login-form .form-right {
	display: block;
}
.bigbluebox {
	display: block;
	margin-bottom: 15px;
}
.bigblue {
	color: #0068b5;
	font-size: 25px;
	line-height: 1.2;
	text-align: justify;
}
.bigblue img {
	width: 5px;
	height: 25px;
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}
.whitebox {
	display: block;
	width: 4px;
	height: 15px;
	float: left;
	margin-top: 15px;
	margin-right: 5px;
	background-color: #fff;
}
/*===========On-line Registrationn=============*/

.greenbutton {
	display: block;
	width: 95%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	background-color: #68b325;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	margin: 20px auto;
	text-decoration: none;
}
.greenbutton:hover {
	opacity: 0.85;
}
/*===========program =============*/

.programtable {
	width: 100%;
	text-align: center;
	font-size: 12px;
}
.programtable th {
	width: 16%;
	font-size: 14px;
	height: 20px;
	padding: 10px 0;
	background-color: #80c50a;
	color: #fff;
	text-align: center;
	border: 1px solid #ededed;
}
/*===========頁尾區=============*/

.footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
	height: 200px;
	background-color: #f3f3f3;
}
.footer .sp {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 15px;
}
#myDiv {
	overflow: hidden;
	float: right;
	width: 80%;
	height: 100;
}
#myDiv img {
	margin: 20px 10px 0 10px;
}
.footer p {
	width: 20%;
	color: #cccccc;
	font-size: 12px;
	font-weight: normal;
	float: left;
	line-height: 90px;
}
.footer h3 {
	display: block;
	width: 1150x;
	height: 65px;
	text-align: center;
	color: #9d9d9d;
	font-size: 12px;
	line-height: 1.6;
	padding-top: 25px;
	font-weight: normal;
}


}
/*--------------------------平板------------------*/

@media screen and (min-width: 768px) and (max-width: 1024px) {
* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html, body {
	-webkit-text-size-adjust: none;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	background-color: #fff;
	overflow: hidden;
}
#smenu_scroll {
	display: block;
	top: 0;
	right: -220px;
	width: 220px;
	position: fixed;
}
#smenu_content {
	text-align: left;
}
#smenu {
	margin-right: 220px;
}
#tab {
	display: block;
	font-size: 50px;
	color: #7ac10a;
	position: absolute;
	top: 10px;
	right: 20px;
}
#tab a {
	text-decoration: none;
}
#tab a:hover {
	opacity: 0.8;
}

ul#accordion {
	padding-left: 0 !important;
}
#accordion li a {
	display: block;
	width: 220px;
	min-height: 50px;
	padding-top: 10px;
	line-height: 150%;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e7e5e5;
	padding: 15px 20px;
	color: #515151;
	font-size: 15px;
}
#accordion li.open .sb-toggle-submenu {
	color: #7ac109;
}
#accordion li a:hover {
	background-color: #ecebeb;
	color: #7ac109;
}
#accordion b {
	float: right;
}
.sb-submenu {
	display: none;
	padding: 0;
}
.sb-submenu li {
	background-color: #e5e5e5;
}
/*===========頁首選單區=============*/

.top h1 {
	display: block;
	width: 351px;
	height: 82px;
	margin-right: 10px;
	background: url(../images/logo_new2.jpg) no-repeat left center transparent;
	float: left;
	text-indent: -99999px;
}
.top h2 {
	display: block;
	width: 300px;
	height: 48px;
	background-image: url(../images/phonedata_new.png);
	background-size: contain;
	float: left;
	text-indent: -99999px;
	margin: 18px 0 10px 0;
}
.top ul.t1 {
	display: none;
	float: left;
	padding-top: 26px;
}
.top ul.t2 {
	display: none;
	padding-top: 15px;
	clear: both;
}
.top ul.t3 {
	display: none;
}
.top li {
	padding-right: 30px;
}
.top li a {
	border-left: 4px solid #DCDCDC;
	color: #888;
	text-decoration: none;
	padding-left: 6px;
}
.top li a:hover {
	color: #7dc30a;
	text-decoration: underline;
}
/*===========內容區=============*/

.sider {
	width: 100%;
	height: auto;
}
.sider img {
	width: 100%;
	height: auto;
}
.side-left {
	clear: both;
	width: 48%;
	float: left;
}
.box3 {
	position: relative;
	height: 190px;
	padding: 20px 0 0 20px;
	margin-bottom: 10px;
	background-color: #006ab5;/* background-image: url(../images/gbg.jpg);
  background-size: cover;
  background-position: center center;*/
}
.attendee_title{
	background-color: #0066b8;
}
.main {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	float: right;
}
.box6 {
	position: relative;
	padding: 20px 0 0 20px;
	margin: 0 0px 10px 0px;
}
.ad5 {
	height: 180px;
	background-color: #006ab5;
}
.news {
	height: auto;
	border: 1px solid #efefee;
	margin-bottom: 15px;
	padding: 20px 15px 20px 15px;
}
.main .news td {
	width: 70%;
	text-align: left;
	padding-left: 15px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.side-right {
	width: 50%;
}
/*===========About BioTaiwan=============*/

.content-left {
	width: 26%;
	height: auto;
}
.content-left img {
	width: 100%;
	height: auto;
}
.content-left li a {
	width: 100%;
}
.bigblue {
	color: #0068b5;
	font-size: 25px;
	line-height: 1.2;
	text-align: justify;
}
.bigblue img {
	width: 5px;
	height: 19px;
	float: left;
	padding-top: 5px;
	margin-right: 5px;
}
.whitebox {
	display: block;
	width: 4px;
	height: 15px;
	float: left;
	margin-top: 7px;
	margin-right: 5px;
	background-color: #fff;
}
/*===========On-line Registrationn=============*/

.greenbutton {
	display: block;
	width: 40%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	background-color: #68b325;
	border-radius: 3px;
	-webkit-font-smoothing: antialiased;
	margin: 20px auto;
	text-decoration: none;
}
.greenbutton:hover {
	opacity: 0.85;
}
/*===========頁尾區=============*/

.footer {
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.footer .sp {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
	background-color: #fff;
	padding: 0 30px;
}
#myDiv {
	overflow: hidden;
	float: right;
	width: 85%;
	height: 100px;
}
#myDiv img {
	margin: 20px 10px 0 10px;
}
.footer p {
	width: 15%;
	color: #cccccc;
	font-weight: normal;
	float: left;
	line-height: 90px;
}
.footer h3 {
	display: block;
	width: 1150x;
	height: 65px;
	text-align: center;
	color: #9d9d9d;
	font-size: 12px;
	line-height: 1.6;
	padding-top: 25px;
	font-weight: normal;
}
.box09 {
    height: 212px;
}
}
/* line 795, ../scss/bootstrap/_mixins.scss */
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

/* line 814, ../scss/bootstrap/_mixins.scss */
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
	float: left;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-1 {
	width: 8.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-2 {
	width: 16.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-3 {
	width: 25%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-4 {
	width: 33.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-5 {
	width: 41.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-6 {
	width: 50%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-7 {
	width: 58.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-8 {
	width: 66.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-9 {
	width: 75%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-10 {
	width: 83.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-11 {
	width: 91.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-xs-12 {
	width: 100%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-0 {
	right: 0%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-1 {
	right: 8.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-2 {
	right: 16.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-3 {
	right: 25%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-4 {
	right: 33.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-5 {
	right: 41.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-6 {
	right: 50%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-7 {
	right: 58.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-8 {
	right: 66.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-9 {
	right: 75%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-10 {
	right: 83.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-11 {
	right: 91.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-xs-pull-12 {
	right: 100%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-0 {
	left: 0%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-1 {
	left: 8.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-2 {
	left: 16.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-3 {
	left: 25%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-4 {
	left: 33.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-5 {
	left: 41.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-6 {
	left: 50%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-7 {
	left: 58.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-8 {
	left: 66.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-9 {
	left: 75%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-10 {
	left: 83.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-11 {
	left: 91.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-xs-push-12 {
	left: 100%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-0 {
	margin-left: 0%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-3 {
	margin-left: 25%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-6 {
	margin-left: 50%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-9 {
	margin-left: 75%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-xs-offset-12 {
	margin-left: 100%;
}
 @media (min-width: 768px) {
/* line 814, ../scss/bootstrap/_mixins.scss */
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
	float: left;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-1 {
	width: 8.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-2 {
	width: 16.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-3 {
	width: 25%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-4 {
	width: 33.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-5 {
	width: 41.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-6 {
	width: 50%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-7 {
	width: 58.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-8 {
	width: 66.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-9 {
	width: 75%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-10 {
	width: 83.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-11 {
	width: 91.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-sm-12 {
	width: 100%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-0 {
	right: 0%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-1 {
	right: 8.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-2 {
	right: 16.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-3 {
	right: 25%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-4 {
	right: 33.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-5 {
	right: 41.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-6 {
	right: 50%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-7 {
	right: 58.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-8 {
	right: 66.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-9 {
	right: 75%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-10 {
	right: 83.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-11 {
	right: 91.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-sm-pull-12 {
	right: 100%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-0 {
	left: 0%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-1 {
	left: 8.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-2 {
	left: 16.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-3 {
	left: 25%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-4 {
	left: 33.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-5 {
	left: 41.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-6 {
	left: 50%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-7 {
	left: 58.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-8 {
	left: 66.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-9 {
	left: 75%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-10 {
	left: 83.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-11 {
	left: 91.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-sm-push-12 {
	left: 100%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-0 {
	margin-left: 0%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-1 {
	margin-left: 8.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-2 {
	margin-left: 16.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-3 {
	margin-left: 25%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-4 {
	margin-left: 33.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-5 {
	margin-left: 41.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-6 {
	margin-left: 50%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-7 {
	margin-left: 58.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-8 {
	margin-left: 66.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-9 {
	margin-left: 75%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-10 {
	margin-left: 83.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-11 {
	margin-left: 91.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-10-text{
	margin-top: 7px;
}
}
@media (min-width: 992px) {
/* line 814, ../scss/bootstrap/_mixins.scss */
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
	float: left;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-1 {
	width: 8.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-2 {
	width: 16.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-3 {
	width: 25%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-4 {
	width: 33.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-5 {
	width: 41.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-6 {
	width: 50%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-7 {
	width: 58.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-8 {
	width: 66.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-9 {
	width: 75%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-10 {
	width: 83.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-11 {
	width: 91.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-md-12 {
	width: 100%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-0 {
	right: 0%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-1 {
	right: 8.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-2 {
	right: 16.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-3 {
	right: 25%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-4 {
	right: 33.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-5 {
	right: 41.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-6 {
	right: 50%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-7 {
	right: 58.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-8 {
	right: 66.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-9 {
	right: 75%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-10 {
	right: 83.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-11 {
	right: 91.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-md-pull-12 {
	right: 100%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-0 {
	left: 0%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-1 {
	left: 8.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-2 {
	left: 16.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-3 {
	left: 25%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-4 {
	left: 33.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-5 {
	left: 41.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-6 {
	left: 50%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-7 {
	left: 58.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-8 {
	left: 66.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-9 {
	left: 75%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-10 {
	left: 83.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-11 {
	left: 91.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-md-push-12 {
	left: 100%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-0 {
	margin-left: 0%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-1 {
	margin-left: 8.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-2 {
	margin-left: 16.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-3 {
	margin-left: 25%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-4 {
	margin-left: 33.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-5 {
	margin-left: 41.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-6 {
	margin-left: 50%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-7 {
	margin-left: 58.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-8 {
	margin-left: 66.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-9 {
	margin-left: 75%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-10 {
	margin-left: 83.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-11 {
	margin-left: 91.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-md-offset-12 {
	margin-left: 100%;
}
}
@media (min-width: 1200px) {
/* line 814, ../scss/bootstrap/_mixins.scss */
.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
	float: left;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-1 {
	width: 8.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-2 {
	width: 16.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-3 {
	width: 25%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-4 {
	width: 33.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-5 {
	width: 41.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-6 {
	width: 50%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-7 {
	width: 58.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-8 {
	width: 66.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-9 {
	width: 75%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-10 {
	width: 83.33333%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-11 {
	width: 91.66667%;
}
/* line 822, ../scss/bootstrap/_mixins.scss */
.col-lg-12 {
	width: 100%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-0 {
	right: 0%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-1 {
	right: 8.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-2 {
	right: 16.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-3 {
	right: 25%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-4 {
	right: 33.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-5 {
	right: 41.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-6 {
	right: 50%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-7 {
	right: 58.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-8 {
	right: 66.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-9 {
	right: 75%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-10 {
	right: 83.33333%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-11 {
	right: 91.66667%;
}
/* line 832, ../scss/bootstrap/_mixins.scss */
.col-lg-pull-12 {
	right: 100%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-0 {
	left: 0%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-1 {
	left: 8.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-2 {
	left: 16.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-3 {
	left: 25%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-4 {
	left: 33.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-5 {
	left: 41.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-6 {
	left: 50%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-7 {
	left: 58.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-8 {
	left: 66.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-9 {
	left: 75%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-10 {
	left: 83.33333%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-11 {
	left: 91.66667%;
}
/* line 827, ../scss/bootstrap/_mixins.scss */
.col-lg-push-12 {
	left: 100%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-0 {
	margin-left: 0%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-1 {
	margin-left: 8.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-2 {
	margin-left: 16.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-3 {
	margin-left: 25%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-4 {
	margin-left: 33.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-5 {
	margin-left: 41.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-6 {
	margin-left: 50%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-7 {
	margin-left: 58.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-8 {
	margin-left: 66.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-9 {
	margin-left: 75%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-10 {
	margin-left: 83.33333%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-11 {
	margin-left: 91.66667%;
}
/* line 837, ../scss/bootstrap/_mixins.scss */
.col-lg-offset-12 {
	margin-left: 100%;
}
}
/* line 32, ../scss/bootstrap/_forms.scss */
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
/* 20200309 steven customize */
.disFlexBox{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.disFlexBox td:last-child{
	padding:0;
}

.disFlexBox .nameCustomize{
	display: flex;
}

.disFlexBox .couponCustomizeItem{
	display: flex;
	align-items: center;
}

.disFlexBox .couponCustomizeItem > button{
	background: #eee;
	border: 1px solid #dedede;
	cursor: pointer;
	width: 100%;
	height: 35px;
	margin-left: 10px;
	outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.disFlexBox .couponCustomizeItem > button:hover{
	background: #dedede;
}

.disFlexBox .couponCustomizeItem > span{
	width: 100%;
	color: #f00;
	margin-left: 10px;
}


.form-right input[type="text"] {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(96%, rgba(255, 255, 255, 0)), to(#9f8f68));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #0068b5);
    background-position: -1200px 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 98%;
    font-size: 16px;
    height: 35px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #666666;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-right input[type="text"]::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-right input[type="text"]:focus {
	box-shadow: none;
	outline: none;
	background-position: 0 0;
}

.form-right input[type="text"]:focus::-webkit-input-placeholder {
    color: #0068b5;
    font-size: 11px;
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	-o-transform: translateY(-12px);
	transform: translateY(-12px);
}

.form-right select{
	height: 35px;
	font-size: 15px;
}

/* 20200309 steven customize end */

/* line 46, ../scss/bootstrap/_forms.scss */
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 52, ../scss/bootstrap/_forms.scss */
input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	/* IE8-9 */
	margin-top: -2px;
	line-height: normal;
	vertical-align: middle;
}
/* line 59, ../scss/bootstrap/_forms.scss */
input[type="file"] {
	display: block;
}
/* line 64, ../scss/bootstrap/_forms.scss */
input[type="range"] {
	display: block;
	width: 100%;
}
/* line 71, ../scss/bootstrap/_forms.scss */
select[multiple], select[size] {
	height: auto;
}
/* line 78, ../scss/bootstrap/_forms.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
/* line 83, ../scss/bootstrap/_forms.scss */
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
}
/* line 114, ../scss/bootstrap/_forms.scss */
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555555;
	background-color: white;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 904, ../scss/bootstrap/_mixins.scss */
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 57, ../scss/bootstrap/_mixins.scss */
.form-control:-moz-placeholder {
 color: #999999;
}
/* line 58, ../scss/bootstrap/_mixins.scss */
.form-control::-moz-placeholder {
 color: #999999;
 opacity: 1;
}
/* line 60, ../scss/bootstrap/_mixins.scss */
.form-control:-ms-input-placeholder {
 color: #999999;
}
/* line 61, ../scss/bootstrap/_mixins.scss */
.form-control::-webkit-input-placeholder {
 color: #999999;
}
/* line 141, ../scss/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
/* line 151, ../scss/bootstrap/_forms.scss */
textarea.form-control {
	height: auto;
}
/* line 170, ../scss/bootstrap/_forms.scss */
.form-group {
	margin-bottom: 15px;
}
/* line 180, ../scss/bootstrap/_forms.scss */
.radio, .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
/* line 186, ../scss/bootstrap/_forms.scss */
.radio label, .checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}
/* line 195, ../scss/bootstrap/_forms.scss */
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
/* line 200, ../scss/bootstrap/_forms.scss */
.radio + .radio, .checkbox + .checkbox {
	margin-top: -5px;
}
/* line 206, ../scss/bootstrap/_forms.scss */
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
/* line 215, ../scss/bootstrap/_forms.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
/* line 230, ../scss/bootstrap/_forms.scss */
input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
/* line 919, ../scss/bootstrap/_mixins.scss */
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
/* line 924, ../scss/bootstrap/_mixins.scss */
select.input-sm {
	height: 30px;
	line-height: 30px;
}
/* line 930, ../scss/bootstrap/_mixins.scss */
textarea.input-sm, select[multiple].input-sm {
	height: auto;
}
/* line 919, ../scss/bootstrap/_mixins.scss */
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
/* line 924, ../scss/bootstrap/_mixins.scss */
select.input-lg {
	height: 46px;
	line-height: 46px;
}
/* line 930, ../scss/bootstrap/_mixins.scss */
textarea.input-lg, select[multiple].input-lg {
	height: auto;
}
 @media (min-width: 768px) {
/* line 324, ../scss/bootstrap/_forms.scss */
.form-inline .form-group {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}
/* line 331, ../scss/bootstrap/_forms.scss */
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
/* line 337, ../scss/bootstrap/_forms.scss */
.form-inline .control-label {
	margin-bottom: 0;
	vertical-align: middle;
}
/* line 346, ../scss/bootstrap/_forms.scss */
.form-inline .radio, .form-inline .checkbox {
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
}
/* line 354, ../scss/bootstrap/_forms.scss */
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	float: none;
	margin-left: 0;
}
/* line 363, ../scss/bootstrap/_forms.scss */
.form-inline .has-feedback .form-control-feedback {
	top: 0;
}
}
/* line 382, ../scss/bootstrap/_forms.scss */
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
/* line 390, ../scss/bootstrap/_forms.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
	min-height: 27px;
}
/* line 395, ../scss/bootstrap/_forms.scss */
.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
.form-horizontal .form-group-th {
    background-color: #0066b8;
    color: #FFF;
}
/* line 21, ../scss/bootstrap/_mixins.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
	content: " ";
	display: table;
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.form-horizontal .form-group:after {
	clear: both;
}
/* line 399, ../scss/bootstrap/_forms.scss */
.form-horizontal .form-control-static {
	padding-top: 7px;
}
@media (min-width: 768px) {
/* line 405, ../scss/bootstrap/_forms.scss */
.form-horizontal .control-label {
	text-align: right;
}
}
/* line 13, ../scss/bootstrap/_scaffolding.scss */
.form-horizontal * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 17, ../scss/bootstrap/_scaffolding.scss */
.form-horizontal *:before, .form-horizontal *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* line 21, ../scss/bootstrap/_mixins.scss */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.clearfix:after {
	clear: both;
}
/* line 39, ../scss/bootstrap/_grid.scss */
.row {
	margin-left: -15px;
	margin-right: -15px;
}
/* line 21, ../scss/bootstrap/_mixins.scss */
.row:before, .row:after {
	content: " ";
	display: table;
}
/* line 25, ../scss/bootstrap/_mixins.scss */
.row:after {
	clear: both;
}
@media screen and (max-width: 768px) {

	.onlinetable2 td {
		font-size: 13px;
	}

	.half{
		width: 80px !important;
		word-break: break-all;
		font-size: 14px;
	}

	.noWrap{
		white-space: normal !important;
	}

	.date{
		white-space: nowrap;
	}

	/* steven customize */

	.zhtw_font{
		display: block;
		font-size: 17px;
		white-space: nowrap;
	}
	.zhtw_font_22{
		font-size: 19px;
	}
	.zhtw_font_20{
		font-size: 17px;
	}
	.zhtw_font_18{
		font-size: 15px;
	    padding: 0 5px;
	    white-space: nowrap;
	}
	.enblueBgColorWhite{
		display: block;
		width: 120px;
	}
	.en_font{
	    display: block;
	    font-size: 16px;
	}
	.en_font_20{
		font-size: 18px;
	}
	.en_font_16{
		font-size: 14px;
	}
	.whiteSpace{
		white-space: normal;
	}
	.prototype_contact{
		flex-wrap: wrap;
		flex-direction: column-reverse !important;
		line-height: 2.5em;
	}
	/* steven customize end*/
}


@media screen and (max-width: 550px) {
	.top h1 {
		background-image: url(../images/logo_new_small.png);
		width: 250px;
		background-size:auto;
		background-repeat:no-repeat;
		background-position: left center;
	}
	.onlinetable2 td:nth-child(n+2){
		font-size: 12px;
	}
	.enblueBgColorWhite{
		width: 100px;
	}
	.note{
		text-align: left !important;
	}

	.nameItem{
		margin-top: 5px;
	}
}