﻿#CommonMenuOther {
	/*width: 1200px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 4;
	text-align: center
}

#CommonMenuOther ul {
	margin: -13px 0 0;
	padding: 0;
}

#CommonMenuOther ul li {
	width: 384px;
	display: inline-block;
	margin-right: 24px;
	background: url(bgbong.png) no-repeat bottom center;
	vertical-align: top;
	text-align: center;
	border-top: 13px solid #2a904f;
	padding-bottom: 21px;
}

#CommonMenuOther ul li * {
	transition: 0.3s;
}

#CommonMenuOther ul li:last-child {
	margin-right: 0;
}

#CommonMenuOther ul li:nth-child(2) {
	border-top: 13px solid #2a904f;
}

#CommonMenuOther ul li:nth-child(3) {
	border-top: 13px solid #2a904f;
}

#CommonMenuOther ul li .bound {
	box-sizing: border-box;
	padding: 37px;
	background: #fff;
}

#CommonMenuOther ul li .bgImg {
	background: rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	width: 184px;
	height: 184px;
	margin: -127px auto 0;
	box-sizing: border-box;
	padding: 12px 6px 0;
}

#CommonMenuOther ul li .bgImg .frameOut {
	background: #fff;
	width: 170px;
	height: 170px;
	margin: 0;
	border-radius: 100%;
}

#CommonMenuOther ul li .bgImg .frameOut .frameIn {
	width: 170px;
	height: 170px;
	display: block;
	background-position: top;
}

#CommonMenuOther ul li .bgImg:hover {}

#CommonMenuOther ul li .bgImg:hover .frameOut {
	background: #2a904f
}

#CommonMenuOther ul li .bgImg:hover .frameOut .frameIn {
	background-position: bottom
}

#CommonMenuOther ul li .mName {
	font: normal 28px UTMBeBas;
	color: #000;
	text-transform: uppercase;
	display: block;
	margin: 20px 0 10px;
}

#CommonMenuOther ul li .desc {
	font: normal 14px/24px Arial;
	color: #666;
	margin-bottom: 15px;
}

#CommonMenuOther ul li .viewDetail {
	font: bold 15px/37px Arial;
	color: #2a904f;
	padding: 0 19px;
	border: 3px solid #2a904f;
	display: inline-block;
	background: #fff;
	text-transform: uppercase;
}

#CommonMenuOther ul li .viewDetail:hover {
	background: #1aab4f;
	color: #fff;
}

#CommonMenuOther .owl-pagination {
	text-align: center
}

#CommonMenuOther .owl-page {
	background: transparent;
	border: 1px solid #c4c4c4;
	width: 13px;
	height: 13px;
	border-radius: 13px;
	display: inline-block;
	margin: 0px 10px
}

#CommonMenuOther .owl-page.active {
	background: #676767
}

#CommonMenuOther .owl-buttons {
	display: none
}

@media (max-width: 1216px) {
	#CommonMenuOther ul {
		margin: 0;
		margin-top: 40px;
		text-align: center
	}
	#CommonMenuOther ul li .bgImg {
		margin: 0px auto
	}
	#CommonMenuOther ul li {
		width: 31%;
		margin: 0px 1%
	}
}

@media (max-width: 736px) {
	#CommonMenuOther .PCVersion {
		display: none
	}
	#CommonMenuOther .MobileVersion {
		display: block
	}
	#CommonMenuOther ul {
		margin: 0;
		margin-top: 40px;
		text-align: center
	}
	#CommonMenuOther ul li .bgImg {
		margin: 0px auto
	}
	#CommonMenuOther ul li {
		width: 97%;
	}
}