﻿/*
 * Row with equal height columns
 *  http://getbootstrap.com.vn/examples/equal-height-columns/equal-height-columns.css
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}