.vhPadRela{
	padding: 30px 0 0;
}

.vhTitleRe{
	margin-bottom: 15px;
}
.vhTitleRe h3{
	font-size: 25px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 400;
}
.vhGripRela{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.vhGripRela > div{
	padding: 0 15px;
}
.vhGripRela .colL{
	width: 200px;
}
.vhGripRela .colR{
	width: calc(100% - 200px);
}
.vhChooseRe{
	position: relative;
	max-width: 170px;
	margin: 0 auto;
}
.vhChooseRe .vhMcChoose{
	position: relative;
	padding: 10px 45px 10px 15px;
	border: 1px solid #24408f;
	border-radius: 5px;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
}
.vhChooseRe .vhMcChoose::before{
	content:"\f0d7";
	font-family: FontAwesome;
	text-align: center;
	line-height: 30px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 5px;
	right: 5px;
	background-color: #24408f;
	border-radius: 3px;
	color: #ffffff;
}
.vhChooseRe .vhContChoose{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1;
	background-color: #ffffff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.vhChooseRe .vhContChoose ul{
	max-height: 170px;
	overflow: hidden;
	overflow-y: auto;
}
.vhChooseRe .vhContChoose ul::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}
.vhChooseRe .vhContChoose ul::-webkit-scrollbar-thumb {
	background-color: #24408f;
}
.vhChooseRe .vhContChoose li{
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vhChooseRe .vhContChoose li a{
	display: block;
	padding: 10px;
}
.vhChooseRe .vhContChoose li a:hover{
	background-color: #f5f5f5;
}
.vhLstDownRela .vhGripDow{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	margin-bottom: 20px;
}
.vhLstDownRela .vhGripDow .colgr{
	padding: 0 15px;
	width: 50%;
	margin-bottom: 30px;
}
.vhItemRela{
	padding: 30px 0;
	border-bottom: 1px solid #ffffff;
}
.vhItemRela:nth-child(1){
	padding-top: 0;
}
.vhItemDow{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	align-items: center;
	align-content: center;
	background-color: #ffffff;
	border-radius: 7px;
	margin-left: 20px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.vhItemDow .dateDow{
	width: 50px;
	height: 40px;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #d1232a;
	padding: 5px;
	font-size: 10px;
	line-height: 15px;
	position: relative;
	left: -30px;
}
.vhItemDow .dateDow span{
	font-size: 20px;
	font-weight: bold;
}
.vhItemDow .nameDow{
	width: calc(100% - 100px);
	position: relative;
	left: -10px;
}
.vhItemDow .nameDow a{
	display: block;
	color: #666666;
	text-transform: uppercase;
	max-height: 44px;
	overflow: hidden;
}
.vhItemDow .linkDow{
	width: 40px;
	text-align: right;
}
.vhItemDow .linkDow a{
	color: #24408f;
	font-size: 18px;
	line-height: 27px;
}
.btnView{
	text-align: right;
}
.btnView a{
	color: #666666;
	text-transform: uppercase;
	font-weight: bold;
	display: none;
}
.btnView a span{
	display: inline-block;
	padding-right: 15px;
	position: relative;
}
.btnView a span::before{
	content: "\f107";
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translate(0, -50%);
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	font-weight: bold;
}
@media all and (max-width: 991px){
	.vhGripRela .colL{
		width: 100%;
		margin-bottom: 20px;
	}
	.vhGripRela .colR{
		width: 100%;
	}
	.vhTitleRe{
		text-align: center;
	}
	.vhTitleRe h3{
		font-size: 18px;
		line-height: 27px;
	}
	.vhChooseRe .vhMcChoose{
		padding: 8px 45px 8px 15px;
	}
}
@media all and (max-width: 767px){
	.vhLstDownRela .vhGripDow .colgr{
		width: 100%;
		margin-bottom: 10px;
	}
	.btnView{
		text-align: center;
	}
}