/*NORMALIZE*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*DOCUMENTATION
1. GLOBAL
2. HOME
3. ABOUT
4. CAREER

=====================*/

/*==== 1. GLOBAL =========*/
.mt-250{margin-top: 250px;}
.mt-125{margin-top:125px;}
.mt-50{margin-top:50px;}
.mt-30{margin-top:30px;}
.mt-20{margin-top:20px;}
.mb-5{margin-bottom: 5px}
.mb-10{margin-bottom: 10px}
.mb-20{margin-bottom: 20px}
.mb-30{margin-bottom:30px;}
.mb-50{margin-bottom:50px;}
.pd-50{padding:50px 0;}

.fullheight { height:100vh; margin:0; }

a:hover{ text-decoration:none !important; color:black; }

.bg-onebyone:hover  {
  opacity: 0.8;
}

.black {color:black;}
.red {color:red;}
.white {color:white;}
.bgwhite{background-color:white;}

.light{font-weight: 300}
.bold{font-weight: 500}
.kotak { border-radius: 0; border:1px solid; }

.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    color: black !important;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: red !important;
    border-color: red !important;
    color: #fff;
    cursor: default;
    z-index: 3;
}

/*FONT*/
@font-face {
    font-family: "Saginaw";
    src: url("../fonts/SaginawMedium.woff") format('woff');
}

.saginaw { font-family: 'Saginaw' !important; font-size:18px; }

body {font-family: 'Open Sans', sans-serif;}
p,h1, h2, h3, h4, h5, h6 {font-family: "Open Sans", sans-serif !important;}

h1 { font-size: 26px !important;}
h2 { font-size: 24px;}
h4 {font-size:18px;}
h5 {font-size:16px;}
p { font-size:12px; }

.readmore { font-size:12px; color:black; }

/*==== 2. HOME =========*/

.logo {margin:auto;}
menu {height: 50px;}
menu ul {list-style: none; margin-left: 30px}
menu ul li {float: left; margin:0 30px;}
menu ul li a {color:black; font-size: 12px; line-height: 50px}

/*MENU MOBILE*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*END MENU MOBILE*/

@media screen and (max-width: 768px) {
   
}

@media screen and (min-width: 769px) {
   
}

@media screen and (min-width: 992px) {
   
}

@media screen and (min-width: 1200px) {
   
}

/*HOME BANNER*/

#homecontent .swiper-container {
      width: 100%;
      height: auto;
}
#homecontent .swiper-slide {
      height: auto;
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

 #homecontent .swiper-container img {
      width:100%;
      height:auto;
  }



@media screen and (min-width: 770px) {
    #menucar li {width:50%; float: left}  
}

@media screen and (min-width: 992px) {
   #menucar li {width:50%; float: left}   
}

@media screen and (min-width: 1200px) {
   #menucar li {width:50%; float: left}  
}

/*HOME BANNER*/

.pameran { border-left:  0.5px solid rgba(0, 0, 0, 0.5); border-right:  0.5px solid rgba(0, 0, 0, 0.5); width: 100%}

#homenav .nav li a {color:black;}

#homenav .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
     border-bottom-color: transparent; 
}

#homenav .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #f00 !important;
    cursor: default;
    background-color: #fff;
    border: none !important;
}

#homenav .nav-tabs.nav-justified>li>a {
    border-bottom: none !important;
}

#newshome img{margin-bottom: 20px}
#newshome .col-sm-4 {margin-bottom: 20px}

footer {background: #363636; color:white;}
footer ul {list-style: none; margin-left: -40px}
footer li a{font-size:12px; color:white; font-weight: 300}


/*==== 3. ABOUT =========*/

.about { height: 300px; }

@media screen and (max-width: 768px) {
.about { height: 200px; }
}

#aboutcontent .nav li a {color:black;}

#aboutcontent .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
     border-bottom-color: transparent; 
}

#aboutcontent .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #f00 !important;
    cursor: default;
    background-color: #fff;
    border: none !important;
}
#aboutcontent .nav-tabs.nav-justified>li>a {
    border-bottom: none !important;
}

.divisiotomotif { background: #ebebeb; }

/*==== 4. CAREER =========*/

.career { height: 300px; }

@media screen and (max-width: 768px) {
.career { height: 200px; }
}

#careercontent .nav li a {color:black;}

#careercontent .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #f00 !important;
    cursor: default;
    background-color: #fff;
    border: none !important;
    border-bottom: 0.5px solid black !important;
}
#careercontent .nav-tabs>li>a {
    border-bottom: 0.5px solid black !important;
}

/*==== 5. BLOG DETAIL =========*/

.blogdetail { height: 300px; }

@media screen and (max-width: 768px) {
.blogdetail { height: 200px; }
}

/*==== 6. NETWORK =========*/

.network { height: 300px; }
#networkcontent .container .row a {color:black;}
@media screen and (max-width: 768px) {
.network { height: 200px; }
#networkcontent {text-align:center;}

}

/*==== 7. NETWORK DETAIL =========*/
#googlemap { padding-left:0; padding-right: 0;  }
#networkdetailcontent .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none !important;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}


/*==== 8. CAR DETAIL =========*/


#carbanner img {
      width:100%;
      height:auto;
  }

#carpreview img {
      width:100%;
      height:auto;
  }  

#cardetailcontent .nav li a {color:black;}

#cardetailcontent .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
     border-bottom-color: transparent; 
}

#cardetailcontent .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #f00 !important;
    cursor: default;
    background-color: #fff;
    border: none !important;
}

#cardetailcontent .nav-tabs.nav-justified>li>a {
    border-bottom: none !important;
}

#cardetailcontent .wrapper {
  position: relative;
  margin: 5px;
}

#cardetailcontent .image {
  display: block;
  width: 100%;
  height: auto;
}

#cardetailcontent .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0, 0, 0, 0.8);

}

#cardetailcontent .wrapper:hover .overlay {
  opacity: 1;
}

#cardetailcontent .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/*ACCORDION*/
#caraccordion .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

#caraccordion .active, .accordion:hover {
    background-color: #ccc;
}

#caraccordion .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

#caraccordion .active:after {
    content: "\2212";
}

#caraccordion .panelo {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#caraccordion table { width:100%; }
#caraccordion table th {background: black; color:white;}

#carcolor  img {
      width: auto;
      height:auto;
      margin: auto;
  }

.colortext { position: relative; top:-20px; }
.swiper-pagination-bullet-active {
    opacity: 1;
    background: black!important;
}

.swiper-pagination {position: none !important; }

#eksteriorslider img {width: auto; margin: auto;}

#eksteriorslider .swiper-pagination {position: relative; top :5px;}

#interiorslider img {width: auto; margin: auto;}

#interiorslider .swiper-pagination {position: relative; top :5px;}

#accslider img {width: auto; margin: auto;}

#accslider .swiper-pagination {position: relative; top :5px;}

#seriesprice  {
    background-color: black;
    color: white;
}

#performacommercial {
    background-color:#ECECEC;
}

#infoprodukcommercial {
    background-color:#ECECEC;
    padding-bottom:30px;
}

#deskripsiprodukcommercial {
    background-color:white;
    
}

#galericommercial {
     background-color:#464646;
}

#commercialspecification table tr td.title-td {
     
    background: #625E5F;
    color: #fff;
    font-weight: bold;
    font-size: 18px;

}

/* CSS Product Detail Spesification */
.specification {
    width: 100%;
    padding: 18px 0;
    background: #E8E8E8;
    margin-bottom: 10px;
}
.specification h1 {
    text-transform: uppercase;

    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-left: 15px;
}
#commercialspecification table.table-specification {
    width: 100%;
    background: #E5E5E5;
}
#commercialspecification table tr td {
    padding: 8px 20px;
}
#commercialspecification table tr td.title-td {
    background: #625E5F;
    color: #fff;
    font-weight: bold;
  
    font-size: 18px;
}
#commercialspecification table tr td.content-td {
  
    width: 275px;
    line-height: 1.4;
    color: black;
}
.tac {
    text-align: center;
}
#commercialspecification .border {
    border-left: 1px solid #666;
    border-right: 1px solid #666;;
}
#commercialspecification p.spec-note {
      padding: 20px 15px;
  font-size: 16px;
  line-height: 1.5;
}

#pricedetail {
    background:black;
    padding:20px 0;
    display:none;
}

#pricecommercial { display:none; }

/*==== 9. BLOG =========*/
#kategoriblog ul {list-style: none; margin: auto;}
#kategoriblog li {display:inline-block; margin:0 10px;}
#kategoriblog a {color:black;}
#kategoriblog .pilih {color:red; font-weight: 500}



.circle
    {
 padding: 45px 0px 45px 0px;
    width:200px;
    height:200px;
    border-radius:250px;
    font-size:20px;
    color:black;
    text-align: center;
    background:#fff;
 border: 1px solid;

    }
    
.circlee
    {
 padding: 45px 0px 65px 0px;
    width:200px;
    height:200px;
    border-radius:250px;
    font-size:20px;
    color:white;
    text-align: center;
    background:black;
 border: 1px solid;

    }
.circletengah {
    -moz-box-align:center;
    -moz-box-pack:center;
    -webkit-box-align:center;
    -webkit-box-pack:center;
    display:-webkit-box;
    display:-moz-box;
}    
