.th_bexung_archive .page_title {
	margin: 25px 0;
}
.th_bexung_archive .header-title-dv {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0;
	margin-bottom: 40px;
}
.lalaspa_title h3{
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 5px;
	color:#203489;
}
.lalaspa_title img{
	max-width: 200px;
}
.th_bexung_archive .header-title-dv .line {
	width: 30%;
	height: 1px;
	background: #87694b;
}
.th_bexung_archive .header-title-dv span {
	font-size: 20px;
	background: -webkit-linear-gradient(#edcb91, #937554);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 40px;
	display: block;
	text-align: center;
}
.th_bexung_archive  .box-content{
	/*background: #fff;*/
	display: inline-block;
	width: 100%;
}
.th_bexung_archive .archive_item{
	margin-bottom: 30px;
}
.th_bexung_archive .archive_item:hover .archive_item_img img {
	transform: scale(1.1);
	transition: all 0.4s;
}
.th_bexung_archive .date span{
	    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}
.th_bexung_archive .archive_item_img{
	width: 49%;
	display: inline-table;
	float: left;
	position: relative;
	height: 215px;
	overflow: hidden;
}
.th_bexung_archive .archive_item_img img{
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	transition: all 0.4s;
}
.th_bexung_archive .archive_item_details{
	width: 49%;
	display: inline-table;
	float: right;
}
.th_bexung_archive .archive_item_name a{
	    color: #203489;
}
.th_bexung_archive .archive_item_name{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 1em;
	line-height: 20px;
	text-transform: none;
	color: #5f363c;
}
.th_bexung_archive .archive_item_name a:hover{

}
.th_bexung_archive .archive_item_excerpt{
	font-size: 14px;
	line-height: 19px;
}
.th_bexung_archive .archive_item_btn{
	text-align: left;
	margin: 15px 5px;
}
.th_bexung_archive .archive_item_btn a{
	padding: 6px 10px;
	background-image: linear-gradient(#203489, #203489);
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	transition: all 0.4s;
}
.th_bexung_archive .archive_item_btn a:hover{
	transition: all 0.4s;
}
.item-col:nth-child(2n+1){
	clear: both;
}
.th_bexung_archive .section-featured .lalaspa_com_name {
    position: relative;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Conv_HelveticaNeue-Medium';
    margin: 20px 0;
}
.th_bexung_archive .section-featured .lalaspa_com_name:before {
    content: '';
    display: block;
    height: 5px;
    width: 50px;
    position: absolute;
    background-image: linear-gradient(#fffdae, #ffe876);
    top: 50%;
    transform: translateY(-50%);
    left: -80px;
}
.th_bexung_archive .section-featured .lalaspa_recruit {
    font-family: 'Conv_HelveticaNeue';
    margin: 40px 0;
    line-height: 24px;
}
.th_bexung_archive .section-featured .recruit_item .recruit_name a {
	display: flex;
	padding: 20px 10px;
	justify-content: center;
    border: 1px solid #000;
    margin: 30px 0;
    transition: all 0.4s;
    color: #000;
}
.th_bexung_archive .section-featured .recruit_item .recruit_name a:hover {
    border: 1px solid #ffe774;
    transition: all 0.4s;
}
.th_bexung_archive .section-featured .recruit_item .recruit_name a i {
	align-self: center;
	margin-left: 10px;
	color: #000;
}
@media only screen and (max-width: 450px){
	.th_bexung_archive .archive_item_excerpt{
		height: 39px;
		overflow: hidden;
	}
	.th_bexung_archive .archive_item_img{
		height: 155px;
	}
}