.promo .nav-tabs {
    background: #eee;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
    box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
}

.promo .nav-link {
    color:#333;
}

.promo .nav-tabs .nav-item.show .nav-link, .promo .nav-tabs .nav-link.active {
    color: #fff;
    background: #383838;
    box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
    text-shadow: 0 0 10px #fff;
    border-top: 4px solid #e62633;
}

@keyframes redbar {
    50% {
        left: 250px;
    }
}

@-webkit-keyframes float {
    0%,40%,80% {
        background-color: #df0e2c;
        color: #fff;
    }

    20%,60%,to {
        background-color: #3cb60a;
        color: #ffc300;
    }

    50% {
        -webkit-transform: rotate(360deg);
        border-radius: 10px;
        text-shadow: 2px 2px 3px rgba(0,0,0,.5);
    }
}

@keyframes float {
    0%,40%,80% {
        background-color: #df0e2c;
    }

    20%,60%,to {
        background-color: #3cb60a;
    }

    50% {
        -webkit-transform: rotate(360deg);
        border-radius: 10px;
        text-shadow: 2px 2px 3px rgba(0,0,0,.5);
    }
}

@-webkit-keyframes float2 {
    0%,40%,80% {
        background-color: #00b0ff;
    }

    20%,60%,to {
        background-color: #f0c;
    }

    50% {
        -webkit-transform: rotate(360deg);
        border-radius: 10px;
        text-shadow: 2px 2px 3px rgba(0,0,0,.5);
    }
}

@keyframes float2 {
    0%,40%,80% {
        background-color: #00b0ff;
    }

    20%,60%,to {
        background-color: #f0c;
    }

    50% {
        -webkit-transform: rotate(360deg);
        border-radius: 10px;
        text-shadow: 2px 2px 3px rgba(0,0,0,.5);
    }
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slide-down {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

#instafeed {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: repeat(2,1fr);
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    max-width: 64rem;
    margin: auto;
}

@media (max-width:479px) {
    #instafeed {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: repeat(4,1fr);
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        max-width: 64rem;
        margin: auto;
    }
}

#instafeed a {
    display: block;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    border: 4px solid #fff;
}

#instafeed img {
    display: block;
    width: 100%;
}

._social-item-description {
    padding: 5px 15px 15px;
    font-size: 14px;
    color: #262626;
    text-align: center;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 9999;
    background-color: #fff;
}

.loading {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-45%);
    font: 14px arial;
}

.logo-preloader {
    width: 300px;
    height: auto;
}

@media (max-width:479px) {
    .logo-preloader {
        width: 250px;
        height: auto;
    }
}

.loading-bar {
    width: 250px;
    height: 3px;
    background: #cfcfcf;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.loading-bar::before {
    content: "";
    width: 68px;
    height: 3px;
    background: #e62633;
    position: absolute;
    left: -34px;
    animation: redbar 1.5s infinite ease;
}

.fb-share-button {
    margin-left: 25px;
    padding: 5px 0;
}

@media (max-width:479px) {
    .fb-share-button {
        margin-right: 48px;
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
ul.breadcrumb {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    background: transparent;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
    color: #e62633;
}

ul.breadcrumb li .bxs-home{
    font-size: 20px;
}

@media (max-width:479px) {
    ul.breadcrumb li {
        font-size: 13px;
    }
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0"
}

ul.breadcrumb li a {
    color: #333;
    text-decoration: none;
}

ul.breadcrumb li a:hover,ul.breadcrumb li.active a {
    color: #e62633;
    text-decoration: underline;
    font-weight:600;
}

.breadcrumbs {
  padding: 12px 0;
  text-align: center;
}

.breadcrumbs-bg {
  background-color: #df0e2c;
  box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
}

.breadcrumbs marquee {
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 600;
    margin: 0 auto;
    color:#fff;
}

.breadcrumbs marquee a {
    color:#ffe400;
}

.breadcrumbs img {
  max-width:120px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  margin: 0 auto;
}

.breadcrumbs img:hover {
  transform: scale(1.1);
}

@media (max-width: 479px) {
  .breadcrumb img {
    max-width: 100%;
    padding:0 30%;
    margin:0 auto;
  }
}

.btn-watch-video {
    display: inline-block;
    margin: 20px;
    padding: .6875rem 1.325rem;
    border: .125rem solid #df0e2c;
    border-radius: 2rem;
    background-color: #df0e2c;
    color: #fff;
    font: 700 .75rem/0 "Montserrat",sans-serif;
    transition: all .2s ease;
    text-transform: uppercase;
}

.btn-watch-video:hover {
    background-color: transparent;
    color: #df0e2c;
    text-decoration: none;
}

.table {
    background: #fff;
    color: #333;
}

hr {
    border-top: 2px solid #e62633;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 20px;
    left: 20px;
    background-color: #3cb60a;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    z-index: 100;
    -webkit-animation-name: float;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: float;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.my-float {
    margin-top: 12px;
}

.float2 {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    left: 20px;
    background-color: #00b0ff;
    color: #fff;
    border-radius: 40px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px rgba(0,0,0,.2);
    z-index: 100;
    -webkit-animation-name: float2;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: float2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.my-float2 {
    margin: 12px;
}

.video-fluid {
    width: 100%;
    height: auto;
}

body {
    font-family: "Open Sans",sans-serif;
    color: #444;
}

a {
    color: #e62633;
}

a:hover {
    color: #22d8b6;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway",sans-serif;
}

.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #e62633;
    color: #fff;
    transition: display .5s ease-in-out;
    z-index: 99999;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.3);
    box-shadow: 0 5px 5px rgba(0,0,0,.3);
}

.back-to-top i,.back-to-top:hover {
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.back-to-top i {
    font-size: 24px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.back-to-top:hover {
    color: #fff;
    background: #c00000;
    transition: background .2s ease-in-out;
}

#header {
    transition: all .5s;
    z-index: 997;
    padding: 15px 0;
}

#header.header-inner-pages,#header.header-scrolled {
    background: #fff;
    color:#333;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.1);
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    border-bottom: 4px solid #e62633;
}

#header.header-inner-pages .nav-menu a,#header.header-scrolled .nav-menu a{
    color: #333;
}

#header .logo h1 {
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-weight: 700;
    color: #cfcde7;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#header .logo h1 a,#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0 auto;
    max-height: 40px;
}

@media (max-width:479px) {
    #header .logo img {
        width: 8rem;
    }
}

#header .logo-hjc {
    padding: 1.3rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-left:10px;
    max-height: 20px;
    border-right: 1px solid rgba(0,0,0,.1);
    border-left: 1px solid rgba(0,0,0,.1);
}

#header .logo-hjc img {
    width: 12rem;
}

@media (max-width:479px) {
    #header .logo-hjc {
        margin-right: 40px;
        padding: 1.3rem;
    }

    #header .logo-hjc img {
        width: 8rem;
    }
}

@media (max-width:1024px) {
    #header {
        height: 80px;
        padding: 20px 0;
    }
}

.nav-menu,.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.mobile-nav a,.nav-menu a {
    display: block;
    position: relative;
}

.nav-menu a {
    color: #fff;
    padding: 8px 0 12px;
    transition: .3s;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: 700;
}

.nav-menu a.nav-icon img {
    width: 25px;
}

.nav-menu>ul>li+li {
    margin-left: 30px;
}

.nav-menu>ul>li>a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 3px;
    left: 0;
    background-color: #e62633;
    visibility: hidden;
    width: 0;
    transition: all .3s ease-in-out 0s;
}

.nav-menu .active>a:before,.nav-menu a:hover:before,.nav-menu li:hover>a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 30px rgba(127,137,161,.25);
    transition: ease all .3s;
}

.mobile-nav-active .mobile-nav,.nav-menu .drop-down:hover>ul {
    opacity: 1;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #062822;
}

.nav-menu .drop-down ul .active>a,.nav-menu .drop-down ul a:hover,.nav-menu .drop-down ul li:hover>a {
    color: #df0e2c;
}

.nav-menu .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width:1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%
    }

    .nav-menu .drop-down .drop-down:hover>ul {
        left: -100%
    }

    .nav-menu .drop-down .drop-down>a:after {
        content: "\ea9d"
    }
}

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 25px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 24px;
    transition: all .4s;
    outline: 0!important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    color: #333;
}

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out .2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    color: #21413c;
    padding: 10px 20px;
    font-weight: 500;
    outline: 0;
}

.mobile-nav .active>a,.mobile-nav a:hover,.mobile-nav li:hover>a {
    color: #e62633;
    text-decoration: none;
    font-weight: 700;
}

.mobile-nav .drop-down>a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\eaa1"
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul,.mobile-nav-overly {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(16,31,29,.6);
    transition: ease-in-out .2s;
}

.mobile-nav-active,section {
    overflow: hidden;
}

#hero h1,.mobile-nav-active .mobile-nav-toggle i,.promo th a {
    color: #fff;
}

#hero {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/honda-wrv.webp) center center;
    background-size: cover;
    position: relative;
    padding: 0;
}

#hero .container {
    z-index: 2;
}

#hero h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
}

#hero span,#hero-brio span,#hero-brv span,#hero-city-hatchback span,#hero-crv span,#hero-hrv span,#hero-mobilio span,#hero-civic-rs span,#hero-city span,#hero-harga span {
    background: #015daa;
}

#hero h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#hero .btn-get-started:hover,#hero-brio .btn-get-started:hover,#hero-brv .btn-get-started:hover,#hero-city-hatchback .btn-get-started:hover,#hero-crv .btn-get-started:hover,#hero-hrv .btn-get-started:hover,#hero-mobilio .btn-get-started:hover,#hero-civic-rs .btn-get-started:hover,#hero-city .btn-get-started:hover,#hero-harga .btn-get-started:hover {
    border-color: #c00000;
    background: #c00000;
    color: #fff;
    font-weight: 700;
}

@media (min-width:768px) {
    #hero {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero {
        width: 100%;
        height: 100vh;
        background: url(../img/banner/honda-wrv.webp) center center;
        background-size: cover;
        position: relative;
        padding: 0;
    }
}

@media (max-width:768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero-brio {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
}

#hero-brio .container {
    z-index: 2;
}

#hero-brio h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
}

#hero-brio h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero-brio .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media (max-width:768px) {
    #hero-brio h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-brio h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
    #hero-brio {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero-brio {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero-brio {
        width: 100%!important;
        height: auto;
    }
}

#hero-mobilio {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/honda-mobilio.webp) center center;
    background-size: cover;
    position: relative;
    padding: 0;
}

#hero-mobilio .container {
    z-index: 2;
}

#hero-mobilio h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
}

#hero-mobilio h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero-mobilio .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media (min-width:768px) {
    #hero-mobilio {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero-mobilio {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero-mobilio {
        width: 100%!important;
        height: calc(30vh - 40px);
    }
}

@media (max-width:768px) {
    #hero-mobilio h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-mobilio h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero-city-hatchback {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
}

#hero-city-hatchback .container {
    z-index: 2;
}

#hero-city-hatchback h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
}

#hero-city-hatchback h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero-city-hatchback .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media (min-width:768px) {
    #hero-city-hatchback {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero-city-hatchback {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero-city-hatchback {
        width: 100%!important;
        height: auto;
    }
}

@media (max-width:768px) {
    #hero-city-hatchback h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-city-hatchback h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero-brv {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
}

#hero-brv .container {
    z-index: 2;
}

#hero-brv h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
}

#hero-brv h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero-brv .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media (min-width:768px) {
    #hero-brv {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero-brv {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero-brv {
        width: 100%!important;
        height: auto;
    }
}

@media (max-width:768px) {
    #hero-brv h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-brv h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero-hrv {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
}

#hero-hrv .container {
    z-index: 2;
}

#hero-hrv h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
}

#hero-hrv h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero-hrv .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media (min-width:768px) {
    #hero-hrv {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero-hrv {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero-hrv {
        width: 100%!important;
        height: auto;
    }
}

@media (max-width:768px) {
    #hero-hrv h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-hrv h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero-crv {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
}

#hero-crv .container {
    z-index: 2;
}

#hero-crv h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
}

#hero-crv h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero-crv .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media (min-width:768px) {
    #hero-crv {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero-crv {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero-crv {
        width: 100%!important;
        height: auto;
    }
}

@media (max-width:768px) {
    #hero-crv h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-crv h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero-civic-rs {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
}

#hero-civic-rs .container {
    z-index: 2;
}

#hero-civic-rs h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
}

#hero-civic-rs h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero-civic-rs .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media (min-width:768px) {
    #hero-civic-rs {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero-civic-rs {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero-civic-rs {
        width: 100%!important;
        height: auto;
    }
}

@media (max-width:768px) {
    #hero-civic-rs h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-civic-rs h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero-city {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    padding: 0;
}

#hero-city .container {
    z-index: 2;
}

#hero-city h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
}

#hero-city h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero-city .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media (min-width:768px) {
    #hero-city {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero-city {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero-city {
        width: 100%!important;
        height: auto;
    }
}

@media (max-width:768px) {
    #hero-city h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero-city h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero-harga {
    width: 100%;
    height: 100vh;
    background: url(../img/banner/honda-wrv.webp) center center;
    background-size: cover;
    position: relative;
    padding: 0;
}

#hero-harga .container {
    z-index: 2;
}

#hero-harga h1 {
    margin: 0 0 10px;
    font-size: 48px;
    font-weight: 900;
    line-height: 56px;
    color: #fff;
}

#hero-harga h2 {
    color: rgba(255,255,255,.7);
    margin-bottom: 35px;
    font-size: 24px;
}

#hero-harga .btn-get-started {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 10px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

@media (min-width:768px) {
    #hero-harga {
        background-attachment: fixed;
    }
}

@media (max-width:1024px) {
    #hero-harga {
        margin: 0 auto;
        height: 100vh;
    }
}

@media (max-width:479px) {
    #hero-harga {
        width: 100%;
        height: 100vh;
        background: url(../img/banner/honda-wrv.webp) center center;
        background-size: cover;
        position: relative;
        padding: 0;
    }
}

.cliens {
    padding: 12px 0;
    text-align: center;
    background: #282828;
    border-bottom: 3px solid #fff;
}

.cliens img {
    max-width: 100%;
    transition: all .4s ease-in-out;
    display: inline-block;
    padding: 15px 0;
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    margin: 0 auto;
}

.cliens img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1);
}

@media (max-width:768px) {
    .cliens img {
        max-width: 100%;
    }
}

.cliens .owl-dots,.cliens .owl-nav {
    margin: 5px 0 10px;
    text-align: center;
    display: none;
}

.cliens .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff!important;
}

.cliens .owl-dot.active {
    background-color: #c00000!important;
}

section {
    padding: 30px 0;
}

.section-bg {
    background-color: #f2f2f2;
}

.promo-bg {
    background-color: #fff;
}

.section-title {
    padding-bottom: 5px;
    text-align: center;
}

.section-title h2 {
    font-family: "Roboto Condensed",sans-serif;
}

.section-title p {
    margin-bottom: 0;
}

.about h3,.steps h3 {
    font-weight: 400;
    font-size: 34px;
    color: #015daa;
}

.about .icon-box {
    margin-top: 44px;
}

.about .icon-box i {
    font-size: 48px;
    float: left;
    color: #015daa;
}

.about .icon-box h4 {
    font-size: 22px;
    font-weight: 500;
    margin-left: 60px;
    color: #333;
}

.about .icon-box p {
    font-size: 15px;
    color: #015daa;
    margin-left: 60px;
}

.steps {
    padding: 30px 0 40px;
}

.steps .row {
    overflow: hidden;
}

.steps .btn-whatsapp {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 14px;
    margin: 10px 0;
    border-radius: 25px;
    transition: .5s;
    border: 2px solid #015daa;
    background: #015daa;
    color: #faa821;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

.steps .btn-phone,.steps .btn-whatsapp:hover {
    font-weight: 700;
    background: #faa821;
    color: #015daa;
}

.steps .btn-whatsapp:hover {
    border-color: #faa821;
}

.steps .btn-phone {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 14px;
    margin: 10px 0;
    border-radius: 25px;
    transition: .5s;
    border: 2px solid #faa821;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

.steps .btn-phone:hover {
    border-color: #015daa;
    background: #015daa;
    color: #faa821;
    font-weight: 700;
}

.steps h3 {
    font-weight: 400px;
}

.steps h5 {
    font-weight: 600;
    margin-top: 10px;
}

.features h3,.steps h3,.steps h5,.steps p {
    text-align: center;
}

.steps .section-title {
    padding-top: 15px;
    padding-bottom: 5px;
}

.steps .content-item {
    padding: 20px;
    border-left: 1px solid #d4e9e6;
    border-bottom: 1px solid #d4e9e6;
    margin: -1px;
}

.steps .category-item span,.steps .content-item span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #015daa;
}

.steps .category-item h4,.steps .content-item h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0;
    color: #004e92;
}

.steps .category-item h6,.steps .content-item h6 {
    text-align: center;
    font-weight: 700;
}

.steps .category-item p,.steps .content-item p {
    color: #aaa;
    font-size: 15px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.features img,.steps .category-item img,.steps .content-item img {
    margin: auto;
    display: block;
}

.steps .category-item {
    padding: 5px;
    border: .5px solid #e5e7e9;
    border-radius: 10px;
    margin: 2px;
}

.steps .category-item h6 {
    margin-top: .5rem;
    font-size: 14px;
}

@media (max-width:768px) {
    .steps .content-item {
        padding: 20px 0;
    }
}

.features h3 {
    font-size: 34px;
    color: #21413c;
}

.features .btn-category,.promo .section-title h1,.promo marquee {
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
}

.features .btn-category {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 12px;
    margin: 5px 0 20px;
    border-radius: 25px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

@media (max-width:479px) {
    .features .btn-category {
        font-size: 12px;
    }
}

.features .btn-category:hover {
    border-color: #c00000;
    background: #c00000;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-weight: 700;
}

.features .model-item h3,.promo .promo-item h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    color: #e62633;
    font-family: "Roboto Condensed",sans-serif;
}

.features .model-item h4,.features .model-item p {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto Condensed",sans-serif;
    margin: 0 auto;
}

.features .model-item p {
    font-size: 12px;
    font-weight: 600;
}

.features .owl-dots,.features .owl-nav {
    margin: 5px 0 20px;
    text-align: center;
}

.features .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd!important;
}

.features .owl-dot.active {
    background-color: #c00000!important;
}

.features .nav-tabs {
    border: 0;
}

.features .nav-link {
    border: 0;
    padding: 10px;
    transition: .3s;
    color: #21413c;
    border-radius: 25px;
}

.features .nav-link:hover {
    color: #df0e2c;
}

.features .nav-link h4,.promo .promo-item h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
}

.features .nav-link p {
    font-size: 14px;
    margin-bottom: 0;
}

.features .nav-link.active {
    box-shadow: 0 2px 15px rgba(0,0,0,.12);
    text-shadow: 0 0 10px #fff;
    color:#fff;
    background:#333;
}

.features .tab-pane.active {
    -webkit-animation: slide-down .5s ease-out;
    animation: slide-down .5s ease-out;
}

.services .icon-box {
    padding: 30px;
    position: relative;
    overflow: hidden;
    margin: 0;
    background: #fff;
    transition: all .3s ease-in-out;
    border-radius: 15px;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.services .icon-box:hover {
    box-shadow: 0 2px 29px 0 rgba(37,37,37,.1);
}

.services .icon i {
    font-size: 48px;
    line-height: 1;
    margin-bottom: 15px;
}

.services .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.services .title a {
    color: #111;
}

.services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.services .icon-box-pink .icon i {
    color: #ff689b;
}

.services .icon-box-cyan .icon i {
    color: #3fcdc7;
}

.services .icon-box-green .icon i {
    color: #41cf2e;
}

.services .icon-box-blue .icon i {
    color: #2282ff;
}

.promo .testimonial-item p {
    font-style: italic;
    font-size: 14px;
    margin: 0 15px 15px;
    padding: 20px;
    background: #ffefef;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

.promo .testimonial-item .quote-icon-left,.promo .testimonial-item .quote-icon-right {
    color: #fbb;
    font-size: 26px;
}

.promo .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.promo .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.promo .promo-item {
    padding: 5px;
    border: .5px solid #e5e7e9;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,.1);
    background:#fff;
    margin: 0 5px 10px 0;
}

.promo .section-title h1,.promo marquee {
    font-weight: 600;
}

.promo .rating {
    font-size: 16px;
    text-align: center;
    color: #ffc300;
}

.product th a:hover,.promo th a:hover {
    color: #ffe400;
}

.promo .promo-item .promo-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

.promo .section-title {
    padding-bottom: 10px;
    text-align: center;
}

.promo .section-title h1 {
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
    border-radius: 50px;
    background: #e62633;
    color: #fff;
    font-weight: 700;
    padding: 10px 0;
    margin: 0 auto;
    font-size: 18px;
}

.promo .section-title h1 a {
    color: #fff;
}

.promo .section-title a:hover {
    color: #22d8b6;
    text-decoration: none;
}

.promo .section-title h2,.section-title h2 {
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 0;
    color: #333;
    text-transform: uppercase;
}

.promo hr {
    margin: .5rem 0;
}

.promo .promo-item h4 {
    font-weight: 500;
}

.promo .promo-item h4,.promo .promo-item p,.promo .section-title h2,.promo h4,.promo h5 {
    text-align: center;
    font-family: "Roboto Condensed",sans-serif;
}

.promo .promo-item p {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
}

.promo .promo-item h6,.testimonials .testimonial-item h6 {
    -webkit-text-decoration: line-through;
    text-decoration: line-through;
    font-size: 12px;
    margin-bottom: .2rem;
}

.promo h4,.promo h5 {
    margin-top: .5rem;
    margin-bottom: .15rem;
    font-size: 21px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

@media (max-width:479px) {
    .promo h4 {
        font-size: 21px;
    }
}

.promo h5 {
    margin-top: .3rem;
    margin-bottom: .3rem;
    font-size: 13px;
}

.promo .promo-item .quote-icon-left,.promo .promo-item .quote-icon-right {
    color: #a8d3cc;
    font-size: 26px;
}

.promo .promo-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.promo .promo-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.promo .owl-dots,.promo .owl-nav {
    margin: 5px 0 20px;
    text-align: center;
}

.promo .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd!important;
}

.promo .owl-dot.active {
    background-color: #c00000!important;
}

@media (max-width:767px) {
    .promo {
        margin: 10px;
    }
}

.promo .container-fluid {
    padding:15px;
}

.testimonials .testimonial-item {
    box-sizing: content-box;
    height: auto;
}

.testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    margin: -40px 0 0 40px;
    position: relative;
    z-index: 2;
    border: 6px solid #fff;
}

.testimonials .section-title {
    padding-bottom: 10px;
    text-align: center;
}

.testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0 5px 45px;
    color: #111;
}

.product .section-title h1,.testimonials .testimonial-item h4 {
    font-size: 16px;
    color: #015daa;
    margin: 0 auto;
    font-weight: 700;
}

.testimonials .testimonial-item p {
    margin: 0 auto;
}

.testimonials .testimonial-item .quote-icon-left,.testimonials .testimonial-item .quote-icon-right {
    color: #a8d3cc;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .owl-dots,.testimonials .owl-nav {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd!important;
}

.testimonials .owl-dot.active {
    background-color: #015daa!important;
}

@media (max-width:767px) {
    .testimonials {
        margin: 10px;
    }
}

.product .product-item {
    margin-bottom: 30px;
    border: .5px solid #e5e7e9;
}

@media (max-width:479px) {
    .product .product-item {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.product .btn-category {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 12px;
    margin: 0 0 10px;
    border-radius: 25px;
    transition: .5s;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    width: 100%;
}

@media (max-width:479px) {
    .product .btn-category {
        font-size: 10px;
        padding: 2px 4px;
    }
}

@media (min-width:768px) {
    .product .btn-category {
        font-size: 12px;
        padding: 2px 4px;
    }
}

.product .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.product .btn-category:hover {
    border-color: #c00000;
    background: #c00000;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-weight: 700;
}

.product .btn-phone {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 4px 10px;
    margin: 10px 0;
    border-radius: 25px;
    transition: .5s;
    border: 2px solid #faa821;
    background: #faa821;
    color: #015daa;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

.product .btn-phone:hover {
    border-color: #015daa;
    background: #015daa;
    color: #faa821;
    font-weight: 700;
}

.product .section-title h1 {
    color: #333;
    text-transform: uppercase;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 24px;
}

@media (max-width:479px) {
    .product .section-title h1 {
        font-size: 18px;
    }
}

.portfolio #portfolio-flters,.product #product-flters {
    margin: 0 auto 35px;
    list-style: none;
    text-align: center;
    background:#333;
    border-radius: 50px;
    padding: 8px 20px;
}

.portfolio #portfolio-flters li,.product #product-flters li {
    cursor: pointer;
    display: inline-block;
    padding: 5px 14px 3px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 5px;
    transition: all .3s ease-in-out;
}

.product #product-flters li.filter-active,.product #product-flters li:hover {
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    padding: 5px 14px;
    border-radius: 25px;
    border: 2px solid #e62633;
    background: #e62633;
    text-shadow: 0 0 10px #fff;
}

.product #product-flters li:last-child {
    margin-right: 0;
}

.product .product-item .product-wrap {
    transition: all .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: 0 0;
}

.portfolio .portfolio-wrap::before,.product .product-item .product-wrap::before {
    content: "";
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    bottom: 30px;
    transition: all ease-in-out .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio .section-title h2,.portfolio h4,.product h4 {
    font-weight: 600;
    font-family: "Roboto Condensed",sans-serif;
}

.portfolio h4,.product h4 {
    text-align: center;
    font-size: 14px;
    margin-top: .5rem;
    text-transform: uppercase;
}

.product .product-item .product-wrap .product-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product .product-item .product-wrap .product-info::after,.product .product-item .product-wrap .product-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    transition: all .5s ease 0s;
    z-index: 9994;
}

.product .product-item .product-wrap .product-info::before {
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}

.product .product-item .product-wrap .product-info::after {
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.product .product-item .product-wrap .product-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

@media (max-width:479px) {
    .product .product-item .product-wrap .product-info h4 {
        font-size: 11px;
    }
}

.product .product-item .product-wrap .product-info p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

@media (max-width:479px) {
    .product .product-item .product-wrap .product-info p {
        font-size: 10px;
    }
}

.product .product-item .product-wrap .product-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a,.product .product-item .product-wrap .product-links a {
    color: #fff;
    margin: 0 2px;
    font-size: 28px;
    display: inline-block;
    transition: .3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover,.product .product-item .product-wrap .product-links a:hover {
    color: #4ae3c6;
}

.product .product-item .product-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info,.product .product-item .product-wrap:hover .product-info {
    opacity: 1;
}

.product .product-item .product-wrap:hover .product-info::before {
    top: 15px;
    left: 15px;
}

.product .product-item .product-wrap:hover .product-info::after {
    bottom: 15px;
    right: 15px;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    border: .5px solid #e5e7e9;
}

.portfolio .btn-category,.portfolio .btn-phone {
    font-family: "Raleway",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 25px;
    transition: .5s;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
}

.portfolio .btn-category {
    font-size: 12px;
    padding: 8px 12px;
    margin: 0 0 10px;
    border: 2px solid #e62633;
    background: #e62633;
    color: #fff;
}

.portfolio .btn-category:hover {
    border-color: #c00000;
    background: #c00000;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-weight: 700;
}

.portfolio .btn-phone {
    font-size: 10px;
    padding: 4px 10px;
    margin: 10px 0;
    border: 2px solid #faa821;
    background: #faa821;
    color: #015daa;
}

.portfolio .btn-phone:hover {
    border-color: #015daa;
    background: #015daa;
    color: #faa821;
    font-weight: 700;
}

.portfolio .section-title h2 {
    font-size: 16px;
}

.portfolio #portfolio-flters li.filter-active,.portfolio #portfolio-flters li:hover {
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    padding: 5px 14px;
    border-radius: 25px;
    border: 2px solid #e62633;
    background: #e62633;
}

.portfolio #portfolio-flters li:last-child {
    margin-right: 0;
}

.portfolio .portfolio-wrap {
    transition: .3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: 0 0;
}

.portfolio .portfolio-wrap .portfolio-info {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 3;
    transition: all ease-in-out .3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::after,.portfolio .portfolio-wrap .portfolio-info::before {
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    transition: all .5s ease 0s;
    z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::before {
    top: 35px;
    left: 35px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}

.portfolio .portfolio-wrap .portfolio-info::after {
    bottom: 35px;
    right: 35px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
    text-align: center;
    z-index: 4;
}

.portfolio .portfolio-wrap:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
    top: 15px;
    left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
    bottom: 15px;
    right: 15px;
}

.lightbox-basic {
    position: relative;
    max-width: 80rem;
    margin: 2.5rem auto;
    border-radius: .25rem;
    background-color: #fff;
    text-align: center;
}

.lightbox-basic .spesifikasi {
    background-color: #f5f5f5;
    padding: 0.5em;
}

.lightbox-basic ul {
    text-align: left;
    font-size:12px;
}

.lightbox-basic img {
    display: block;
    margin-top: .75rem;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
}

.lightbox-basic h2,.lightbox-basic h4 {
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
}

.lightbox-basic h2 {
    margin-bottom: .625rem;
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}

.lightbox-basic hr {
    width: 100%;
    height: .125rem;
    margin-top: .125rem;
    margin-bottom: 1.125rem;
    border: 0;
    background-color: rgba(0,0,0,.1);
    text-align: center;
}

.lightbox-basic h4 {
    font-size: 16px;
    text-align: center;
}

.lightbox-basic h5,thead,thead a {
    text-align: center;
    text-transform: uppercase;
}

.lightbox-basic h4,.lightbox-basic h5,.lightbox-basic h6 {
    margin-top: .15rem;
    margin-bottom: .15rem;
    color: #333;
}

.lightbox-basic h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto Condensed",sans-serif;
}

.lightbox-basic h6 {
    font-size: 14px;
    text-align: left;
}

.lightbox-basic p {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}

@media (max-width:479px) {
    .lightbox-basic p {
        font-size: 14px;
    }
}

.lightbox-basic table {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.lightbox-basic table tr {
    line-height: 1.75em;
}

.lightbox-basic table .icon-cell {
    width: 2rem;
    padding-right: .25rem;
    color: #df0e2c;
    text-align: center;
}

.lightbox-basic a.mfp-close.as-button {
    position: relative;
    width: auto;
    height: auto;
    margin-left: .375rem;
    color: #df0e2c;
    opacity: 1;
}

.lightbox-basic a.mfp-close.as-button:hover {
    color: #f1f1f8;
}

.lightbox-basic button.mfp-close.x-button {
    position: absolute;
    top: -.375rem;
    right: -.375rem;
    width: 2.75rem;
    height: 2.75rem;
    color: #df0e2c;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.btn-lightbox-basic {
    display: inline-block;
    padding: 1.1875rem 1.325rem;
    margin: 10px 0;
    border: .125rem solid #df0e2c;
    border-radius: 2rem;
    background-color: transparent;
    color: #df0e2c;
    font: 700 .75rem/0 "Montserrat",sans-serif;
    text-decoration: none;
    transition: all .2s ease;
}

.btn-lightbox-basic:hover {
    background-color: #df0e2c;
    color: #fff;
    text-decoration: none;
}

.lightbox-basic {
    padding: 3rem;
}

.lightbox-basic h3 {
    margin-top: .25rem;
}

thead,thead a {
    background: #df0e2c;
    color: #fff;
}

.lightbox-basic .owl-dots,.lightbox-basic .owl-nav {
    margin-bottom: 15px;
    text-align: center;
}

.lightbox-basic .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd!important;
}

.lightbox-basic .owl-dot.active {
    background-color: #c00000!important;
}

.team .member {
    text-align: center;
    margin-bottom: 20px;
    background: #343a40;
    position: relative;
    overflow: hidden;
}

.team .member .member-info {
    opacity: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: .2s;
}

.team .member .member-info-content {
    position: absolute;
    left: 50px;
    right: 0;
    bottom: 0;
    transition: bottom .4s;
}

.team .member .member-info-content h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
}

.team .member .member-info-content span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
}

.team .member .social {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: 50px;
    transition: left ease-in-out .3s;
    background: rgba(0,0,0,.5);
    text-align: center;
}

.team .member .social a {
    transition: color .3s;
    display: block;
    color: #fff;
    margin-top: 15px;
}

.faq .faq-list a.collapsed:hover,.team .member .social a:hover {
    color: #015daa;
}

.team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

.team .member:hover .member-info {
    background: linear-gradient(0deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.8) 20%,rgba(0,212,255,0) 100%);
    opacity: 1;
    transition: .4s;
}

.team .member:hover .member-info-content {
    bottom: 30px;
    transition: bottom .4s;
}

.team .member:hover .social {
    left: 0;
    transition: left ease-in-out .3s;
}

.faq .faq-list {
    padding: 0 100px;
}

.faq .faq-list ul {
    padding: 0;
    list-style: none;
}

.faq .faq-list li+li {
    margin-top: 15px;
}

.faq .faq-list li {
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

.faq .faq-list a {
    display: block;
    position: relative;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 30px;
    outline: 0;
    color: #e62633;
}

.faq .faq-list .icon-help {
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 20px;
    color: #97cac2;
}

.faq .faq-list .icon-close,.faq .faq-list .icon-show {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0;
}

.faq .faq-list a.collapsed {
    color: #343a40;
}

.faq .faq-list a.collapsed .icon-show {
    display: inline-block;
}

.faq .faq-list .icon-show,.faq .faq-list a.collapsed .icon-close {
    display: none;
}

@media (max-width:1200px) {
    .faq .faq-list {
        padding: 0;
    }
}

.contact .info {
    padding: 30px;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
}

.contact .info i {
    font-size: 20px;
    color: #015daa;
    float: left;
    width: 44px;
    height: 44px;
    background: #e1f0ee;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all .3s ease-in-out;
}

.contact .profile h3 {
    font-family: Jodie-Garland;
    line-height: 1.5;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
    background: -webkit-linear-gradient(0deg,#333,#333);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contact .profile p {
    font-size: 14px;
    text-align: center;
}

.contact .delivery img,.contact .profile img {
    margin: 0 auto;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.3);
    box-shadow: 0 5px 10px rgba(0,0,0,.3);
    border-radius: 10%;
    border: 4px solid #fff;
}

.contact .icon-box {
    margin: 20px 0;
}

.contact .icon-box i {
    font-size: 28px;
    float: left;
    color: #e62633;
}

.contact .icon-box h4 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 40px;
    color: #21413c;
}

.contact .icon-box p {
    font-size: 10px;
    color: #848484;
    margin-left: 60px;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #21413c;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 12px;
    color: #43857a;
    font-family: "Roboto Condensed",sans-serif;
}

.contact p {
    margin: 0 auto;
    font-size: 16px;
}

.contact .align-items-stretch {
    margin-bottom: 10px;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    background: #333;
    margin-right: 10px;
}

.contact .info .address:hover i,.contact .info .email:hover i,.contact .info .phone:hover i,.contact .info .social-links a:hover {
    background: #015daa;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0,0,0,.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
    background: #015daa;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: .4s;
    border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
    background: #22d8b6;
}


@font-face {
    font-family:Jodie-Garland;src:url(../webfonts/Jodie-Garland.ttf);
    font-weight:400;
    font-style:normal;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #e62633;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
}

#footer p {
    text-align:center;
    font-size: 12px;
    padding-top: 20px;
    color:#fff;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-info {
  text-align: center;
  margin: 0 auto;
  width:120px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #002c5f;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 10px 0 10px 0;
  background: #e62633;
  border-top: 4px solid #333;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #002c5f;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #002c5f;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #002c5f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  background:#fff;
}

#footer .copyright {
  text-align: center;
  color:#fff;
  font-size:12px;
}

#footer .copyright a{
  color:#fff;
}

#footer .copyright a:hover{
  color:#fff;
}

#footer .credits {
  float: left;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .copyright, #footer .credits {
    text-align: center;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
  }
}

#footer .social-links {
    background:#333;
}

#footer .btn-category {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    display: inline-block;
    width: 100%;
    transition: .5s;
    background: 0 0;
    color: #fff;
    text-align:center;
}

@media (max-width:768px) {
    #footer p {
        font-size: 10px;
        padding-top: 20px;
    }
}

@media (max-width:479px) {
    #footer .btn-category {
        font-size: 30px;
    }
}

#footer .btn-category:hover {
    border-color: #002c5f;
    background: #002c5f;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    font-weight: 700;
}