.border_bottom {
	border: 2px solid black;
	width: 100px;
}

.text_search {
	text-align: center;
	font-weight: 400;
}

.keyword {
	font-weight: 600;
	font-size: 22px;
}

.notified {
	font-size: 15px;
	margin-top: 0;
}

.btn_submit {
	width: 60px;
	height: 60px;
	cursor: pointer;
	font-size: 16px;
}

.form_search {
	width: 80%;
	margin: auto;
}
.form_search .input_search {
	text-align: left;
	height: 60px;
	width: 100%;
	padding-left: 13px;
	background: #f7f7f7;
	border: 0;
}
.result_search {
	margin-top: 30px;
}
.result_search .form_search {
	padding: 50px 120px;
	width: 80%;
	margin: auto;
}

.search_title,
.result {
	font-size: 17px;
	font-weight: 400;
}

.result span {
	font-weight: 700;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
	.container.result_search {
		max-width: 1174px;
	}
}

.category-section .parent-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.category-section .child-title {
	font-size: 14px;
	font-weight: 400;
}