/* Footer */
.footer-news:nth-child(1) { width: 33.333333%; /* 400/1200 */}
.footer-news:nth-child(2) {  width: 63.75%; /* 765/1200 */}
.footer-news:nth-child(3) { width: 15.8333333333%;}
.footer-news:nth-child(4) {width: 22.9166666667%;}
.footer-ul {}
.footer-ul li{position:relative;padding-right: 13px;margin-right: 10px;display: inline-block;}
.footer-ul li:after{position:absolute;content:'';background: #ffffff8a;width: 1px;height: 15px;right: 0;top: 4px;}
.footer-ul li:last-child::after{display:none;}
.footer-ul li a{
    color: #fff;
}
.footer-ul li a:hover{color:#ffef00;}
.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: 245px;border-radius: 50px;}

.footer-article {
    overflow: hidden;
    background-image: url(../images/bgft.png);
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}
.footer-article .wrap-content {
	padding: 40px 0 10px 0;
}
.title-footer {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: #fff;
    padding-left: 15px;
    position: relative;
}
.title-footer:after{
	content:'';
	position:absolute;
	background:#fff;
	height: 15px;
	width:3px;
	left:0;
	border-radius: 5px;
	top: 3px;
}
/* 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: #069AE1;
	border-top: 5px solid #EA0012;
}
.footer-powered .wrap-content{
	padding: 18px 0 18px 0;
	position: relative;
}
.copyright{
	color:#fff;
}
.copyright a{
		color:#fff;
}

.bottom-footer{
    background: rgb(13 167 214 / 50%);
    border-radius: 20px;
    padding: 25px;
}
.title-chinhsach{
	font-size:15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.top-footer{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.map-footer{
	width: 46.013072%; /* 352/765 */
}
.title1-footer{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: -5px;
}
.logo-ft{
	display:block;
	margin-bottom: 15px;
}
.name-footer{
	font-size:30px;
	color:#FFEF00;
	font-weight: 800;
	margin-bottom: 10px;
}
.social-footer{
	align-items:center;
}
.social-footer li:first-child{
	margin-right:10px
}
.fanpage-footer{
	width: 46.013072%; /* 352/765 */
}
.scrollToTop1{
	position:absolute;
	top: -1px;
	left: calc(50% - 65px);
	cursor: pointer;
}