footer {
  background: #ED2024;
  padding: 10px 0;
  position: relative;
}
.logochay {
  height: 70px;
  background-color: #BD0000;
  background-image: url('../images/logochay.png');
  background-repeat: repeat-x;
  background-position: center;
	
}

#footer .container {
  display: flex;
  gap: 20px;
  margin: 20px auto;
}

.col p {
  color: #fff;
  text-align: justify;
  margin: 10px auto;
}
.tieudeft{
display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
 
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.tieudeft span{
	
 color: #ff0;
	
}
.tieudeft i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.icon1ft{
	background: url(../images/725f01201be35e7e2ba9067a2efcb2dc.png) no-repeat center;
	
}
.icon2ft{
	background: url(../images/3b4931d2d583b94fbc156f4627477cb0.png) no-repeat center;
	
}


.ftmenu{
	margin: 5px 0 0;
  padding: 0;
  list-style: none;
	
}

.ftmenu a {
  display: block;
  color: #fff;
  transition: all 0.3s;
}
.ftmenu li {
  padding: 10px 0;
  border-bottom: 1px dotted #c91321;
}

.ftmenu a:hover {
  padding-left: 10px;
  color: #ff0;
  text-decoration: none;
}

.ftmenu a:hover::before {
  background-color: #ff0;
}


.ftmenu a::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  background-color: #fff;
  -webkit-mask: url(../images/Arow1-50.svg) no-repeat center;
  vertical-align: text-bottom;
}

.pfooter {
  margin:
20px auto !important;
}
#footer .col {
  margin:
0 20px;
}


@media screen and (max-width: 767px) {
#footer .container {
  flex-direction: column;
	
}
	#footer .container img {
		width: 80%;
		margin: 20px;
	}	
	
	.col {
  text-align: center;
}
	.ng-scope {
  text-align: left;
}
	
}





