/* shortcode download */
.go-nutdow{
	background: #00a569;
	color: #fff !important;
	padding: 7px 20px;
	border-radius: 10px;
	margin-top: 20px;
	text-decoration: none;
	border: none;
	display: inline-block;
	border-bottom: 4px solid #005133;
}
.go-nutdow svg{
	width:30px;
	height: 30px;
	margin-right:15px;
	vertical-align: bottom;
}
/* shortcode lấy mã */
.gox {
    background: #ff5744;
    color: #fff;
    border-radius: 7px;
    padding: 4px 10px;
	cursor: pointer;
}