/*** 404 ***/
.error404.not-found .searchform{
	max-width:300px;
	 position:relative;
}
.error404.not-found .searchform #searchsubmit {
  border: medium none;
  float: left;
  height: 30px;
  padding: 0;
  width: 30px;
  position:absolute;
  right:0;
  text-indent:-9999px
}
.searchform  .screen-reader-text{
	display:none;
}
.error404.not-found .searchform #s {
  float: left;
  height: 30px;
  text-indent:10px;
  width: 100%;
  min-height: 20px;
  box-sizing:border-box;
  color: #7b7b7b;
}
/***** Search *****/
#full-desktop{
	background-color: #000;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
	opacity:0.5;
	transition:all 0.5s ease 0s;
}
.modal-open #full-container{
	filter: blur(6px);
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-o-filter: blur(6px);
	-ms-filter: blur(6px);
	transition:all 0.7s ease 0s;
}
#title-search {
  float: left;
  width: 100%;
}
#title-search p {
  color: #fff;
  font-family: arial;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.searchform .btntext{
-webkit-transition: width 0.35s; 
transition: all 0.35s ease 0s;
}
.box-search{
 margin: 30px auto;
 width: 500px;
 position: relative;
 margin-top: 18%;
 transform: translate(0px, 0px);
 z-index: 1050;
 overflow:hidden;
}
 .searchform {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  float: left;
  margin-bottom: 9px;
  margin-top: 10px;
  max-width: 500px;
  padding: 0;
  width: 100%;
  position:relative;
  border-radius:3px;
  overflow:hidden;
}

.searchform .btntext,.searchform .btntext:hover {
  float:left;
  height: 65px;
  min-height: 20px;
  position: relative;
  box-sizing:border-box;
  width: 100%;
  text-indent:10px;
  padding:0;
  border:0;
  cursor:pointer;
  font-size:16px;
}
.searchform #searchsubmit {
  background: rgba(0, 0, 0, 0) url("images/iconsearchxanh.png") no-repeat scroll center center;
  border: 3px solid #6c98e1;
  cursor: pointer;
  float: right;
  height: 65px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  position: absolute;
  right: 0;
  width: 57px;
}
#hide-search {
	background: #e3e6e8 url("images/iconsearchtron.png") no-repeat scroll center center;
	border: 2px solid #fff;
	border-radius: 50%;
	height: 35px;
	line-height: 35px;
	margin-top: 8px;
	width: 35px;
	float:left;
	box-sizing:border-box;
	cursor:pointer;
}
#hide-search:hover{
	 background-color: #6c98e1;
}
#hide-search p {
  color: #efb814;
  margin: 0;
  padding: 8px 0 2px 22px;
  text-align: center;
}
.box-search-menu {
	bottom: 0;
	display: none;
	left: 0;
	outline: 0 none;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
}
.full-header .searchform {
  display: none;
}

@media only screen and (max-width: 640px) {
.box-search{
	max-width:300px;
	margin: 45% auto 30px;
}
}
