section.parallax-footer {
  position: relative;
  height: auto;
  padding: 30px 0px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section.parallax-footer:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
 /* background-color: rgba(0, 0, 0, 0.30); */
  z-index: 100;
  content: ' ';
}

.background-footer { /* #2f4651 BASIC */
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(255,166,210);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255,166,210,0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.texture-overlay-footer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/grid.png);
}
section.parallax-footer.site{
	background-image: url(../images/background.jpg);
	min-height: 490px;
}

ul.anhminh-footer {
  list-style: none;
  padding: 0;
/*  margin-top: 7%; */
  margin-left: 3%;
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
  padding-bottom: 15px;
}

.anhminh-footer li {
  padding-left: 1.3em;
  margin-bottom: 2%;
  font-size: 15px;
  line-height: 30px;
  color: white;
}
/*ul.anhminh-footer li:before {
  content: "\f058";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  color: #33ffff;
}*/

ul.anhminh-footer li:before {
  content: url('../images/icon.png');
  display: inline-block;
  margin-left: -1.3em;
  margin-right: 4px;
}
/*ul.anhminh-footer li a:focus, a:hover{color: crimson !important; font-weight: bold;}*/