/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

body {
  overflow-x: hidden;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */
@font-face {
  font-family: "Helvetica Neue";
  src: url("../webfonts/HelveticaNeueLTStd-Blk.eot");
  src: url("../webfonts/HelveticaNeueLTStd-Blkd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/HelveticaNeueLTStd-Blk.woff2") format("woff2"),
    url("../webfonts/HelveticaNeueLTStd-Blk.woff") format("woff"),
    url("../webfonts/HelveticaNeueLTStd-Blk.ttf") format("truetype"),
    url("../webfonts/HelveticaNeueLTStd-Blk.svg#HelveticaNeueLTStd-Blk")
      format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Neue-Light";
  src: url("../webfonts/HelveticaNeueLTStd-Lt.eot");
  src: url("../webfonts/HelveticaNeueLTStd-Ltd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/HelveticaNeueLTStd-Lt.woff2") format("woff2"),
    url("../webfonts/HelveticaNeueLTStd-Lt.woff") format("woff"),
    url("../webfonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"),
    url("../webfonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt")
      format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-Neue-Medium";
  src: url("../webfonts/HelveticaNeueLTStd-Md.eot");
  src: url("../webfonts/HelveticaNeueLTStd-Mdd41d.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/HelveticaNeueLTStd-Md.woff2") format("woff2"),
    url("../webfonts/HelveticaNeueLTStd-Md.woff") format("woff"),
    url("../webfonts/HelveticaNeueLTStd-Md.ttf") format("truetype"),
    url("../webfonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md")
      format("svg");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Helvetica-Neue-Medium", sans-serif;
  background: #141314;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue";
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 0;
  min-height: 40px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(255, 255, 255, 1);
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.navbar-brand img {
  float: left;
  background: #f01414;
  display: inline-block;
  padding: 20px 40px;
}
#header.header-fixed {
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 0;
  height: auto;
  transition: all 0.5s;
  top: 0;
}
.navbar {
  padding: 0;
}
.navbar-brand {
  padding: 0;
}
@media (max-width: 768px) {
  #header {
    padding: 0px 0;
    height: auto;
    top: 0;
    background: rgba(255, 255, 255, 1);
  }
  #header.header-fixed {
    padding: 0px 0;
    height: auto;
    background: rgba(255, 255, 255, 0.9);
  }
  .navbar-brand img {
    float: left;
    max-height: 60px;
    padding: 15px 20px;
  }
}
/* humberger
--------------------------------*/
.hamburger .line {
  width: 35px;
  height: 4px;
  border-radius: 25px;
  background-color: #fb0000;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}

#hamburger-menu.is-active .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-menu.is-active .line:nth-child(2) {
  display: none;
}

#hamburger-menu.is-active .line:nth-child(3) {
  margin-top: -7px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 992px) {
  #hamburger-menu {
    display: none;
  }
}

/*--------------------------------------------------------------
Navigation Menu
--------------------------------------------------------------*/
.logo {
  background: #f01414;
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Arial";
  color: #222;
  font-size: 16px;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #f01414;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
  margin: 0 15px;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #ea1d25;
}
.border-left {
  border-left: 2px solid #acacac;
}
.search-ico {
  color: #f01414;
}
.megamenu {
  position: static;
}

.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 100%;
}
.bg-white {
  background-color: #fff !important;
  padding: 15px 30px;
  top: 0px;
  position: relative;
}
.bg-white:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.bg-white h6 {
  padding: 10px 0;
  color: #ea1d25;
}
.bottom-10 {
  margin-bottom: 15px;
}
.megamenu .dropdown-menu {
  background: none;
  border: none;
  width: 70%;
  left: 30%;
}
.item-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 10px 0;
}
.item-dropdown img {
  display: block;
}
.item-dropdown a {
  display: inline-block;
  color: #363636;
}
.item-dropdown a:hover {
  color: #ea1d25;
  text-decoration: none;
}
.item-dropdown-mobile {
  margin-left: 35px;
  padding: 5px 0;
}
.item-dropdown-mobile ul {
  float: left;
}
.item-dropdown-mobile ul li {
  float: left;
}
.item-dropdown-mobile h6 {
  font-size: 12px;
  color: #ea1d25;
}
a.item-mobile {
  font-size: 13px;
  color: #363636;
  display: block;
  margin-bottom: 5px;
  margin-left: 15px;
}
a.item-mobile:hover {
  color: #ea1d25;
  cursor: pointer;
}
.navbar-nav .dropdown-item {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 992px) {
  #megamenu {
    display: none;
  }
}
@media (min-width: 992px) {
  #drop-down {
    display: none;
  }
}

@media (max-width: 768px) {
  .navbar-light .navbar-nav .nav-link {
    padding: 15px 0;
  }
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 107vh;
  /* background: url(../images/hero.jpg) center center; */
  background-size: cover;
  position: relative;
}

@media (min-width: 1025px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 1024px) {
  #hero {
    height: 80vh;
  }
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.truck-hero {
  margin-top: 4%;
  width: 100%;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.vert-logo-top {
  text-align: center;
  max-width: 100%;
}
#hero h3 {
  font-family: "Gotham Bold";
  margin: auto;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  color: #131515;
  max-width: 400px;
  text-align: left;
  float: right;
}
#hero h3 span {
  font-size: 48px;
}

@media (max-width: 768px) {
  #hero {
    height: 39vh;
  }
  #hero h3 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
  }
  #hero h3 span {
    font-size: 19px;
    color: #fff;
  }
  .truck-hero {
    padding: 0 15px;
  }
  .vert-logo-top {
    max-height: 80px;
  }
}

/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(
    0,
    0,
    0,
    0.9
  ); /* Black with a little bit see-through */
  z-index: 999;
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
  font-weight: bold;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type="text"] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type="text"]:hover {
  background: #f1f1f1;
  outline: 0;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ff674f;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* explore Section
--------------------------------*/
.divider-top {
  background-image: url(../images/divider-top.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 107px;
  width: 100%;
  margin-top: -106px;
  z-index: 99;
  position: absolute;
}
#explore {
  background-color: #141314;
  background-image: url(../images/produk-bg.png);
  background-position: left;
  background-attachment: ;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 130px 0 0 0;
}
.box-produk {
  margin-top: 30px;
}
#explore p {
  font-size: 16px;
  margin: 10px 0;
  max-width: 600px;
  color: #fff;
  font-family: "Helvetica-Neue-Light";
}
#explore h3 {
  font-size: 35px;
  margin: 0;
  color: #fff;
  font-weight: 900;
}
#explore h5 {
  font-size: 18px;
  margin: 0;
  color: #898989;
  font-weight: bold;
}
#explore h2 {
  font-size: 60px;
  margin: 0;
  line-height: 57px;
  font-family: "Helvetica Neue";
  color: #fff;
}
.p-slide {
  color: #898989 !important;
}
.icon {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  margin-top: 2%;
}
.icon p {
  font-weight: bold !important;
  color: #898989 !important;
}
.slide {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .icon {
    text-align: left;
  }
}
/* Dealer Section
--------------------------------*/
#dealer {
  background-color: #141314;
  background-image: url(../images/location-bg.jpg);
  background-position: center center;
  background-attachment: ;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}
#dealer h2 {
  font-family: "Helvetica Neue";
  color: #eaeaea;
  margin: 0;
  font-size: 70px;
}
#dealer h3 {
  color: #eaeaea;
  font-family: "Helvetica Neue";
  font-size: 50px;
}
#dealer h5 {
  color: #eaeaea;
  font-weight: bold;
  font-size: 30px;
}
#dealer p {
  color: #eaeaea;
  line-height: 27px;
  font-size: 14px;
}
.emblem {
  position: absolute;
  bottom: 0;
  right: 30px;
}
a.btn-red {
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  font-weight: bold;
  background: #ed1c24;
  outline: 0;
  border-radius: 0;
}
a.btn-red:hover {
  background: #d81018;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 992px) {
  .emblem {
    position: static;
    margin-bottom: 30px;
  }
}
/* Why Section
--------------------------------*/
#why {
  padding: 300px 0 600px;
  background-image: url(../images/deco-1.png);
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
.border-right {
  border-right: 1px solid #fff;
}
#why img {
  color: #fff;
  line-height: 100px;
  margin: 0;
}
#why h3 {
  font-size: 50px;
  font-family: "Helvetica Neue";
  color: #ed1c24;
  margin: 0;
  letter-spacing: 2px;
}
#why p {
  font-size: 20px;
  color: #8f8f8f;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  #why h2 {
    font-size: 120px;
    line-height: 100px;
    margin: 0 0 30px 0;
  }
  #why h3 {
    font-size: 40px;
  }
  .border-right {
    border-right: 0 !important;
  }
  #why {
    background-position: left -200px bottom;
  }
}
/* News Section
--------------------------------*/
#news {
  margin-top: 100px;
  padding-bottom: 200px;
  background-image: url(../images/deco-2.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}

.box-news {
  margin: 50px 0;
}
.news-img {
  display: block;
  width: 100%;
}
#news h4 {
  color: #ed1c24;
  text-align: center;
  font-family: "Helvetica-Neue-Light";
  font-size: 35px;
  line-height: 30px;
  margin: 0;
}
#news h3 {
  color: #fff;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 55px;
  margin: 0;
}
#news p {
  color: #bcbcbc;
  font-weight: bold;
  font-size: 20px;
  margin: 10px 0 0 0;
}
a.news-title {
  clear: both;
  font-size: 28px;
  display: inline-block;
  padding: 20px 0;
  color: #ff674f;
}
a.news-title:hover {
  color: #ed1c24;
  text-decoration: none;
}
.box-item-news {
  margin-bottom: 15px;
}
a.see-more {
  color: #b9b7b7;
  display: inline-block;
  transition: all 0.15s ease;
  outline: 0;
}

a.see-more:hover {
  color: #ff674f;
  text-decoration: none;
}
a.see-more i {
  color: #ff674f;
}
.slide-news {
  margin-top: 10%;
}
@media (max-width: 768px) {
  #news {
    background-position: right -250px bottom;
  }
}
/* footer Section
--------------------------------*/
.divider-bottom {
  background-image: url(../images/divider-bottom.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 123px;
  width: 100%;
  position: absolute;
  margin-top: -122px;
}
#footer {
  min-height: 200px;
  background: #111;
  position: relative;
  padding-top: 80px;
  width: 100%;
  color: #fff;
}
.footer-logo {
  max-height: 140px;
  margin-bottom: 30px;
}
#footer h6 {
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-weight: 700;
}
.footer-link ul {
  margin-left: -30px;
  font-size: 16px;
  font-family: "Helvetica-Neue-Light";
}
.footer-link li {
  list-style: none;
  margin-bottom: 10px;
}
.footer-link li a {
  color: #838383;
  display: inline-block;
}
.footer-link li a:hover {
  color: #ff674f;
  text-decoration: none;
}
.copy {
  font-family: "Helvetica-Neue-Light";
  font-size: 12px;
  text-align: center;
  background: #191818;
  width: 100%;
  padding: 20px 15px;
}
.copy span {
  color: #fff !important;
  padding: 0 0 0 0 !important;
}
.box-social {
  text-align: center;
  margin: 25px 0;
  font-size: 25px;
}
.social-icon {
  color: #fff;
  text-align: center;
}
.social-icons a {
  color: #fff;
  text-decoration: none;
}
.fa-facebook-f,
.fa-twitter,
.fa-instagram,
.fa-google-plus-g {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0 10px;
}
.fa-facebook-f:hover {
  color: #3d5b99;
}
.fa-twitter:hover {
  color: #00aced;
}
.fa-instagram:hover {
  color: #d81d6c;
}
.fa-google-plus-g:hover {
  color: #e25714;
}

@media (max-width: 768px) {
  .copy {
    font-size: 12px;
    padding: 25px 15px;
    text-align: center;
  }
}

/* Tentang Page
--------------------------------*/
#banner {
  background-blend-mode: saturation;
  background-color: rgba(0,0,0,0.5);
  background-image: url(../images/banner_new.jpg);
  background-position: center center;
  background-attachment: ;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 150px 0;
  margin-top: 70px;
  min-height: 300px;
}
.highlight {
  background-color: #fff;
  background-image: url(../images/bg-highlight.jpg);
  background-position: bottom center;
  background-attachment: ;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
}
@media only screen and (max-width: 400px) {
  .highlight {
    padding: 50px 0;
  }
}
.highlight p {
  color: #fff;
  font-family: "Helvetica-Neue-Light";
}
#banner h3 {
  color: #fff;
  font-family: "Helvetica Neue";
}
.highlight h2 {
  font-family: "Helvetica Neue";
  color: #fff;
}
.highlight h2 span {
  font-family: "Helvetica-Neue-Light";
}
.content {
  background: #fff;
  padding: 100px 0 150px 0;
  width: 100%;
}
.box-item-tentang {
  background: #ebebeb;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 40px;
  min-height: 280px;
  margin-bottom: 30px;
}
.box-item-tentang h4 {
  font-family: "Helvetica Neue";
  color: #555;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.box-item-tentang p {
  font-family: "Helvetica-Neue-Light";
}

@media (max-width: 768px) {
  #banner {
    margin-top: 40px;
  }
}

/* Sukucadang Page
--------------------------------*/
.content-tab {
  background: #fff;
  padding: 100px 0 0;
  width: 100%;
}
.btn-src-dark {
  background: #636363;
  color: #fff;
  padding: 5px 12px;
  line-height: 1.2;
  margin-left: 3px;
  outline: 0;
}
@media (max-width: 768px) {
  .top-30 {
    margin-top: 30px;
  }
}
/* News Page
--------------------------------*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  margin-bottom: 30px;
}
.card-wrap {
  padding: 30px;
}
a.card-title {
  text-align: justify;
  margin-bottom: 20px;
  color: #303030;
  text-decoration: underline;
  font-family: "Helvetica Neue";
  font-size: 27px;
  outline: 0;
  display: inline-block;
}
.card-title:hover {
  color: #fb0000;
}
.card-text {
  font-size: 13px;
  color: #73706d;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  -webkit-box-shadow: 10px 10px 38px -22px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 10px 10px 38px -22px rgba(0, 0, 0, 0.55);
  box-shadow: 10px 10px 38px -22px rgba(0, 0, 0, 0.55);
}
.card-img {
  width: 100%;
  border-radius: 0;
}
.text-block {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  min-width: 115px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  background: #000;
  color: #fff;
  font-size: 11px;
  text-align: center;
  height: 20px;
}
.bg-side {
  width: 100%;
  background: #303030;
  border-radius: 5px;
  color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.bg-side h5 {
  font-family: "Helvetica Neue";
  margin-bottom: 15px;
}
ul.link-side {
  margin-left: -23px;
}
ul.link-side li {
  font-size: 13px;
  margin-bottom: 15px;
  list-style-image: url(../images/list-img.png);
}
ul.link-side li a {
  color: #fff;
  display: block;
}
ul.link-side li a:hover {
  color: #fb0000;
  text-decoration: none;
}
.has-search .form-search {
  padding-left: 10px;
}

.has-search .form-search-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  right: 46px;
}

/* News Detail Page
--------------------------------*/
.box-news-detail {
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
.box-news-detail img {
  width: 100%;
  margin-bottom: 30px;
}
.box-news-detail h3,
.box-news-detail h5 {
  font-family: "Helvetica Neue";
  color: #1a1a1a;
}
.box-news-detail p {
  font-size: 14px;
  color: #5c5c62;
  line-height: 22px;
}
.box-news-detail p span {
  font-style: italic;
}
.info-wrap {
  display: block;
  clear: both;
  width: 100%;
}
.box-info {
  padding: 0 15px 0 0;
  font-size: 12px;
  margin-bottom: 15px;
  float: left;
}
.box-info i {
  color: #ed1c24;
}
.share {
  clear: both;
  display: block;
  margin-bottom: 30px;
}
.box-share {
  display: block;
  clear: both;
  float: right;
}
.share-icon {
  color: #5c5c5c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #b5b5b5;
  display: inline-block;
  text-align: center;
}
.share-icon a {
  color: #5c5c5c;
  text-decoration: none;
  text-align: center;
  line-height: 29px;
  vertical-align: middle;
  position: relative;
}
fa-facebook,
fa-twitter-square,
.fa-pinterest,
.fa-google {
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fa-facebook:hover {
  color: #3d5b99;
}
.fa-twitter-square:hover {
  color: #00aced;
}
.fa-pinterest:hover {
  color: #ee2d34;
}
.fa-google:hover {
  color: #4f7fef;
}

.btn-post {
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  font-weight: bold;
  background: #ed1c24;
}
.btn-post:hover {
  background: #d81018;
  color: #fff;
}
.prev-news p {
  margin-bottom: 0;
}
.prev-news a {
  color: #1a1a1a;
  font-family: "Helvetica Neue";
  display: inline-block;
}
.prev-news a:hover {
  color: #ff3837;
}
.prev-news a i {
  color: #ff3837;
}
.comment {
  margin-top: 30px;
}
.comment h4 {
  color: #1a1a1a;
  margin-bottom: 0;
  font-family: "Helvetica Neue";
}
.comment p {
  font-size: 13px;
  margin-bottom: 30px;
}
.comment textarea {
  min-height: 150px;
}
/* Kontak Page
--------------------------------*/
.big-info {
  background: #f6f6f7;
  width: 100%;
  padding: 30px 0;
}
.big-info-title {
  font-family: "Helvetica Neue";
  display: inline-block;
}
.kontak-icon {
  margin-right: 15px;
}
.branch {
}
.branch h4 {
  color: #ff3837 !important;
  margin-bottom: 30px;
}
.branch p {
  font-family: "Helvetica-Neue-Light";
}
.kontak {
  display: block;
  width: 100%;
  min-height: 60px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #f7f7f7;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 30px;
}
textarea.kontak {
  min-height: 260px;
}

.maps-wrap {
  width: 100%;
  height: 750px;
  position: relative;
}
#maps {
  width: 100%;
  height: 100%;
  z-index: 0;
  /* filter: grayscale(); */
}
.content-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  padding: 30px 0;
}
.content-wrap h4,
h2 {
  color: #fff;
}
.triangle-left {
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #dc2d13;
  position: absolute;
  margin-left: -8px;
  margin-top: 10px;
  z-index: 99;
}
.input-group-text {
  background-color: #dc2d13;
  color: #fff;
  border-radius: 0;
}
.search-dealer {
  border-radius: 1px;
}
.arrow_box {
  background: #fff;
  border: 1px solid #636363;
  text-align: center;
  padding: 30px 20px;
  margin-top: 60%;
}
.arrow_box p {
  color: #4d565b;
}
.border-rght {
  border-right: 1px solid #4d565b;
}
.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.arrow_box:before {
  border-color: rgba(99, 99, 99, 0);
  border-top-color: #636363;
  border-width: 11px;
  margin-left: -11px;
}

/* Produk page
--------------------------------*/
.highlight-car {
  background-color: #fff;
  background-image: url(../images/bg-produk.jpg);
  background-position: bottom center;
  background-attachment: ;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.highlight-car p {
  color: #fff;
  font-family: "Helvetica-Neue-Light";
  font-size: 35px;
  display: block;
}
.highlight-car h2 {
  padding-top: 50%;
  font-family: "Helvetica Neue";
  color: #fff;
  display: block;
}
.content-produk {
  background: #fff;
  padding: 0px 0 150px 0;
  width: 100%;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #eeeeee;
}

.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: transparent;
  border-color: transparent;
}

.panel-title {
  font-size: 14px;
  border-bottom: 2px solid #d3d3d3;
}

.panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
}
.panel-body {
  padding: 30px 15px;
  font-family: "Helvetica-Neue-Light";
  color: #4b4b4b;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eeeeee;
}
@media (max-width: 768px) {
  .highlight-car {
    padding: 50px 0;
    background-position: top -150px center;
  }
  .highlight-car h2 {
    padding-top: 20%;
  }
}
/* Override
--------------------------------*/
.slick-slide {
  outline: 0;
}
.slick-dots {
  bottom: 0px !important;
}
.slick-dots li button:before {
  font-size: 20px !important;
  opacity: 1 !important;
  color: #c2c2c2 !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #ed1c24 !important;
}
@media (max-width: 768px) {
  .slick-dots {
    bottom: -26px !important;
  }
}
.breadcrumb {
  padding: 0.25rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: Transparent;
  font-family: "Helvetica Neue";
}
li.breadcrumb-item a {
  color: #fff;
}
li.breadcrumb-item a:hover {
  color: #ea1d25;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #fff;
  content: ">";
}
.breadcrumb-item.active {
  color: #f8f8f8;
}
.nav-tabs {
  border-bottom: 0px solid #dee2e6;
  margin: 0 2px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ea1d25;
  background-color: #f5f5f5;
  border-color: none;
}
.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-family: "Helvetica Neue";
  color: #363636;
  font-size: 20px;
  max-width: 183px;
  background: #f5f5f5;
  margin: 0 3px;
  text-transform: uppercase;
  padding: 15px 10px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
/*
nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-bottom-color: #f5f5f5 ;
}
*/
.tab-content {
  margin: 30px 5px 0 5px;
  font-family: "Helvetica-Neue-Light";
}
.tab-content h3 {
  font-family: "Helvetica Neue";
}
.tab-content > .active {
  display: block;
  background: #f5f5f5;
  min-height: 300px;
  padding: 30px 25px 180px;
}
@media (max-width: 768px) {
  .nav-tabs .nav-link {
    max-width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}
.table thead th {
  color: #ea1d25;
  font-family: "Helvetica Neue";
}
.page-link {
  position: relative;
  display: block;
  padding: 7px 10px;
  margin-left: -1px;
  line-height: 1;
  color: #555;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-right: 5px;
  border-radius: 3px;
}
.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #ea1d25;
  border-color: #dee2e6;
  line-height: 1;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ea1d25;
  border-color: #ea1d25;
  line-height: 1;
}
.form-control-sm {
  background: #ea1d25;
  color: #fff !important;
}
.form-control-sm:focus {
  color: #fff;
  background-color: #ea1d25;
  border-color: #ff5b61;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 91, 97, 0.25);
}

.form-control-sm::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.form-search {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-bottom: 1px solid #fff !important;
  outline: 0;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-search {
    transition: none;
  }
}

.form-search::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-search:focus {
  color: #fff;
  background-color: transparent;
  border-color: 0;
  outline: 0;
  box-shadow: 0;
}

.form-search::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-search::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-search:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-search::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-search::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* ==========================================================================
 Helper classes
 ========================================================================== */

.hidden {
  display: none !important;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Responsive Styles
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print Styles
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==========================================================================
   Patch
   ========================================================================== */
.corporate-content {
  width: 100%;
  background: black;
  min-height: 600px;
  margin-top: 75px;
  padding-bottom: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/bg_main.png");
}
@media only screen and (max-width: 600px) {
  .corporate-content {
    font-size: 22px;
  }
}
.corporate-beadcrumb {
  background: black;
  padding: 10px 0px;
  color: #717171;
  font-size: 12px;
  text-transform: uppercase;
}
.corporate-beadcrumb a {
  color: #717171;
  text-decoration: none;
}
.corporate-beadcrumb span {
  padding: 0px 5px;
}
.corporate-beadcrumb a.active {
  color: white;
}
.corporate-title {
  color: white;
  padding-top: 60px;
  font-size: 75px;
  font-weight: 400;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 600px) {
  .corporate-title {
    font-size: 45px;
  }
}
.corporate-subtitle {
  color: white;
  line-height: 2;
  font-size: 22px;
  font-weight: 400;
  max-width: 500px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.corporate-subtitle span {
  font-size: 22px !important;
}
@media only screen and (max-width: 600px) {
  .corporate-subtitle {
    font-size: 14px;
  }
}
.corporate-content-extends h2 {
  color: white;
  padding-top: 60px;
  font-size: 55px;
  font-weight: 400;
  max-width: 800px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
@media only screen and (max-width: 600px) {
  .corporate-content-extends h2 {
    font-size: 45px;
  }
}
.corporate-content-extends,
.corporate-content-extends p {
  color: white;
  line-height: 2;
  font-weight: 400;
  max-width: 700px;
  margin-left: 0px;
  font-size: 17px !important;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.corporate-table {
  max-width: 800px;
  margin: 0px auto;
}
.corporate-table tr td,
.corporate-table tr td * {
  font-size: 16px;
  vertical-align: top !important;
  font-family: "Helvetica-Neue-Medium", sans-serif;
}
.corporate-main-menu {
  padding-bottom: 50px;
  margin-top: 50px;
}
.corporate-menu {
  cursor: pointer;
  width: 310px;
  color: white;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 20px;
  text-align: center;
  border: 2px solid white;
  transition: all 0.5s ease;
}
.corporate-menu span {
  position: relative;
}
.corporate-menu::before {
  content: "";
  top: 0px;
  left: -100%;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  transition: all 0.5s ease;
}
.corporate-menu:hover {
  color: black;
}
.corporate-menu:hover::before {
  left: 0px;
}
.special-page {
  overflow-x: hidden;
  background: white;
  padding-top: 77px;
  padding-bottom: 200px;
}
.special-page h2 {
  color: black;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px;
}
.history-timeline {
  margin-top: 50px;
}
.head-timeline {
  cursor: pointer;
  font-size: 30px;
  text-align: center;
  padding: 100px 0px;
  position: relative;
  border: 1px solid black;
}
.head-timeline::before {
  content: "+";
  right: 35px;
  bottom: 10px;
  font-size: 40px;
  position: absolute;
}
.head-timeline.active::before {
  content: "-";
}
.content-timeline {
  display: none;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 70px;
  position: relative;
}
.content-timeline.active {
  display: block;
}
.content-timeline::before {
  content: "";
  width: 2px;
  height: 120%;
  top: -50px;
  left: 0px;
  right: 0px;
  background: black;
  position: absolute;
  margin: 0px auto;
}
.content-timeline::after {
  content: "";
  width: 20px;
  height: 20px;
  top: -50px;
  left: 0px;
  right: 0px;
  background: black;
  position: absolute;
  margin: 0px auto;
  border-radius: 50%;
}
.content-timeline .list-timeline {
  width: 50%;
  margin-top: 40px;
  position: relative;
  padding-bottom: 20px;
  transition: all ease 0.5s;
  border-bottom: 1px solid black;
}
.content-timeline .list-timeline.left {
  margin-left: -100%;
  padding-right: 50px;
}
.content-timeline .list-timeline.right {
  margin-left: auto;
  margin-right: -100%;
  padding-left: 50px;
}
.content-timeline .list-timeline.left.show {
  margin-left: 0%;
}
.content-timeline .list-timeline.right.show {
  margin-right: 0%;
}
.content-timeline .list-timeline.left::after {
  content: "";
  width: 15px;
  height: 15px;
  bottom: -7px;
  right: -7px;
  background: #797878;
  position: absolute;
  margin-left: auto;
  border-radius: 50%;
}
.content-timeline .list-timeline.right::after {
  content: "";
  width: 15px;
  height: 15px;
  bottom: -7px;
  left: -7px;
  background: #a2a2a2;
  position: absolute;
  margin-left: auto;
  border-radius: 50%;
}
.content-timeline .list-timeline .date-timeline {
  color: #eb0110;
  font-size: 30px;
}
.content-timeline .list-timeline .text-timeline {
  font-size: 18px;
}
.contact-container {
  background: white;
}
.contact-title {
  margin-top: 50px;
  font-weight: bold;
}
.contact-breadcrumb {
  margin-top: 80px;
}
.contact-content {
  max-width: 800px;
  margin: 0px auto;
  padding-bottom: 100px;
}
.contact-images {
  border-bottom: 5px solid #4b7ebc;
}
.contact-images img {
  cursor: pointer;
}
.contact-main-title {
  color: #c31c47;
  font-weight: bold;
  border-bottom: 2px dotted #333;
}
.contact-sub-title {
  font-weight: bold;
}
.contact-sub-title::before {
  content: "";
  width: 0px;
  height: 0px;
  top: 7px;
  left: 0px;
  position: absolute;
  border: 5px solid transparent;
  border-left-color: red;
}
.contact-sub-content {
  color: #797b89;
  border-bottom: 2px dotted #ccc;
}
.contact-modal-title {
  font-size: 14px;
  margin-top: 5px;
  font-family: "Helvetica-Neue-Medium", sans-serif;
}
.btn-contact {
  border-color: transparent;
  background-color: #f01414;
}
.btn-contact:hover {
  border-color: transparent;
  background-color: #f01414;
}
.corporate-modal {
  padding-top: 160px;
}
.corporate-modal .modal-content {
  border: 0px;
  border-radius: 0px;
  background: #ffffffe8;
}
.corporate-modal .modal-content .image {
  height: 350px;
}
.corporate-modal .modal-content .close-modal {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
}
.corporate-bottom-nav {
  margin: 0px -15px;
}
.corporate-bottom-nav .nav-item {
  margin: 0px;
  max-width: 25%;
  border: 15px solid #fff;
  color: #fff;
  background: #f01414;
}
@media only screen and (max-width: 600px) {
  .corporate-bottom-nav .nav-item {
    max-width: 100%;
  }
}
.corporate-bottom-nav .nav-item:hover {
  color: #000;
  border-color: #fff;
}

/*SLIDER CORPORATE*/
.custom-slider {
  user-select: none;
  height: 500px;
}
.custom-slider .nav-left {
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  top: 0px;
  height: 100%;
  font-size: 70px;
  line-height: 40px;
  font-family: -webkit-pictograph;
}
.custom-slider .nav-right {
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  top: 0px;
  right: 0px;
  height: 100%;
  font-size: 70px;
  line-height: 40px;
  font-family: -webkit-pictograph;
}
.slider-wrapper .slide-item {
  left: 0px;
  transition: all 0.5s ease;
}
.slider-wrapper .slide-item h4 {
  max-width: 80%;
  display: block;
  margin: 0px auto;
}

@media only screen and (max-width: 470px) {
  .slider-wrapper .slide-item .caption {
    font-size: 12px;
    padding: 0px 35px;
  }
  .custom-slider .nav-right,
  .custom-slider .nav-left {
    top: -50px;
    font-size: 50px;
  }
}

.slider-wrapper .slide-item img {
  max-width: 70%;
  max-height: 60%;
}
.slider-wrapper .slide-item.position-left {
  left: -100%;
}
.slider-wrapper .slide-item.position-center {
  left: 0px;
}
.slider-wrapper .slide-item.position-right {
  left: 100%;
}
.timeline {
  width: 100%;
  height: 10px;
  position: relative;
  background: #ccc;
}
.timeline:before {
  content: "";
  width: 10000%;
  height: 10px;
  top: 0px;
  left: -50%;
  position: absolute;
  background: #ccc;
}
.timeline .first-year {
  top: 15px;
  left: -15px;
  position: absolute;
}
.timeline .last-year {
  top: 15px;
  right: -15px;
  position: absolute;
}
.timeline .line-wrapper {
  width: 100%;
  height: 100%;
}
.timeline .line-wrapper .devider {
  width: 10px;
  height: 100%;
  position: relative;
}
.timeline .line-wrapper .devider:last-child {
  background: #595757;
}
.timeline .line-wrapper .devider.active {
  background: red;
}
.timeline .line-wrapper .devider.active .slider-tooltip {
  display: block;
  margin-top: -10px;
  margin-left: -35px;
}
.timeline .line-wrapper .devider .slider-tooltip {
  top: 20px;
  display: none;
  font-size: 36px;
  position: absolute;
}
.timeline .line-wrapper .highlight-slider {
  background: #595757;
}
/*SLIDER CORPORATE*/

.home-slider {
  width: 100%;
  /* height: 100vh; */
  /* height: 740px; */
  height: 910px;
  padding-top: 77px;
  display: flex;
  margin-top: -77px;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .home-slider {
    height: 380px;
    padding-top: 50px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 400px) {
  .home-slider {
    height: 250px;
  }
}
.slider-box {
  width: 100%;
  height: 100%;
}
.slider-box .owl-carousel,
.slider-box .owl-stage-outer,
.slider-box .owl-stage,
.slider-box .owl-item {
  width: 100%;
  height: 100%;
}
.slider-box a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.slider-box a img {
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0px;
  position: absolute;
}
@media only screen and (max-width: 400px) {
  .slider-box .owl-item {
    height: 200px !important;
  }
}
#navbar-blue {
  transition: all 0.4s ease;
}
.sticked-navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
}
.sticked-navbar.with-top-nav {
  top: 77px;
}
#header {
  transition: all 0.4s ease;
}
#header.sticked-header {
  width: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
}
.top-navbar {
  flex-grow: 1;
  display: flex;
  flex-basis: auto;
  align-items: center;
}
.hamburger {
  display: none;
}
@media only screen and (max-width: 614px) {
  .prodd a {
    display: flex;
    /* padding-left: 30px; */
    background: black;
    border-top: 1px solid #333;
  }
  .prodd a img {
    /* width: 150px; */
    width: 100%;
  }
  .prodd a p {
    display: flex;
    color: white;
    text-align: left;
  }
}

@media only screen and (max-width: 993px) {
  .navbar {
    background: #f01414;
  }
  .hamburger {
    background: white;
    height: 77px;
    padding: 25px 25px 0px 25px;
    display: block;
  }
  .top-navbar {
    display: none;
  }
  .mobile-menu {
    width: 100%;
    top: 77px;
    z-index: 3;
    display: none;
    padding: 0px 20px;
    position: absolute;
    background: #000;
    border-bottom: 1px solid #fff;
  }
  .mobile-menu.show {
    display: block;
  }
  .mobile-link,
  .mobile-link:hover {
    width: 100%;
    padding: 20px 0px;
    color: #fff;
    display: block;
    font-size: 22px;
    position: relative;
    text-decoration: none;
  }
  .mobile-link:not(:last-child) {
    border-bottom: 1px solid #727171;
  }
  .mobile-search .mobile-search-text {
    color: #fff;
    padding: 20px 0px 10px 0px;
    font-size: 22px;
  }
  .mobile-search {
    position: relative;
  }
  .mobile-search input {
    width: 100%;
    height: 50px;
    border: 0px;
    outline: none;
    margin-bottom: 40px;
  }
  .mobile-search button {
    border: 0px;
    font-size: 28px;
    background: none;
    position: absolute;
    right: 10px;
    top: 72px;
  }
}

@media only screen and (max-width: 768px) {
  .mobile-menu {
    top: 50px;
  }
}

@media only screen and (min-width: 993px) {
  .mobile-menu {
    display: none;
  }
}

@font-face {
  font-family: "MontserratBold";
  src: url("../webfonts/Montserrat-Bold.otf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MontserratExtraBoldItalic";
  src: url("../webfonts/Montserrat-ExtraBoldItalic.otf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MontserratLightItalic";
  src: url("../webfonts/Montserrat-LightItalic.otf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "MontserratRegular";
  src: url("../webfonts/Montserrat-Light.ttf");
  font-weight: 900;
  font-style: normal;
}
/* 
.dealer-section {
  overflow: hidden;
  color: white;
  height: 750px;
  font-size: 14px;
  position: relative;
  font-family: MontserratRegular;
  background-size: cover;
  background-image: url("../images/background-jaringan-dealer.svg");
} */
.dealer-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-image: url("../images/background-overlay.svg");
}
.dealer-section .branch-info {
  height: 750px;
  display: flex;
  padding: 50px 0px;
  flex-direction: column;
  justify-content: flex-end;
}
.dealer-section .branch-info .title {
  font-size: 26px;
  font-family: MontserratExtraBoldItalic;
}
.dealer-section .branch-info .subtitle {
  font-size: 16px;
  margin-top: 5px;
  line-height: 26px;
}
.dealer-section .branch-info a {
  color: #fff;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  font-family: MontserratBold;
  background-color: #e31c1a;
}
.dealer-section .branch-count {
  position: relative;
}
.dealer-section .branch-count:before {
  content: "";
  width: 100%;
  height: 1000px;
  opacity: 0.4;
  top: 0px;
  left: 110px;
  margin-top: -170px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/overlay-map.svg");
}
.dealer-section .branch-count:after {
  content: "";
  width: 100%;
  height: 1000px;
  top: 0px;
  left: 90px;
  margin-top: -100px;
  position: absolute;
  transform: rotate(15deg);
  background-color: #ed1c24;
  mix-blend-mode: multiply;
}
.dealer-section .branch-count {
  height: 700px;
}
.dealer-section .branch-count .branch-count-content {
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 190px;
  align-items: center;
  position: relative;
}
.dealer-section .branch-count .item {
  margin-bottom: 32px;
}
.dealer-section .branch-count .count {
  width: 250px;
  font-size: 120px;
  line-height: 88px;
  margin-right: 30px;
  text-align: right;
  font-family: MontserratExtraBoldItalic;
}
.dealer-section .branch-count .text {
  font-size: 36px;
  line-height: 44px;
  font-family: MontserratLightItalic;
}
.count-info {
  color: #000;
  font-size: 23px;
  padding: 0px 10px;
  margin-left: -73px;
  background-color: white;
}
@media (max-width: 1200px) {
  .dealer-section {
    display: flex;
    align-items: center;
  }
  .dealer-section .branch-info .title {
    font-size: 32px;
  }
  .dealer-section .branch-count:after {
    display: none;
  }
  .dealer-section .branch-info {
    height: auto;
    text-align: center;
  }
  .dealer-section .branch-info .text-right {
    text-align: center;
  }
  .dealer-section .branch-count {
    height: auto;
  }
  .dealer-section .branch-count .branch-count-content .box {
    display: flex;
  }
  .dealer-section .branch-count .branch-count-content {
    margin-left: 0px;
  }
  .dealer-section .branch-count .item {
    margin-right: 20px;
  }
  .dealer-section .branch-count .count {
    width: auto;
    font-size: 55px;
    line-height: 40px;
    margin-right: 10px;
  }
  .dealer-section .branch-count .text {
    font-size: 18px;
    line-height: 21px;
  }
  .count-info {
    font-size: 18px;
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .dealer-section .branch-count .branch-count-content .box {
    display: block;
  }
  .dealer-section .branch-count .item {
    margin-right: 0px;
    justify-content: center;
  }
}
/* 
.why-us-section {
  overflow: hidden;
  color: white;
  height: 750px;
  font-size: 14px;
  position: relative;
  font-family: MontserratRegular;
  background-size: cover;
  background-image: url("../images/backgroud-layanan.svg");
} */
.why-us-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-image: url("../images/background-overlay.svg");
}
.why-us-section .why-us-section-box {
  position: relative;
}
.why-us-section .why-us-section-box:before {
  content: "";
  width: 100%;
  height: 1000px;
  opacity: 0.4;
  top: 0px;
  left: 110px;
  margin-top: -170px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/overlay-map.svg");
}
.why-us-section .why-us-section-box:after {
  content: "";
  width: 100%;
  height: 1000px;
  top: 0px;
  left: 90px;
  margin-top: -100px;
  position: absolute;
  transform: rotate(15deg);
  background-color: #ed1c24;
  mix-blend-mode: multiply;
}
.why-us-section .why-us-section-box {
  height: 700px;
}
.why-us-section .why-us-section-box .why-us-section-content {
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 190px;
  align-items: center;
  position: relative;
}
.why-us-section .why-us-section-box .why-us-section-content a {
  color: #000;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
  text-decoration: none;
  font-family: MontserratBold;
  background-color: #fff;
}
.why-us-section .why-us-section-box .why-us-section-content .title {
  font-size: 26px;
  font-family: MontserratExtraBoldItalic;
}
.why-us-section .why-us-section-box .why-us-section-content .subtitle {
  font-size: 16px;
  margin-top: 5px;
  margin-left: -20px;
  line-height: 26px;
}
.why-us-section .why-us-section-box .why-us-section-content .logo-section {
  bottom: 0px;
  position: absolute;
  margin-left: -95px;
}
.why-us-section .why-us-section-box .why-us-section-content .logo-section img {
  width: 25%;
  margin-right: 15px;
}

@media (max-width: 1200px) {
  .why-us-section {
    display: flex;
    align-items: center;
  }
  .why-us-section .why-us-section-box {
    text-align: center;
  }
  .why-us-section .why-us-section-box .why-us-section-content .title {
    font-size: 32px;
  }
  .why-us-section .why-us-section-box:after {
    display: none;
  }
  .why-us-section .why-us-section-box .why-us-section-content {
    margin-left: 0px;
  }
  .why-us-section .why-us-section-box .why-us-section-content .logo-section {
    margin-left: auto;
    margin-right: auto;
    position: static;
    margin-top: 50px;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .why-us-section
    .why-us-section-box
    .why-us-section-content
    .logo-section
    img {
    width: 18%;
  }
}

/*.select-box
---------------------------------------------- */
select::-ms-expand {
  display: none;
}

.select-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  position: relative;
}

.select-box::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  color: #fb0000;
  font-family: hino-icon;
  content: "\e90e";
  pointer-events: none;
}

.select-box select {
  min-width: 200px;
  padding: 6px 20px 6px 16px;
  border: 1px solid #000;
  background: #fff;
  font-size: 1.8rem;
  cursor: pointer;
}

@media (max-width: 767px) {
  .select-box select {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .select-box {
    width: 100%;
  }

  .select-box select {
    width: 100%;
  }
}

.select-button label,
.select-button input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.select-button__text {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 11px 16px;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .select-button__text {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.select-button__checkbox {
  display: none;
}

.select-button__checkbox:checked + .select-button__text {
  background: #000;
  color: #fff;
}

.container {
  max-width: 1280px;
  margin: 0 auto 60px;
  padding: 0 30px;
}

.container--black {
  background: #000;
}

.container--darkgray {
  background: #535353;
}

.container--white {
  background: #fff;
}

.container--narrow {
  max-width: 990px;
}

@media (max-width: 767px) {
  .container {
    margin-bottom: 30px;
    padding: 0 10px;
  }
}

.rowbox {
  max-width: 1280px;
  margin: 0 auto;
}

.rowbox--sm {
  max-width: 930px;
}

.rowbox--xs {
  max-width: 800px;
}

.rowbox--xxs {
  max-width: 640px;
}

.colbox,
.colbox > .colbox {
  letter-spacing: -0.4em;
}

.colbox > * {
  letter-spacing: normal;
}

.col {
  display: inline-block;
  vertical-align: top;
}

.button-block {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.button-block--left {
  justify-content: flex-start;
}

.button-block--sm {
  margin-top: 30px;
}

.button-block__item {
  margin: 0 6px;
}

@media (max-width: 767px) {
  .button-block {
    flex-direction: column;
    margin-top: 25px;
  }

  .button-block__item {
    width: 100%;
    margin: 6px 0;
  }

  .button-block--sp-col-2 {
    margin: 0 -6px;
  }

  .button-block--sp-col-2 .button-block__item {
    width: 50%;
  }
}

.button-link {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 14px 0;
  border: 2px solid #000;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.2s linear;
  cursor: pointer;
}

.button-link *:after {
  background: none;
}

.button-link span {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-align: center;
  vertical-align: center;
  height: 100%;
}

.button-link i + span {
  margin-left: 5px;
}

.button-link span + i {
  margin-left: 5px;
}

.button-link::after {
  position: absolute;
  z-index: 0;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  background-color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.5s ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  content: "";
}

.button-link--gray {
  background: rgba(0, 0, 0, 0.6);
}

.button-link--white {
  border: 2px solid #fff;
  color: #fff !important;
}

.button-link--white::after {
  background: #fff;
}

.button-link--white:hover {
  color: #000 !important;
}

.button-link--max {
  width: 100%;
}

.button-link--height-sm {
  padding: 10px;
}

.button-link:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.button-link:hover {
  color: #fff;
}

.button-link:hover .button__icon {
  position: relative;
  z-index: 1;
  color: #fff;
}

@media (min-width: 768px) {
  .button-link {
    min-width: 236px;
  }

  .button-link--lg {
    min-width: 297px;
  }
}

@media (max-width: 767px) {
  .button-link {
    width: 100%;
    padding: 8px;
    font-size: 1.6rem;
  }
}

.button-link--variable,
.button-link--variable span {
  height: 100%;
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.grid
---------------------------------------------- */
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px 0;
  /* マージンなしのグリッド */
  /* マージン狭めのグリッド */
  /* マージン広めのグリッド */
}

.grid__item {
  padding: 10px;
}

.grid__item--col-1 {
  width: calc(100% * 1 / 12);
}

.grid__item--col-2 {
  width: calc(100% * 2 / 12);
}

.grid__item--col-3 {
  width: calc(100% * 3 / 12);
}

.grid__item--col-4 {
  width: calc(100% * 4 / 12);
}

.grid__item--col-5 {
  width: calc(100% * 5 / 12);
}

.grid__item--col-6 {
  width: calc(100% * 6 / 12);
}

.grid__item--col-7 {
  width: calc(100% * 7 / 12);
}

.grid__item--col-8 {
  width: calc(100% * 8 / 12);
}

.grid__item--col-9 {
  width: calc(100% * 9 / 12);
}

.grid__item--col-10 {
  width: calc(100% * 10 / 12);
}

.grid__item--col-11 {
  width: calc(100% * 11 / 12);
}

.grid__item--col-12 {
  width: calc(100% * 12 / 12);
}

@media (max-width: 767px) {
  .grid {
    margin: -5px -5px 0;
  }

  .grid__item {
    padding: 5px;
  }

  .grid__item--sp-col-1 {
    width: calc(100% * 1 / 12);
  }

  .grid__item--sp-col-2 {
    width: calc(100% * 2 / 12);
  }

  .grid__item--sp-col-3 {
    width: calc(100% * 3 / 12);
  }

  .grid__item--sp-col-4 {
    width: calc(100% * 4 / 12);
  }

  .grid__item--sp-col-5 {
    width: calc(100% * 5 / 12);
  }

  .grid__item--sp-col-6 {
    width: calc(100% * 6 / 12);
  }

  .grid__item--sp-col-7 {
    width: calc(100% * 7 / 12);
  }

  .grid__item--sp-col-8 {
    width: calc(100% * 8 / 12);
  }

  .grid__item--sp-col-9 {
    width: calc(100% * 9 / 12);
  }

  .grid__item--sp-col-10 {
    width: calc(100% * 10 / 12);
  }

  .grid__item--sp-col-11 {
    width: calc(100% * 11 / 12);
  }

  .grid__item--sp-col-12 {
    width: calc(100% * 12 / 12);
  }
}

.grid__item img {
  width: 100%;
  min-height: 0%;
}

.grid--nogap {
  margin: 0;
}

.grid--nogap .grid__item {
  padding: 0;
}

.grid--narrow {
  margin: -3px -3px 0;
}

.grid--narrow .grid__item {
  padding: 3px;
}

.grid--wide {
  margin: -2% -2% 0;
}

.grid--wide .grid__item {
  padding: 2%;
}
