.table{width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #bbbdb8}.table thead th{vertical-align:bottom;border-bottom:2px solid #bbbdb8}.table tbody+tbody{border-top:2px solid #bbbdb8}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #bbbdb8}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c3c3}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1adad}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#2c3438;border-color:#3d484d}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#bbbdb8}.table-dark{color:#fff;background-color:#2c3438}.table-dark td,.table-dark th,.table-dark thead th{border-color:#3d484d}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.table-responsive>.table-bordered{border:0}
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-item{position:relative;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block;-webkit-transition:-webkit-transform .6s ease;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease}@media screen and (prefers-reduced-motion:reduce){.carousel-item-next,.carousel-item-prev,.carousel-item.active{-webkit-transition:none;transition:none}}.carousel-item-next,.carousel-item-prev{position:absolute;top:0}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translateZ(0);transform:translateZ(0)}}.active.carousel-item-right,.carousel-item-next{-webkit-transform:translateX(100%);transform:translateX(100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-right,.carousel-item-next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translateX(-100%);transform:translateX(-100%)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.active.carousel-item-left,.carousel-item-prev{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.carousel-fade .carousel-item{opacity:0;-webkit-transition-duration:.6s;transition-duration:.6s;-webkit-transition-property:opacity;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateX(0);transform:translateX(0)}@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-prev,.carousel-fade .carousel-item-next,.carousel-fade .carousel-item-prev,.carousel-fade .carousel-item.active{-webkit-transform:translateZ(0);transform:translateZ(0)}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:transparent no-repeat 50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{position:relative;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:hsla(0,0%,100%,.5)}.carousel-indicators li:before{top:-10px}.carousel-indicators li:after,.carousel-indicators li:before{position:absolute;left:0;display:inline-block;width:100%;height:10px;content:""}.carousel-indicators li:after{bottom:-10px}.carousel-indicators .active{background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}

.car-card__name {
    font-size: 2rem
}
.car-card__name span:last-child {
    color: #C3C3C3;
    font-weight: 300;
}

.car-card__slider {
    margin-top: 1.3125rem
}

.car-card__slider img {
    width: 100%
}

.accessories__price, .car-card__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.accessories__price span:last-child, .car-card__price span:last-child {
    font-weight: 600;
    font-size: 1rem;
    color: #7d7d7d;
    text-decoration: line-through
}

.accessories__price span:first-child, .car-card__price span:first-child {
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.5rem;
    color: #c03;
    line-height: 1.4rem;
    text-decoration: none
}

.car-card button, .car-card a {
    padding-top: .64rem;
    padding-bottom: .64rem;
    /*font-size: .875rem;*/
    /*letter-spacing: 1px*/
}

.car-card__specification {
    margin: 1.5rem 0;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.car-card__specification .title {
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1
}

.car-card__specification ul {
    margin-top: .5rem;
    margin-bottom: 0;
    list-style: none
}

.car-card__specification ul:first-child {
    padding-left: 0
}

.car-card__specification ul li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .625rem
}

.car-card__specification ul li span {
    font-size: .875rem;
    font-weight: 300
}

.car-card__specification .spec-name {
    color: #a3a3a3
}

.car-card__specification .spec-value {
    color: #000
}

.car-card__link {
    font-size: .875rem;
    font-weight: 600;
    text-decoration: none;
    color: #30a4c8
}

.car-card__actions-name {
    margin-bottom: .7rem
}


.car-card__td .car-card__actions-name {
    color: #c03
}

.car-card__accordion {
    margin-top: 31px;
    margin-bottom: 31px;
}

.car-card__tab h4 {
    margin-bottom: 0;
}
.car-card__tab a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 17px 32px 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    border-left: 1px solid rgba(0, 0, 0, 0.25);
    border-right: 1px solid rgba(0, 0, 0, 0.25);
    color: #000;
    text-transform: uppercase;
    background-color: #EFF4F5;
    letter-spacing: .07rem;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}
/*.car-card__accordion .panel:first-child a {*/
    /*border-top: 1px solid rgba(0, 0, 0, 0.25);*/
/*}*/
.car-card__accordion .panel:last-child a, .car-card__accordion .panel:last-child table {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.car-card__tab a:hover {
    text-decoration: none;
}
.car-card__tab a > .tab-ico {
    content: 'huy';
    display: inline-flex;
    width: 10px;
    height: 5px;
    background-image: url(../../../img/toyota/ico-arrow.7fa3eed0.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: rotate(0);
    transition: .2s ease;
}
.car-card__tab a.collapsed > .tab-ico {
    transform: rotate(180deg)
}
.car-card__content .table {
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
}
.car-card__content .table tr:last-child td {
    border-bottom: 0;
}
.car-card__content .table tr td:first-child {
    padding-left: 32px;
}
.car-card__options {
    border: 1px solid rgba(0, 0, 0, 0.25)
}

.car-card__options ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 32px 27px 0;
    margin: 0;
    list-style: none;
}
.car-card__options li {
    flex: 0 0 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 27px;
}
.car-card__options li:before {
    content: '';
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    padding-left: 20px;
    background-image: url(../../../img/toyota/ico-standard.76e70f2c.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    background-size: 100%;

}

.seo__title {
    font-style: normal;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
    display: block;
    color: #2F2F2F;
    font-weight: bold;
}
.seo__text ul {
    list-style: none;
    padding-left: 15px;
}
.seo__text ul li {
    font-size: 1rem;
    font-weight: 100;
    color: #404040;
}
.seo__text ul li::before {
    content: "•";
    color: #c03;
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
}
/*TABS SERVICES*/
.finance__services .nav-tabs {
    border: none;
    /* justify-content: space-between */
}

.finance__services .nav-item {
    background: #fff;
    border-radius: 10px;
    flex-basis: 214px;
    margin-right: 30px;
}

.finance__services .nav-link {
    padding: 17px 16px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #4d4d4d;
    height: 100%;
    background: #f7f7f7;
    border: 1px solid #d8d8d8;
    border-color: #d8d8d8!important;
    width: 100%;
    text-align: left;
    border-radius: 10px;
}

.finance__services .nav-link:focus {
    outline: none;
    box-shadow: none;
}
.finance__services .nav-link h2 {
    font-weight: 400!important;
    font-size: 14px!important;
    line-height: 18px;
    margin-bottom: 0;
}
.finance__services .nav-link svg {
    display: block;
    margin-bottom: 14px
}

.finance__services .nav-link.active, .finance__services .nav-link:hover {
    border-radius: 10px;
    background: #F1F1F1;
}

.finance__services .nav-link .tab-credit-info {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #5b0;
    text-transform: none;
    vertical-align: super
}

.finance__services hr.finance__services-hr {
    margin-top: 40px;
    margin-bottom: 35px;
    border-top: 1px solid #ededed
}

@media (max-width: 991.98px) {
    .finance__services .nav-tabs .nav-item {
        min-width: 214px;
        margin-right: 15px
    }

    .finance__services .nav-tabs .nav-item:last-child {
        margin-right: 0
    }

    .finance__services .nav-tabs {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .finance__services .nav-item {
        flex-basis: 180px
    }
    .finance__services .nav-link {
        padding: 12px 10px 14px;
        font-size: 12px
    }
}
