.full-footer {
	position: relative;
  background-color: #fce7de;
  padding: 100px 0 0;
}	
.row-ft{
	justify-content: space-between;
}
.ft-logo{
	margin-bottom: 24px;
	max-width: 200px;
}
.ft-title {
	font-size: 22px;
	margin: 20px 0;
	color: #385469;
}
.footer-box-1{
	font-weight: 500;
}
.footer-box-1 p{
	max-width: 76%;
}
.ft-hotline {
	font-size: 26px;
	display: block;
	margin-top: 25px;
}
.ft-hotline i {
	background-color: #F37021;
	border-radius: 100%;
	width: 34px;
	height: 34px;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
	font-size: 20px;
}
.footer-box ul{
	list-style: none;
	padding: 0;
}
.footer-box ul li {
	font-size: 16px;
	display: block;
}
.footer-box-2 {
	padding-right: 50px;
}
.footer-box-2 .footer-content {
	display: flex;
}
.footer-box-2 .footer-content ul {
	width: 50%;
}
.ft-mxh {
	margin-top: 20px;
}
.ft-mxh h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 15px;
	font-style: italic;
}
.ft-mxh-icon a{
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin-right: 12px;
}
.ft-mxh-icon a {
	width: 36px;
	height: 36px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	margin-right: 12px;
	background-color: #fff;
	font-size: 20px;
}
.ft-mxh-icon a .fa-facebook{
	color: #3D6AD6;
}
.ft-mxh-icon a .fa-twitter{
	color: #03A9F4;
}
.ft-mxh-icon a .fa-youtube-play{
	color: #F61C0D;
}
/**/

.list-ft-gall {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}
.list-ft-gall a {
  border-radius: 10px;
}
.list-ft-gall a img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: .3s all;
  border-radius: 10px;
}
.list-ft-gall a:hover img {
  transform: scale(1.1);
}
/**/
.full-footer-bottom {
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
	border-top: 1px solid rgba(217, 217, 217, 0.20);
	margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
	.ft-logo {
		margin-bottom: 20px;
	}
	.footer-box-2 {
		padding-right: 0;
		padding-left: 0;
	}

}
@media only screen and (max-width: 990px) {
	.full-footer{
		padding-top: 50px;
	}
}
@media only screen and (max-width: 768px) {
	.footer-wrap .col-mb {
		width: 50%;
	}
	.footer-wrap .col-mb:first-child {
		width: 100%;
	}
	.ft-mxh {
		margin-top: 10px;
	}
	.footer-box ul li {
		margin-bottom: 10px;
	}
	.footer-box-2, .footer-box-3 {
		padding-top: 20px;
	}
	.footer-box-2 .ft-title {
		margin-bottom: 20px;
	}
	.full-footer-bottom {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.full-row.full-footer {
		padding: 40px 0 0;
	}
	.footer-wrap .col-mb {
		width: 100%;
	}
	.footer-box{
		margin-bottom: 10px;
	}
	.ft-contact img {
		margin-right: 5px;
		width: 15px;
	}
	.ft-hotline {
		font-size: 22px;
		margin-top: 20px;
	}
	.footer-box .ft-title {
		margin-bottom: 10px;
		margin-top: 0;
	}
	.footer-box ul li {
		 font-size: 14px; 
	}
	.footer-box-3 {
		 padding-top: 0; 
	}
}