/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 11, 2015, 10:49:39 AM
    Author     : ThanhHust
*/

.copyright-simple-menu {
    display: inline-block;
    float: right;
    margin-right: 30px;
}
.copyright-simple-menu li {
    float: left;
    min-width: 70px;
    list-style-type: none;
    padding-left: 30px;
    font-size: 12px;
}
.copyright-simple-menu li a.active{
		color: #fff;
		text-decoration: underline;
}
@media (max-width: 991px){
	.copyright-simple-menu {
			float: none;
	}
}
@media (max-width: 420px){
	.copyright-simple-menu li{
		padding-left: 15px;
		min-width: auto;
	}
}