.divAdvSearch .btnAdvSearchLink{
		background-color:transparent;
		font-size:16px;
		color :var(--color1);
		line-height:20px;
		margin:unset;
		letter-spacing: 0.24px;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	[data-lang=chi] .divAdvSearch .btnAdvSearchLink{
		font-weight:bold;
		letter-spacing:1px;
	}
	.divAdvSearch input[type="text"]
	,#txtNewsSearch
	{
		background: transparent;
		border: 0px;
		border-bottom: 2px solid #8fbfdf;
		height: 40px;
		line-height: 40px;
		width: calc( 100% - 100px );
	}
	.divAdvSearch input[type="text"]
	,.divAdvSearch input[type="text"]::placeholder 
	,#txtNewsSearch 
	,#txtNewsSearch::placeholder 
	{
		color: #8fbfdf;
		font-size: 30px;
		font-family:var(--font_light);
	}
	.divAdvSearch input[type="text"]
	,#txtNewsSearch {
		color: var(--color1);
	}
	.btnAdvSearchSubmit{
		display:inline-block;
		background-color: #FFFFFF81;
		border: 2px solid var(--color1);
		width: 38px;
		height: 38px;
		z-index: 10;
		position: absolute;
		padding: 0px;
		margin: 0px;
		border-radius: 15px;
		margin-left: 15px;
		
	}
	.btnAdvSearchSubmit:hover{
		background-color:var(--color1);
	}
	.btnAdvSearchSubmit:after{
		background-image:url('/images/icon_search.svg');
		content :'';
		/*
		content : '\26B2';
		color:#087ECC;
		transform: rotate(315deg);
		font-size: 1.3em; 
		*/
		display:block;
		content: '';
    width: 100%;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    background-size: 80%;
	}
	.btnAdvSearchSubmit:hover:after{
		color:#ffffff;
		background-image:url('/images/icon_search_hover.svg');
	}
	.divAdvSearch{
		height: var(--quicksch_h);
		position: absolute;
		z-index: 2;
		right: 0px;
		width: 40%;
		min-width:500px;
		display:block;
		background-color: transparent;
	}
	body.sec-HOME .divAdvSearch:before{
		opacity: .8;
		background-color: #ffffff;
	}
	body:not(.sec-HOME) .divAdvSearch:before{
		background-color: #F8F8F8  ;
	}
	
	.divAdvSearch:before{
		
		position: absolute;
		content: '';
		height: 100%;
		width: 100%;
		left: 0px;
		top: 0px;
		
		border-radius: 0px 0px 0px 20px;
	}
	.divAdvSearch > div.quickInputBox{
		width: 100%;
		height: 100%;
		position: absolute;
		display: flex;
		align-content: center;
		justify-content: left;
		align-items: center;
		text-align: center;
	}
	.divAdvSearch > div.quickInputBox > div{
		width: 60%;
		text-align: left;
		margin-left: 30px;
	}
	
	
.formAdvSearch{
	
	width:55%;
	margin-left: auto; 
	margin-right:100px;
	
	
}

.formAdvSearch .advQTitle{
	font-size:22px;
	color:var(--color1);
}
.formAdvSearch .advQTitle b{
	font-family: var(--font_boldItalic);
}
.formAdvSearch select{
	padding: 5px;
    color: #000;
    font-size: 12px;
    background: transparent;
    -webkit-appearance: none;
	
}
.formAdvSearch .schItems{
	display:grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap:40px;
}
.formAdvSearch .schItems > div{
	position:relative;
}
.formAdvSearch .schItems .item{
	display:flex;
}
.formAdvSearch .schItems select, .formAdvSearch .schItems input{
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	border-width: 0px 0px 2px 0px;
	border-bottom-color:#9e9e9e; 
	font-size: 23px;
	width:100%;
}
.formAdvSearch .schItems input{
	margin-bottom:15px;
}
.formAdvSearch .schItems input::-webkit-input-placeholder{
	font-family: var(--font_boldItalic);
	color:var(--color1);
}
.formAdvSearch .schItems select{
	display:inline-flex;
	flex-grow:1;
    margin-right: 30px;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px;
}
.formAdvSearch .schItems button{
	display:inline-flex;
}
.formAdvSearch .schItems .item .advQTitle{
	line-height:40px;
	padding-right:40px;
}


.btnAdvSearchLink:hover{
	background-color:var(--color2);
}
.quickFilterList{
	position:absolute;
	top:var(--quicksch_h);
	display:none;
	background-color:#ffffff;
	box-shadow: 0px 3px 6px #f7f7f7;
	border-radius: 0px 0px 0px 15px;
	padding:20px 40px;
	width: 1000px;
	max-width:90vw;
	right: 0px;
}
.quickSuggestItems{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap:30px;
}
.quickSuggestItem{
	text-align:left;
}
.quickSuggestItem .quickItemsType{
	font-size:18px;
	line-height:28px;
	color:var(--color1);
	margin-bottom:15px;
	font-family:var(--font_Bold);
}
.quickSuggestItem .quickItemsType:after{
	content : '';
	width:25px;
	border-bottom:2px solid var(--color2);
	display:block;
}
.quickSuggestItem ul{
	text-align:left;
}
.quickSuggestItem li{
	display:block;
	padding:8px 0px;
}
.quickSuggestItem li a{
	color: var(--text_standard );
	font-size:14px;
	line-height:18px;
}
@media only screen and (max-width:1024px) {
	
	.divAdvSearch > div.quickInputBox > div{
		width: 100%;
	}
	.divAdvSearch input[type="text"]{
		width: calc( 100% - 55px );
	}
	.divAdvSearch input[type="text"], .divAdvSearch input[type="text"]::placeholder, #txtNewsSearch, #txtNewsSearch::placeholder{
		font-size:20px;
		height:32px;
		line-height:32px;
	}
	.divAdvSearch > div.quickInputBox > div{
		width: unset;
		flex-grow: 1;
	}
	.btnAdvSearchSubmit{
		width: 32px;
		height: 32px;
		position: unset;
		    vertical-align: top;
	}
	.divAdvSearch .btnAdvSearchLink{
		    white-space: nowrap;
		padding: 5px 20px;
		margin-right: 10px !important;
		font-size: 14px;
		line-height: 16px;
	}
	.formAdvSearch{
		width:80%;
	}
}
@media only screen and (max-width:768px) {
	.quickSuggestItems{
		grid-template-columns: repeat(1, 1fr);
		width: 80%;
		margin: auto;
		grid-gap: 50px;
	} 
	.quickSuggestItem li{
		    padding: 5px 0px;
		    padding: 5px 0px;
	}
	.formAdvSearch{
		    width: 100%;
			margin-left: auto;
			margin-right: auto;
	}
	.formAdvSearch .schItems{
		    grid-gap: 60px;
	}
	.formAdvSearch .schItems select, .formAdvSearch .schItems input, .formAdvSearch .advQTitle{
		    font-size: 18px;
	}
	.formAdvSearch .schItems input {
		margin-bottom: 10px;
	}
	.formAdvSearch .schItems .item{
		display:block;
	}
	.formAdvSearch .schItems button {
		display: inline-flex;
		margin-top: 20px;
		margin-right: 0px;
		display: block;
	}
	.formAdvSearch .advQTitle b{
		display:block;
	}
	.formAdvSearch .schItems .item .advQTitle{
		    line-height: 22px;
			padding-right:0px;
	}
}
@media only screen and (max-width:480px) {
	.divAdvSearch{
		min-width: unset;
		left: 30px;
		width: calc( 100% - 30px );
	}
	.divAdvSearch input[type="text"], .divAdvSearch input[type="text"]::placeholder, #txtNewsSearch, #txtNewsSearch::placeholder{
		font-size:15px;
		height:28px;
		line-height:28px;
	}
	.divAdvSearch .btnAdvSearchLink{
		font-size:10px;
		line-height:12px;
		padding: 0px;
	}
	.btnAdvSearchSubmit{
		width: 20px;
		height: 20px;
	}
	.quickFilterList{
		width: 480px;
		max-width: 100vw;
	}
	.quickSuggestItems{
		width:100%; 
	} 
	
}