.cat-foundmacau {
	background: none;
}
.sec-title {
    margin-top: 145px;
    margin-bottom: 30px;
    display: inline-block;
}
.inpyear {
	display: table-cell;
    height: 62px;
    vertical-align: top;
    background-color: #dbdcdc;
    float: left;
    border-left: 1px solid #808080;
    font-size: 19px;
    width: 100px;
    border-radius: 0;
    cursor: pointer;
}
.inpyear[readonly] {
	background-color: #dbdcdc;
}
.inpyear:focus {
	border-left: 1px solid #808080 !important;
}
#then-today-search-date{
	width: 150px;	
}
@media (max-width: 768px) {
	#qSearch {
	    width: calc(100% - 71px) !important;
	    border-radius: 0 8px 8px 0 !important;
	}
	.inpyear,
	#then-today-search-date {
		width: 100%;
		margin-top: 20px;
	    border-left: 0 !important;
	    border-radius: 8px;
	}
	.search-row-title {
		width: calc(100% - 300px);
	}
	.item-tit {
	    width: calc(100% - 65px);
	    height: auto;
	}
}

@media (max-width: 420px) {
	.search-row-title {
		width: calc(100% - 100px);
		margin-left: 0px;
	}
	.row-sum {
		height: auto;
	}
}