

.myblog.myarticle .image-blog-left {
	padding-top: 0px
}

	.myblog.myarticle .image-blog-left .content_left {
		position: unset;
		top: 0;
		left: 0
	}

	.myblog.myarticle .image-blog-left .content_right {
		width: calc(100% - 80px);
		display: inline-block;
		float: right
	}

.myblog .image-blog-left {
	position: relative;
	overflow: hidden;
	text-align: center;
}

	.myblog .image-blog-left .content_left {
		float: left;
		height: 49px;
		padding: 16px 0 16px 12px;
		background: rgba(0, 0, 0, 0.71);
		text-align: left;
		width: 100%;
		display: inline-block;
		border-radius: 3px;
		position: absolute;
		left: 0;
		bottom: 0;
	}

		.myblog .image-blog-left .content_left .top_content {
			font-family: 'Roboto-Regular';
			display: block;
			font-size: 16px;
			line-height: 15px;
			color: #fff;
		}

		.myblog .image-blog-left .content_left .bot_content {
			font-size: 9px;
			font-weight: bold;
			color: #fff
		}

.myblog .content_blog {
	width: 100%;
	float: left;
	padding-top: 0;
}

	.myblog .content_blog .content_right {
		width: 100%;
		display: inline-block;
		float: left
	}

		.myblog .content_blog .content_right h3 {
			font-family: 'Roboto-Bold';
			margin: 0;
			text-transform: uppercase;
			font-size: 17px;
			margin-top: 19px;
			padding-bottom: 5px;
			padding-top: 5px;
			color: #363636;
		}

		.myblog .content_blog .content_right h2 {
			/* font-family: 'Roboto-Bold'; */
			margin: 0;
			text-transform: uppercase;
			font-size: 15px;
			margin-top: 19px;
			padding-bottom: 5px;
			padding-top: 5px;
			color: #363636;
		}

		.myblog .content_blog .content_right .pagenew-title {
			font-family: 'Roboto-Bold';
			margin: 0;
			line-height: 1.4;
			text-transform: uppercase;
			font-size: 17px;
			margin-top: 19px;
			padding-bottom: 5px;
			padding-top: 5px;
			color: #363636;
		}

		.myblog .content_blog .content_right .time_post {
			font-size: 14px;
			font-weight: 400;
			color: #707070;
			width: 100%;
			float: left;
			padding-top: 5px
		}

			.myblog .content_blog .content_right .time_post .fas {
				color: #bb2031;
				padding-right: 5px;
				font-size: 13px
			}

	.myblog .content_blog .summary_item_blog {
		float: left;
		width: 100%;
		margin-top: 10px;
		margin-bottom: 15px;
	}

		.myblog .content_blog .summary_item_blog p {
			margin: 0;
			margin-top: 0;
			color: #070707;
			border-top: 0;
			padding-top: 0;
			font-size: 16px;
			font-family: Roboto-Light;
		}

	.myblog .content_blog .continus_btn {
		font-weight: bold;
		color: #bb2031
	}

		.myblog .content_blog .continus_btn:hover {
			color: #000
		}


.news-cates-readmore {
	z-index: 99;
	position: absolute;
	right: 0;
	color: white;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	line-height: 23px;
	font-size: 16px;
	/* background: #e72c2d; */
	max-width: 160px;
	bottom: 0;
	text-align: center;
	margin: 0 auto;
}

	.news-cates-readmore i {
		position: absolute;
		top: 41%;
		font-size: 36px;
		color: red;
	}

	.news-cates-readmore:hover {
		color: white;
	}

.image-hover-line .effect-line {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1
}

	.image-hover-line .effect-line:before {
		z-index: 1;
		content: "";
		position: absolute;
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		transform: scale(0, 1);
		-moz-transform: scale(0, 1);
		-webkit-transform: scale(0, 1);
		-ms-transform: scale(0, 1);
		transition: all 0.4s ease-in-out 0s;
		-moz-transition: all 0.4s ease-in-out 0s;
		-webkit-transition: all 0.4s ease-in-out 0s
	}

	.image-hover-line .effect-line:after {
		z-index: 1;
		content: "";
		position: absolute;
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px;
		border-left: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(0, 1);
		transition: all 0.4s ease-in-out 0s;
		-moz-transition: all 0.4s ease-in-out 0s;
		-webkit-transition: all 0.4s ease-in-out 0s
	}

	.image-hover-line .effect-line:hover:before, .image-hover-line .effect-line:hover:after {
		transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1)
	}

.image-blog-left.a-center.image-hover-line img {
	/* height: 281px !important; */
}

.myblog .content_blog .content_right h2 a {
	color: #000000;
}

#swiper-slide .owl-nav .owl-prev {
	left: -15px;
	position: absolute;
	top: 50%;
	/* font-size: 34px; */
	/* color: #ffffff; */
	border-radius: 50%;
	background: #00a54f;
	border: 1px solid;
	/* padding: 7px !important; */
	opacity: 0.8;
	border: none;
}

	#swiper-slide .owl-nav .owl-prev span {
		font-size: 42px;
		padding: 7px;
		color: #ffffff;
	}

#swiper-slide .owl-nav .owl-next {
	right: -16px;
	position: absolute;
	top: 50%;
	/* font-size: 34px; */
	/* color: #000; */
	border-radius: 50%;
	background: #00a54f;
	border: 1px solid;
	/* padding: 7px !important; */
	opacity: 0.8;
	border: none;
}

	#swiper-slide .owl-nav .owl-next span {
		font-size: 42px;
		padding: 7px;
		color: #ffffff;
	}

#swiper-slide .owl-dots {
	display: none;
}

#swiper-slide .owl-nav {
	display: none;
}

#swiper-slide:hover#swiper-slide .owl-nav {
	display: block;
}

.section_environ .owl-prev {
	font-size: 0px;
}

.section_environ .owl-stage-outer.owl-height {
	height: 100% !important;
}

.section_environ .owl-carousel .owl-nav .owl-prev:before, .owl-carousel .owl-nav .owl-next:before {
	font-family: "FontAwesome";
	text-indent: 0;
	content: "\f105";
	width: 35px;
	height: 34px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	background: transparent;
	position: absolute;
	left: 1px;
	font-weight: bold;
	color: #fff;
}
