a {
  color: #333;
}

a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.margin-0 {
  margin: 0;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-0 {
  margin-top: 0;
}

.mt-200 {
  margin-top: 200px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-50 {
  margin-top: 50px;
}

.pad-0 {
  padding: 0;
}

.pad-left-0 {
  padding-left: 0;
}

.pad-btm-0 {
  padding-bottom: 0;
}

.pad-btm-50 {
  padding-bottom: 50px !important;
}

.pad-top-0 {
  padding-top: 0;
}

.pad-top-100 {
  padding-top: 100px;
}

.pad-top-200 {
  padding-top: 200px;
}

.width-100 {
  width: 100% !important;
}

.height-100 {
  height: 100%;
}

.height-100vh {
  height: 100vh;
}

.relative {
  position: relative;
}

.line-height-25 {
  line-height: 25px;
}

.inline-block {
  display: inline-block;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: bold;
}

.font-weight-normal {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .auto-clear .col-lg-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-lg-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-lg-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-lg-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .auto-clear .col-md-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-md-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-md-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-md-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auto-clear .col-sm-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-sm-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-sm-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-sm-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .auto-clear .col-xs-1:nth-child(12n+1) {
    clear: left;
  }

  .auto-clear .col-xs-2:nth-child(6n+1) {
    clear: left;
  }

  .auto-clear .col-xs-3:nth-child(4n+1) {
    clear: left;
  }

  .auto-clear .col-xs-4:nth-child(3n+1) {
    clear: left;
  }

  .auto-clear .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
.logo {
  height: 50px;
}

.menu {
  margin-bottom: 0;
}
.menu li {
  display: inline-block;
  line-height: 50px;
  padding: 0 20px;
}
.menu li a {
  color: #2D2A26;
}
.menu li.active a {
  color: #CA3727;
  font-weight: bold;
}
.menu li .dropdown-item {
  color: #2D2A26 !important;
}

body {
  padding-top: 80px;
  font-family: "Questrial", sans-serif;
  color: #2D2A26;
}

section {
  padding: 50px 0;
}

.title {
  font-size: 48px;
  font-weight: bold;
}

textarea {
  resize: none;
  height: 150px;
}

#header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}

#footer {
  background: #2D2A26;
  color: #fff;
  padding: 15px 0;
}
#footer a {
  color: #fff;
}

.footer-left {
  float: left;
}

.footer-right {
  float: right;
}

.bg-red {
  background: #CA3727;
}

.text-white {
  color: #fff;
}

.relative {
  position: relative;
}

.btn-custom {
  background: #2D2A26;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #fff;
}
.btn-custom:hover {
  color: #fff;
}

.bg-grey {
  background-color: #F1F1F2;
}

.dropdown-menu {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  top: 100%;
  margin: 0;
}

.dropdown:hover > .dropdown-menu {
  display: block;
  top: 100%;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

.secondary-tab {
  border-bottom: 0;
}

.secondary-tab .nav-link {
  border-bottom: 0 !important;
  font-size: 12px !important;
}

.secondary-tab .nav-link.active {
  background: #CA3727;
  color: #fff !important;
  border-radius: 5px;
}

.dropdown-menu .dropdown-item:focus {
  background: #CA3727;
  color: #fff !important;
}

.product-bg {
  height: calc(90vh - 80px);
  background-image: url("../img/banner2.jpg");
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.product-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.5;
}
.product-bg .secondary-tab .nav-link:not(.active) {
  border: solid 1px #fff !important;
  background: rgba(50, 50, 50, 0.5);
}
.product-bg .secondary-tab .nav-link {
  border-radius: 5px;
  margin: 0 5px;
}

.product-container {
  margin-bottom: 30px;
}

.brand-section {
  padding: 30px 0;
}

.brand-logo {
  height: 50px;
  margin-bottom: 15px;
}

.type-section:nth-child(even) {
  background: #F1F1F2;
}

.modal-dialog {
  margin-top: 100px;
}

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal .product-title {
  margin-bottom: 30px;
  font-size: 20px;
}

.product-detail {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
}

.secondary-tab.text-white .nav-link {
  color: #fff !important;
}

.import-section {
  padding-top: 30px;
}

.brand-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.product-modal-toggle {
  cursor: pointer;
}

.sub-tab {
  display: inline-block;
  background: #fff;
  color: #2D2A26;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px;
  position: relative;
}

.sub-tab:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -9px;
}

.local-sub:after {
  right: 220px;
}

.import-sub:after {
  right: 0;
  left: 0;
  margin: auto;
}

.sub-tab span {
  cursor: pointer;
  padding: 0 15px;
}
.sub-tab span.active {
  color: #CA3727;
  font-weight: bold;
}

.arrow-left, .arrow-right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
}

.arrow-left {
  left: -5px;
}

.arrow-right {
  right: -5px;
}

.home-bg {
  height: calc(100vh - 80px);
  background-image: url("../web/banner.jpg");
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}
.home-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.7;
}

#about {
  background-image: url("../img/bg-about.png");
  background-size: contain;
}

.service {
  background-color: #F1F1F2;
}

.text-red {
  color: #CA3727;
}

.subtitle {
  font-size: 18px;
  font-weight: bold;
}

.service-img {
  height: 50px;
  margin-bottom: 30px;
}

.service-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.social-container img {
  width: 15px;
  margin-right: 15px;
}

.contact-title {
  color: #2D2A26;
  margin-bottom: 10px;
}

.custom-form .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.custom-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2D2A26;
}
.custom-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2D2A26;
}
.custom-form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2D2A26;
}

.nav-tabs .nav-link {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: solid 2px transparent;
}

.nav-tabs .nav-item {
  margin-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: transparent;
  color: #CA3727;
  border-bottom: solid 2px #CA3727;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: solid 2px;
  color: #CA3727;
}

.product-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
}

.nav-tabs {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #mobile-header {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 999;
  }

  .navbar-toggler {
    padding-right: 0;
  }

  .navbar-toggler:focus {
    outline: 0;
  }

  .navbar-toggler .icon-bar {
    background-color: #CA3727;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 4px;
  }

  .mobile-container {
    padding: 30px 30px 30px 15px;
    right: -100%;
    top: 50px;
    position: fixed;
    height: 100%;
    width: 225px;
    background-color: #2D2A26;
    z-index: 1000;
    min-height: 100%;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
  }

  .mobile-menu {
    list-style-type: none;
    padding-left: 0;
    text-align: right;
  }

  .mobile-menu-outer {
    padding: 0;
  }

  .mobile-container.slide {
    right: 0;
  }

  .mobile-menu li {
    display: block;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }

  .mobile-menu li.active a {
    font-weight: bold;
  }

  .mobile-menu a {
    color: #CA3727 !important;
  }

  body {
    padding-top: 50px;
    font-size: 12px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .title {
    font-size: 24px;
  }

  .logo {
    height: 40px;
  }

  .navbar {
    padding: 5px 15px;
  }

  .social-container img {
    margin-right: 0;
    margin-left: 15px;
  }

  #footer {
    text-align: center;
  }

  .modal-dialog {
    margin-top: 30px;
  }

  .local-sub:after {
    right: 60px;
  }
}

/*# sourceMappingURL=style.css.map */
