@charset "UTF-8";
body {
  font-family: "Source Sans Pro", sans-serif; }

header .top {
  font-size: 14px;
  background: #14181C;
  border-bottom: 1px solid  #999;
  line-height: 30px; }
  header .top .tel {
    color: white;
    font-weight: 400;
    font-size: 18px; }
  header .top .mail {
    color: white;
    font-weight: 400;
    font-size: 15px;
    border-left: 2px solid #990033;
    padding-left: 10px;
    margin-left: 10px; }
  header .top .social a {
    color: white;
    margin-left: 20px; }
  header .top .social a:hover {
    text-decoration: none;
    color: #990033; }
header .navbar {
  background: white;
  line-height: 60px; }
  header .navbar a.navbar-brand {
    margin: 0 !important;
    padding: 0; }
  header .navbar .nav-link {
    text-transform: uppercase;
    padding: 10px;
    transition: 0.3s ease-in-out;
    position: relative;
    display: inline-block; }
  header .navbar .active .nav-link:after {
    display: block;
    content: "";
    transform: scaleX(1);
    border-bottom: 2px solid #990033; }
  header .navbar .nav-link:after {
    display: block;
    content: "";
    transform: scaleX(0);
    transition: transform 300ms ease-in-out;
    border-bottom: 2px solid #990033; }
  header .navbar .nav-link:hover::after {
    transform: scaleX(1); }

section.slider {
  border-top: 1px solid #14181C;
  border-bottom: 1px solid #990033; }
  section.slider span {
    display: block;
    padding: 240px 0;
    color: white; }

section.info {
  line-height: 36px;
  color: white;
  font-size: 15px;
  text-align: center;
  background: #990033;
  border-bottom: 1px solid #990033; }

span.redLine {
  width: 32px;
  border-bottom: 3px solid #990033;
  display: block;
  content: ""; }

section.us p {
  margin: 10px 0;
  color: #666; }
section.us .img-main {
  border: 1px dashed #AAA;
  padding: 20px; }

.btn-danger, .btn-danger:hover, .btn-danger:focus {
  border-radius: 24px;
  border-color: #990033;
  background: #990033;
  transition: 0.2s ease-in-out;
  padding-left: 20px;
  padding-right: 20px; }

.btn-danger:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75); }

a.allProduct {
  padding: 5px 20px;
  border-radius: 2px;
  border-color: #990033;
  color: #990033;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #990033; }

a.allProduct:hover {
  background: #990033;
  text-decoration: none;
  color: white;
  border-color: #990033; }

section.download a:hover {
  text-decoration: none; }
section.download span {
  font-size: 22px; }
section.download .card {
  transition: 0.3s ease-in-out; }
section.download .card:hover {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75); }

section.sss h6 {
  color: #666;
  margin-top: 20px;
  font-size: 16px; }
section.sss p {
  color: #888;
  font-size: 14px; }

section.contactUs h6 {
  color: #666;
  margin-bottom: 0px;
  margin-top: 15px;
  padding: 0; }
section.contactUs h6:first-child {
  margin-top: 0px; }
section.contactUs small {
  color: #999;
  margin: 0;
  padding: 0; }
section.contactUs a {
  margin-right: 10px;
  color: #990033;
  font-size: 18px; }
section.contactUs i {
  margin-top: 10px; }
section.contactUs input:focus, section.contactUs textarea:focus {
  border-color: #990033; }

section.products .card {
  padding: 0; }
  section.products .card .card-block {
    padding: 12px 2px; }
  section.products .card .card-title {
    color: #444;
    font-size: 14px;
    padding: 0px;
    margin: 0; }
  section.products .card .card-text {
    padding: 8px;
    font-weight: 300; }

footer {
  background: #14181C; }
  footer h5 {
    color: white;
    font-size: 20px;
    margin: 10px 0; }
  footer p {
    margin: 10px 0;
    color: #666; }
  footer span.box {
    display: block;
    border: 1px solid #444;
    border-radius: 2px;
    margin: 8px 0;
    padding: 4px;
    color: #DDD; }
  footer ul {
    padding: 0;
    margin-top: 10px; }
    footer ul li {
      list-style: none; }
      footer ul li a {
        color: #CCC; }
      footer ul li a:hover {
        color: #990033; }
  footer i {
    margin-right: 14px;
    margin-top: 16px;
    color: #990033; }
  footer h6 {
    margin-top: 14px;
    margin-bottom: 0px;
    color: #666; }
  footer small {
    color: #CCC;
    font-size: 15px; }

section.legal {
  text-align: center;
  background: #29323a;
  color: #BBB;
  font-size: 13px;
  line-height: 32px; }
  section.legal a {
    color: #BBB; }
