.newsSingle .font-weight-500 {
	font-weight: 500;
}

.newsSingle .font-weight-700 {
	font-weight: 700;
}

.newsSingle .wrapper-single {
	display: flex;
	margin-top: 80px;
	margin-bottom: 60px;
}

.newsSingle .relatedBox-single {
	padding-bottom: 100px;
}

.newsSingle .relatedBox-mobile {
	display: none;
}

.newsSingle .relatedBox-single .relatedBox-single-title {
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 40px;
}

.newsSingle .content-wrapper-single {
	width: 70%;
	display: flex;
	margin-right: 60px;
}

.newsSingle .content-wrapper-single .content-single {
	width: 95%;
}

.newsSingle .share-pc-single {
	display: block;
	margin-left: 30px;
	width: 5%;
}

.newsSingle .sidebar-pc-single {
	width: 30%;
}
.newsSingle .sidebar-pc-single .banner img{
	width: 100%;
}
.newsSingle .share-mobile-single {
	display: none;
}

.newsSingle .sidebar-mobile-single {
	display: none;
}

.newsSingle .single-title {
	line-height: 1 !important;
	margin-bottom: 20px !important;
	font-weight: 700 !important;
}

.newsSingle .singleContentText {
	line-height: 1.5 !important;
}

.newsSingle .relatedNews-slide {
	height: 205px;
}

.newsSingle .swiper-wrapper .relatedNews-item {
	background-color: #f9f9f9;
	border: none;
}

.newsSingle .swiper-wrapper .relatedNews-item .relatedNews-title-wrapper {
	position: relative;
	z-index: 10;
	padding-right: 24px !important;
}

.newsSingle .swiper-wrapper .relatedNews-item .relatedNews-title {
	line-height: 1.5em;
	min-height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.newsSingle .swiper-wrapper .relatedNews-item .relatedNews-category {
	position: absolute;
	top: 10px;
	left: 10px;
	background: rgba(0, 0, 0, 0.6) !important;
	color: #fff;
	font-size: 15px;
}

.newsSingle .swiper-wrapper .relatedNews-item .card-single::after {
	width: 0px;
	height: 0px;
	background: #f9f9f9;
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 20px solid #f9f9f9;
	border-right: 20px solid white;
	border-left: 20px solid #f9f9f9;
	border-bottom: 20px solid white;
	z-index: -1;
}

.newsSingle .swiper-pc-button-next {
	width: 40px !important;
}

.newsSingle .swiper-pc-button-prev {
	width: 40px !important;
}

.newsSingle .swiper-button-disabled {
	display: none;
}

.newsSingle .swiper-pc-button-next::after {
	width: 40px;
	height: 40px;
	font-size: 15px;
	background: #FFFFFFCC;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	box-shadow: 0px 5px 15px 0px #00000059;
	font-weight: 500;
}

.newsSingle .swiper-pc-button-prev::after {
	width: 40px;
	height: 40px;
	font-size: 15px;
	background: #FFFFFFCC;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000000;
	box-shadow: 0px 5px 15px 0px #00000059;
	font-weight: 500;
}

.newsSingle .share-button {
	width: 30px;
	height: 30px;
}

.newsSingle .facebook-share-button {
	background: url('../../img/facebook.svg') no-repeat center center / contain;
}

.newsSingle .google-plus-share-button {
	background: url('../../img/google_plus.svg') no-repeat center center / contain;
}

.newsSingle .linkedin-share-button {
	background: url('../../img/linkedin.svg') no-repeat center center / contain;
}

.newsSingle .twitter-share-button {
	background: url('../../img/twitter.svg') no-repeat center center / contain;
}

.newsSingle .card-single {
	border: none;
}

.newsSingle .card-popular {
	border: none;
	border-left: 4px solid #F7AC01;
	margin-top: 10px;
	max-height: 10rem;
	padding: 4px 0 4px 5px;
}

.newsSingle .card-popular .card-popular-index {
	color: white;
	background-color: #7A9BAE;
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
}

.newsSingle .card-popular .card-popular-title {
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: 500;
}

.newsSingle .card-popular .card-popular-date {
	line-height: 1em;
	font-size: 13px;
	font-weight: 500;
	color: #707070;
}

.newsSingle .tag-cloud-link {
	border: none !important;
	background: #EBEBEB;
	border-radius: 30px;
	color: #585858;
	font-weight: 500;
}

.newsSingle .tag-cloud-link::before {
	content: "#";
}

.newsSingle .singleEdit p {
	font-size: 18px !important;
}

@media only screen and (max-width: 767px){
	.newsSingle .wrapper-single {
		display: block;
		margin-top: 80px;
		margin-bottom: 60px;
	}

	.newsSingle .content-wrapper-single {
		display: block;
		width: 100%;
	}

	.newsSingle .content-wrapper-single .content-single {
		width: 100%;
	}
	
	.newsSingle .share-pc-single {
		display: none;
	}

	.newsSingle .share-mobile-single {
		display: block;
	}

	.newsSingle .relatedBox-mobile {
		margin-top: 40px;
		display: block;
	}

	.newsSingle .relatedBox-pc {
		display: none;
	}

	.newsSingle .swiper-mobile-button-next {
		width: 40px !important;
	}
	
	.newsSingle .swiper-mobile-button-prev {
		width: 40px !important;
	}

	.newsSingle .swiper-mobile-button-next::after {
		width: 40px;
		height: 40px;
		font-size: 15px;
		background: #FFFFFFCC;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000000;
		box-shadow: 0px 5px 15px 0px #00000059;
		font-weight: 500;
	}
	
	.newsSingle .swiper-mobile-button-prev::after {
		width: 40px;
		height: 40px;
		font-size: 15px;
		background: #FFFFFFCC;
		border-radius: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #000000;
		box-shadow: 0px 5px 15px 0px #00000059;
		font-weight: 500;
	}

	.newsSingle .sidebar-pc-single {
		display: none;
	}
	
	.newsSingle .sidebar-mobile-single {
		display: block;
	}
}
.pageContainer{
	margin-top: 80px;
}

.wrapper-single table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.wrapper-single table td, .wrapper-single table th{
	border: 1px solid #ddd;
	padding: 10px;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}
