.slider-bg {
	background: url(../images/bg.jpg);
	background-size: cover;
}
.search-bar {
	background: #fff;
	width: 100%;
	max-width: 820px;
	padding: 30px 60px;
	border-radius: 15px;
	margin: 50px auto 80px auto;
}
.search-bar .input {
	width: 100%;
	height: 60px;
	border: 0;
	padding: 5px 20px;
	border-radius: 35px;
	border: 1px solid #939393 !important;
	outline: none;
	font-size: 16px;
}
button#add {
	height: 60px;
	width: 100%;
	background: #444;
	background-color: rgb(68, 68, 68);
	background-color: #444 !important;
	border: 0;
	border-top-color: currentcolor;
	border-right-color: currentcolor;
	border-bottom-color: currentcolor;
	border-left-color: currentcolor;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 35px;
}
.btn-remove {
	z-index: 2;
	position: absolute;
	top: 10px; right: 20px;
	font-size: 25px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	color: #d12929;
	background: #ffecec;
	background-color: rgb(255, 236, 236);
	border-color: #e5b9b9;
}
.tour { overflow: hidden; border-radius: 10px; }
.tour .img { transition: 0.3s; }
.tour .img:hover {
	transform: scale(1.3);
}
.tour .title {
	bottom: 0;
	color: #fff;
  box-shadow:
    inset 0 -3em 3em rgba(12, 12, 12, 0.3),
    0.3em 0.3em 1em rgba(99, 99, 99, 0.6);
	border-radius:  0 0 10px 10px;
}

.front-news .img-container { overflow: hidden; border-radius: 10px;  }
.front-news .img-container .img { transition: 0.3s; }
.front-news .img-container .img:hover { transform: scale(1.3); }
.front-news .date {
	background: var(--th-bg-color);
	top: 15px; left: 15px;
	color: #fff;
	width: 55px;
	border-radius: 5px;
	z-index: 2;
}
.front-news .date .day {
	font-size: 30px;
}
.front-news .description {
	background: #fff;
	border-radius: 20px 20px 0 0;
	width: 90%;
	margin: -35px auto 0 auto;
	border-bottom: 2px solid var(--th-bg-color);;
}
.front-news .description .short-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.front-news .description .more-btn {
	display: inline-block;
	background: var(--th-bg-color);
	padding: 10px 15px;
	border-radius: 5px;
	color: #FFF;
}