#vortex{
	width:357px;
	height:359px;
	position:absolute;
	left: 489px;
    right: auto;
    top: 330px;
	background: url(../images/inan_huynhthicamnhung_t10_l1_123.png);
}
.square-button
{
	width: 138px;
	height: 152px;
	position:relative;
}
/*.square-button img.nen
{
	width: 138px;
	height: 154px;
	position:absolute;
	top:0px;
	z-index: 1;
	display:block;
}*/
.square-button img
{
	width: 138px;
	height: 152px;
	/*position:absolute;*/
	/*top:0px;*/
	display:block;
}
.square-button h3
{
	margin: 0px;
	padding: 10px 0px;
	background-color:#FFF;
	position: absolute;
}
/**/
.hexagon {
	width: 100px;
	height: 55px;
	background: red;
	position: relative;
}
.hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid red;
}
.hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid red;
}