/* popup search */
.section-popup-search {
	position:relative;
	width:800px;
	margin:0 auto;
}
.section-popup-search .box-input {
	border:none !important;
	/*background:none !important;*/
	background-color:rgba( 237,237,237,0 ) !important;
	/*background-color:#ededed !important;*/
}
.section-popup-search .box-input.hs-data {
	background-color:rgba( 237,237,237,1 ) !important;
}
.section-popup-search .box-input,
.section-popup-search .box-input > .input,
.section-popup-search .box-input > .placeholder {
	height:120px !important;
	line-height:120px !important;
}
.section-popup-search .group-input {
	margin:0 !important;
}
.section-popup-search .box-input > .placeholder {
	font-size:40px !important;
	line-height:50px !important;
	font-weight:300 !important;
	padding:0 !important;
}
.section-popup-search .box-input > .input {
	font-size:30px !important;
	line-height:40px !important;
	font-weight:300 !important;
	padding:0 30px !important;
}

.box-input-search .box-control {
	position: absolute;
	width:70px;
	height:70px;
	bottom:50%;
	right:0;
	margin-bottom:-35px;
	display:table;
	line-height:0;
	opacity:0;
	z-index:0;
	font-size:20px;
}
.box-input-search .box-control > button {
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	margin-top:50%;
	margin-left:50%;
	top:-15px;
	left:-15px;
	padding:0 !important;
	background:none !important;
}
.box-input-search .box-control > button + button {
	margin-left:20px;
}
.box-input-search .box-control:before {
	position:absolute;
	top:50%;
	margin-top:-25px;
	/*left:50%;
	margin-top:-15px;*/
	left:0;
	border-left:1px solid rgba(0,0,0,0.15);
	height:50px;
	content:"";
}
.box-input-search.has-data {
	padding-right:70px;
}
.box-input-search.has-data .box-control {
	opacity:1;
	z-index:5;
}
.box-input-search .box-control,
.box-input-search.has-data .box-control {
	transition: opacity 0.2s ease;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
}

/* result search */
#section-result-search {}

.row-result-search {
	margin-top:30px;
	position:relative;
}
.box-result-search + .box-result-search {
	margin-top:15px !important;
}

.box-result-search > .inside {
	position:relative;
	display:table;
	width:100%;
	height:150px;
	clear:both;
	border: 1px solid rgba(40,40,40,0.1);
	padding:3px;
}
.box-result-search > .inside:hover {
	border: 1px solid rgba(40,40,40,0.3);
}
.box-result-search > .inside,
.box-result-search > .inside:hover {
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.box-result-search > .inside > [ class*="col-" ] {
	position:relative;
	display:table-cell;
	vertical-align:middle;
	font-size:11px;
	line-height:25px;
	font-weight:500;
}
.box-result-search > .inside > .col-img {
	width:150px;
	padding:20px;
}
.box-result-search > .inside > .col-img > .cover {
	position: relative;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.box-result-search > .inside > .col-detail {}
.box-result-search > .inside > .col-brand {
	width:170px;
	padding:20px 30px;
}
.box-result-search > .inside > .col-brand:before {
	position:absolute;
	border-left:1px solid rgba(0,0,0,0.08);
	height:100px;
	top:50%;
	margin-top:-50px;
	left:0;
	content:"";
}
.box-result-search > .inside > .col-brand > .brand {
	position: relative;
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}

.box-result-search .title {
	font-size:16px;
	line-height:30px;
	font-weight:500;
	height:30px;
}

/* search in result */
.box-search-in-result {
	position:relative;
	margin-bottom:30px;
}
.box-search-in-result .box-form-bg {
	padding:30px;
}
.box-search-in-result .row-group-input {
	background-color:#fff !important;
	display:table;
	clear:both;
	width:100%;
}
.box-search-in-result .row-group-input > [ class*="group-"] {
	position:relative;
	display:inline-block;
	float:left;
	clear:none;
	margin:0 !important;
}
.box-search-in-result .row-group-input > .group-input {
	width:calc( 100% - 200px );
}
.box-search-in-result .row-group-input > .group-btn {
	width:200px;
	padding:10px;
}
.box-search-in-result .row-group-input > .group-btn  .default-btn {
	width:100%;
	min-width:100px;
}
.box-search-in-result .row-group-input .box-input,
.box-search-in-result .row-group-input .input {
	padding:0 !important;
}
.box-search-in-result .row-group-input .input {
	padding-right:20px !important;
}

/* lg more */
@media (min-width:1200px) and (max-width:1649px) {
}

/* md */
@media (min-width:992px) and (max-width:1199px) {
.section-popup-search {
    width: 700px;
}
.section-popup-search .box-input > .input,
.section-popup-search .box-input > .placeholder {
    font-size: 30px !important;
}

.box-result-search .title {
    font-size: 15px;
}
.box-result-search > .inside > .col-brand {
    width: 150px;
}
}

/* sm - xs */
@media (max-width:991px) {
}

/* sm */
@media (min-width:768px) and (max-width:991px) {
.section-popup-search {
    width: 600px;
}
.section-popup-search .box-input > .input,
.section-popup-search .box-input > .placeholder {
    font-size:25px !important;
}

.box-result-search .title {
    font-size: 14px;
}
.box-result-search > .inside > .col-brand {
    width: 140px;
}
}

/* xs */
@media (max-width:767px) {
.box-search-in-result .row-group-input {
    background: none !important;
}
.box-search-in-result .row-group-input > [ class*="group-"] {
    position: relative;
    display: block;
    float: none;
	width:100% !important;
	padding:0 !important;
}
.box-search-in-result .row-group-input > .group-btn {
	margin-top:15px !important;
}
.box-result-search {
}
.box-result-search > .inside {
	/*display:block !important;*/
	height:120px;
}
.box-result-search > .inside > .col-brand {
	display:none !important;
}
.box-result-search > .inside > .col-img {
	width:120px;
	padding:5px;
}
.box-result-search .title {
    font-size: 11px;
    line-height: 17px;
    height: 40px;
	font-weight:600;
	margin-bottom:3px;
}
.box-result-search > .inside > [ class*="col-" ] {
	/*display:inline-block;
	float:left;*/
    font-size: 9px;
    line-height: 16px;
	/*height:110px;*/
}
.box-result-search > .inside > .col-detail {
	padding-right:10px !important;
	/*width:calc( 100% - 120px );*/ 
}
}

/* xs more */
@media (max-width:350px) {
}