.full-footer-box,
.footer-box {
    width: 100%;
    float: left;
}
.footer-box-1 {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}
.footer-box-2 {
    float: left;
    width: 29.5%;
    margin-right: 2%;
}
.footer-box-3 {
    float: left;
    width: 20%;
    margin-right: 2%;
}
.footer-box-4 {
    float: left;
    width: 20.5%;
    margin-right: 2%;
}
.footer-box-4 {
    margin-right: 0;
}
.full-footer-box-2 {
    background: #1b2c3e none repeat scroll 0 0;
    color: rgba(255, 255, 255, 0.8);
    padding: 80px 0;
}
.flogo {
    padding-bottom: 30px;
}
.footer-box p {
    line-height: 24px;
    margin-top: 10px;
}
.f-icon {
    padding-top: 15px;
}
.f-icon li {
    display: inline-block;
    background: #3f4d5b none repeat scroll 0 0;
    border-radius: 4px;
    height: 27px;
    line-height: 27px;
    margin-right: 5px;
    text-align: center;
    transition: all 0.7s ease 0s;
    width: 25px;
}
.f-icon li.facebook:hover {
    background: #314b7b;
}
.f-icon li.twitter:hover {
    background: #55ACEE;
}
.f-icon li.vk:hover {
    background: #1A638F;
}
.f-icon li.pinterest:hover {
    background: #BE091C;
}
.f-icon li.linkedin:hover {
    background: #006699;
}
.f-icon li img {
    vertical-align: middle;
}
.footer-box h5.f-title {
    margin: 25px 0 15px;
    padding-bottom: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.link li:before {
    content: url("images/f-angle-right.png");
    padding-right: 10px;
    vertical-align: middle;
}
.link li {
    display: block;
    padding: 6px 0;
    text-transform: capitalize;
}
.link li a {
    color: rgba(255, 255, 255, 0.8);
}
.lienhe li.fa-map-marker:before {
    content: url("images/f-map-marker.png");
    padding-right: 10px;
    vertical-align: middle;
}
.lienhe li.fa-mobile-phone:before {
    content: url("images/f-mobile-phone.png");
    padding-right: 10px;
    vertical-align: middle;
}
.lienhe li.fa-print:before {
    content: url("images/f-print.png");
    padding-right: 10px;
    vertical-align: middle;
}
.lienhe li.fa-envelope:before {
    content: url("images/f-envelope.png");
    padding-right: 10px;
    vertical-align: middle;
}
.lienhe li {
    padding-bottom: 15px;
}
.lienhe li a {
    color: rgb(44, 136, 214);
}
/** Full footer **/
.full-footer,
.footer {
    width: 100%;
    float: left;
}
.full-footer {
    background: #152331 none repeat scroll 0 0;
    padding: 30px 0;
    position: relative;
}
.full-footer .copyright {
    color: #777;
    margin: 0;
}
#show-sft, #hide-sft {
    float: right;
    font-size: 14px;
    margin: 0;
    text-align: right;
    cursor: pointer;
    margin-top: 5px;
    color: #fff;
}
#show-sft,
.active-sft #hide-sft {
  display: inline-block;
}
#show-sft.active-sft::before{
    content: "\f2d1";
}
#hide-sft,
.active-sft #show-sft {
  display: none;
}
/*Responsive*/
@media only screen and (max-width: 800px) {
	.full-footer-box-2 {
		padding: 20px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1010px) {
    .footer-box-1,
    .footer-box-2,
    .footer-box-3,
    .footer-box-4 {
        width: 48%;
    }
}
@media only screen and (max-width: 767px) {
	.footer-box h5.f-title {
		padding: 10px 0;
		margin: 0;
	}
    .footer-box-1,
    .footer-box-2,
    .footer-box-3,
    .footer-box-4 {
        width: 100%;
        text-align: center;
        margin: 0px 0;
    }
     .footer-box-1{
     	margin-bottom: 15px;
     }
}