.his-list
{
	text-align: center;
}
.his-list>li
{
	display: inline-block;
}
.his-list>li>a
{
	text-decoration: none;
	display: block;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ca3c29;
}
.title-his
{
	text-align: center;
	margin:50px 0;
}
.title-his>.fir-title
{
	font-size: 20px;
	text-transform: uppercase;
	color: #ca3c29;
	line-height: 20px;
}
.title-his>.sec-title
{
	font-size: 25px;
	text-transform: uppercase;
	color: #ca3c29;
	font-weight: bold;
}
.title-his>.th-title
{
	font-size: 22px;
    color: #7abf18;
    font-weight: bold;
}
.card-content>.title-card
{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #7abf18;
}
.media.gmedia-hs {
    border: 1px solid #ccc6c6;
    box-shadow: 1px 1px 2px #7abf18;
}
.card-content
{
    width: 80px;
    height: 80px;
    position: relative;
   background: rgb(0,0,0,.5);
    border-radius: 50%;
}
.media img
{
	width: 100%;
	height: 200px;
}
.media-body
{
	width: 50%!important;
	float: right;
}
.media-body h5
{
	color: #ca3c29;
	font-weight: bold;
	font-size: 15px;
}
.media
{
	padding: 10px;
	cursor: pointer;
}
.main-card
{
	margin:30px 0;
}
.main-content1>p:before
{
	 content: "";
    background: #08993e;
    width: 5px;
    height: 5px;
    float: left;
    margin: 10px 8px 0px 10px;
}
.history_content
{
	background: #f9f9f9;
}
.main-card>.media
{
	background: rgba(0, 0, 0, .5);
	transition: .5s;
}
.main-card>.media:hover
{
	background:  rgb(122, 191, 24,.7);
}
.main-content1 p {
    color: white;
}
@media screen and (max-width: 414px) {
	.media img
	{
		width: 100%!important;
		margin-bottom: 10px;
	}
	.media-body
	{
		float: none;
	}
}
/*---product detail---*/
.product-main
{
	width: 100%;
	height:500px;
}
.product-main>img
{
	width: 100%;
	height: 100%;
}
.product_detail
{
	background:#f9f9f9;
	padding: 20px 0;
}
.product-main
{
	background: #fff;
	margin-bottom: 10px;
}
.owl-carousel .owl-item img
{
	background: #fff;
}
h3.prod-title {
    font-weight: bold;
    color: #ca3c29;
}
p.name-prod
{
	display: inline-block;
    vertical-align: top;
    color: #7f827f;
    margin-right: 15px;
}
p.useful
{
	font-weight: bold;
}
.see_more
{
	width: 100%;
	border: 0;
	padding: 10px;
	margin-top: 20px;
}
.see_more>i
{
	font-size: 10px;
	margin-left: 5px;
}
#content
{
	display: none;
}
.ct-1,.ct-2,.ct-3
{
	margin-top: 10px;
}
.ct-1>p,.ct-2>p,.ct-3>p
{
	display: contents;
}