.footer{
  background: #f5f5f5;
  border-top: 1px solid #ededed;
  margin-top: 50px;
  padding: 40px 0 0px 0;
}
.footer .footer-center {
  padding-bottom: 18px;
}
.footer .footer-center .item{
  float: left;
  font-size: 13px;
}
.footer .footer-center .item .title{
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'UtmAvoBold';
  min-height: 24px;
}
.footer .footer-center .item .title:after{
  width: 53px;
  height: 1px;
  content: "";
  background-color: var(--color-main);
  display: block;
  margin-top: 5px;
  
}
.footer .footer-center .item.item-foo2 .title:after{
  height: 0px;
  
}
.footer .footer-center .item .main{
  margin-top: 30px;
  padding-right: 10px;
}
.footer .footer-center .item .main div{
  padding-bottom: 10px;
  
}
.footer .footer-center .item .main .map{
  width: 152px;
  height: 54px;
}
.footer .footer-center .item .main .add{
  background: url(icon-add.png) left 3px no-repeat;
  padding-left: 24px;
}
.footer .footer-center .item .main .tell{
  background: url(icon-tell.png) left 3px no-repeat;
  padding-left: 24px;
}
.footer .footer-center .item .main .mail{
  background: url(icon-mail.png) left 6px no-repeat;
  padding-left: 24px;
}
.footer .footer-center .item .main .web{
  background: url(icon-web.png) left 4px no-repeat;
  padding-left: 24px;
}
.footer .footer-center .item .main .fax{
  background: url(icon-tell.png) left 3px no-repeat;
  padding-left: 24px;
}
.footer .footer-center .item .main .tell span{
  font-weight: bold;
}
.footer .footer-center .item.item-foo1{
  width: 70%;
}
.footer .footer-center .item.item-foo2{
     width: 46%;
  padding-right: 20px;
}
.footer .footer-center .item.item-foo4{
    width: 40%;
  padding-right: 20px;
}

.footer .footer-center .item.item-foo3{
  width: 14%;
  margin-top: -28px;
}
.footer .footer-center .item.item-foo3 .title{
    font-size:12px;
}
.footer .footer-center .item.item-foo3 div{
  padding: 0;
}
.footer .footer-center .item.item-foo3 .khungAnh:before{
  padding-bottom: 100%;
}
.footer .footer-center .item.item-foo3 .khungAnh{
  width: 33px;
  height: 33px;
  float: left;
  margin-bottom: 5px;
  
}
.footer .footer-center .item.item-foo3 ul{
  padding: 0;
  margin: 0;
}
.footer .footer-center .item.item-foo3 ul li{
  display: block;
  clear: both;
  height: 100%;
}
.footer .footer-center .item.item-foo3 ul li span{
  padding-left: 14px;
  line-height: 34px;
}
.footer .footer-web {
  background-color: var(--color-main);
  color: #fff;
  padding: 13px 0;
  font-size: 12px;
}
.footer .footer-web .left{
  float: left;
  width: 70%;
}
.footer .footer-web .left p{
  float: left;
  padding-right: 5px;
}
.footer .footer-web .left p span{
  text-transform: uppercase;
  color: #fff;
}
.footer .footer-web .left span{
  display: inline-block;
  color: #aee1ff;
}
.footer .footer-web .right{
  width: 30%;
  float: right;
  text-align: right;
}
.footer .footer-web .right .online{
  background: url(sum1.png) left 4px no-repeat;
  display: inline-block;
   padding-left: 25px;
}
.footer .footer-web .right .truycap{
  background: url(sum2.png) left 2px no-repeat;
  display: inline-block;
  margin-left: 35px;
  padding-left: 25px;
}

.footer .footer-foo {
  background: #838383;
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
  z-index: 9999;
  border-top: 1px solid #fff;
}
.footer .footer-foo .hotline{
  background: url(icon-hotro.png) 90px 8px  no-repeat;
  float: left;
  padding: 13px 0;
  padding-left: 135px;
  background-color: #de0707;
  color: #fff;
    font-family: 'Roboto-Bold';
  font-size: 20px;
  position: relative;
  padding-right: 20px;
  margin-right: 25px;
  width: 280px;
  float:left;
}
.footer .footer-foo .tell-foo{
  width: calc(100% - 310px);
   float:left;
  line-height: 45px;
  padding-left: 25px;
}
.footer .footer-foo .hotline:after{
  height: 100%;
  width: 18px;
  background: url(icon-after.png);
  content: "";
  display: block;
  position: absolute;
  right: -18px;
  top: 0;
  background-size: cover;
}
.footer .footer-foo .tell{
  display: inline-block;
  color: #fff;
    font-family: 'Roboto-Bold';
font-size: 20px;
  background: url(icon-foo.png) no-repeat 0px 17px;
  padding-left: 20px;
  padding-right: 40px;
  color: #fff000;
}
.footer .footer-foo .tell span{
    color: #fff;
}
.footer .footer-foo .tell:last-child{
  padding-right: 0px;
  
}
.footer .footer-foo .tell a[href^="tel:"] {
  color: #fff000;
  text-decoration: none;
}
.icon-top{
  position: fixed;
  right: 20px;
  bottom: 100px;
  z-index: 100;
  cursor: pointer;
}













