/* Sticky footer styles
-------------------------------------------------- */
.footer {
  position: absolute;
  display: inline-flex;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  flex-wrap: wrap;
  height: auto;
  background-color: #f5f5f5;
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */


body > .footer {
  padding: 60px 0px 0;
}


.footer .footText {
    margin: 3px 0;
    line-height: 0.8;
    font-size: 12px;
}


.fContainer{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.footer .footText .footerLogo {
  margin: 5px 0px 0px 0px;
  font-weight:bold;
  text-align: left;
  font-size: 15px;
}
.footer .footText .footerLogoEng {
  margin: 5px 0;
  font-weight:bold;
  text-align: left;
  font-size: 12px;
}


.footer p {
  margin: 0px;
}





@media (min-width: 768px){
.footer .footText {
    margin: 3px 0;
    line-height: 1;
    font-size: 11px;
}


.footer .footText .footerLogo {
  margin: 0px 0px 0px 0px;
  font-weight:bold;
  text-align: center;
  font-size: 14px;
    padding: 10px 0px 0px;
    height: 10px;
}


.footer .footText .footerLogoEng {
  margin: 0px 0;
  font-weight: bold;
  text-align: center;
  font-size: 8px;
}


}


@media (min-width: 1200px){
  .footer .footText {
    margin: 5px 0;
    line-height: 0.5;
    font-size: 12px;
}


.footer .footText .footerLogo {
  margin: 15px 0px 0px 0px;
  font-weight:bold;
  text-align: center;
  font-size: 14px;
    padding: 0px 0px 0px;
    height: 10px;
}


.footer .footText .footerLogoEng {
  margin: 10px 0;
  font-weight:bold;
  text-align: center;
  font-size: 12px;
}


}