@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@charset "UTF-8";
@font-face {
    font-family: 'core_sans_nr_45_regularRg';
    src: url('s-core_-_coresansnr45regular-webfont.eot');
    src: url('s-core_-_coresansnr45regular-webfont.eot?#iefix') format('embedded-opentype'), url('s-core_-_coresansnr45regular-webfont.woff2') format('woff2'), url('s-core_-_coresansnr45regular-webfont.woff') format('woff'), url('s-core_-_coresansnr45regular-webfont.ttf') format('truetype'), url('s-core_-_coresansnr45regular-webfont.svg#core_sans_nr_45_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**
Base CSS Reset
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

em {
    font-style: italic!important;
}

a:hover {
    text-decoration: none;
}

dfn {
    font-style: italic!important;
}

strong {
    font-weight: bold!important;
}

p {
    font-size: 14px;
    color: #444;
    line-height: 1.4em;
    text-align: left;
}

small {
    font-size: 12px;
}

.textgreen {
    color: #009951;
}

.no-gap [class*="-6"],
.no-gap [class*="-8"],
.no-gap [class*="-4"],
.no-gap [class*="-3"],
.no-gap [class*="-2"],
.no-gap [class*="-9"] {
    padding-left: 0;
    padding-right: 0;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 100%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.container-liquid {
    padding: 0px 0px;
    margin: 0px auto;
}

.drop-select select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url('../img/arrow-select.png') no-repeat;
    background-position: right center;
    text-indent: 0.01px;
    text-overflow: '';
    /*Removes default arrow from firefox*/
    background-color: #fff;
}

select::-ms-expand {
    display: none;
}


/**
end base CSS Reset
*/

header {
    background: #ececec none repeat scroll 0 0;
    padding: 10px 0px;
}

p.hub {
    font-size: 14px;
    color: #333;
    margin: 20px 0px 0px;
}

.info>li {
    font-size: 14px;
    color: #333;
}

.sidebar-height {
    height: auto;
}

section.main {
    min-height: 370px;
}

.main-slide {
    max-height: 370px;
}

.box-simulasi {
    background: #009951;
    padding: 5px 15px;
    min-height: 370px;
}

.box-simulasi h1 {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

.box-simulasi h2 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.navbar-otomobil {
    background: #3d4043;
}

.navbar-oto>li>a {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 20px 12px 0px !important
}

.navbar-collapse2 {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.btn-temukan {
    color: #009951;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 14px;
    width: 100%;
    font-weight: 700;
    font-weight: bolder;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-temukan:hover {
    color: #009951;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}

.temukan>img,
.temukan>a>img {
    display: block;
    position: relative;
    bottom: 0px;
    width: 100%;
    min-height: 140px;
}

.second-top {
    background-image: url('../img/second-top.jpg');
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
    position: relative;
    min-height: 30px;
}

.box-second {
    background: #fff;
}

.box-second h2 {
    font-size: 17px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin: 12px 5px 15px;
}

.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    width: 100%;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
    border: 1px solid #000;
}

a.btn-black:hover {
    color: #0C6;
}

.border-white {
    border: 1px solid #fff!important;
}

.third-top {
    padding-top: 50px;
}

.news-list {
    padding: 20px 5px;
}

.news-list h3 {
    font-size: 14px;
    color: #177fc1;
    font-weight: bold;
    margin-bottom: 2px;
}

ul.date2>li {
    color: #898989;
    font-size: 12px;
    padding-right: 1px;
    padding-left: 5px;
}

.news-list>p {
    font-size: 12px;
}

.box-news {
    border-bottom: 2px dotted #999999;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.news-view-thumb {
    cursor: default;
    overflow: hidden;
    padding: 2px;
    position: relative;
}

.news-view-thumb img {
    display: inline-block;
}

#myCarousel .news-view-thumb img {
    min-width: 100px;
    position: absolute;
    max-height: none;
    height: auto;
    left: -40%;
}

.news-img-thumb {
    height: 340px;
    width: 750px;
    overflow: hidden;
    text-align: center;
    position: relative
}

.news-img-thumb img {
    max-height: 500px;
    cursor: pointer;
    vertical-align: middle;
}

.box-news h2 {
    font-size: 17px;
    font-weight: bold;
    color: #009951;
    margin-bottom: 15px;
}

.box-news h3 {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

span.green {
    color: #009951;
    font-weight: bold;
}

.img-news-2 {
    width: 100%;
    overflow: hidden;
}

​ .img-news-2 {
    display: block;
    max-width: none;
    height: 150px;
    width: auto;
}

.view-news {
    cursor: default;
    overflow: hidden;
    padding: 2px;
    position: relative;
}

.view-related-news {
    cursor: default;
    overflow: hidden;
    padding: 2px;
    position: relative;
}

.view-news img {
    display: inline-block;
    position: relative;
}

.view-related-news img {
    display: inline-block;
    position: relative;
}

.img-view-news {
    min-height: 170px;
    text-align: center;
    line-height: 0px;
    overflow: hidden;
}

.img-view-news img {
    max-height: 170px;
    vertical-align: middle;
    width: auto;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.img-view-related-news {
    min-height: 170px;
    text-align: center;
    line-height: 0px;
    overflow: hidden;
}

.img-view-related-news img {
    max-height: 170px;
    vertical-align: middle;
    width: auto;
    max-width: none;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.btn-more {
    color: #666666;
    background-color: #fff;
    border: 1px solid #666666;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
}

.btn-news {
    margin-top: 20px;
    float: right;
}


/*berita*/

.first-section {
    padding-top: 25px;
}

.bg-caption {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 20px;
    color: #FFF;
    text-align: left;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.6);
}

.bg-caption h4 {
    font-size: 24px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
}

ul.tag {
    margin-left: 2px;
}

ul.tag>li {
    background: #009951;
    padding: 5px 12px;
    line-height: 10px;
}

ul.tag>li>a {
    font-size: 11px;
    color: #fff;
}

.tabbable,
.tab-content {
    margin-top: 20px;
}

.news-list {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.news-list h2 {
    font-size: 18px;
    color: #009951;
    font-family: 'Oswald', sans-serif;
}

a.lengkap {
    font-size: 14px;
    color: #009951;
    text-decoration: underline;
}

.view-news-list {
    cursor: default;
    overflow: hidden;
    padding: 2px;
    position: relative;
}

.view-news-list img {
    display: inline-block;
    position: relative;
}

.img-view-news-list {
    min-height: 100px;
    text-align: center;
    line-height: 0px;
}

.img-view-news-list img {
    max-height: 100px;
    vertical-align: middle;
}

.news-det h1 {
    font-size: 30px;
    color: #009951;
    font-family: 'Oswald', sans-serif;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.tag2 {
    margin-left: 2px;
}

ul.tag2>li {
    background: #009951;
    padding: 5px 12px;
    line-height: 10px;
}

ul.tag2>li>a {
    font-size: 13px;
    color: #fff;
}

p.date {
    float: right;
    font-size: 14px;
    color: #666666;
}


/*jaringan*/

h1.title-top {
    font-size: 30px;
    color: #009951;
    font-family: "core_sans_nr_45_regularRg";
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sort-dealer {
    margin-bottom: 25px;
}

p.green {
    color: #7ab514;
    margin-bottom: 5px;
}

.table>thead>tr>th {
    background: #eef8fb;
    font-weight: bold;
}

.table>tbody>tr>td {
    font-size: 14px;
    vertical-align: middle;
}


/*about*/

p.list-group-item-text {
    font-size: 13px;
    color: #666666;
    padding: 5px 0px;
    border-bottom: 1px dotted #badb90;
}

span.green-icon {
    color: #badb90!important;
}

.bg-main {
    background: url('../img/main-about.jpg');
    min-height: 230px;
    padding: 20px;
    margin-bottom: 25px;
}

.bg-main h1 {
    position: absolute;
    color: #fff;
    font-size: 30px;
    bottom: 50px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #fff;
    background-color: #00a651;
    border: 1px solid #00a651;
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
}

h2.title-ab {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
}

.profil {
    margin-bottom: 20px;
}

.profil h2 {
    font-size: 18px;
    color: #009951;
    text-transform: uppercase;
    font-weight: bold
}

.profil h3 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.profil img {
    max-width: 150px;
}

.csr {
    border-bottom: 1px solid #ececec;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.csr p {
    margin-top: 10px;
}

h3.pdf {
    font-size: 14px;
    color: #009951;
    text-decoration: underline;
}

.icon-pdf {
    position: relative;
    top: 1px;
    margin-right: 8px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
}


/*pelanggan*/

h1.title-green {
    font-size: 30px;
    color: #009951;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-family: "core_sans_nr_45_regularRg";
}

.formlogin {
    margin: 20px 0px;
}

small.ex {
    font-size: 12px;
    color: #999999;
}

ul.decimal {
    margin-bottom: 30px;
}

ul.decimal>li {
    list-style: decimal;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 2px;
}

ol.decimal>li {
    list-style: decimal;
    font-size: 14px;
    margin-left: 20px;
    margin-bottom: 2px;
}

span.red {
    color: red;
}

ol.dist>li {
    list-style: disc;
    font-size: 14px;
    margin-left: 20px;
}

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

.box-pelanggan {
    background: #009951;
    padding: 10px;
}

.box-pelanggan h1 {
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 6px;
}

.logout {
    float: right;
    font-size: 12px;
    color: #fff;
}

.pelanggansidebar {
    background: #40bf83!important;
    padding: 70px 0px 70px;
}

p.pelbar {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 10px 10px;
}

a p.pelbar.active {
    background: #66cc9c;
}

a p.pelbar:hover {
    background: #66cc9c;
}

h2.title-pel {
    font-size: 24px;
    ;
    color: #009951;
    text-transform: uppercase;
    background: #efefef;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.table-pelanggan>thead>tr>th {
    background: #fff;
    font-weight: bold;
}

h2.title-pel .sm {
    font-size: 14px;
    ;
    color: #000;
    text-transform: lowercase;
    line-height: 1.4em;
}

.table-pelanggan>thead>tr.green>th {
    background: #40bf83;
    font-weight: bold;
    color: #fff;
}

td.green {
    background: #c9eedc!important;
    border: 1px solid #fff!important;
}

td.grey {
    background: #ececec;
    border: 1px solid #fff!important;
}

section.comment {
    padding-top: 55px;
}

.box-comment {
    margin-bottom: 20px;
}

.identitas>li {
    font-weight: bold;
    font-size: 14px;
}

.seg-green {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 10px solid #f2ffec;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: relative;
    left: 5px;
}

.box-green {
    background: #f2ffec;
    padding: 10px;
    font-size: 14px;
}

.seg-grey {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 10px solid #f6f6f6;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: relative;
    right: 5px;
    float: right;
}

.box-grey {
    background: #f6f6f6;
    padding: 10px;
    font-size: 14px;
}


/*otolease*/

#profil,
#produklayanan,
#kontak {
    margin-bottom: 30px;
}

#profil h2,
#produklayanan h2 {
    font-size: 24px;
    color: #009951;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

table.inf {
    font-size: 14px;
}

#produklayanan h3 {
    font-size: 18px;
    color: #009951;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0px;
}

.box-unggul {
    border: 1px dotted #acaea8;
    background: #f4ffd3;
    padding: 15px;
    min-height: 140px;
    margin-bottom: 20px;
}

.box-unggul h4 {
    font-size: 14px;
    text-align: center;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.box-unggul p {
    font-size: 12px;
    text-align: center;
    color: #333;
}

ul.dis li {
    font-size: 12px;
    list-style: disc;
    margin-left: 25px;
}

.boxkontak {
    background: #00a651;
    padding: 20px;
}

.boxkontak h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.boxkontak p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.boxkontak h3 {
    font-size: 18px;
    color: #fff;
}


/*banding mobil*/

label.banding {
    font-size: 14px;
}

.view-banding {
    cursor: default;
    overflow: hidden;
    padding: 2px;
    position: relative;
    margin-bottom: 20px;
}

.view-banding img {
    display: inline-block;
    position: relative;
}

.img-view-banding {
    min-height: 210px;
    text-align: center;
    line-height: 210px;
}

.img-view-banding img {
    height: 255px;
    vertical-align: middle;
}

.table-banding {
    border: 1px solid #ececec;
}

.btn-green-banding {
    color: #fff;
    background-color: #009951;
    border-color: #009951;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 12px;
    width: 100%;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
    border: 1px solid #009951;
}

.has-success2 .form-control {
    border-color: #000;
}

.form-control-cari {
    display: block;
    width: 100%;
    height: 30px;
    padding: 5px 12px;
    font-size: 12px;
    line-height: 1.42857;
    color: #fff;
    background-color: #333333;
    background-image: none;
    border: 1px solid #000;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control-feedback {
    color: #fff;
}


/*pengajuan*/

h1.title-two {
    font-size: 30px;
    color: #009951;
    font-weight: bold;
    margin-bottom: 10px;
}

hr.grey {
    margin-top: 0px;
    margin-bottom: 20px;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #bebebe;
    border-image: none;
}

.back {
    float: right;
    font-size: 14px;
    position: relative;
    top: 20px;
}

.back a {
    color: #009951;
}

.icon {
    position: relative;
    top: 1px;
    margin-right: 8px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
}

.view-kredit {
    cursor: default;
    overflow: hidden;
    padding: 2px;
    position: relative;
    margin-bottom: 20px;
}

.view-kredit img {
    display: inline-block;
    position: relative;
}

.img-view-kredit {
    min-height: 140px;
    border: 1px solid #ececec;
    text-align: center;
    line-height: 140px;
}

.img-view-kredit img {
    max-height: 140px;
    vertical-align: middle;
}

.det-kredit h2 {
    font-size: 24px;
    color: #009951;
    margin-bottom: 15px;
}

.box-form {
    background: #F4F4F4;
    padding: 10px 20px;
    margin-top: 25px;
}

.form-pengajuan {
    margin: 20px 0px;
}

.form-pengajuan {
    font-size: 14px;
}

.table-bordered2>thead>tr.grey>th {
    background: #ececec;
    font-weight: bold;
    border: 1px solid #fff;
}

.table-bordered2>tbody>tr.blue>td {
    background: #e6f1ff;
    border: 1px solid #fff;
}


/* added by nanda 26112015*/

.relatednews {
    line-height: 200px;
    min-height: 200px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    height: 200px;
}

.relatednews img {
    max-height: 200px;
}

.relatednews.related-news img {
    height: auto;
    left: 50%;
    max-height: none;
    max-width: none;
    transform: translate(0px, 0px);
    vertical-align: middle;
    width: 500px;
}

h2.title-related-news {
    font-family: "core_sans_nr_45_regularRg";
    font-weight: bold;
}


/* added by nanda 26112015*/


/*footer*/

footer {
    margin-top: 40px;
    background: #ececec none repeat scroll 0 0;
    padding: 20px 0px;
}

h2.title {
    background: #232323;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;
}

footer h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

footer p {
    color: #333;
}

footer label {
    color: #333;
    font-size: 14px;
}

ul.menu-footer>li {
    padding-bottom: 8px;
}

ul.menu-footer>li>a {
    font-size: 14px;
    color: #333;
}

.copyright {
    background: #009951;
    font-size: 14px;
    color: #333;
    padding: 10px 0px;
}

.banner img {
    margin-bottom: 20px;
}

.btn-green {
    color: #333;
    background-color: #00a651;
    border: 1px solid #00a651;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 0px;
}

li.hasil>a {
    font-size: 14px;
    color: #333;
    font-style: italic;
    text-decoration: underline
}

.detail-mobil #myCarousel {}

.cont-slider {
    border: 1px solid #ccc;
}

.carousel-indicatorsdetail {
    text-align: center;
    padding-top: 10px;
}

.carousel-indicatorsdetail li {
    border: medium none;
    border-radius: 0;
    float: none;
    height: 55px;
    margin-left: 0;
    margin-right: 5px !important;
    margin-top: 0;
    width: 55px;
    display: inline-block;
    background: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
}

.carousel-indicatorsdetail li img {
    height: 55px;
    width: auto;
}

.mobil-detail-desc .update-date {
    font-size: 11px;
    color: #999;
    font-style: italic;
    margin-bottom: 20px;
}

.mobil-detail-desc .mobil-harga span {
    font-size: 14px;
    font-weight: bold;
}

.mobil-detail-desc .mobil-harga {
    font-size: 30px;
    font-weight: bold;
}

.mobil-detail-desc .mobil-harga .red {
    font-size: 30px;
}

.mobil-detail-desc .btn-simulasi small {
    font-size: 11px;
    color: #999;
    font-style: italic;
}

a.btnsimulasi,
a.btnajukan,
.btnhitung,
.btnhijau {
    background: #009951;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    color: #fff;
}

.btnhijau {
    display: inline-block;
    width: auto;
    margin-bottom: 0;
}

.btnhitung {
    width: auto;
}

a.btnajukan {
    padding: 10px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

a.btnajukan:hover {
    color: #fff;
    opacity: 0.8;
}

.markspace {
    display: block;
    width: 100%;
    clear: both;
}

.car-pic-cont {
    margin-bottom: 20px;
}

.box-spec {
    height: 400px;
    overflow-y: scroll;
}

.carspec-container .table-carspec {
    height: 400px;
    overflow-y: scroll;
}

.carspec-container h2 {
    margin: 10px 0 10px 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #f6ffe6;
}

.relatedcar-container h2 {
    margin: 20px 0;
}

.relatedcar-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.related-thumb {
    border: 1px solid #ccc;
}

.related-item-car h3 {
    margin-top: 10px;
    height: 60px;
}

.related-item-car h3 a {
    font-weight: bold;
    font-size: 14px;
    color: #498200;
}

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

.search-result {
    font-size: 14px;
    margin-bottom: 20px;
}

.search-result a {
    margin-left: 30px;
    font-size: 14px;
}

.result-search-car,
.car-search-cont {
    padding: 20px 20px;
    margin: 0 0 20px 0;
    background: #e6fcf2 none repeat scroll 0 0;
}

.result-search-car-sim,
.car-search-cont {
    padding: 20px 20px;
    margin: 0 0 20px 0;
}

.car-search-cont h3 {
    font-weight: bold;
    margin-bottom: 10px;
}

.car-search-cont .col-sm-3,
.car-search-cont .col-sm-9 {
    padding-bottom: 10px;
    text-align: left;
}

.car-search-cont .col-sm-9 select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 3px 0;
}

.result-search-car h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.result-search-car-sim h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.car-detail {
    padding-left: 70px;
    padding-top: 42px;
}

.car-detail table td {
    padding: 7px 10px;
    font-size: 14px;
}

.car-detail td:nth-child(2n+1) {
    font-weight: bold;
}

span.info-text {
    font-size: 14px;
}

.table-carsimulation {
    margin: 20px 0 0 0;
}

.table-carsimulation table.table-simulasi td,
.table-carsimulation table.table-simulasi th {
    text-align: center;
    vertical-align: middle;
    background: #ececec;
    border: 2px solid #fff;
    font-size: 14px;
}

.table-carsimulation table.table-simulasi th {
    background: #d4d4d4;
}

.table-carsimulation table.table-simulasi .tdgreenbg {
    background: #18b76f;
    color: #fff;
    text-align: left;
}

.table-carsimulation table.table-simulasi tr td:nth-child(1) {
    text-align: right;
}

.table-carsimulation table.table-simulasi .btn-tablecont td,
.table-carcalc .btn-tablecont td {
    background: #fff;
}

a.simlink {
    font-size: 13px;
    font-weight: bold;
    text-decoration: underline;
}

.form-recalculate {
    font-size: 14px;
    background: #ececec;
    padding: 20px;
}

.form-recalculate h3 {
    font-weight: bold;
    margin: 0 0 20px;
}

.form-recalculate .row div {
    margin-bottom: 10px;
}

.form-recalculate .row input,
.form-recalculate .row select {
    width: 100%;
    padding: 4px 0;
}

.table-carsimulation {
    overflow-x: auto;
    margin-bottom: 20px;
}

.bottom-content>.col-sm-4 {
    margin-bottom: 20px;
}

.calc-container {
    margin: 30px 0 0 0;
}

.calc-container div {
    margin-bottom: 10px;
    font-size: 14px;
}

.table-carcalc th {
    background: #d4d4d4;
}

.table-carcalc td {
    background: #ececec;
    border: 2px solid #fff !important;
}

.modal-header h1.title-green {
    border: 0;
    margin-bottom: 0;
    padding: 0
}

.form-simulasi-cont,
.search-carbrand {
    width: 500px;
    margin: 0 auto;
}

.form-simulasi-cont select {
    width: 100%;
    padding: 4px;
}

.search-carbrand select {
    width: 100%;
}

.brand-list .col-sm-3 img {
    height: 120px;
}

.brand-list .col-sm-3 {
    margin-bottom: 30px;
}

.brand-list {
    margin-top: 20px;
}

.carlist-table td {
    border-bottom: 1px solid #ccc;
    border-top: 0 !important;
}

.content-carlist {
    margin: 10px 0;
}

.content-carlist table {
    margin: 20px 0;
}

.car-list .col-sm-4 {
    padding: 15px;
}

.car-list .col-sm-4 a {
    display: inline-block;
}

.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 1px solid #ccc;
}

.view .mask,
.view .content {
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view a {
    width: 100%;
    height: 100%;
}

.view h2 {
    color: #444;
    font-weight: bold;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.8);
    margin: 25% 0 0 0;
}

.mask img {
    margin-top: 25%;
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.view-first h2 {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

nav .pagination2,
nav .pagination3 {
    margin: 20px 0 0 0px;
    padding: 0;
}

.pagination2 li,
.pagination3 li {
    display: inline-block;
    border: 1px solid #ccc;
    margin: 0 2px;
    line-height: 12px;
}

.pagination2 li a,
.pagination3 li a {
    font-size: 12px;
    color: #666;
    width: 100%;
    display: block;
    padding: 5px 10px;
}

.pagination2 li.active,
.pagination3 li.active {}

.pagination2 li.active a,
.pagination2 li a:hover,
.pagination3 li.active a,
.pagination3 li a:hover {
    background: #009951;
    color: #fff;
    width: 100%;
}

.result-search {
    font-size: 13px;
}

.harga-mobil-baru .search-result {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.price-list {
    margin: 15px;
    padding: 15px 0;
}

.price-list .row {
    padding-top: 8px;
    padding-bottom: 8px;
}

.price-list .row:nth-child(even) {
    background: #fff;
}

.price-list .row:nth-child(odd) {
    background: #ececec;
}

.price-list .row div {
    vertical-align: middle;
}

.price-list .car-type {
    font-weight: bold;
}

.price-list .car-type,
.price-list .car-price {
    padding-top: 5px;
    font-size: 14px;
}

.car-action {
    text-align: right;
}

.car-img img {
    width: 87%;
}

.car-action .btnhijau {
    font-size: 13px;
}

@media (min-width: 979px) and (max-width: 1200px) {
    .temukan>img,
    .temukan>a>img {
        position: relative;
    }
    .box-simulasi h1 {
        font-size: 12px;
    }
    .sidebar-height {
        height: auto;
    }
    .box-simulasi h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .temukan>img,
    .temukan>a>img {
        display: block;
        position: relative;
        top: 0px;
        width: 30%;
        height: auto;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .box-simulasi {
        min-height: 200px;
    }
    .price-list .row div {
        margin-bottom: 10px;
    }
    .bg-caption h4 {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .info>li {
        margin-bottom: 5px;
    }
    .box-second {
        margin-bottom: 25px;
    }
    footer h2 {
        margin-top: 15px;
    }
    p.date {
        float: none;
    }
    .logout {
        float: none;
        margin-top: 10px;
    }
    .back {
        float: none;
        font-size: 14px;
        position: relative;
        top: 0px;
    }
    .form-simulasi-cont {
        width: auto;
    }
    .form-simulasi-cont,
    .search-carbrand {
        width: 100%;
    }
    .brand-list .col-sm-3 {}
    .brand-list .col-sm-3 img {
        margin: 0 auto;
    }
    .price-list .row div {
        margin-bottom: 10px;
        text-align: left
    }
    .news-img-thumb {
        height: auto;
        width: 100%;
    }
    .news-img-thumb img {
        width: 100%;
    }
}

.faq-category a {
    color: #00ad62;
}

.back-cat-title {
    background: #00ad62 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    font-family: "core_sans_nr_45_regularRg";
}

h2.faq-cat-title {
    font-family: "core_sans_nr_45_regularRg";
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 5px
}

.tab-content {
    background: #ebebeb none repeat scroll 0 0;
    border-radius: 6px;
    padding: 20px;
}

#google-map {
    width: 100%;
    height: 350px;
    /*display: none;*/
}

.pagination2 li.disabled,
.pagination3 li.disabled {
    font-size: 12px;
    color: #ccc;
    padding: 5px 10px;
}


/*package*/

.box-paket {
    border: 2px solid #009951;
    border-radius: 5px;
    height: auto;
    margin-bottom: 20px;
    padding: 12px;
}


/*package*/

#chart-bar-polling {
    height: 400px;
    position: relative;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0px 20px;
    padding-top: 30px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.forgot-password {
    float: right;
    color: #FFFFFF;
}

label.error {
    color: red;
    font-size: 12px;
}

span.title-email {
    color: #a94442;
}

.member-table {
    max-height: 500px;
    overflow-y: auto;
}

.text-white {
    color: white;
}

.main-bg {
    margin-bottom: 35px;
    border-radius: 10px;
}