/* Footer */
.footer-news:nth-child(1) { width: 23.75%; /* 285/1200 */}
.footer-news:nth-child(2) {width: 26.25%; /* 315/1200 */ margin-top: 50px;}
.footer-news:nth-child(3) {width: 23.3333334%; /* 220/1200 */margin-top: 50px;}
.footer-news:nth-child(4) {width: 23.3333334%; /* 280/1200 */margin-top: 50px;}
.logo-ft{
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.name-footer{
	text-align: center;
	color: #f9342e;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.info1-footer{
	-webkit-line-clamp: 2 !important;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.footer-ul {}
.footer-ul li{position:relative;width: 100%;}

.footer-ul li a{
    color: #fff;
    border-bottom: 1px solid #333333;
    display: block;
    padding-bottom: 5px;
}
.footer-ul li:last-child a{
	border-bottom:none;
}
.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) center no-repeat;
    color: #fff;
    background-size: cover;
}
.footer-article>.wrap-content{
	padding:50px 0 70px 0;
}

.title-footer {
    margin-bottom: .75rem;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: #fff;
    position: relative;
    padding-bottom: 10px;
}
.title-footer:after{
	content:'';
	position: absolute;
	background: #fff;
	left:0;
	bottom:0;
	height: 3px;
	width: 36px;
}

/* 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 {text-align: center;padding: 15px 0;}
.map-footer{
	padding: 0 30px;
	max-width: 1920px;
	margin: auto;
}
.copyright a{
	color: #fff;
}
.copyright img{
	margin-left:15px
}