	.displayBlock{
	  display: block;
	}

	.displayBlock > tbody{
	  display: block;
	}

	.slick-dots{
		display: none !important;
	}

	.slick-dotted.slick-slider {
	     margin-bottom: 0px !important; 
	}

	.mess_recruitment {
		font-size:16px;
		color:#666666;
		font-style:italic;
		width:100%;
		margin: 0 auto;
		margin-bottom: 30px;
		line-height:24px;
		text-align:center;
	}
	.mess_recruitment span{
		 display:inline-block;
		}

	.List_View {}
	.List_View ul {list-style:none;}
	.List_View li {
		margin-bottom: 5px;
	}
	.List_View li a {
		color:#2e2e2e;
		display:block;
		font-size: 16px;
		line-height:26px;
		padding-left:20px;
		display: block;
		position: relative;
		-webkit-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	.List_View li a:after{
		content: '\f105';
		font-family: fontawesome;
		font-size: 14px;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 26px;
	}
	.List_View li a:hover {
		color:#024b97;
	}

	.divInfo {}
	.divInfo .name{
		font-size:14px;
		color:#024b97;
		font-weight:bold;
		margin-bottom:15px;
	}

	.boxDetail {margin-top:30px;}
	.boxDetail h3.fTitle {
		font-size: 16px;
		line-height: 26px;
		text-transform: uppercase;
		color: #666666;
		font-weight: bold;
		margin-bottom: 10px;
		padding-bottom: 5px;
		border-bottom: 1px dotted #b2b2b2;
	}
	.boxDetail h3.fTitle_2 {
		font-size:14px;
		color:#024b97;
		font-weight:bold;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px dotted #b2b2b2;
	}


	.list_rec .img{
		float: left;
	}
	.list_rec .List_View{
		overflow: hidden;
		padding-left: 30px;
	}
	.desc p span span {
		font-family: 'Open Sans', sans-serif !important;
		font-size: 15px;
		line-height: 25px;
	}
	table tbody tr td > span > span {
		font-family: 'Open Sans', sans-serif !important;
		font-size: 15px;
		line-height: 25px;
	}


	@media screen and (max-width: 650px){
		.list_rec .img{
			float: none;
			margin-bottom: 10px;
		}
		.list_rec .List_View{
			padding-left: 0;
		}
		.desc table tbody tr td{
			display: block;
			float: left;
		}
		.desc table tbody tr td:nth-child(3n+1){
			clear: both;
		}
		.td_hidden{
			display: none !important;
		}
	}