.container.all-detail{
    max-width: 100% !important;
    display: flex;
}
@media (max-width: 456px){
	.breadcrumb-item.active{
		white-space: nowrap;
	    width: 150px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
}
.article-header,.article-body{
	padding: 0px 15px
}
@media (max-width: 768px){
	.article-header,.article-body{
		padding: 0;
	}
}
.blog-img{
	width: 100%;
}
@media (max-width: 993px){
	.blog-img{
		width: 100%;
		padding: 0px;
	    background: #000;
	}
}
h1.title{
	padding: 15px 0px;
	font-size: 24px
}
h2.title{
	padding: 15px 0px 10px 0px;
	font-size: 20px
}
.all-detail{
	margin-top: 10px;
}

/*Share Article*/
@media (max-width: 992px){
	.article-social-share{
		display: none;
	}
}
.article-social-share{
	margin: 15px 0;
	padding: 0 5px;
	position: sticky;
    top: 120px;
}
.article-social-share li{
	list-style: none;
	margin-bottom: 1px;
	text-align: center;
	transition: background 0.5s;
}
.article-social-share li:not(.line){
	padding: 7.8px 0;
}
.article-social-share li.line{
	padding: 3.5px 0;
	background: #009900;
}
.article-social-share li.facebook{
	background: #3B5998;
	color: #fff;
}
.article-social-share li.twitter{
	background: #55ACEE;
	color: #fff;
}
.article-social-share li.google{
	background: #dd4b39;
	color: #fff;
}
.article-social-share li:hover{
	background: #111;
	border: none;
	cursor: pointer;
}
.article-social-share li:not(:last-child){
	border-bottom: 1px solid #fff;
}
.icon-share{
	width: 22.5px;
	height: 22.5px;
	border-radius: 50%;
	filter: grayscale(100%) invert(100%) brightness(230%);
}


@media (min-width: 993px){
	.article-social-share-m{
		display: none;
	}
}
.article-social-share-m{
	margin: 0;
	padding: 0 5px;
	position: relative;
	float: right;
	margin-top: 15px;
}
.article-social-share-m li{
	list-style: none;
	display: inline-block;
	margin-right: : 1px;
	text-align: center;
	transition: background 0.5s;
}
.article-social-share-m li.line{
	padding: 6px;
	background: #009900;
}
.article-social-share-m li.facebook{
	background: #3B5998;
	color: #fff;
	padding: 6px 12.5px 7.5px 12.5px;
}
.article-social-share-m li.twitter{
	background: #55ACEE;
	color: #fff;
	padding: 6px 10.5px 8.3px 10.5px;
}
.article-social-share-m li.google{
	background: #dd4b39;
	color: #fff;
	padding: 6px 9px 8px 9px;
}
.article-social-share-m li:hover{
	background: #111;
	border: none;
	cursor: pointer;
}
.article-social-share-m li:not(:last-child){
	border-bottom: 1px solid #fff;
}

.pop_article_block{
	position: sticky;
	top: 120px;
}
.pop_article_menu{
	padding: 10px 0;
}
.pop_article_block > .row > div:not(:last-child){
	border-bottom: 1px solid #ccc;
}
.pop_article_block > .row > div:last-child > .pop_article_menu{
	margin-bottom: 5px;
}
.pop_article_menu:hover .blog-title > a{
	color: var(--colorTheme1);
	text-decoration: none;
}
.pop_article_menu .blog-desc{
	display: -webkit-box;
	line-height: 22px;
	overflow-y: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}
.pop_article_menu .blog-title{
	line-height: 22px;
	display: -webkit-box;
    overflow-y: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}
.pop_article_menu .blog-title > a{
	color: #000;
}
.pop_article_menu .blog-title > a:hover,.pop_article_menu .blog-title > a:focus{
	color: var(--colorTheme1);
	text-decoration: none;
}

.our-product{
	padding: 15px;
}
.our-product:hover .title-box .pro-name > a{
	text-decoration: none;
	color: #62b144;
}
.our-product .title-box .pro-group-name{
	font-weight: 700;
	padding: 5px;
	font-size: 13px;
	border-bottom: 1px solid #000;
	margin: 5px;
}
.our-product .title-box .pro-name{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.our-product .title-box .pro-name > a{
	font-weight: 600;
	color: #004099;
	font-size: 14px;
}
.our-product .title-box .pro-name > a:hover,.our-product .title-box > .pro-name > a:focus{
	text-decoration: none;
	color: #62b144;
}

.article_content{
	display: block;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
}
.article_content *{
	max-width: 100% !important;
}
