.box-image {
  position: relative;
  background-size: 100%;
  min-height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .box-image {
      background-attachment: unset; } }
  .box-image img {
    max-width: 100%; }
  .box-image .text {
    color: white;
    font-size: 3rem; }

.about-us {
  position: relative;
  padding: 60px 0px;
  background-color: #F5F5F5; }
  .about-us .container {
    max-width: 760px; }
  .about-us .head {
    font-weight: normal;
    color: #006ea1; }
  .about-us .detail {
    line-height: 1.8; }
  .about-us .img-border-top {
    position: absolute;
    top: -95px;
    width: 100%; }
    .about-us .img-border-top img {
      max-width: 100%;
      width: 100%;
      height: 100px; }
  .about-us .img-border-bottom {
    position: absolute;
    bottom: -95px;
    width: 100%; }
    .about-us .img-border-bottom img {
      max-width: 100%;
      width: 100%;
      height: 100px; }

.our-brands {
  padding: 100px 0px 60px;
  position: relative; }
  .our-brands .head {
    font-weight: normal;
    color: #006ea1; }
  .our-brands .list-img {
    margin-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    @media (max-width: 767.98px) {
      .our-brands .list-img {
        max-width: 400px;
        margin: auto; } }
    @media (max-width: 575.98px) {
      .our-brands .list-img {
        max-width: 450px !important;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    .our-brands .list-img img {
      max-width: 158px; }
      @media (max-width: 1199.98px) {
        .our-brands .list-img img {
          max-width: 130px; } }
      @media (max-width: 767.98px) {
        .our-brands .list-img img {
          padding: 10px;
          margin-bottom: 10px; } }
      @media (max-width: 575.98px) {
        .our-brands .list-img img {
          padding: 5px;
          width: 95px; } }

.franchise {
  margin: auto;
  color: white;
  min-height: 400px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 991.98px) {
    .franchise {
      background-attachment: unset; } }

.new_promotion {
  padding: 40px 0px; }
  .new_promotion .head {
    margin: 20px 0px;
    font-weight: bold;
    color: #006ea1;
    position: relative; }
    .new_promotion .head .hh {
      margin: auto; }
      @media (max-width: 575.98px) {
        .new_promotion .head .hh {
          max-width: 180px; } }
    .new_promotion .head .view {
      position: absolute;
      top: 0;
      right: 15px; }
  .new_promotion .list-box .box {
    color: black;
    text-decoration: none; }
    .new_promotion .list-box .box:hover .bottom .read-me .line {
      border-color: #707478; }
    .new_promotion .list-box .box:hover .bottom .read-me .te {
      color: #707478; }
    .new_promotion .list-box .box .image {
      margin-bottom: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end;
      -ms-flex-pack: center;
          justify-content: center;
      background-size: cover;
      background-position: top;
      height: 230px;
      position: relative;
      width: 100%;
      overflow: hidden; }
      .new_promotion .list-box .box .image img {
        max-width: 100%;
        max-height: 100%;
        width: 100%; }
    .new_promotion .list-box .box .text {
      margin-bottom: 10px;
      display: block;
      display: -webkit-box;
      height: 47px;
      margin: 0 auto;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (max-width: 767.98px) {
        .new_promotion .list-box .box .text {
          max-width: 450px;
          margin: auto; } }
    @media (max-width: 767.98px) {
      .new_promotion .list-box .box .bottom {
        max-width: 450px;
        margin: auto; } }
    .new_promotion .list-box .box .bottom .date {
      color: #006ea1;
      font-size: 0.9rem; }
    .new_promotion .list-box .box .bottom .read-me {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .new_promotion .list-box .box .bottom .read-me .line {
        border: 0;
        border-top: 1px solid #C7C7C7;
        width: 100%; }
      .new_promotion .list-box .box .bottom .read-me .te {
        color: #C7C7C7;
        padding-left: 10px;
        white-space: nowrap;
        cursor: pointer; }
        .new_promotion .list-box .box .bottom .read-me .te:hover {
          color: #707478; }
      .new_promotion .list-box .box .bottom .read-me:hover .line {
        border-color: #707478; }
      .new_promotion .list-box .box .bottom .read-me:hover .te {
        color: #707478; }

.btn-light.new-color.black {
  color: black;
  border-color: black; }

.btn-light.new-color.white {
  color: white;
  border-color: white; }
