.has-children{
	position: relative;
}
.has-children .sub-menu{
	position: absolute;
	left: 0;
	z-index: 10;
	list-style: none;
	padding-left: 0;
	transition: .4s;
	display: none;
}
.has-children:hover .sub-menu{
	display: block;
}
.has-children .sub-menu a{
	text-align: center;
	background-color: #ff4d4d;
	color: #fff;
	display: block;
	padding: 1rem 1.5rem;
	border-top: 1px solid #FFB1B1;
}
.has-children .sub-menu a:hover{
	background-color: #F00;
	text-decoration: none;
}
.section-pickup{
	margin-bottom: 3rem;
}
.section-pickup .row{
	display: flex;
}
.content-pickup{
	display: block;
	padding: 2.5rem;
	border: 3px solid #e0e0e0;
	height: 100%;
	color: #000!important;
}
.content-pickup:hover{
	text-decoration: none;
}
.content-pickup figure{
	margin-bottom: 1rem;
}
.content-pickup img{
	max-width: 100%;
	width: 100%;
	max-height: 170px;
	object-fit:cover;
}
.nav-tabs{
	display: flex;
	justify-content: space-around;
}
.box-news{
	margin: 3rem auto;	
}
.nav-tabs li{
	width: 100%;
}
.nav-tabs li a{
	text-align: center;
	border-radius: 0;
	background-color: #ececec;
	color: #000;
}
.nav > li > a{
	padding: 10px 5px;
	height: 100%;
}
.tab-content{
	padding: 1rem;
	border: 1px solid #d2d2d2;
	border-top: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav-tabs li.active a{
	background-color: #f47d7d;
	color: #FFF;
}
.box-news .dl-horizontal{
	overflow: scroll;
	height: 310px;
	margin-bottom: 0;
}
@media screen and (max-width:767px){
	.section-pickup .row{
		display: block;
	}
	.content-pickup{
		margin-bottom: 1.5rem;
	}
	.content-pickup img{
		max-height: 145px;
	}
	.has-children .sub-menu{
		position: static;
		display: block;
	}
	.has-children .sub-menu a{
		padding: 1rem 6rem;
		text-align: left;
	}
}