a:hover {
	text-decoration: none !important;
}


.qrcode-wrapper {
	position: relative;
	padding: 0.5rem;
	width: 100%;
	background-color: #d6d8e1
}

.qrcode {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: auto;
	padding: 1.5rem;
	width: 768px;
	min-height: 1120px;
	background-color: #fff;
}

.qrcode-header {
	top: 0;
	left: 0;
	right: 0;
	margin: 0.5rem 1.5rem 0 1.5rem;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(34,34,48,.1);
}

.qrcode-body-large {
	margin: 1rem 1.5rem 0 1.5rem;
}

.qrcode-body-small {
	margin: 1rem 1.5rem 0 1.5rem;
}

.qrcode-title {
	color: #363642;
	font-size: 1.125rem;
	font-weight: 500;
	caption-side: top
}

/* Tem lớn */
div[class^='qrcode-item-large'] {
	width: 303px;
	height: 190px;
	float: left;
	background: url(../img/stamps/large.png) no-repeat;
	margin: 0 10px 20px 20px;
}

div[class^='qrcode-item-large'] p {
	text-align: center;
	padding: 0;
	margin: 0;
}

div[class^='qrcode-item-large'] .item-title, div[class^='qrcode-item-large'] .item-subtitle {
	color: #fff;
	font-family: Tahoma;
	display: block;
}

div[class^='qrcode-item-large'] .item-title {
	font-size: 16pt;
	font-weight: bold;
}

div[class^='qrcode-item-large'] .item-subtitle {
	font-size: 14pt;
}

div[class^='qrcode-item-large'] img {
	float: left;
	/* padding: 10px 0 0 20px; */
	padding: 10px 0 0 110px;
}

div[class^='qrcode-item-large'] .item-info {
	display: none; /* Cập nhật */
	float: right;
	font-family: Tahoma;
	font-size: 9pt;
	padding: 14px 15px 0 0;
}

div[class^='qrcode-item-large'] .item-code {
	clear: both;
	text-align: center;
	font-family: "Courier New";
	color: #fff;
	font-size: 13pt;
	font-weight: bold;
	padding-top: 13px;
}

/* Tem nhỏ */
div[class^='qrcode-item-small'] {
	width: 114px;
	height: 114px;
	float: left;
	background: url(../img/stamps/small.png) no-repeat;
	margin: 0 10px 10px 10px;
}

div[class^='qrcode-item-small'] p {
	text-align: center;
	padding: 0;
	margin: 0;
}

div[class^='qrcode-item-small'] .item-title, div[class^='qrcode-item-small'] .item-subtitle {
	color: #fff;
	font-family: Tahoma;
	display: block;
}

div[class^='qrcode-item-small'] .item-title {
	font-size: 6pt;
	font-weight: bold;
}

div[class^='qrcode-item-small'] .item-subtitle {
	font-size: 5pt;
}

div[class^='qrcode-item-small'] img {
	float: left;
	padding: 4px 0 0 22px;
}

div[class^='qrcode-item-small'] .item-code {
	clear: both;
	text-align: center;
	font-family: "Courier New";
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	padding-top: 3px;
}

.qrcode-footer {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0.5rem 1.5rem 0.5rem 1.5rem;
	padding: 0.5rem 0;
	border-top: 1px solid rgba(34,34,48,.1);
	text-align: right
}