@charset "utf-8";

ul li img{
	width: 100%;
}

.news-tab li{
	width: 38%;
}
.news-tab li:nth-last-of-type(1){
	width: 24%;
}
.nav-tabs>li.active>a:after{
	transform: translateX(-50%);
	border-radius: 50px;
}
.nav-tabs>li:nth-last-of-type(1).active>a:after{
	transform: translateX(-50%);
	border-radius: 50px;
}
.product-cons .row img{
	width: calc(100% - 34px);
	margin: 16px 16px 0 16px;
	border: 1px solid #E5E5E5;
}
.product-cons .col-md-12 img{
	border: none;
	padding-bottom: 24px;
}
.product-cons .about-two .row:nth-last-of-type(1){
	margin-bottom: 48px;
}