/* Footer */
p.copyright {
    color: #0047AD;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom:0;
}
.btn-zalo {
    background: #4caf50;
    width: 100%;
}  
.mt-call a {
    display: block;
    /* width: 100%; */
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border: none;
    font-size: 14px;
    margin-right: 5px;
    width: calc(50% - 5px);
    line-height: 1.2;
    text-align: left;
}

.btn-hotline {
    background: -webkit-linear-gradient(top, #ffa795, #ee4d2d);
}

.mt-call a img {
    width:30px;
    margin-right: 10px;
    animation: blink 1s infinite linear;
}

.mt-call {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.btn-hotline {
    background: -webkit-linear-gradient(top, #ffa795, #ee4d2d);
}

.mt-call a img {
    margin-right: 10px;
    animation: blink 1s infinite linear;
}
.footer-news{
	background: #fff;padding: 20px;border-radius: 10px;
} 
.footer-news:nth-child(2) {width: 33%;background: #EE4E2E;padding: 25px;border-radius: 10px;color: #fff;}
.footer-news:nth-child(3) {width: 40%;}
.footer-news:nth-child(4) {width: 22%;}
.footer-news:nth-child(5) {width: 33%;margin-top: 30px;}
.footer-news:nth-child(6) {width: 64%;padding: 5px;margin-top: 30px;}
.footer-ul {}
.footer-ul li{position:relative;padding-left:15px;}
.footer-ul li:after{position:absolute;content:'';background: #000;width: 3px;height: 3px;left: 0;top: 50%;transform: translateY(-50%);}
.footer-ul li a{
    font-size: 18px;
}
.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: 250px;}
.title-company {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.footer-article {
    overflow: hidden;
    background: url(../images/bgtc.png) no-repeat center bottom;
}
.footer-article .title-main-home{
	margin-bottom:35px;
}
.footer-article .title-main-home p:after{
	position:absolute;
	content:'';
	bottom: -7px;
	left:0;
	width:70px;
	height:2px;
	background:var(--color-main);
}
.title-footer {
    margin-bottom: .75rem;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(0 71 173);
}
/* 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: #f1f1f1;
}

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;
}