<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.alazea-portfolio-filter {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 30px;
}

.alazea-portfolio-filter .btnDiv {
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	background-color: transparent;
	padding: 0 20px 10px 20px;
	border: 1px solid transparent;
	border-radius: 0;
	/* font-family: 'Raleway', sans-serif; */
	display: inline-block;
	color: #666666;
	text-decoration: none;
}
.div_line{
	border-bottom: 1px solid transparent;
	width: 40%;
	margin: auto;
	margin-top: 10px;
}
.alazea-portfolio-filter .btnDiv.select{
	color: #013B5D;
}
.alazea-portfolio-filter .btnDiv.select&gt;.div_line{
	border-bottom: 1px solid #013B5D;
}
@media only screen and (max-width: 767px) {
	.alazea-portfolio-filter .btnDiv {
		font-size: 16px;
		padding: 0 5px;
	}
}
.list-news-div{
	padding: 15px;
	margin-bottom: 12px;
	border: 1px solid #fff;
	transition: transform 0.25s ease;
	/* display: none; */
}

.list-news-div:hover{
	box-sizing: border-box;
	background-color: #fff;
	transform: scale(1.2,1.2);
	box-shadow: 0 0 10px #0000ff;
	cursor: pointer;
}
.list-news-img{
	height: 224px;
	overflow: hidden;
}
.list-news-img&gt;img{
	width: 100%;
	display: block;
}
.list-news-div .list-news-text h3{
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-news-div .list-news-text .list-news-details{
    height: 180px;
    overflow: hidden;
    word-break:break-all;
}
.list-news-div .list-news-text .list-news-time{
	color: #000;
	text-align: right;
}
.mapRow{
	min-height: 400px;
}
.row_paging{
	margin-top: 20px;
}
.paging_ul{
	list-style-type: none;
	text-align: center;
}
.paging_ul&gt;li{
	border-bottom: 1px solid #ccc;
	display: inline-block;
	/*float: left;*/
	text-align: center;
	margin: 5px;
	padding: 0 10px;
	/*border-radius: 4px;*/
}
.paging_ul&gt;li.active{
	/*background-color: #003B5C;*/
	/*box-shadow: 0 0 10px #0000ff;*/
	border-bottom: 1px solid #0000ff;
}
.paging_ul&gt;li&gt;a{
	/* font-family: 'Raleway', sans-serif; */
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}
.paging_ul&gt;li.active&gt;a{
	color: #003B5C;
}</pre></body></html>