.list-tur{

}
.list-tur .item-tur{
	margin-bottom: 20px;
	border-radius: 10px;
	background: #fbfbfb;
	padding: 20px;
}

.list-tur .item-tur .detail-tur {
    font-size: 16px;
}

.list-tur .item-tur .time-tur{
	font-size: 16px;
	color: #4b4b4b;
	font-weight: bold;
}

.list-tur .item-tur .button-box-tur{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 20px;
}

.list-tur .item-tur .button-box-tur .name-tur{
	color: #000000;
	font-weight: 700;
	font-size: 30px;
	line-height: 150%;
}


.list-tur ul li {
    margin-top: 20px;
    margin-bottom: 8px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    line-height: 170%;
}

.list-tur ul li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #4B74C8;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 10px;
}

.list-tur .news_gallery_img {
	width: 100%;
	height: 280px;
	margin-bottom: 40px;
	overflow: hidden;
	display: flex;
	border-radius: 10px;
	align-items: center;
	justify-content: center;
}

.list-tur .news_gallery_img a {
	display: table;
	width: 100%;
}

.list-tur .news_gallery_img img {

}

.list-tur .news_gallery_img.quad img {
	width: 100%;
	height: auto;

}