#title-search {
	position: relative;
	margin-bottom: 40px;
}


.title-search-input {
	width: 100%;
    height: 60px;
    outline: none;
    border: 0;
    background: #F2F5F8;
    padding-right: 145px;
    font-weight: 600;
    font-size: 18px;
    padding-left: 28px;
    border-radius: 5px;
}

.title-search-input::placeholder {
	color: #828AA5;
}

.search-btn-menu {
	width: 16px;
    height: 16px;
    background: url(img/search-ico-menu.svg) no-repeat;
    background-size: cover !important;
    position: absolute;
    right: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    outline: none;
}

.close-search-box {
	width: 31px;
	height: 31px;
	background: url('img/close-search.svg') no-repeat;
	background-size: cover !important;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.3;
	cursor: pointer;
	transition: 0.3s ease;
}

.close-search-box:hover {
	opacity: 0.7;
}

@media (max-width: 1366px) {
	#title-search {
		margin-bottom: 30px;
	}

	.title-search-input {
		font-size: 16px;
		height: 50px;
	}
}


@media (max-width: 768px) {
	.yugu-multilevel-menu #title-search {
		display: none;
	}

	#title-search-input {
		font-size: 19px;
		padding-right: 45px;
	}

	.search-btn {
		width: 21px;
		height: 21px;
		background-size: 21px !important;
		right: 0px;
	}

	.close-search-box {
		width: 19px;
		height: 19px;
		background-size: 13px !important;
		background-position: center !important;
		position: absolute;
		right: -9px;
		bottom: initial;
		margin: auto;
		opacity: 0.7;
		cursor: pointer;
		transition: 0.3s ease;
		background-color: #fff;
		padding: 21px;
	}

	.search-show .close-search-box {
		top: -106px;
	}

	.search-show.active .close-search-box {
		top: 106px;
	}

	.search-btn-menu {
		width: 17px;
		height: 17px;
		background-size: 17px !important;
		right: 20px;
	}
}