@charset "utf-8";
/* CSS Document */


html {
	margin: 0px;
	padding:0px;
	font-size:16px;
	 font-size: 62.5% !important;
}

@media only screen and (max-width: 767px){

  html {
    font-size: 58% !important;
  }
}

@media only screen and (max-width: 480px){

  html {
    font-size: 61% !important;
  }
}

body {
	font-family: "Century Gothic", "Varela Round", "sans-serif", "微軟正黑體";
	margin: 0px auto;
	font-size:16px;
}
h1, h2, h3, h4, h5, h6 {
    color: #3f3f3f;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
iframe{
    border:0;
    outline: 0;
}
.imp{color:#F00;}

table {
  border-spacing: 0;
  border-collapse: none;
}
/*[ GENERAL ELEMENTS ]*/
a {
	text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.table-responsive{
	border: 0px solid #ddd !important;
}


/*--選單--*/
.navbar-wrapper {
    width: 100%;
	    position: absolute;
    top: 0;
	z-index: 999;
    left: 0;
	background-color: rgba(0,0,0,0.5);
    border-bottom: solid 1px #555;
}
.navbar-brand {
    height: 70px;
	margin: 0 !important;
	padding: 10px 20px;
	overflow:hidden;
}
.navbar-brand img {
	height: 70px;
	max-height:100%;
}

#container{
	padding-top:0px;
}
.interval{
	padding-bottom:30px;
}
.wordedit img{
	height:auto !important;
	max-width:100% !important;
}


/*--------------------------*/
.topimg img{
	width:100%;
}

.breadcrumb-area{}
.breadcrumb {
    background: transparent none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    min-height: 6px;
    overflow: hidden;
    padding: 20px 0;
	margin: 0px 0;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    z-index: 1;
}
.breadcrumb li:last-child{
	 color: #ffae00;
}
.breadcrumb a {
    color: #3c3c3c;
}
.breadcrumb > .active,
.breadcrumb a:hover {
    color: #ffae00;
}




.intermediate h3 {
    font-size: 30px;
    line-height: 36px;
}

.img-masonry img {
    width: 100%;
}


/*----ANNOUNCE-------------------*/
.news_wrapper{
	margin-left: -10px;
    margin-right: -10px;
}
.news-box {
    padding: 10px;
}
.news-content {
    background-color: #FFF;
    padding: 0px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.news-content .image {
    width: 100%;
    overflow: hidden;
}
.news-content .image img{
    width: 100%;
}
.news-content h5 {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    color: #FFF;
    padding: 10px;
    letter-spacing: 2pt;
}
.news-content .text {
    position: relative;
    padding: 30px 10px;
}
.news-content .title {
    font-size: 16px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 10px;
    line-height: 22px;
}
.news-content .date {
    font-size: 12px;
    color: #999;
    letter-spacing: 1pt;
    text-align: center;
    width: 100%;
}
.news-content .line {
    text-align: center;
    width: 70px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.news-content .desc {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0px 15px;
    text-align: center;
}
.news-content .more {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 60px;
    padding: 0px;
    margin: -30px 0 0 -30px;
    background-color: #900;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #FFF;
}
.news-content .more a {
    width: 100%;
    height: 100%;
    font-size: 12px;
    line-height: 32px;
    padding: 10px 0;
    display: block;
    text-align: center;
    background-color: #900;
    color: #fff;
    border: none;
}



.photo_wrapper{
	margin-left: -10px;
    margin-right: -10px;
}
.photo-box {
    padding: 10px;
}
.photo-content .map {
	box-shadow: 1px 1px 1px #999, 2px 2px 2px #ddd, 2px 2px 3px #d8d2ca;
}
.photo-content .image {
    width: 100%;
    overflow: hidden;
	position: relative;
}
.photo-content .image img{
	width:100%;
}
.photo-content h5 {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    color: #FFF;
    padding: 10px;
    letter-spacing: 2pt;
}
.photo-content .title {
    font-size: 16px;
    margin-top: 15px;
    line-height: 22px;
    width: 100%;
}
.photo-content .date {
    margin-bottom: 5px;
    color: #C00;
    width: 100%;
    margin-top: 10px;
	font-size: 12px;
}
.photo-content a.more{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 0;
}


.video_wrapper{
	margin-left: -10px;
    margin-right: -10px;
}
.video-box {
    padding: 10px;
}
.video-content {
    background-color: #FFF;
    padding: 0px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.video-content .image {
    width: 100%;
    overflow: hidden;
}
.video-content .image img{
	width:100%;
}
.video-content h5 {
    font-size: 12px;
    text-align: center;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 0px;
    color: #FFF;
    padding: 10px;
    letter-spacing: 2pt;
}
.video-content .text {
    position: relative;
    padding: 30px 10px;
}
.video-content .title {
    font-size: 16px;
    text-align: center;
    font-weight: 200;
    margin-bottom: 10px;
    line-height: 22px;
	height:22px;
	overflow:hidden;
}
.video-content .date {
    font-size: 12px;
    color: #999;
    letter-spacing: 1pt;
    text-align: center;
    width: 100%;
}
.video-content .line {
    text-align: center;
    width: 70px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}
.video-content a.more{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 0;
}




.Single_download {
    border-bottom: 1px solid #DFDDD6;
	overflow: hidden;
	margin:50px 0;
	
}
.Single_download > div{
    border-top: 1px solid #DFDDD6;
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
}
.Single_download  .title{
	font-size:16px;
	line-height:22px;
	padding: 2px 5px;
	color:#6f6f6f;
}
.Single_download  .title i{
	margin-right: 5px;
}
.Single_download  .format{
	font-size: 12px;
	line-height:22px;
	padding: 2px 5px;
}
.Single_download  .download{
	font-size: 14px;
	line-height:22px;
	background-color: #95cc10;
	padding: 2px 5px;
	text-align: center;
	color: #fff;
}
.Single_download  .download a{
	color:#FFF;
}




.overlay {
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	display: -webkit-flex;
  	display: flex;
}
.overlay a {
	display: block;
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
	border: solid 3px #fff;
	margin: auto;
	padding:7px 0;
	text-align:center;
	text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
}
.overlay:hover a {
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 1;
}
.overlay:hover {
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


/*----------*/
.blog-wrapper {
  	overflow: hidden;
}
.blog-img {
  	overflow: hidden;
}
.blog-img img {
  	transition: all 0.3s ease 0s;
  	width: 100%;
}
.blog-wrapper:hover .blog-img img{opacity:.85;transform:scale(1.1)}
.blog-info{
	font-weight: 400;
	padding: 38px 0 0;
}
.blog-info h3{}
.blog-info h3 a{
	color: #000;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 7px;
	margin-top: 30px;
	text-transform: uppercase;
}
.blog-meta {
  	margin-top: 20px;
  	overflow: hidden;
}
.blog-meta span{
	color: #959595;
	font-size: 13px;
}
.blog-meta span a{
	color: #363636;
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	transition: all 300ms ease-in 0s;
}
.blog-meta span a:hover,.blog-info h3 a:hover{color: #ffae00;}
.blog-meta span a:after{
	content: "\f178";
	font-family: FontAwesome;
	padding-left: 5px;}
.blog-large span a:after{display:none}
.blog-large span a i{margin-right:5px;}
.blog-large span + span{
  	margin-left: 15px;
}
.blog-main{}
.blog-main .blog-info {
	border-top-style: solid;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.blog-main .blog-meta {
  	margin: 15px 0;
}


/*----FAQ---------------*/
.acctitle {
	display:block;
	padding-left: 17px;
}
.acctitle {
    background-image: url(../images/newsclosedbg.gif);
    background-repeat: no-repeat;
	background-position: -13px -7px;
}
.acctitle.collapsed {
    background-image: url(../images/newsopenbgtop.gif);
	background-repeat: no-repeat;
}



/*--響應示表格--*/
#table-breakpoint {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
}

#table-breakpoint tr,
#table-breakpoint th,
#table-breakpoint td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  /*font-family: 'Lato', sans-serif;*/
  font-size: .875rem;
}

#table-breakpoint th,
#table-breakpoint td {
  padding: 10px 12px;
  text-align: left;
}

#table-breakpoint th {
  background: #56a2cf;
  color: #ffffff;
  text-transform: uppercase;
}

#table-breakpoint tr td {
  background: #eaf3f5;
  color: #999999;
}

#table-breakpoint tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

#table-breakpoint.bt tfoot th,
#table-breakpoint.bt tfoot td,
#table-breakpoint.bt tbody td {
  font-size: .8125rem;
  padding: 0;
}

#table-breakpoint.bt tfoot th:before,
#table-breakpoint.bt tfoot td:before,
#table-breakpoint.bt tbody td:before {
  background: #56a2cf;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
  float: left;
}

#table-breakpoint.bt tfoot th .bt-content,
#table-breakpoint.bt tfoot td .bt-content,
#table-breakpoint.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

#table-breakpoint.bt tfoot th:first-of-type:before,
#table-breakpoint.bt tfoot th:first-of-type .bt-content,
#table-breakpoint.bt tfoot td:first-of-type:before,
#table-breakpoint.bt tfoot td:first-of-type .bt-content,
#table-breakpoint.bt tbody td:first-of-type:before,
#table-breakpoint.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

#table-breakpoint.bt tfoot th:last-of-type:before,
#table-breakpoint.bt tfoot th:last-of-type .bt-content,
#table-breakpoint.bt tfoot td:last-of-type:before,
#table-breakpoint.bt tfoot td:last-of-type .bt-content,
#table-breakpoint.bt tbody td:last-of-type:before,
#table-breakpoint.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

#table-breakpoint.bt thead,
#table-breakpoint.bt tbody th {
  display: none;
}

#table-breakpoint.bt tfoot th,
#table-breakpoint.bt tfoot td,
#table-breakpoint.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
      float: left;
    width: 100%;
}

#table-breakpoint.bt tfoot th:before,
#table-breakpoint.bt tfoot td:before,
#table-breakpoint.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
  display: inline-block;
}

#table-breakpoint.bt tfoot th.bt-hide,
#table-breakpoint.bt tfoot td.bt-hide,
#table-breakpoint.bt tbody td.bt-hide {
  display: none;
}

#table-breakpoint.bt tfoot th .bt-content,
#table-breakpoint.bt tfoot td .bt-content,
#table-breakpoint.bt tbody td .bt-content {
  vertical-align: top;
  float: left;
      width: calc(100% - 100px);
}


/*-------------------------*/
.sitemap{}
.sitemap a i{
	padding-right:10px;
}
.sitemap > li{
	padding:15px;	
}
.sitemap  > li .smap > a{
	padding:5px;
	margin-bottom:10px;
	display:block;
	border-bottom: 1px dotted #C9AF84;
}
.sitemap .smap{
	padding:10px;
	border-top: 1px solid #b4a793;
    border-left: 1px solid #b4a793;
    border-right: 1px solid #b4a793;
    border-bottom: 4px solid #c9af84;
    color: #4f4940;
	background-color: #f3f2f2;
}
.site-bv{
	padding:10px 10px 10px 10px;
	margin-left:30px;
}
.site-bv li a{
	display:block;
	padding:5px;
	border-bottom: 1px solid #A2D0EC;
	color: #1A597F;
}
.sitemap .smap > ul.site-bv{
	box-shadow: 3px 3px 3px rgba(20%,20%,40%,0.2);
    background: #bae5ff;
	border: 1px solid #A2D0EC;
	border-radius: 5px;
	font-size:14px;
}
.sitemap .smap > ul.site-bv ul{
	box-shadow: 2px 2px 6px #e4e3e3;
    background: #fcf5f5;
	border: 1px solid #A2D0EC;
	border-radius: 5px;
	font-size:14px;
	margin:10px 0 10px 30px;
}

.sitemap .smap > ul.site-bv ul ul{
	box-shadow: 2px 2px 6px #e4e3e3;
    background: #FFDCDC;
	border: 1px solid #A2D0EC;
	border-radius: 5px;
	font-size:14px;
	margin:10px 0 10px 30px;
}


/*----------------------------------------------------*/
#register {
	margin:20px 0;
	border: 1px solid #aaa;
    border-radius: 10px;
    overflow: hidden;
}
#register label {
	font-weight:normal;
}
#register label.error { 
	position: absolute;
    right: 0;
    top: 0;
    color: #FF0000;
    font-size: 12px;
    font-weight: normal;
	line-height: 22px;
    padding: 5px 8px;
    margin: 0 15px 0 0;
    z-index: 50;
	display: none;
}


/*-------------------------*/
.quotes{
	clear:both;
	width:100%;
	padding:20px 0;
	text-align:center;
	overflow:hidden;
}
#pageline a {
    border: 1px solid #096;
    display: inline-block;
    color: #096;
    padding: 5px;
    margin-right: 5px;
    margin-left: 5px;
}


/* ====== 底部宣告 ====== */
.footer-info {
	margin: 0px auto;
   
	color: #fff;
	background-image: url(../images/footer_bg.jpg);
}

.footer-info .line{
	    border-bottom: 1px solid #343636;
		    padding: 40px 0;
}
.footer-info ul li.title {
    margin-bottom: 7px;
    font-size: 16px;
    color: #6CC;
}
.footer-info ul li.text {
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.footer-info ul li.text a {
    font-size: 14px;
    color: #CCC;
    text-decoration: none;
}
.footer-info ul li.title a {
    font-size: 16px;
    color: #6CC;
    text-decoration: none;
}

footer {
	background-image: url(../images/footer_bg.jpg);
    padding:20px 0;
	overflow: hidden;	
}
footer p {
    font-size: 13px;
    margin-bottom: 0px;
    color: #FFF;
    float: right;
}
footer .social{
}
footer .social a {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    position: relative;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 5px;
    line-height: 40px;
    font-size: 16px;
    border: 3px solid rgba(255, 253, 253, 0.5);
}
footer .social a:hover {
    background: #202020;
    color: #FFF;
}
footer .social a i{
    line-height: 28px;
}
footer .footerss{
	margin-top: 20px;
}

footer .boot-text-right a{
    color: #7f7f7f;
}
/*-- Scroll To Top --*/
.scroll-to-top {
	border-radius: 50px;
	position: fixed;
	right: 35px;
	bottom: 35px;
	font-size: 2em;
	height: 60px;
	width: 60px;
	background-color: rgba(121, 85, 72, 0.5);
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	opacity: .3;
	cursor: pointer;

	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	z-index:2000;
	display: none;
}
.scroll-to-top:hover {
	opacity: 1;
}


/*----Fullbg------------------------------------------------*/
#popup{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2050;
	display:none;
	background-color:rgba(0,0,0,0.75);
}
#popup .popup-content {
    position: relative;
    width: 80vw;
    height: 80vh;
    margin: 10vh auto;
	padding:20px;
    border: 1px #000 solid;
    background-color: #FFF;
}
#popup .popup-text {
    width: 100%;
    height: 100%;
    background-color: #FFF;
	padding:20px;
    overflow-y: auto;
}
#popup .closeimg{
	position: absolute;
    top: 0px;
    right: 0px;
}
#popup .closeimg a{
	color: #000;
    font-size: 17px;
    display: block;
    margin: 0px;
    padding: 0px 5px;
    text-align: center;
}
#popup .closeimg a:hover{
    color: #FFF;
	background-color:#000;
}

.Share {
	float: left;
	width:100%;
	padding-bottom:15px;
}
.Share > div{
	float: left;
    margin: 0;
    padding: 5px 5px 5px 0;
    font-size: 0;
}

.wordedit{
	clear:both;
}

#sc8 {
   background-size: cover;
    background-attachment: fixed;
    text-align: center;
}




@media only screen and (max-width: 767px){
	.navbar-brand {
		height: 60px;
		margin: 0 !important;
		padding: 5px 0;
		overflow:hidden;
	}
	.navbar-brand img {
		height: 60px;
		max-width:100%;
		max-height:100%;
	}
	#container{
		padding-top:67px;
	}

	#popup .popup-content {
		width: 90vw;
		height: 90vh;
		margin: 5vh auto;
	}
	footer .social a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    position: relative;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 2px;
    line-height: 20px;
    font-size: 12px;
    border: 2px solid rgba(255, 253, 253, 0.5);
}
footer .social {
    text-align: center;
}
nav.navbar.bootsnav .navbar-toggle {
        background-color: rgba(255, 255, 255, 0);
    border: none;
    padding: 5px 10px;
    font-size: 18px;
    position: relative;
    top: 5px;
	color: #ffffff;
}
}
nav.navbar.bootsnav ul.nav > li > a {
    color: #fff;
    text-shadow: -2px 2px 1px rgba(0, 0, 16, 0.49);
    background-color: transparent !important;
	letter-spacing: 1px;
	padding: 15px;
}
#sc123 ul{
	padding: 0px;
	height: auto;
	width: 94%;
	list-style-type: none;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

#sc123 ul li{
	width: 31.3333%;
	float: left;
	margin-right: 3%;
	padding: 10px;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;

}

#sc123 ul li:hover:after{
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	top: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #036;
	border-right-color: #036;
	border-bottom-color: #036;
	border-left-color: #036;
	    pointer-events: none;
		    border-radius: 25px;
}


#sc123 ul li:nth-child(3n){
	margin-right:0%;
}
@media only screen and (max-width: 767px){
	
#sc123 ul li{
	width: 48.5%;
	float: left;
	margin-right: 3%;
	padding: 10px;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;

}
#sc123 ul li:nth-child(3n){
	margin-right:3%;
}
#sc123 ul li:nth-child(2n){
	margin-right:0%;
}

}


@media only screen and (max-width: 480px){
	
#sc123 ul li{
	width: 100%;
	float: left;
	margin-right: 0%;
	padding: 10px;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;

}
#sc123 ul li:nth-child(3n){
	margin-right:0%;
}
#sc123 ul li:nth-child(2n){
	margin-right:0%;
}

}

#sc123 ul li .pic {
	width: 100%;
	float: left;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover!important;
	border-radius: 50%;
	margin-bottom: 10px;
	margin-top: 10px;
}
#sc123 ul li .pic img{
	width: 100%;
	height:auto;

}

#sc123 ul li .text {
margin-bottom:10px;

}

#sc123 ul li .text h5{
font-size:18px;
line-height:28px;
color:#333;
text-align:center;
width:100%;
margin-bottom:5px;

}

#sc123 ul li .text p{
	font-size: 14px;
	line-height: 20px;
	color: #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#sc113 .col-sm-6 {
    width: 20%;
}
@media only screen and (max-width: 767px){
	
	
#sc113 .col-sm-6 {
    width: 50%;
}	
}
	
#sc113 .image-a3-t1 .image-area-more .imgbox > div {
    padding: 5px;
}


#sc279 ,#sc266,#sc260,#sc248,#sc252 {
padding-top:20px;
}

#sc279 .image-a3 .imageitem,#sc248 .image-a3 .imageitem {
	background-color: transparent;
	background-color: #FF9900!important;
	border-radius: 50%!important;
}

#sc245 .image-a3 .imageitem,#sc272 .image-a3 .imageitem,#sc260 .image-a3 .imageitem,#sc266 .image-a3 .imageitem,#sc252 .image-a3 .imageitem,#sc262 .image-a3 .imageitem,#sc268 .image-a3 .imageitem,#sc253 .image-a3 .imageitem,#sc247 .image-a3 .imageitem ,#sc249 .image-a3 .imageitem  ,#sc273 .image-a3 .imageitem ,#sc256 .image-a3 .imageitem ,#sc264 .image-a3 .imageitem,#sc270 .image-a3 .imageitem ,#sc258 .image-a3 .imageitem,#sc265 .image-a3 .imageitem {
	background-color: transparent;
	background-color: #1a3781!important;
	border-radius: 50%!important;
}

#sc245 .col-xs-6.col-sm-2:first-child  .imageitem,#sc247 .col-xs-6.col-sm-2:first-child  .imageitem{
	background-color: transparent;
	background-color: #FF9900!important;
	border-radius: 50%!important;
}


#sc279 .col-xs-6.col-sm-2:first-child  .imageitem,#sc266 .col-xs-6.col-sm-2:first-child  .imageitem,#sc260 .col-xs-6.col-sm-2:first-child  .imageitem,#sc252 .col-xs-6.col-sm-2:first-child  .imageitem,#sc248 .col-xs-6.col-sm-2:first-child  .imageitem{
    background-color: transparent;
    background-color: #1a3781!important;
    border-radius: 50%!important;
}


#sc279 .col-xs-6.col-sm-2:nth-child(2):after,#sc266 .col-xs-6.col-sm-2:nth-child(2):after,#sc260 .col-xs-6.col-sm-2:nth-child(2):after,#sc252 .col-xs-6.col-sm-2:nth-child(2):after,#sc248 .col-xs-6.col-sm-2:nth-child(2):after {
        width:500%;
    height: 20px;
    content: "";
    border-top-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-left-style: solid;
    border-top-color: #C00;
    border-left-color: #C00;
    position: absolute;
    bottom: 100px;
    margin-top: -20px;
    top: 0;
}

#sc279 .col-xs-6.col-sm-2:last-child:after,#sc266 .col-xs-6.col-sm-2:last-child:after,#sc260 .col-xs-6.col-sm-2:last-child:after,#sc252 .col-xs-6.col-sm-2:last-child:after,#sc248 .col-xs-6.col-sm-2:last-child:after {
    height: 250%;
	width:10px;
    content: "";
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-bottom-color: #C00;
    border-right-color: #C00;
    position: absolute;
    margin-top: -20px;
    top: 0;
	right:-20px;
}

#sc279 .col-xs-6.col-sm-2:nth-child(4):after,#sc266 .col-xs-6.col-sm-2:nth-child(4):after,#sc260 .col-xs-6.col-sm-2:nth-child(4):after,#sc252 .col-xs-6.col-sm-2:nth-child(4):after,#sc248 .col-xs-6.col-sm-2:nth-child(4):after {
	content: "壓力式前處理";
	font-size: 18px;
	line-height: 30px;
	color: #C00;
	background-color: #FFF;
	position: absolute;
	top: -35px;
	font-weight: bold;
	background-repeat: no-repeat;
	width: 150%;
	left: -25%;
	text-align: center;
}

#sc245 .col-xs-6.col-sm-2:first-child:after,#sc262 .col-xs-6.col-sm-2:first-child:after,#sc268 .col-xs-6.col-sm-2:first-child:after,#sc253 .col-xs-6.col-sm-2:first-child:after,#sc247 .col-xs-6.col-sm-2:first-child:after {
    height:50%;
	width:20px;
    content: "";
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-bottom-style: solid;
    border-right-style: solid;
    border-bottom-color: #C00;
    border-right-color: #C00;
    position: absolute;
    margin-top: -20px;
    top: 0;
	right:-20px;
}


#sc246 .image-a3 .imageitem,#sc249 .image-a3 .col-xs-6.col-sm-2:last-child  .imageitem,#sc273 .image-a3 .col-xs-6.col-sm-2:last-child  .imageitem,#sc258 .image-a3 .col-xs-6.col-sm-2:last-child  .imageitem,#sc265 .image-a3 .col-xs-6.col-sm-2:last-child  .imageitem{
	background-color: transparent;
	background-color: #660000!important;
	border-radius: 50%!important;
}

#sc279 .col-xs-6.col-sm-2,#sc266 .col-xs-6.col-sm-2,#sc260 .col-xs-6.col-sm-2,#sc252 .col-xs-6.col-sm-2,#sc248 .col-xs-6.col-sm-2,#sc245 .col-xs-6.col-sm-2,#sc272 .col-xs-6.col-sm-2,#sc262 .col-xs-6.col-sm-2,#sc268 .col-xs-6.col-sm-2,#sc253 .col-xs-6.col-sm-2,#sc247 .col-xs-6.col-sm-2,#sc246 .col-xs-6.col-sm-2{position:relative;}
#sc279 .col-xs-6.col-sm-2:before,#sc266 .col-xs-6.col-sm-2:before,#sc260 .col-xs-6.col-sm-2:before,#sc252 .col-xs-6.col-sm-2:before ,#sc248 .col-xs-6.col-sm-2:before ,#sc249 .col-xs-6.col-sm-2:before,#sc273 .col-xs-6.col-sm-2:before,#sc256 .col-xs-6.col-sm-2:before,#sc264 .col-xs-6.col-sm-2:before,#sc270 .col-xs-6.col-sm-2:before  {
	content: "";
	position: absolute;
	height: 100%;
	width: 20px;
	left: 100%;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:100% auto;
	margin-left:-10px;
}


#sc279 .col-xs-6.col-sm-2:last-child:before,#sc266 .col-xs-6.col-sm-2:last-child:before,#sc260 .col-xs-6.col-sm-2:last-child:before,#sc252 .col-xs-6.col-sm-2:last-child:before,#sc248 .col-xs-6.col-sm-2:last-child:before,#sc256 .col-xs-6.col-sm-2:last-child:before,#sc264 .col-xs-6.col-sm-2:last-child:before,#sc270 .col-xs-6.col-sm-2:last-child:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 20px;
	left: 50%;
	top:65%;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:100% auto;
	margin-left:-10px;
	transform:rotate(90deg)
}


#sc249 .col-xs-6.col-sm-2:last-child:before ,#sc273 .col-xs-6.col-sm-2:last-child:before ,#sc258 .col-xs-6.col-sm-2:last-child:before ,#sc265 .col-xs-6.col-sm-2:last-child:before{
	display:none;
}


#sc245 .col-xs-6.col-sm-2:before,#sc272 .col-xs-6.col-sm-2:before,#sc253 .col-xs-6.col-sm-2:before,#sc247 .col-xs-6.col-sm-2:before,#sc258 .col-xs-6.col-sm-2:before,#sc265 .col-xs-6.col-sm-2:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 20px;
	right: 100%;
	background-image: url(../images/left.png);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:100% auto;
	margin-right:-10px;
}


#sc245 .col-xs-6.col-sm-2:last-child:before,#sc272 .col-xs-6.col-sm-2:last-child:before,#sc262 .col-xs-6.col-sm-2:last-child:before,#sc268 .col-xs-6.col-sm-2:last-child:before,#sc253 .col-xs-6.col-sm-2:last-child:before,#sc247 .col-xs-6.col-sm-2:last-child:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 20px;
	left: 50%;
	top:65%;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:100% auto;
	margin-left:-10px;
	transform:rotate(90deg)
}







#sc262 .image-a3 .imageitem .image,#sc268 .image-a3 .imageitem .image,#sc256 .image-a3 .imageitem .image,#sc264 .image-a3 .imageitem .image,#sc270 .image-a3 .imageitem .image,#sc249 .image-a3 .imageitem .image,#sc273 .image-a3 .imageitem .image,#sc279 .image-a3 .imageitem .image,#sc266 .image-a3 .imageitem .image,#sc260 .image-a3 .imageitem .image,#sc252 .image-a3 .imageitem .image,#sc248 .image-a3 .imageitem .image,#sc245 .image-a3 .imageitem .image,#sc272 .image-a3 .imageitem .image,#sc253 .image-a3 .imageitem .image,#sc247 .image-a3 .imageitem .image,#sc246 .image-a3 .imageitem .image,#sc258 .image-a3 .imageitem .image,#sc265 .image-a3 .imageitem .image {
    text-align: center;
    overflow: hidden;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    opacity: 0.3!important;
}
#sc256 .image-a3 .imageitem:hover .image,#sc264 .image-a3 .imageitem:hover .image,#sc270 .image-a3 .imageitem:hover .image,#sc249 .image-a3 .imageitem:hover .image,#sc273 .image-a3 .imageitem:hover .image,#sc279 .image-a3 .imageitem:hover .image,#sc266 .image-a3 .imageitem:hover .image,#sc260 .image-a3 .imageitem:hover .image,#sc252 .image-a3 .imageitem:hover .image,#sc248 .image-a3 .imageitem:hover .image,#sc245 .image-a3 .imageitem:hover .image,#sc272 .image-a3 .imageitem:hover .image,#sc262 .image-a3 .imageitem:hover .image,#sc268 .image-a3 .imageitem:hover .image,#sc253 .image-a3 .imageitem:hover .image,#sc246 .image-a3 .imageitem:hover .image,#sc247 .image-a3 .imageitem:hover .image,#sc258 .image-a3 .imageitem:hover .image,#sc265 .image-a3 .imageitem:hover .image {
   	opacity: 1!important;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

#sc256 .image-a3-t1 .imgbox > div,#sc264 .image-a3-t1 .imgbox > div,#sc270 .image-a3-t1 .imgbox > div,#sc258 .image-a3-t1 .imgbox > div,#sc265 .image-a3-t1 .imgbox > div ,#sc279 .image-a3-t1 .imgbox > div  ,#sc266 .image-a3-t1 .imgbox > div ,#sc260 .image-a3-t1 .imgbox > div ,#sc252 .image-a3-t1 .imgbox > div ,#sc248 .image-a3-t1 .imgbox > div ,#sc245 .image-a3-t1 .imgbox > div ,#sc272 .image-a3-t1 .imgbox > div ,#sc262 .image-a3-t1 .imgbox > div ,#sc268 .image-a3-t1 .imgbox > div ,#sc253 .image-a3-t1 .imgbox > div ,#sc246 .image-a3-t1 .imgbox > div,#sc247 .image-a3-t1 .imgbox > div ,#sc249 .image-a3-t1 .imgbox > div ,#sc273 .image-a3-t1 .imgbox > div {
	overflow: visible!important;
}


#sc258 .col-sm-2, #sc265 .col-sm-2, #sc258 .col-xs-6,#sc265 .col-xs-6,#sc256 .col-sm-2, #sc256 .col-xs-6,#sc264 .col-sm-2, #sc264 .col-xs-6,#sc270 .col-sm-2, #sc270 .col-xs-6,#sc279 .col-sm-2, #sc279 .col-xs-6,#sc266 .col-sm-2, #sc266 .col-xs-6,#sc260 .col-sm-2, #sc260 .col-xs-6,#sc252 .col-sm-2, #sc252 .col-xs-6,#sc248 .col-sm-2, #sc245 .col-xs-6, #sc245 .col-sm-2, #sc272 .col-xs-6, #sc272 .col-sm-2, #sc262 .col-xs-6, #sc268 .col-xs-6, #sc262 .col-sm-2, #sc268 .col-sm-2, #sc253 .col-xs-6, #sc253 .col-sm-2, #sc247 .col-xs-6, #sc247 .col-sm-2, #sc279 .col-xs-6, #sc266 .col-xs-6, #sc246 .col-sm-2, #sc279 .col-xs-6, #sc266 .col-xs-6,#sc249 .col-sm-2, #sc249 .col-xs-6,#sc273 .col-sm-2, #sc249 .col-xs-6, #sc273 .col-xs-6 {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 0px;
    margin-bottom: 40px;
}

#sc258 .image-a3-t1 .imgbox,#sc265 .image-a3-t1 .imgbox,#sc256 .image-a3-t1 .imgbox,#sc264 .image-a3-t1 .imgbox,#sc270 .image-a3-t1 .imgbox,#sc279 .image-a3-t1 .imgbox,#sc266 .image-a3-t1 .imgbox,#sc260 .image-a3-t1 .imgbox,#sc252 .image-a3-t1 .imgbox,#sc248 .image-a3-t1 .imgbox, #sc245 .image-a3-t1 .imgbox, #sc272 .image-a3-t1 .imgbox, #sc262 .image-a3-t1 .imgbox, #sc268 .image-a3-t1 .imgbox, #sc253 .image-a3-t1 .imgbox, #sc247 .image-a3-t1 .imgbox, #sc246 .image-a3-t1 .imgbox, #sc249 .image-a3-t1 .imgbox , #sc273 .image-a3-t1 .imgbox {
    margin-left: 0px;
    margin-right: 0px;
    overflow: visible!important;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}
#sc262 .image-a3-t1 .imgbox,#sc268 .image-a3-t1 .imgbox,#sc245 .image-a3-t1 .imgbox,#sc272 .image-a3-t1 .imgbox,#sc253 .image-a3-t1 .imgbox,#sc247 .image-a3-t1 .imgbox,#sc258 .image-a3-t1 .imgbox,#sc265 .image-a3-t1 .imgbox {
	display:flex;
	flex-direction:row-reverse!important;
}


#sc258 .home-image .image-area,#sc258 .home-image,#sc265 .home-image .image-area,#sc265 .home-image,#sc256 .home-image,#sc264 .home-image,#sc270 .home-image,#sc246 .home-image,#sc279 .home-imag,#sc266 .home-imag,#sc260 .home-image,#sc245 .home-image,#sc272 .home-image,#sc253 .home-image ,#sc279 .home-image .image-area,#sc266 .home-image .image-area,#sc252 .home-image .image-area,#sc248 .home-image .image-area,#sc260 .home-image .image-area,#sc245 .home-image .image-area,#sc272 .home-image .image-area,#sc262 .home-image .image-area,#sc268 .home-image .image-area,#sc262 .home-image,#sc268 .home-image,#sc253 .home-image .image-area,#sc247 .home-image .image-area,#sc247 .home-image,#sc246 .home-image .image-area,#sc249 .home-image .image-area,#sc273 .home-image .image-area,#sc249 .home-image,#sc273 .home-image{
	overflow: visible!important;
    display: table;
    width: 100%;
}

#sc258 .image-a3 .des-area,#sc265 .image-a3 .des-area,#sc279 .image-a3 .des-area,#sc266 .image-a3 .des-area,#sc260 .image-a3 .des-area,#sc252 .image-a3 .des-area,#sc248 .image-a3 .des-area {
    padding: 0px 0px 25px 0px;
    overflow: hidden;
}
#register {
    margin: 20px 0;
    border: 1px solid #aaa;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f2f1f2;
}

.panel {
    margin-bottom: 20px;
    background-color:#f2f1f2;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

@media only screen and (max-width: 844px){
	
#sc256 .col-xs-6,#sc264 .col-xs-6,#sc270 .col-xs-6,#sc279 .col-xs-6,#sc266 .col-xs-6,#sc252 .col-xs-6,#sc248 .col-xs-6 ,#sc249 .col-xs-6 ,#sc273 .col-xs-6  ,#sc258 .col-xs-6,#sc265 .col-xs-6 {
    width: 33.3333%;
}	


#sc245 .col-xs-6,#sc272 .col-xs-6,#sc262 .col-xs-6,#sc268 .col-xs-6,#sc253 .col-xs-6,#sc246 .col-xs-6,#sc247 .col-xs-6 {
    width: 33.3333%;
}	
#sc258 .image-a3-t1 .imgbox,#sc265 .image-a3-t1 .imgbox,#sc245 .image-a3-t1 .imgbox,#sc272 .image-a3-t1 .imgbox,#sc262 .image-a3-t1 .imgbox,#sc268 .image-a3-t1 .imgbox,#sc253 .image-a3-t1 .imgbox,#sc247 .image-a3-t1 .imgbox {
	display:flex;
	flex-wrap:wrap;
	flex-direction:row!important;
}

#sc256 .col-xs-6.col-sm-2:last-child:after,#sc264 .col-xs-6.col-sm-2:last-child:after,#sc270 .col-xs-6.col-sm-2:last-child:after,#sc266 .col-xs-6.col-sm-2:last-child:after,#sc279 .col-xs-6.col-sm-2:last-child:after,#sc260 .col-xs-6.col-sm-2:last-child:after,#sc252 .col-xs-6.col-sm-2:last-child:after,#sc248 .col-xs-6.col-sm-2:last-child:after {
     display:none;
}
#sc256 .col-xs-6.col-sm-2:nth-child(2):after,#sc264 .col-xs-6.col-sm-2:nth-child(2):after,#sc270 .col-xs-6.col-sm-2:nth-child(2):after,#sc279 .col-xs-6.col-sm-2:nth-child(2):after,#sc266 .col-xs-6.col-sm-2:nth-child(2):after,#sc260 .col-xs-6.col-sm-2:nth-child(2):after,#sc252 .col-xs-6.col-sm-2:nth-child(2):after,#sc248 .col-xs-6.col-sm-2:nth-child(2):after {
    display:none;
}

#sc256 .col-xs-6.col-sm-2:nth-child(5):after,#sc264 .col-xs-6.col-sm-2:nth-child(5):after,#sc270 .col-xs-6.col-sm-2:nth-child(5):after,#sc279 .col-xs-6.col-sm-2:nth-child(5):after,#sc266 .col-xs-6.col-sm-2:nth-child(5):after,#sc260 .col-xs-6.col-sm-2:nth-child(5):after,#sc252 .col-xs-6.col-sm-2:nth-child(5):after,#sc248 .col-xs-6.col-sm-2:nth-child(5):after {
    display:none;
}
#sc256 .col-xs-6.col-sm-2:first-child:after,#sc264 .col-xs-6.col-sm-2:first-child:after,#sc270 .col-xs-6.col-sm-2:first-child:after,#sc245 .col-xs-6.col-sm-2:first-child:after,#sc272 .col-xs-6.col-sm-2:first-child:after,#sc262 .col-xs-6.col-sm-2:first-child:after,#sc268 .col-xs-6.col-sm-2:first-child:after,#sc253 .col-xs-6.col-sm-2:first-child:after,#sc247 .col-xs-6.col-sm-2:first-child:after {
      display:none;
}
#sc258 .col-xs-6.col-sm-2:before,#sc265 .col-xs-6.col-sm-2:before,#sc245 .col-xs-6.col-sm-2:before,#sc272 .col-xs-6.col-sm-2:before,#sc262 .col-xs-6.col-sm-2:before,#sc268 .col-xs-6.col-sm-2:before,#sc253 .col-xs-6.col-sm-2:before,#sc247 .col-xs-6.col-sm-2:before ,#sc248 .col-xs-6.col-sm-2:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 20px;
	left: 100%;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:100% auto;
	margin-left:-10px;
}	


#sc279 .col-xs-6.col-sm-2:nth-child(4):after,#sc266 .col-xs-6.col-sm-2:nth-child(4):after,#sc260 .col-xs-6.col-sm-2:nth-child(4):after,#sc256 .col-xs-6.col-sm-2:nth-child(4):after,#sc264 .col-xs-6.col-sm-2:nth-child(4):after,#sc270 .col-xs-6.col-sm-2:nth-child(4):after,#sc252 .col-xs-6.col-sm-2:nth-child(4):after,#sc248 .col-xs-6.col-sm-2:nth-child(4):after {
	display:none;
}
#sc258 .image-a3-t1 .imgbox,#sc265 .image-a3-t1 .imgbox,#sc256 .image-a3-t1 .imgbox,#sc264 .image-a3-t1 .imgbox,#sc270 .image-a3-t1 .imgbox,#sc279 .image-a3-t1 .imgbox,#sc266 .image-a3-t1 .imgbox,#sc252 .image-a3-t1 .imgbox,#sc248 .image-a3-t1 .imgbox,#sc249 .image-a3-t1 .imgbox,#sc273 .image-a3-t1 .imgbox{
    margin-left: 0px;
    margin-right: 0px;
    overflow: visible!important;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    display: table;
    width: 100%;
}
#sc256 .col-xs-6.col-sm-2:nth-child(3):after,#sc264 .col-xs-6.col-sm-2:nth-child(3):after,#sc270 .col-xs-6.col-sm-2:nth-child(3):after,#sc279 .col-xs-6.col-sm-2:nth-child(3):after,#sc266 .col-xs-6.col-sm-2:nth-child(3):after,#sc252 .col-xs-6.col-sm-2:nth-child(3):after,#sc248 .col-xs-6.col-sm-2:nth-child(3):after {
   display:none;
}
#sc279 .col-xs-6.col-sm-2:last-child:before,#sc266 .col-xs-6.col-sm-2:last-child:before,#sc260 .col-xs-6.col-sm-2:last-child:before,#sc252 .col-xs-6.col-sm-2:last-child:before,#sc256 .col-xs-6.col-sm-2:last-child:before,#sc264 .col-xs-6.col-sm-2:last-child:before,#sc270 .col-xs-6.col-sm-2:last-child:before,#sc248 .col-xs-6.col-sm-2:last-child:before,#sc245 .col-xs-6.col-sm-2:last-child:before,#sc272 .col-xs-6.col-sm-2:last-child:before,#sc262 .col-xs-6.col-sm-2:last-child:before,#sc268 .col-xs-6.col-sm-2:last-child:before,#sc253 .col-xs-6.col-sm-2:last-child:before,#sc247 .col-xs-6.col-sm-2:last-child:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 20px;
	left: 100%;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: center center;	
	background-size:100% auto;
	margin-left:-10px;
	transform:rotate(0deg);
	top:0px;

}
}

@media only screen and (max-width: 480px){
	
#sc258 .col-xs-6,#sc265 .col-xs-6,#sc256 .col-xs-6,#sc264 .col-xs-6,#sc270 .col-xs-6,#sc279 .col-xs-6,#sc266 .col-xs-6,#sc260 .col-xs-6,#sc252 .col-xs-6,#sc248 .col-xs-6 {
    width: 50%;
}	


#sc245 .col-xs-6,#sc272 .col-xs-6,#sc262 .col-xs-6,#sc268 .col-xs-6,#sc253 .col-xs-6,#sc246 .col-xs-6,#sc247 .col-xs-6 ,#sc249 .col-xs-6,#sc273 .col-xs-6 {
    width: 50%;
}		
#sc258 .image-a3-t1 .imgbox,#sc265 .image-a3-t1 .imgbox,#sc256 .image-a3-t1 .imgbox,#sc264 .image-a3-t1 .imgbox,#sc270 .image-a3-t1 .imgbox,#sc279 .image-a3-t1 .imgbox ,#sc266 .image-a3-t1 .imgbox ,#sc260 .image-a3-t1 .imgbox ,#sc252 .image-a3-t1 .imgbox ,#sc248 .image-a3-t1 .imgbox ,#sc245 .image-a3-t1 .imgbox,#sc272 .image-a3-t1 .imgbox,#sc253 .image-a3-t1 .imgbox  ,#sc247 .image-a3-t1 .imgbox ,#sc246 .image-a3-t1 .imgbox,#sc249 .image-a3-t1 .imgbox,#sc273 .image-a3-t1 .imgbox {
    margin-left: 0px;
    margin-right: 0px;
    overflow: visible!important;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    display: table;
    width: 100%;
}
#sc258 .col-sm-2, #sc258 .col-xs-6,#sc265 .col-sm-2, #sc265 .col-xs-6,#sc256 .col-sm-2, #sc256 .col-xs-6,#sc264 .col-sm-2, #sc264 .col-xs-6,#sc270 .col-sm-2, #sc270 .col-xs-6,#sc279 .col-sm-2,#sc266 .col-sm-2, #sc279 .col-xs-6, #sc266 .col-xs-6,#sc260 .col-sm-2, #sc260 .col-xs-6,#sc252 .col-sm-2, #sc252 .col-xs-6,#sc248 .col-sm-2, #sc248 .col-xs-6,  #sc245 .col-sm-2, #sc245 .col-xs-6,  #sc272 .col-sm-2, #sc272 .col-xs-6,  #sc262 .col-sm-2, #sc262 .col-xs-6,  #sc268 .col-sm-2, #sc268 .col-xs-6, #sc253 .col-xs-6,  #sc247 .col-sm-2, #sc247 .col-xs-6, #sc246 .col-sm-2, #sc246 .col-xs-6, #sc249 .col-sm-2, #sc249 .col-xs-6, #sc273 .col-sm-2, #sc273 .col-xs-6{
    padding-right: 30px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#sc258 .col-xs-6.col-sm-2:before,#sc265 .col-xs-6.col-sm-2:before,#sc256 .col-xs-6.col-sm-2:before,#sc264 .col-xs-6.col-sm-2:before,#sc270 .col-xs-6.col-sm-2:before,#sc279 .col-xs-6.col-sm-2:before,#sc266 .col-xs-6.col-sm-2:before,#sc260 .col-xs-6.col-sm-2:before,#sc252 .col-xs-6.col-sm-2:before, #sc245 .col-xs-6.col-sm-2:before, #sc272 .col-xs-6.col-sm-2:before, #sc262 .col-xs-6.col-sm-2:before, #sc268 .col-xs-6.col-sm-2:before, #sc253 .col-xs-6.col-sm-2:before,#sc247 .col-xs-6.col-sm-2:before, #sc248 .col-xs-6.col-sm-2:before, #sc249 .col-xs-6.col-sm-2:before, #sc273 .col-xs-6.col-sm-2:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 20px;
    left: 100%;
    background-image: url(../images/right.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    margin-left: -25px;
}
#sc258 .col-xs-6.col-sm-2:last-child:before,#sc265 .col-xs-6.col-sm-2:last-child:before,#sc256 .col-xs-6.col-sm-2:last-child:before,#sc264 .col-xs-6.col-sm-2:last-child:before,#sc270 .col-xs-6.col-sm-2:last-child:before,#sc279 .col-xs-6.col-sm-2:last-child:before,#sc266 .col-xs-6.col-sm-2:last-child:before,#sc260 .col-xs-6.col-sm-2:last-child:before,#sc252 .col-xs-6.col-sm-2:last-child:before, #sc248 .col-xs-6.col-sm-2:last-child:before, #sc245 .col-xs-6.col-sm-2:last-child:before, #sc272 .col-xs-6.col-sm-2:last-child:before, #sc262 .col-xs-6.col-sm-2:last-child:before, #sc268 .col-xs-6.col-sm-2:last-child:before, #sc253 .col-xs-6.col-sm-2:last-child:before, #sc247 .col-xs-6.col-sm-2:last-child:before {
    margin-left: -25px;
}
#sc258 .image-a3-t1 .imgbox, #sc265 .image-a3-t1 .imgbox, #sc256 .image-a3-t1 .imgbox, #sc264 .image-a3-t1 .imgbox, #sc270 .image-a3-t1 .imgbox, #sc279 .image-a3-t1 .imgbox, #sc266 .image-a3-t1 .imgbox, #sc260 .image-a3-t1 .imgbox, #sc252 .image-a3-t1 .imgbox, #sc248 .image-a3-t1 .imgbox, #sc245 .image-a3-t1 .imgbox, #sc272 .image-a3-t1 .imgbox, #sc262 .image-a3-t1 .imgbox, #sc268 .image-a3-t1 .imgbox, #sc253 .image-a3-t1 .imgbox, #sc247 .image-a3-t1 .imgbox, #sc246 .image-a3-t1 .imgbox, #sc249 .image-a3-t1 .imgbox, #sc273 .image-a3-t1 .imgbox {
    margin-left: 0px;
    margin-right: 0px;
    overflow: visible!important;
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
}
}

ul.nav.navbar-nav.navbar-right>li.dropdown.setposition{display:none;}