/* Footer */
.footer-news:nth-child(1) {width: 31.6666666667%;}
.footer-news:nth-child(2) {width: 12.5%;}
.footer-news:nth-child(3) {width: 33.75%;}
.footer-news:nth-child(4) {width: 100%;margin-top: 20px;}
.footer-ul {}
.footer-ul li{position:relative;padding-left:15px;}
.footer-ul li:after{position:absolute;content:'';background: #fff;width: 5px;height: 5px;left: 0;top: 50%;transform: translateY(-50%);border-radius: 50%;}
.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/bg-ft.webp);
    background-size: cover;
    padding-bottom: 10px !important;!i;!;
}

.title-footer {
    margin-bottom: .75rem;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    font-family: 'Poppins';
    padding-bottom: 5px;
    position: relative;
}

.title-footer:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: 0;
}
/* Tags */
.title-tags {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	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 {
	background: transparent;
	padding-top: 15px;
}
.logo-ft {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.company-ft {
    color: rgba(255, 0, 0, 0.50);
    text-shadow: 0px 0px 14.778px #F00;
    -webkit-text-stroke-width: 0.7916666865348816px;
    -webkit-text-stroke-color: #FFBCBC;
    font-family: "SVN-Neutraface 2";
    font-size: 55.643px;
    font-weight: 900;
    margin-left: 10px;
    text-transform: uppercase;
}
.box-fanpage {
    border: 1px solid #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-fanpage {
    height: 183.982px;
    width: 20px;
    /* transform: rotate(-90deg); */
}

.title-fanpage span {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 700;
    white-space: nowrap;
    transform: rotate(-90deg) translate(-125px,10px);
    display: block;
}
.frame-fanpage{
    width: calc(100% - 40px);
}
.social-footer {}
.social-footer li{
    margin-bottom: 10px;
    padding: 5px;
    padding-right: 10px;
    border: 1px solid #fff;
    border-radius: 30px;
}
.social-footer li a{color:#fff;}