@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0
}
a:hover {
	color: #00acea;
	text-decoration: none;
}

.list-unstyled, .list-unstyled > li {
	padding-left: 0;
	list-style: none;
}
.bottom-01 {
	margin-left: 18%;
}
.bottom-blue {
	font-family: 'LucidaGrandeRegular','Myriad Pro',"GothamLight",  Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #00acea;
}
.bottom-white {
	font-family: "GothamLight",  Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}
@media (min-width: 1200px) {
.col-bt-01, .col-bt-02, .col-bt-03, .col-bt-04, .col-bt-05 {
	width: 20%
}
}
.cen-01 > .div-circle, .cen-02 > .div-circle {
	width: 16px;
	height: 16px;
	background-color: red;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	left: 50%;
	margin-left: 35px;
	position: absolute;
	top: -2px;
}
.cen-02 > .div-circle {
	margin-left: 28px;
}
.cen-img {
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.col-mvr span {
	font-size: 28px;
	line-height: 50px;
}
.bottom-note {
	margin-left: 110px;
	padding-top: 10px;
}

@media (max-width: 1400px) and (min-width: 1200px) {
	.col-mvr span{
		font-size:24px;
		line-height:30px;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.col-mvr span {
		font-size: 22px;
		line-height: 40px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.cen-img {
		height: 220px;
	}
}
@media (max-width: 767px) {
	.cen-img {
		height: 180px;
	}
	.bottom-note {
		margin-left: 0px;
	}
	.col-mvr span {
		font-size: 22px;
		line-height: 40px;
	}
}

@media (min-width: 500px) and (max-width: 991px) {
	.div_news_04.col-md-3 {
		width: 33.3333%;
	}
}

@media (max-width: 488px) {
	.cen-img {
		height: 120px;
	}
}

@media (min-width: 1200px){
	.index-bottom{
		background:#000;
	}
}
.single-product .details-container table , 
.single-product .details-container table th,
.single-product .details-container table td { border:1px solid #000;}