.home_content {
    background: rgba(253, 85, 109, .1);
    padding: 1vw;
	/* border: thin solid #404040; */
    border-radius: 0 1.5vw;
 	box-shadow: .01vw .01vw .01vw 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.social {
	padding-top: 19px;
}

.social ul li,
.language ul li {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6ebf1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.social ul li:hover,
.language ul li:hover {
	background: #57ccc3;
}

.social ul li:hover a i,
.language ul li:hover a i {
	color: #FFFFFF;
}

.social ul li:not(:last-of-type),
.language ul li:not(:last-of-type) {
	margin-right: 15px;
}

.social ul li a,
.language ul li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	text-align: center;
}

.social ul li a i,
.language ul li a i {
	font-size: 16px;
	color: #404040;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#intro_image {
	border: thin solid #404040;
	border-radius: 1.5vw 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.intro_image {
	border: thin solid #404040 !important;
	border-radius: 1.5vw 0 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 50px;
}

.products_list {
	border: thin solid #404040;
	border-radius: 1.5vw 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 50px;
}

.product_img {
	border-radius: 1.5vw 0 0 0;
	border-bottom: none !important;
}

.product_desc {
	border-radius: 0 0 1.5vw 0;
	min-height: 225px;
	padding: 10px;
	border-top: none !important;
	position: relative;
}

table {
	width: 100%;
	margin: .5vw 0;
}

tr {
	border-bottom: thin solid #ccc;
}

td, th {
	padding: .1vw;
	vertical-align: top;
}

.outer{display : flex;
	position: absolute !important;
	bottom: 10px !important;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap !important;
	/* right: 50%; */
}

.header_phone {
	min-width: 212px !important;
}

.bd-highlight {
	min-height: 7vw;
	text-align: center !important;
	/* width: 20% !important; */
}

.box {
	width: 15% !important;
	padding: .5vw;
	border: solid thin #CCCCCC;
	margin: 2.5% 2.5%;
}

@media (max-width:576px) {
	.box {
		width: 45% !important;
		margin: 2.5% 2.5%;
	}

	.bd-highlight {
		min-height: 40vw;
		/* display: table-cell !important; */
	}
}

@media (max-width:768px) {
	.box {
		width: 45% !important;
		margin: 2.5% 2.5%;
	}

	.bd-highlight {
		min-height: 40vw;
		/* display: table-cell !important; */
	}
}