/*footer css*/
.clsfooter-cont{}
.footer .clscopyright{background: none repeat scroll 0 0 #000000;color: #CCCCCC;font-size: 12px;padding: 5px 0;text-align: center;}
.clsfoot-txt a {color: #999;}
.clsfooter-cont .clearfix{text-align: center;}
.clearfix a{color:#1D81C1; text-decoration: none;font-weight: bold;}
.clearfix a:hover {color:#1d8acf;}

.footer{
	background: url("../images/dot50.png") repeat;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
    bottom: -15px;
    color: #B7B7B7;
    font-size: 12px;
    line-height: 24px;
    position: relative;
}
/*
.footer-content{
	width:960px;
	display:block;
	margin:0 auto;
}
*/
.footer-content {
    width: 960px;
    display: block;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.footer-content h4{
	color: #deb92c;
    font-size: 16px;
    font-weight: normal;
}
.footer-content a{
	text-decoration: none;
	color:#b7b7b7;
	margin: 10px 0;
}
.footer-content a:hover{
	text-decoration: none;
	color:#fff;
}
.footer-content ul{
	list-style:none;
}
.footer-menu, .social-list{
	float:left;
	width:192px;
	padding: 10px 0;
	text-align:left;
}
.facebook{
	background: url("../images/footer-image.png") no-repeat scroll 0 -90px transparent;
    display: block;
    height: 19px;
    width: 100px;
}
.twitter{
	background: url("../images/footer-image.png") no-repeat scroll 0 -112px transparent;
    display: block;
    height: 20px;
    width: 107px;
}
.youtube{
	background: url("../images/footer-image.png") no-repeat scroll 0 -132px transparent;
    display: block;
    height: 27px;
    width: 70px;
}
.mobivi{
	background: url("../images/footer-image.png") no-repeat scroll 0 -54px transparent;
    display: block;
    height: 28px;
    width: 54px;
}
.onepay{
	background: url("../images/footer-image.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 27px;
    width: 58px;
}
.nganluong{
	background: url("../images/footer-image.png") no-repeat scroll 0 -27px transparent;
    display: block;
    height: 27px;
    width: 109px;
}
.copyright{
	background:#111;
	text-align:center;
	padding:3px 0;
	clear:both;
	border-top:1px solid #404040;
}
.company-info {
    position: absolute;
    bottom: 10px;
    left: 383px;
}