.absolute-footer{
	display: none;
}
.list-contact-footer{
	margin-bottom: 0;
}
.list-contact-footer .item{
	list-style: none;
	position: relative;
	margin: 0;
	font-size: 18px;
	line-height: 28px;
	color: #053A4B;
	display: flex;
	padding-left: 30px;
	align-items: center;
	margin-bottom: 10px;
}
.list-contact-footer .item span{
	margin-right: 10px;
}
.list-contact-footer .item a{
	color: #053A4B;
}
.list-contact-footer .item.hotline a{
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}
.list-contact-footer .item.hotline::before{
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	background: url(../../img/phone-footer.png) no-repeat;
	width: 19px;
	height: 19px;
}
.list-contact-footer .item.mail::before{
	content: "";
	position: absolute;
	left: -3px;
	top: 6px;
	background: url(../../img/email-footer.png) no-repeat;
	width: 25px;
	height: 25px;
}
.app-download .list-app-footer{
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.app-download .list-app-footer .item{
	list-style: none;
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-right: 20px;
}
.isocal-app .list-isocal-footer{
	margin-bottom: 0;
	display: flex;
	align-items: center;
}
.isocal-app .list-isocal-footer .item{
	list-style: none;
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	margin-right: 20px;
}
.widget-footer .head-widget-footer{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #053A4B;
	margin-bottom: 20px;
}
.widget-footer .item-widget, .widget-footer .item-widget a{
	font-family: 'Rubik';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color: #053A4B;
    margin-bottom: 8px;
}
.widget-footer .item-widget a:hover{
	color: var(--Mau_2);
}
.widget-footer .layout-col{
	display: flex;
	margin-right: -12px;
	flex-wrap: wrap;
}
.widget-footer .layout-col .item-widget{
	width: calc(50% - 12px);
	margin-right: 12px;
}
.top-footer{
	border-bottom: 1px solid #a0cf774d;
}
.bottom-footer{
	margin-top: 30px;
}
.mw300{
	max-width: 300px;
}
.copyright{
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: #484554;
}
.footer-custom{
	padding-bottom: 0 !important;
}
.image-mask-footer{
	background: #ffffff;
}
.image-mask-footer{
	margin-top: -65px;
}
.image-mask-footer img{
	position: relative;
	top: -2px;
}
