.site-footer {
background-image: url(https://speegologistic.com/wp-content/themes/hvg-theme/css/images/ft-bg.png);
background-size: cover;
background-repeat: no-repeat;
padding-top: 60px;
}
.ft-row {
display: flex; justify-content: space-between;
}
.ft-col li,
.ft-col li a {
color: #fff;
font-weight: 500;
}
.ft-col-1 {
max-width: 360px;
}
.ft-col-1 {
display: flex;
flex-direction: column;
gap: 28px;
}
.ft_sologan p {
color: #fff;
}
.ft-col-4 {
max-width: 312px;
}
.ft-col .widget-area .widget-title {
color: #fff;
font-size: 22px;
font-weight: 800;
margin-bottom: 28px;
}
.box_address.ft_menu,
#menu-ve-speego,
#menu-dich-vu,
.ft-col .widget-area ul {
margin-left: 0;
list-style: none;
padding-left: 0;
}
.ft-col .widget-area ul li {
margin-bottom: 24px;
}
.ft-col .widget-area ul a {
text-decoration: none;
}
.box_address li {
margin-bottom: 20px;
position: relative;
padding-left: 32px;
}
.box_address li.ft_phone::before,
.box_address li.ft_email::before,
.box_address li.ft_website::before {
content: "";
top: 0;
left: 0;
width: 24px;
height: 24px;
position: absolute;
background-repeat: no-repeat;
}
.box_address li.ft_phone::before {
background-image: url(https://speegologistic.com/wp-content/themes/hvg-theme/css/images/telephone.svg);
}
.box_address li.ft_email::before {
background-image: url(https://speegologistic.com/wp-content/themes/hvg-theme/css/images/message.svg);
}
.box_address li.ft_website::before {
background-image: url(https://speegologistic.com/wp-content/themes/hvg-theme/css/images/website.svg);
}
.ft-col-4 ul li {
position: relative;
padding-left: 28px;
}
.ft-col-4 li::before {
content: "";
left: 0;
top: 0;
background-image: url(https://speegologistic.com/wp-content/themes/hvg-theme/css/images/pin-map.svg);
background-size: cover;
width: 24px;
height: 24px;
position: absolute;
}
.absolute-footer { align-items: center;
justify-content: space-between;
padding-top: 20px;
padding-bottom: 5px;
border-top: solid 1px rgba(255, 255, 255, 0.12);
margin-top: 30px;
}
.box-mxh ul {
list-style: none;
margin-left: 0;
display: flex;
gap: 20px;
padding-left: 0;
justify-content: flex-end;
}
.ft-col-4 ul li{
font-weight: 400;
}
@media screen and (max-width:768px) {
.ft-row{
flex-direction: column;
gap: 30px;
}
.ft-col-4,.ft-col-3{
width: 100%;
}
.absolute-footer-text{
text-align: center;
}
.box-mxh ul{
justify-content: center;
}
}