.component_view.blog_front_article.template_full_view_sti_product
{
	position: relative;
	margin-bottom: 100px;
}

.component_view.blog_front_article.template_full_view_sti_product .component_body
{
	width: 1024px;
	margin: 0px auto;
	min-height: 400px;
}

.component_view.blog_front_article.template_full_view_sti_product .uploadfile_fullimage
{
	overflow: hidden;
	height: 300px;
	border-bottom: 5px solid #1e2328;
}

.component_view.blog_front_article.template_full_view_sti_product .uploadfile_fullimage:after
{
	background: rgba(0, 0, 0, 0.6);
	content: "";
	position: absolute;
	width: 100%;
	height: 300px;
	top: 0px;
}

.component_view.blog_front_article.template_full_view_sti_product .uploadfile_fullimage img
{
	width: 100%;
}

.component_view.blog_front_article.template_full_view_sti_product>.string_title
{
	position: absolute;
	width: calc(50% - 300px);
	text-align: right;
	margin-left: -20px;
	transform: skew(-20deg);
	top: 0px;
	background: #3d4750;
	color: #fff;
}

.component_view.blog_front_article.template_full_view_sti_product>.string_title>.field_value
{
	transform: skew(20deg);
	margin-right: 50px;
}

.component_view.blog_front_article.template_full_view_sti_product>.texteditor_fulltext
{
	position: absolute;
	width: calc(50% - 300px);
	top: 100px;
	color: #fff;
	margin-left: calc(50% - 520px);
	font-size: 15px;
}




.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext
{
	margin-left: 350px;

}

.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext table td, .component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext table
{
	border:0px;
}


.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext table tr td
{
	padding: 10px;
	border-bottom: 1px solid #1e2328;
}
.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext table>tbody>tr:nth-child(1)>td:nth-child(1)
{
	background: #0cc0f1;
	font-weight: bold;
	border: 0px;
}

.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext table>tbody>tr:nth-child(1)>td:nth-child(2)
{
	background: #3d4750;
	font-weight: bold;
	color: #fff;
	border: 0px;
}

.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext table>tbody>tr>td:nth-child(1)
{
	border-right: 15px solid #fff;
}

.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext table>tbody>tr>td:nth-child(2)
{
	border-left: 15px solid #fff;
}


.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext ul li
{
	margin: 5px 0px 5px 15px;
	position: relative;

}

.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext ul li:after
{
	content: "";
	display: table;
	width: 10px;
	height: 10px;
	float: left;
	background: #0cc0f1;
	margin-top: 6px;
	margin-left: -15px;
	top: 0px;
	position: absolute;
}

.component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext table.none>tbody>tr:nth-child(1)>td:nth-child(1), .component_view.blog_front_article.template_full_view_sti_product .texteditor_fulltext table.none>tbody>tr:nth-child(1)>td:nth-child(2)
{
	background: #fff;
	font-weight: normal;
	color: #000;
}





