/* Footer */
img.transition-all.group-hover\:animate__bounceIn.lazy.loaded {}

ul.app-footer {
    position: fixed;
    bottom: 200px;
    right: 0;
    width: 60px;
    z-index: 1112;
}

ul.app-footer li {
    margin-bottom: 10px;
}
.footer-news:nth-child(1) {width: 25%;}
.footer-news:nth-child(2) {width: 20%;}
.footer-news:nth-child(3) {width: 20%;}
.footer-news:nth-child(4) {width: 25%;}
.footer-ul {}
.footer-ul li{position:relative;padding-left:15px;}
.footer-ul li svg{display:inline-block;}
.footer-ul li:after{position:absolute;content:'';background: #000;width: 3px;height: 3px;left: 0;top: 50%;transform: translateY(-50%);border-radius: 50%;}
.footer-news:nth-child(3) .footer-ul li{
	padding:0;
}
.footer-news:nth-child(3) .footer-ul li:after{display:none;}
.footer-ul li a{}
.footer-ul li a:hover{color:var(--color-main);}
.info-footer .flex-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.info-footer .flex-footer .box-footer .social-footer {
	display: flex;
	gap: 5px;
	margin: 10px 0px;
}
.info-footer .flex-footer .box-footer:nth-child(1) {
	width: 33.3%;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
	width: 40%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
	width: 25%;
}
.info-footer .flex-footer .title-footer {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 14px;
}
.info-footer .flex-footer .service-footer {
	margin-top: 20px;
}
.info-footer .flex-footer .service-footer ul {
	padding: 0px;
	margin: 0px;
}
.info-footer .flex-footer .service-footer ul li {
	list-style: none;
	padding: 5px 0px;
}
.info-footer a {
	color: #fff;
}
.footer-map{}
.footer-map iframe{width: 100%;height: 470px;}

.footer-article {
    overflow: hidden;
    background: url(../images/bgft.png) no-repeat top center;
    background-size: cover;
    padding-top: 135px;
    padding-bottom: 60px;
}

.title-footer {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: #2C2C2C;
    position: relative;
    padding-bottom: 5px;
} 
.title-footer:after{
	position:absolute;
	content:'';
	bottom:0;
	left:0;
	background: rgba(44, 44, 44, 0.30);
	width:45px;
	height:1px;
}
.title-footer1 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
} 
.name-footer {
    font-size: 32px;
    background: var(--Linear, linear-gradient(90deg, #036AEF 0%, #0149A5 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* Tags */
.title-tags {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #777;
}
.title-tags:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 3px;
	width: 30px;
}
.flex-tags {
	display: flex;
	gap: 5px;
}
.flex-tags a {
	color: #333;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	font-size: 0.8em !important;
	opacity: 0.8;
	padding: 2px 5px;
}
.flex-tags a:hover {
	background-color: #446084;
	border-color: #446084;
	color: #fff;
	opacity: 1;
}
.footer-powered {
	color: #fff;
	background: linear-gradient(90deg, #0149A5 0%, #036AEF 100%);
}
.footer-statistic span {
    padding: 0 5px;
}
a.lk {
    border: solid 1px #fff; 
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    display:none;
} 
a.lk i {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 5px;
}