.activity-box {
	position: relative;
}

.activity-icon {
	width: 85px;
	position: absolute;
	top: -15px;
	left: -25px;
	transform: rotate(-10deg);
}

.activity-icon.icon-en {
  width: 135px;
}

.activity-search input {
	font-family: "Bai Jamjuree";
	width: 100%;
	padding: 12px 24px;
	border: 1px solid #18254f;
	border-radius: 10px;
	font-size: 16px;
	outline: none;
	background-color: #fff;
	color: #333;
}

.activity-search .result {
	max-height: 530px;
	overflow-y: auto;
	padding-right: 10px;
	margin-top: 24px;
}

.activity-search ul {
	list-style-type: none;
	padding-left: 0;
}

.activity-search .result::-webkit-scrollbar {
	width: 8px;
}

.activity-search .result::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.activity-search .result::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.activity-search .result::-webkit-scrollbar-thumb:hover {
	background: rgba(0, 0, 0, 0.5);
}

.activity-search li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #18254f;
	padding: 0 10px 10px;
}

.activity-search ul span {
	display: block;
	font-size: 14px;
}

.activity-search ul .list-code {
	font-size: 18px;
	font-weight: bold;
	color: #18254f;
}
