.cart-info {
    position: relative;
    /* border: 3px solid gray; */
    border-radius: 5px;
    background: url('/img/block-button-cart.png');
    background-size: cover;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.cart-info .coin {
    position: relative;
    text-align: center;
    padding: 50px 0px;
    color: #f7e1b0;
    text-shadow: #FC0 1px 0 5px;
    font-weight: bold;
    font-size: 25px;
}

.cart-info .coin .coin-detail {
    display: inline;
}

.cart-info .coin .coin-symbol {
    display: inline;
}

.cart-info .price {
    position: absolute;
    display: block;
    width: 80%;
    padding: 10px 0px;
    /* border: 3px solid yellow; */
    border-radius: 5px;
    bottom: 0;
    transform: translateY(50%);
    background: url('/img/bg-tab.jpg');
    background-size: 100% 100%;
    font-weight: bold;
    color: #f7e1b0;
    font-size: 18px;
    left: 10%;
}

.cart-info .price .price-detail {
    text-align: center;
}
.cart-info .price .price-symbol {
    position: absolute;
    display: block;
    right: -30px;
    bottom: 50%;
    transform: translateY(50%);
    /* border: 3px solid aqua; */
    border-radius: 5px;
    text-align: center;
    padding: 0px 15px;
    background: url('/img/price-btn.jpg');
    background-size: 100% 100%;
}

.card-bank {
    position: relative;
    margin-top: 80px;
    max-width: 410px;
    padding: 50px 15px 15px 35px;
    border: 3px solid gray;
    border-radius: 5px;
    background: url('/img/bg-tab.jpg');
    background-size: cover;
    font-weight: bold;
    font-size: 18px;
    transform: translateX(0%);
}

.card-bank .bank-img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%) translateX(-30%); 
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background-color: #efefef;
    border: 8px solid #6d5252;
    border-style: ridge;
    box-sizing: border-box;
}

.card-bank .bank-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.card-bank .momo {
    position: absolute;
    right: 15px;
    width: 85px;
    border-radius: 0;
    opacity: 0.5;
}

.card-bank .bank-name {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-50%) translateX(-35px);
    padding: 10px 15px;
    border: 3px solid #424242;
    color: #fffcbe;
    text-shadow: #FC0 1px 0 10px;
    background: url('/img/price-btn.jpg');
    background-size: cover;
    border-radius: 5px;
    font-weight: bold;
}

.card-bank .bank-info {
    color: #ffdd78;
}
.card-bank .bank-info .stk {
    color: #FF9800;
}

.huongdannap {
    display: block;
    margin: 0px 15px;
    padding: 15px;
    width: 100%;
    background: url('/img/bg-content-top.jpg');
    background-size: cover;
    color: #ffdd78;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    font-size: 18px;
}

.content
{
	display: grid;
	background-color: white;
	border: solid 30px black;
	margin: 50px auto;
	max-width: 1000px;
	border-image: url('/img/body-frame.png') 45 round;
	border-image-outset: 15px;
	margin-bottom: 100px;
	box-sizing: border-box;
    position: relative;
    padding-bottom: 20px;
}

.content-title
{
	text-align: center;
	border: solid 30px black;
	border-image: url('/img/body-frame.png') 45 round;
	border-image-outset: 8px;
	font-size: 30px;
	background-color: #fff27c;
	width: 450px;
	height: 110px;
	border-radius: 15px;
	margin: 100px auto -57px auto;
	position: relative;
	box-sizing: border-box;
	transition: .3s;
}

.content-title:hover
{
	background-color: #ffe500;
}