﻿.box-huongdan{
	border:1px #ddd solid;
	margin-bottom:20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.header-huongdan{
	background:#f3f4f7;
	color:#333;
	text-align:center;
	padding:8px 0px;
	line-height:18px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight:bold;
}
.wrapper-huongdan{
	padding:5px 5px;
}
.wrapper-huongdan video{
	display:block;
	margin:auto;
}
#foo{
	display:block;
	padding:5px 0px;
	text-indent:5px;
	font-size:12px;
	width:100%;
	border:1px #666 solid;
	margin-bottom:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-share-member{
	width:100%;
	padding:7px 0px;
	margin-bottom:10px;
    background: #40c305;
    color:#fff;
    cursor:pointer;
    border:none;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn-share-member:hover{
    background: #318d08;
}
.my-2 img{
	width:80%;
	margin:auto;
	display:block;
}
.bg-light{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:5px 2px;
	text-align:center;
	margin-bottom:5px;
	background:#f0f0f0;
}
.bank-name{
	font-weight:bold;
	text-align:center;
	display:block;
	margin-bottom:10px;
}
@media only screen and (max-width: 1120px){
	.box-huongdan {
		margin:0px 2% 10px 2%;
	}
}