/* Footer */
.footer-news:nth-child(1) {width: 25.833333%; /* 310/1200 */}
.footer-news:nth-child(2) {width: 30%; /* 360/1200 */padding-top: 40px;}
.footer-news:nth-child(3) {width: 18.333333%; /* 220/1200 */padding-top: 40px;}
.footer-news:nth-child(4) {width: 18%; /* 185/1200 */padding-top: 40px;}
.footer-ul {
    padding-left: 5px !important;
}
.footer-ul li{position:relative;padding-left:15px;}
.footer-ul li:after{position:absolute;content:'';background: #fff;width: 4px;height: 4px;left: 0;top: 50%;transform: translateY(-50%);border-radius: 50%;}
.footer-ul li a{
    font-size: 12px;
    color: #fff;
}
.footer-ul li a:hover{color: #EC921A;}
.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: var(--color-main);
}
.footer-article .wrap-content{padding: 35px 0 45px 0;color: #fff;}

.title-footer {
    margin-bottom: 50px;
    font-size: 16px;
    font-family: 'ARIALBD';
    text-transform: uppercase;
    --tw-text-opacity: 1;
}
/* 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: #790E07;
	color: #fff;
}
.footer-powered .wrap-content{
	padding: 13px 0;
}
.copyright{
    text-align: center;
    font-size: 12px;
}
.copyright span{}
.copyright a{
    color: #fff;
}

.logo-ft{
    display: block;
    margin-bottom: 25px;
}
.info1-footer{
    -webkit-line-clamp: 6 !important;
}
.name-footer{
    font-size: 16px;
    font-family: 'ARIALBD';
    padding-right: 50px;
    margin-bottom: 30px;
}
.time-footer{
    padding: 15px 10px;
    border: 1px solid;
    font-size: 13px;
    margin-bottom: 50px;
}
.title-time{
    font-family: 'ARIALBD';
}
.suport-footer{position: fixed;bottom: 0;right: 0;z-index: 2;}
.title-suport{width: 220px;text-align: center;height: 44px;border: 1px solid #fff;background: var(--color-main);color: #fff;line-height: 44px;font-size: 16px;font-family: 'ARIALBD';border-bottom: 0;}
.box-suport{display: none;background: #fff;padding: 10px;box-shadow: 0 0 10px rgb(0 0 0 / 40%);max-width: 220px;}
.items-suport{margin-bottom: 10px;}
.items-suport:last-child{
	margin-bottom:0;
}
.name-suport{font-size: 15px;font-family: 'ARIALBD';}
.desc-suport{

}