/**
 * Iframe Thước Lỗ Ban — bổ sung layout khi nhúng qua [wp_thuocloban_iframe].
 */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow-x: hidden;
	overflow-y: visible;
}

.wp_thuocloban--iframe {
	padding-top: 0;
	overflow: visible;
}

.wp_thuocloban--iframe .content {
	margin: 0 auto;
	position: relative;
	width: 100%;
	padding-top: 50px;
}

.wp_thuocloban--iframe #lobanOuter {
	min-height: 400px;
}

.wp_thuocloban--iframe .loban-t {
	max-width: 42%;
	line-height: 1.35;
	margin: 0;
	font-size: 13px;
}

.wp_thuocloban--iframe .loban-t strong {
	font-size: 13px;
}

.wp_thuocloban--iframe .box_huongdan {
	margin-top: 24px;
}

.wp_thuocloban--iframe #loban-scroller li img {
	display: block;
	width: auto;
	max-width: none;
}

.wp_thuocloban--iframe #nd522-text,
.wp_thuocloban--iframe #nd429-text,
.wp_thuocloban--iframe #nd388-text {
	display: block;
}

.wp_thuocloban--iframe #thuocloban {
	margin-top: 24px;
	overflow: visible;
}

.wp_thuocloban--iframe #thuocloban #loban {
	overflow: visible;
}

@media only screen and (max-width: 768px) {
	.wp_thuocloban--iframe .loban-t {
		max-width: 55%;
		font-size: 12px;
	}

	.wp_thuocloban--iframe #container-sodo {
		left: 50%;
		transform: translateX(-50%);
		width: auto;
	}

	.wp_thuocloban--iframe #thanhdo {
		left: 50%;
	}
}
