@charset "UTF-8";
body, html {
    height: 100%;
}
body {
  color: #767676;
  font-size: 14px;
}
a, a:focus, a:active, a:link, img {
  outline: none;
  text-decoration: none;
  color: #be1929;
}
a:hover {
  color: #1f0e10;
}
p {color: #767676;}
.page-bg-main {
  background-size: cover;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .page-bg-main {
    background: url(../images/bg1.jpg) no-repeat center center;
  }
}
.block-detail {
  padding: 50px 0 20px 0;
}
.logo {margin-bottom: 90px;}
.unit-box {margin-bottom: 30px;}
.unit-box a {
  background: url(../images/box-bg.png) no-repeat scroll center center #fff;
  border-radius: 25px;
  box-shadow: inset 0 -8px 0 0 rgba(0,0,0,0.25);
  display: inline-block;
  padding: 25px;
  width: 100%;
}
.sub-logo {
    margin-bottom: 20px;
}
h4.title {
    border-bottom: 2px solid #ff0000;
    display: inline-block;
    line-height: 36px;
    font-size: 20px;
    text-transform: uppercase;
}
h4.title:hover {
  border-color: #1f0e10;
}
span.link {
  font-size: 18px;
  font-weight: 500;
  color: #b7222e;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.link img {margin-left: 5px;}

@media (max-width: 767px) {
  .page-bg-main {
    background: url(../images/bg1-mobile.jpg) no-repeat center center;
  }
}
