/* ==========================================================================
    Search
 ========================================================================== */
section.search{
	display: none;
	width: 100%;
	height: 93px;
	background-color: #ececec;
	margin-top: 0px;
	position: relative;
	z-index: 20;
	/*float: left;*/
}

.sbHolder{
	margin-top: 100px;
	width: 33%;
	display: inline-block;
	border: solid 1px #666;
	background-color: transparent;
}
.sbSelector{
	width: 100%;
}
.sbOptions{
	width: 100%;
	border: solid 1px #666;
	background-color: transparent;
}
.sbOptions li{
	padding: 0;
}
.sbOptions a:link, .sbOptions a:visited{
	color: #ddd;
}
.sbOptions a, .sbOptions .sbGroup, .sbOptions .sbDisabled{
	border-bottom: solid 1px #666;
}
.sbOptions li:last-child a, 
.sbOptions li:last-child span{
	border: none;
}



 /*<!-- 15 / 20 / 20 / 25 --> */
.search .btn-group{
	width: 20%;
	margin-top: -15px;
}
.search .btn-group .btn-text{
	width: 80%;
	text-align: left;
	font-size: 16px;
	padding-left: 32px;
	letter-spacing: 2px;
}
.search .btn-group .dropdown-toggle{
	width: 20%;
}
.search .search-bar{
	width: 1300px;
	margin: 0 auto;
	line-height: 93px;
}

.search .search-bar .title{
	float: left;
	display: inline-block;
	font-size: 38px;
	line-height: 93px;
	font-weight: 700;
	color: #17a9e3;
	width: 15%;
}
.search .search-bar .group{
	width: 100%;
}

.search .search-bar .btn-group{
	margin-top: -15px;
}
.search .search-bar .btn-group .btn{
	border: 0px;
	background: #FFF;
	color: #000;
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;  
	-ms-border-radius: 0;  
	-o-border-radius: 0;  
	border-radius: 0; 
	height: 50px;
}
.search .search-bar .btn-group .btn {
    width: 100%;
    text-align: left;
    line-height: 38px;
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
	-mos-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    position: relative;
	font: 16px Arial, "微軟正黑體";
	letter-spacing: 1px;
	line-height: 38px;
	text-shadow: 0 0 0 transparent;
	color: #888888;
	border: solid 1px #d2d2d2;
}

.search .search-bar .btn-group ::-webkit-input-placeholder {
   color: #888888;
}

.search .search-bar .btn-group :-moz-placeholder { /* Firefox 18- */
   color: #888888;  
}

.search .search-bar .btn-group ::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;  
}

.search .search-bar .btn-group :-ms-input-placeholder {  
   color: #888888;  
}




.search .search-bar .form-control{
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;  
	-ms-border-radius: 0;  
	-o-border-radius: 0;  
	border-radius: 0; 
	margin-right: -1px;
	margin-bottom: 1px;
	margin-top: -15px;
	border: 0;
	background: #FFF;
	box-shadow: 0 0 0;
	height: 50px;
	padding: 6px 42px;
}
.search .search-bar .btn {
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;  
	-ms-border-radius: 0;  
	-o-border-radius: 0;  
	border-radius: 0; 
	border: 0;
	margin-top: 1px;
	border: solid 1px #FFF;
	box-shadow: 0 0 transparent;
	background: #FFF;
}
.search .search-bar .navbar-form{
	width: 25%;
	padding: 0px 5px;
}
.search .search-bar .navbar-form > .form-group{
	width: 250px;
}
.search .search-bar .navbar-form button.btn{
	width: 50px;
	margin-left: -50px;
	text-shadow: 0 0 0 transparent;
	height: 50px;
	margin-top: 18px;
	position: absolute;
} 



/*	NEW	*/
.search .search-bar .group{
	float: left;
}

.search[for="index"] .search-bar .content,
.search[for="product"] .search-bar .content{
	width: 1137px;
}

.search .search-bar .content{
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
}
.search[for="index"] .search-bar .content .content-group,
.search[for="product"] .search-bar .content .content-group,
.search .search-bar .content .content-group{
	float: right;
	position: absolute;
	width: 100%;
	left: -55px;
}
.search .search-bar .content .content-group{
	left: 0;
}
.search .search-bar .title{
	width: 143px;
	margin-right: 20px;
}
.search[for="index"] .search-bar .btn-group .search-btn:before,
.search[for="product"] .search-bar .btn-group .search-btn:before,
.search .search-bar .btn-group .search-btn:before{
	right: -55px;
}

.search[for="index"] .search-bar .content .btn-group,
.search[for="product"] .search-bar .content .btn-group,
.search .search-bar .content .btn-group{
	width: 18%;
	margin-left: 1%;
	float: right;
}
@media screen and (max-width: 1407px){
	.max-bg-size .search[for="index"] .search-bar .content .btn-group,
	.max-bg-size .search[for="product"] .search-bar .content .btn-group{
		width: 18%;
	}
}
@media screen and (max-width: 1199px){
	.search .search-bar .title{
		margin-left: 10px;
		margin-right: 10px;
	}
	.max-bg-size .search[for="index"] .search-bar .content .btn-group,
	.max-bg-size .search[for="product"] .search-bar .content .btn-group{
		width: 17.5%;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px){
	.search .search-bar .btn-group .btn {
		font-size: 14px;
	}
}

@media screen and (max-width: 991px){
	.search .search-bar .content .btn-group{
		float: left;
	}
	.max-md-size .search[for="index"] .search-bar .content .btn-group,
	.max-md-size .search[for="product"] .search-bar .content .btn-group{
	    width: 49%;
	}
	.search[for="index"] .search-bar .btn-group .search-btn:before,
	.search[for="product"] .search-bar .btn-group .search-btn:before,
	.search .search-bar .btn-group .search-btn:before{
		right: -45px;
	}
}
@media screen and (max-width: 767px){
	.max-sm-size .search[for="index"] .search-bar .content .btn-group,
	.max-sm-size .search[for="product"] .search-bar .content .btn-group{
	    width: 48%;
	}
}
@media screen and (max-width: 1407px){

	.max-bg-size .search .search-bar #btn-group{
		margin-left: 0.5%;
	}
	.max-bg-size .search .search-bar #btn-group5{
		margin-right: 0.5%;
	}
}

.search .search-bar .content .btn-group.open .slec:before{
	 content: '\f36b';
}

@media screen and (min-width: 1406px){
	.min-bg-size .search .search-bar #btn-group4 .search-btn:before{
		right: -55px;
	}
}
.search .search-bar .btn-group .dropdown-menu{
	padding: 0;
	margin-top: -20px;
	width: 100%;
	box-shadow: 4px 6px 6px rgba(0,0,0,.175);
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;  
	-ms-border-radius: 0;  
	-o-border-radius: 0;  
	border-radius: 0;
	border: solid 1px #d2d2d2;
	border-top: 0;
	background: #f5f5f5;
}
.search .search-bar .btn-group .dropdown-menu li{
	border-bottom: solid 1px #d2d2d2;
	text-align: center;
	height: 50px;
}
.search .search-bar .btn-group .dropdown-menu li{
	text-align: left;
	padding: 0 12px;
}
.search[for="index"] .search-bar .btn-group .dropdown-menu li, 
.search[for="product"] .search-bar .btn-group .dropdown-menu li{
	text-align: left;
	padding: 0 12px;
}
.search .search-bar .btn-group .dropdown-menu li a{
	line-height: 49px;
	padding: 0;
	color: #000;
}
.search .search-bar .btn-group .dropdown-menu > li > a:hover, 
.search .search-bar .btn-group .dropdown-menu > li > a:focus{
	background: #444;
	color: #FFF;
}
.search .search-bar .btn-group .dropdown-menu li:last-child{
	border: 0;
}
.search .search-bar .btn-group .slec:before{
    font-family: 'icomoon';
    content: '\f36c';
    position: absolute;
    float: right;
    right: 20px;
}
.search .search-bar .btn-group .search-btn:before{
    position: absolute;
    float: right;
    right: 0px;
    display: inline-block;
    background: #00a1e1;
    color: #FFF;
    width: 52px;
    height: 50px;
    top: 23px;
    text-align: center;
    line-height: 51px;
    font-size: 16px;
    z-index: 9;
}
.search[for="index"] .search-bar .btn-group .search-btn:before{
	font-family: 'icomoon';
	content: '\e3a8';
}
.search[for="product"] .search-bar .btn-group .search-btn:before{
	font-family: '微軟正黑體';
	content: 'GO';
}
.search .search-bar .btn-group .search-btn:before{
	font-family: '微軟正黑體';
    content: 'GO';
}


@media screen and (max-width: 1407px){
	.max-bg-size .search .search-bar{
		width: 100%
	}
	.max-bg-size .search .search-bar .content{
		width: 100%;
	}
	.max-bg-size .search[for="index"] .search-bar .content,
	.max-bg-size .search[for="product"] .search-bar .content{
		width: 85.9%;
	}
	.search .search-bar .title{
		margin-left: 10px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 1199px){
	.max-lg-size .search .search-bar .content{
	    width: 100%;
	}
	.max-lg-size .search[for="index"] .search-bar .content,
	.max-lg-size .search[for="product"] .search-bar .content{
		width: 82.9%;
	}

	.max-lg-size .search .btn-group{
		width: 24%;
	}
	.max-lg-size .search .search-bar .navbar-form{
		margin-top: 0;
	}
}

@media screen and (max-width: 991px){
	.max-md-size section#search{
		padding: 10px 0;
		height: 75px;
		margin-top: 80px;
	}
	.max-md-size section#search[for="index"],
	.max-md-size section#search[for="product"]{
		padding: 10px 0;
		height: auto;
		margin-top: 0px;
	}
	.max-md-size section#search[for="product"]{
		margin-top: 80px;
	}
	.max-md-size .search .title{
		width: 88.5%;
		text-align: left;
		font-size: 26px;
		line-height: 40px;
		left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	    position: relative;

	}
	.max-md-size .search .search-bar .content{
	    width: 100%;
	}
	.max-md-size .search[for="index"] .search-bar .content,
	.max-md-size .search[for="product"] .search-bar .content{
		width: 100%;
	}
	.search .search-bar .content .btn-group {
	    height: 50px;
	}
	.max-bg-size .search .search-bar #btn-group{
		margin-left: 1%;
	}
	.max-bg-size .search .search-bar #btn-group5{
		margin-right: 0%;
	}
	.search .search-bar .btn-group .btn {
	    height: 40px;
	    line-height: 28px;
	}
	.search .search-bar .btn-group .dropdown-menu{
		margin-top: -4px;
	}
	.search[for="index"] .search-bar .btn-group .dropdown-menu,
	.search[for="product"] .search-bar .btn-group .dropdown-menu{
		margin-top: -4px;
	}

	.search[for="index"] .search-bar .btn-group .search-btn:before,
	.search[for="product"] .search-bar .btn-group .search-btn:before,
	.search .search-bar .btn-group .search-btn:before{
		top: 6px;
		width: 40px;
	    height: 40px;
	    line-height: 40px;
	}

	.max-md-size section#search[for="index"], 
	.max-md-size section#search[for="product"] {
	    height: 215px;
	    padding: 12px 10px;
	}
	.max-md-size .search .title{
	    left: 0%;
	    -webkit-transform: translateX(0%);
	    -mos-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	    -o-transform: translateX(0%);
	    transform: translateX(0%);
	}
	.search .search-bar .content .content-group{
		left: 0;
		position: relative;
	}
	.search[for="index"] .search-bar .content .btn-group, 
	.search[for="product"] .search-bar .content .btn-group{
		float: left;
	}
	.search[for="index"] .search-bar .content #btn-group5,
	.search[for="product"] .search-bar .content #btn-group5{
		width: calc(49% - 45px);
	}
	.search[for="index"] .search-bar .btn-group .search-btn:before,
	.search[for="product"] .search-bar .btn-group .search-btn:before{
	    top: 7px;
	    width: 38px;
	    height: 38px;
	    line-height: 38px;
	}

}

@media screen and (max-width: 767px){
	.max-sm-size section#search[for="product"],
	.max-sm-size section#search{
		padding: 5px 0;
		margin-top: 80px;
	}
	.max-sm-size section#search[for="index"]{
		padding: 5px 0;
	}
	.max-sm-size section#search{
		height: 162px;
	}
	.max-sm-size .search .search-bar .content{
	    width: 100%;
	    padding-bottom: 0px;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
		-mos-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	    position: relative;
	}
	.max-sm-size .search[for="index"] .search-bar .content{
		padding-bottom: 0;
	}
	.max-sm-size .search[for="index"] .search-bar .content,
	.max-sm-size .search[for="product"] .search-bar .content{
		width:88.5%;
	}
	.search .search-bar .btn-group .search-btn:before{
		top: 1px;
	}
	.max-sm-size .search .search-bar .btn-group{
		width: 49%;
		margin: 5px 0.5%;
		height: 40px;
	}
	
	.search .search-bar .btn-group .dropdown-menu{
		z-index: 10;
	}
	.search[for="product"] .search-bar .btn-group .search-btn:before{
		font-family: '微軟正黑體';
		content: 'GO';
		font-size: 14px;
	}
	
	.search[for="index"] .search-bar .content .btn-group, 
	.search[for="product"] .search-bar .content .btn-group{
		float: left;
		height: 40px;
	}
	.max-sm-size .search .title{
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	.search[for="index"] .search-bar .btn-group .search-btn:before,
	.search[for="product"] .search-bar .btn-group .search-btn:before{
	    top: 2px;
	}
	.search[for="index"] .search-bar .content #btn-group5, .search[for="product"] .search-bar .content #btn-group5 {
	    width: calc(49% - 52px);
	}
	.max-sm-size .search .search-bar #btn-group {
	     margin-left: 0.5%; 
	}
}
@media screen and (max-width: 600px){
	.max-sm-size section#search{
		float: left;
	}
}
@media screen and (max-width: 479px){
	.max-xs-size section#search {
	    padding: 5px 0;
	}
	.max-xs-size .search .title{
		font-size: 34px;
		line-height: 30px;
		height: 30px;
		margin-top: 5px;
		font-size: 24px;
	    text-align: left;
	    width: 90%;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    -mos-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	.max-xs-size .search[for="index"] .title,
	.max-xs-size .search[for="product"] .title{
		margin-top: 0;
	}
	.search[for="product"] .search-bar .btn-group .search-btn:before{
		font-family: '微軟正黑體';
		content: 'GO';
	}
	.max-xs-size .search .search-bar .content{
		padding-bottom: 10px;
	}
	.max-xs-size .search[for="index"] .search-bar .content,
	.max-xs-size .search[for="product"] .search-bar .content{
		width:88.5%;
	}
	.max-xs-size .search .search-bar .btn-group .dropdown-menu {
	    margin-top: 1px;
	}
	.max-md-size .search[for="index"] .search-bar .btn-group .search-btn:before, 
	.max-md-size .search[for="product"] .search-bar .btn-group .search-btn:before, 
	.max-md-size .search .search-bar .btn-group .search-btn:before{
	    top: 2px;
	}

	.max-xs-size .search .navbar-form{
		width: 98%;
		margin: 0 auto;
	}
	.max-xs-size .search .navbar-form .form-group,
	.max-xs-size .search .navbar-form button.btn{
		display: inline-block;
	}

	.max-md-size section#search[for="product"]{
	 	height: 190px;
	}
	.max-md-size section#search[for="index"], 
	.max-md-size section#search[for="product"],
	.max-md-size section#search{
		height: 290px;
	}
	.max-md-size section#search{
		height: 260px;
	}

	.max-md-size .search[for="index"] .search-bar .content .btn-group, 
	.max-md-size .search[for="product"] .search-bar .content .btn-group, 
	.max-md-size .search .search-bar .content .btn-group{
		left: 0;
		width: 100%;
	}
	.search .search-bar .content .phone.content-group .btn-group{
		position: relative;
	}
	.search[for="index"] .search-bar .content #btn-group5,
	.search[for="product"] .search-bar .content #btn-group5,
	.search .search-bar .content #btn-group5{
		width: calc(100% - 45px);
	}
	
	.max-md-size .search[for="index"] .search-bar .btn-group .search-btn:before, 
	.max-md-size .search[for="product"] .search-bar .btn-group .search-btn:before, 
	.max-md-size .search .search-bar .btn-group .search-btn:before{
		right: -45px;
	    height: 38px;
	    width: 40px;
	    line-height: 38px;
	    top: 2px;
	}
	.max-md-size .search .search-bar .btn-group .search-btn:before{
		height: 40px;
	    width: 40px;
	    line-height: 40px;
	    top: 1px;
	}
	.search .search-bar .btn-group .btn{
		cursor: auto;
	}

}

.search .search-bar .content .phone.content-group{
	display: none;
}
@media screen and (max-width: 991px){
	.search .search-bar .content .phone.content-group{
		display: block;
		left: 0;
	}
	.search .search-bar .content .content-group:first-child{
		display: none;
	}
}