.header-content {
  text-align: center;
  background-image: url("../images/stock_bg.jpg");
  background-position: center center;
  background-size: cover; }
  .header-content h1 {
    color: #fff;
    margin-top: 70px;
    font-size: 40px; }
  .header-content h4 {
    font-size: 20px;
    padding: 0 10%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px; }

.stock {
  background-color: #fafafa; }
  .stock .list-stock {
    margin: 40px 0; }
    .stock .list-stock .item-stock {
      margin-bottom: 25px; }
      .stock .list-stock .item-stock img {
        width: 100%; }
    .stock .list-stock h3 {
      margin: 0;
      padding: 10px 0;
      text-align: center; }
      .stock .list-stock h3 span {
        color: #0077b3; }
    .stock .list-stock .full-stock {
      padding: 10px;
      font-size: 16px; }
      .stock .list-stock .full-stock span {
        color: #C01324; }
    .stock .list-stock .info-stock {
      background-color: #fff;
      border: 1px solid #eeeeee;
      height: 250px;
      position: relative; }
  .stock .counter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 0;
    background-color: #FFE57A; }
    .stock .counter h4 {
      text-align: center; }
    .stock .counter .list-count {
      text-align: center;
      color: #3993C0;
      font-size: 18px;
      display: flex;
      flex-direction: row;
      justify-content: center; }
    .stock .counter .count-item {
      position: relative;
      margin-top: 20px; }
      .stock .counter .count-item p {
        text-align: center;
        top: -20px;
        left: 0;
        right: 0;
        position: absolute;
        font-size: 12px;
        color: #333;
        margin: 0; }
      .stock .counter .count-item .time-count {
        font-size: 32px;
        color: #C01324;
        display: inline-block;
        padding: 2px 7px;
        border: 2px solid #C01324;
        border-radius: 5px; }
    .stock .counter .separator {
      margin: 20px 5px 0;
      line-height: 52px;
      font-size: 32px;
      color: #333; }
