
/*banner*/
.banner__blog{
	background-image: url('../img/banner-home.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 330px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner__blog h1{
	font-size: 45px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: 400;
	text-transform: uppercase;
}
/*end banner*/


/*main blog*/
.blog{
	padding: 60px 0;
}
.main__blog{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.blog__left{
	width: 69%;
	
}
.blog__left h1 {
	margin-bottom: 10px;
	font-weight: 600;
	color: #222;
}
.blog__left .blogs-detail-content{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
.blog__left .blogs-detail-content ul{
	list-style: disc;
	margin-left: 20px;
}
.blog__left .blogs-detail-content ul li{
	list-style: disc;
}
.blog__right{
	width: 29%;
}
.blog__intro{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog__intro p{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
}
.intro__left span{
	font-size: 70px;
	color: #7e7e7e;
	letter-spacing: 1px;
}

.section__blog__1{
	margin-top: 40px;
}

.section__blog__1 h2,
.section__blog__2 h2{
	font-size: 25px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 20px;
}
.section__blog__1 p,
.section__blog__2 p{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
}
.blog__content__image{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog__content__image img{
	width: 48%;
	height: auto;
	object-fit: cover;
	display: block;
}
.section__blog__2{
	margin: 50px 0;
}
.tags{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	padding-bottom: 50px;
}
.tags p{
	font-size: 14px;
	color: #666666;
}
.tags ul{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.tags ul li{
	border: 1px solid #f1f1f1;
	padding: 5px 8px;
}
.tags ul li a{
	font-size: 14px;
	color: #7e7e7e;
}
.comments{
	padding-top: 50px;
	border-top: 2px solid #f1f1f1;
}
.comments h2{
	font-size: 20px;
	font-weight: 700;
	color: #666666;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 34px;
}
.comment__author{
	margin-bottom: 40px;
}
.author__name{
	display: flex;
	align-items: center;
	gap: 10px;
}
.author__name img{
	border-radius: 50%;
	object-fit: cover;
}
.author__name p{
	font-size: 14px;
	color: #666666;
	font-weight: 700;
	letter-spacing: 1px;    
}
.comment__content{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
}


.calendar{
	width: 100%;
	background-color: #49524f;
}
.calendar tr{
	color: #fff;
}
.calendar tr td{
	text-align: center;
	padding: 10px 5px;
	font-size: 12px;
}
.month p{
	font-size: 20px;
	letter-spacing: 1px;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}
.month{
	background-color: #404746;
}

.tags__cloud h2{
	font-size: 20px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 20px 0;
}
.tags__cloud ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tags__cloud ul li{
	padding: 5px 8px;
	border: 1px solid #f1f1f1;
}
.tags__cloud ul li a{
	font-size: 12px;
	color: #7e7e7e;
}


.side__accommodation{
	margin: 40px 0;
}
.side__accommodation h2{
	font-size: 20px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.list__side__accommodation{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.list__side__accommodation img{
	width: 100px;
	height: 100px;
	object-fit: cover;
	display: block;
}
.side__accommodation__content h4{
	font-size: 17px;
	color: #666666;
	letter-spacing: 1px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 10px;
}
.side__accommodation__content p{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
}
.side__accommodation__content a{
	background-color: #2C3E50;
	padding: 5px 10px;
	font-size: 11px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
}
.side__search{
	margin-bottom: 40px;
}
.side__search h2{
	font-size: 20px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 25px;
}
.form-side-search input{
	width: 100%;
	padding: 10px 20px;
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
	font-size: 15px;
	margin-bottom: 20px;
	outline: none;
}
.form-side-search button{
	background-color: #2C3E50;
	padding: 10px 20px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	outline: none;
	border: none;
	cursor: pointer;
	display: inline-block;
}

.side__campings h2{
	font-size: 20px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.list__side__campings{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
	gap: 20px;
}
.list__side__campings img{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
.side__camping__content a{
	font-size: 17px;
	color: #666666;
	letter-spacing: 1px;
}
.side__camping__content p{
	font-size: 14px;
	color: #7e7e7e;
	letter-spacing: 1px;
}
.side__camping__content i{
	font-size: 11px;
	color: #7e7e7e;
}
/*end main blog*/

@media only screen and (max-width: 991px){
	.blog__left,
	.blog__right,
	.intro__left,
	.intro__right,
	.blog__content__image img{
		width: 100%;
	}
	.blog__content__image{
		gap: 20px;
	}
	.banner__blog h1{
		font-size: 40px;
	}
}
