/*			Footer				*/
.full-footer-box, .full-footer {
  background: #232628 none repeat scroll 0 0;
  float: left;
  width: 100%;
}
.full-footer-box *{
	box-sizing:border-box;
}
.limit {
  float: left;
  width: 100%;
}
/* Footer box */
#footer-box {
  background: #232628 none repeat scroll 0 0;
  float: left;
  margin:50px 0 20px 0;
  width: 100%;
}
.footer-box1,.footer-box2,.footer-box3,.footer-box4 {
	float:left;
	margin-right: 2%;
    width: 23.5%;
}
.footer-box4 {
  margin-right:0;
}
#footer-box .footer-text {
  float:left;
  width:100%;
}
.footer-box3 {
  margin-right: 15px;
  text-align: left;
}
#footer-box h3,.footer-box-bs h3 {
  box-sizing: border-box;
  color: #fff;
  font-family: arial;
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
  text-transform: uppercase;
  width:100%;
}
/* footer box 1 */
#logo-footer{
  float: left;
  width: 100%;
}
#logo-footer img{
	max-width:200px;
}
.footer-box1 p {
	color: #c9c9c9;
	font-family: arial;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
}
/* footer box 2  */
.new-du-an {
  float: left;
  width: 48%;
}
.new-du-an:nth-child(even){float:right;}
#du-an-moi {
  float: left;
  width: 100%;
}
.footer-text {
  color: #7d7d7d;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  width:100%;
}
.infofooter {
  width: 96%;
  margin: auto;
}
.infofooter a {
  font-weight: normal;
}
.new-du-an img:hover {
	border-top-left-radius: 120px;
	border-bottom-right-radius: 120px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
}
.new-du-an img {
	border-bottom-left-radius: 120px; 
	border-top-right-radius: 120px;
	border-bottom-right-radius: 15px; 
	border-top-left-radius: 15px; 
	-webkit-transition: all 0.7s ease; 
	transition: all 0.7s ease;
	height: auto;
	width: 100%;
}
/* footer box 3  */
#title-tin-moi{
	float: left;
	width: 100%;
}
#title-tin-moi  h2 {
  margin-top: 0px;
}
.title-tin-moi h2 {
  color: #636363;
  font-family: arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  margin:0;
  padding:0;
  float:left;
  width:100%;
}
.title-tin-moi a {
  color: #c9c9c9;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  margin-left: 0 ;
  width: 100% ;
  padding: 0px ;
}
.title-tin-moi a:hover {
  color: #CC6119 !important;
  text-decoration: none;
}
.title-tin-moi p {
  color: #576673;
  font-family: arial;
  font-size: 14px;
  margin:0;
  clear:both;
}
/* footer box 4  */
#mxh-footer{
  float: left;
  width: 100%;
}

.socialmedia-footer li{
	float:left;
	margin:5px 8px 10px 0;
}
.socialmedia-footer li a {
    background-color: #3b3d3f;
    display: block;
    height: 45px;
    line-height: 45px;
    width: 45px;
	text-align:center;
}
.socialmedia-footer li:hover a{
	background-color: #6c98e1;
}
.socialmedia-footer li img{
	vertical-align:middle;
}

/* bottom footer box  */
#bottom-limit {
  float: left;
  width: 100%;
}
.footer-box-bs {
  float: left;
  width: 24%;
  border-top: 1px solid #444;
  margin:0 0.5%;
}
.footer-box-bs p,.footer-box-bs ul li a{
  color: #fff;
  font-family: arial;
  font-size: 13px;
  line-height: 20px;
  margin:0 0 15px 0;
}
.date {
  color: #aaa;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
}
/* Footer */
#footer {
  background: #232628 none repeat scroll 0 0;
}
.copyright {
  border-top: 1px solid #444;
  color: #fff;
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 20px 0;
}
/**** Responsive settings ******/
@media only screen and (min-width: 800px) {}

@media only screen and (min-width: 640px) and (max-width: 980px) {
	.new-du-an:nth-child(n){
		float:left;
		width:25%;
		padding:0 1%;
	}
}
@media only screen and (max-width: 980px) {
.full-footer-box * {
	text-align: center;
}
.footer-box1,.footer-box2,.footer-box3,.footer-box4{
	width: 100%;
}
.socialmedia-footer li{
	float:none;
	display:inline-block;
}
.footer-box-bs{width: 49%;}
}
@media only screen and (max-width:480px){
.footer-box-bs{width: 100%;margin:0;}
#footer-box h3, .footer-box-bs h3{margin:10px 0;}
}
