header.lexus-header nav .navbar-toggle {
    background-color: #4a4a4a;
}
header.lexus-header nav #primary-navbar .navbar-left li:first-child > a {
    /*padding-top: 0;*/
    /*padding-bottom: 0;*/
}
header.lexus-header nav #primary-navbar .navbar-left li:first-child > a > img {
    max-height: 30px;
    filter: brightness(100);
    margin-top: 3px;
    margin-bottom: 5px;
}
.mobile-hotline {
    display: block;
    height: 50px;
    float: right;
    background: #ffc600;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}
.mobile-hotline:hover {
    background: rgba(255, 198, 0, 0.81);
    color: #fff;
}
.mobile-hotline .fa {
    font-size: 20px;
}
.loading {
    background: rgba(0, 0, 0, 0.38);
    display: none;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: 999;
}
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3b1c3f;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.all-car-list h2 {
    color: #000;
    font-size: 34px;
    font-weight: 300;
    border-left: 5px solid #e11717;
    padding-left: 14px;
    margin-left: 7px;
    margin-right: 7px;
    line-height: 36px;
}
.all-car-list h2 strong {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 36px;
}
.tabbingCont {
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
}
.tabbingCont .tabbingHead {
    position: absolute;
    top: 0;
    right: 15px;
    padding-bottom: 4px
}
.tabbingCont .tabbingHead li {
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin-left: 15px;
    cursor: pointer;
    line-height: 36px;
    position: relative;
    text-transform: uppercase;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    background: #ebebeb;
}

.tabbingCont .tabbingHead li a {
    display: inline-block;
    font-size: 14px;
    color: #000;
    line-height: 36px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    border-radius: 5px;
    padding: 0;
}

.tabbingCont .tabbingHead li:hover a,
.tabbingCont .tabbingHead li.active a {
    background: #ff7133;
    color: #fff;
}
.tabbingBody {
    padding: 0
}
.carDetailTab.tabbingCont .tabbingHead {
    position: relative;
    right: inherit;
    top: inherit
}
.carDetailTab.tabbingCont .tabbingHead ul {
    border-bottom: 1px solid #d7d6d6
}
.carDetailTab.tabbingCont .tabbingHead li {
    width: 49%;
    color: #8d8d8d;
    font-size: 22px;
    margin-left: 0;
    text-transform: capitalize;
    font-weight: 400;
    height: 40px;
    border-radius: 0;
    line-height: 22px
}
.carDetailTab.tabbingCont .tabbingHead li:hover,
.carDetailTab.tabbingCont .tabbingHead li.active {
    background: none;
    color: #e11717
}
.carDetailTab.tabbingCont .tabbingHead li.active {
    font-weight: 500;
    border-bottom: 6px solid #e11717
}
.carDetailTab .tabbingBody {
    padding: 16px 0 0
}
.tabbingBody > ul > li {
    width: 100%;
    display: none
}
.tabbingBody > ul > li.active {
    display: block
}
.carCont .brandTypesListing {
    padding: 15px 0 0
}
.carCont .brandTypesListing .itemCont {
    text-align: center
}
.carDetails {
    text-align: center;
    padding: 0 7px;
    margin-bottom: 34px
}
.carDetails a.carImg {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 180px;
    background-size: 75px auto;
    -webkit-background-size: 75px auto
}
.carDetails a.carImg span.carName {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    left: 0;
    bottom: 0;
    position: absolute;
    display: inline-block;
    text-align: left;
    font-size: 12px;
    font-weight: 300;
    color: #bebebe;
    line-height: 20px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}
.hybrid {
    height: 34px;
    background: #d70f0f;
    border-radius: 30px;
    position: absolute;
    top: 64px;
    right: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    line-height: 28px
}
.hybrid span {
    -webkit-transition: all .7s 0;
    width: 0;
    overflow: hidden;
    display: inline-block;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    vertical-align: middle
}
.hybrid:hover > span {
    width: 60px
}
.carDetails a.carImg .hybrid img {
    width: 11px;
    height: 17px;
    vertical-align: middle;
    float: none;
    display: inline-block;
    margin: 4px 3px 0
}
.carDetails a.carImg .soldOut {
    position: absolute;
    top: 12px;
    right: 0;
    width: 123px;
    height: 43px !important;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px
}
.booked {
    position: absolute;
    top: 12px;
    right: 0;
    width: 123px !important;
    height: 43px !important;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 18px;
    z-index: 1;
}
.detailBannerImg .booked {
    z-index: 2;
}
.carDetails:hover a.carImg span.carName {
    padding-bottom: 40px
}
.carDetails a.carImg span.carName strong {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500
}
.PricesalesPrice.vm-display.vm-price-value {
    display: inline-block
}
.carDetails a.carImg img {
    width: 100%;
    height: auto;
    display: block;
    height: 238px;
    object-fit: cover;
    object-position: center;
}
.list .carDetails a.carImg img {
    height: 208px;
}
.carDetails a.carImg:hover > span.carName strong {
    color: #e36e43;
}
.carDetails .carDesc {
    background: #f0f0f0;
    width: 100%
}
.carDetails .carDesc .carlistDesc {
    display: none
}
.carDescTop {
    border-bottom: 1px solid #d9d9d9;
    text-transform: uppercase
}
.carDesc .carDescTop > ul::before,
.carDesc .carDescTop > ul::after {
    content: "";
    display: table
}
.carDesc .carDescTop > ul::after {
    clear: both
}
.carDesc .carDescTop > ul > li {
    text-align: center;
    float: left;
    width: 33%;
    border-left: 1px solid #d9d9d9;
    padding: 18px 0;
    font-weight: 300;
    color: #000;
    font-size: 13px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.carDesc .carDescTop > ul > li span {
    display: block;
    text-align: center
}
.carDesc .carDescTop > ul > li strong {
    color: #e00f0f;
    font-size: 18px;
    font-weight: 700
}
.carDesc .carDescTop > ul > li:first-child {
    border-left: 0
}
.carDesc .carprice {
    color: #000;
    font-weight: 500;
    text-align: center;
    padding: 12px 0 12px;
    position: relative;
    line-height: 12px;
    height: 67px;
    overflow: hidden;
}
.carDesc .carprice span {
    font-size: 28px;
}
.carDesc .carprice .Price {
    margin-top: 14px
}
.carDesc .carprice a.callforprice {
    color: #414040;
    text-transform: uppercase;
    background: url(../img/call-for-price-icon.svg) no-repeat 29px 9px;
    padding-left: 30px;
    font-size: 14px;
    width: 188px;
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    display: inline-block;
    border: 1px solid #414040;
    text-align: center;
    margin-top: -20px
}
.carDesc .carprice a.callforprice:hover {
    background: #e62828 url(../img/call-for-price-icon.png) no-repeat 29px -31px;
    color: #fff;
    border: 1px solid #e62828
}
/*.landingpage-slider{*/
/*min-height: 590px;*/
/*}*/
.landingpage-slider img {
    height: 590px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.landingpage-slider .slick-track {
    display: flex;
    flex-flow: nowrap;
}
.relate-phukien-sliders .controlBtn.btnRight:hover,
.relate-cars-sliders .controlBtn.btnRight:hover,
.relate-posts-slider .controlBtn.btnRight:hover,
.recommend-cars-slider .controlBtn.btnRight:hover,
.brandTypesListing .controlBtn.btnRight:hover {
    background: url(/assets/front-end/images/v3/controlbtn.png) no-repeat -48px -80px;
}
.relate-phukien-sliders .controlBtn.btnRight,
.relate-cars-sliders .controlBtn.btnRight,
.relate-posts-slider .controlBtn.btnRight,
.recommend-cars-slider .controlBtn.btnRight,
.brandTypesListing .controlBtn.btnRight {
    right: -48px;
    background: url(/assets/front-end/images/v3/controlbtn.png) no-repeat -25px 0;
    cursor: pointer;
    background-size: 50px;
}
.relate-phukien-sliders .controlBtn,
.relate-cars-sliders .controlBtn,
.relate-posts-slider .controlBtn,
.recommend-cars-slider .controlBtn,
.brandTypesListing .controlBtn {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 50px;
    margin-top: -14px;
    z-index: 99;
}
.relate-phukien-sliders .controlBtn.btnLeft:hover,
.relate-cars-sliders .controlBtn.btnLeft:hover,
.relate-posts-slider .controlBtn.btnLeft:hover,
.recommend-cars-slider .controlBtn.btnLeft:hover,
.brandTypesListing .controlBtn.btnLeft:hover {
    background: url(/assets/front-end/images/v3/controlbtn.png) no-repeat 0 -80px;
}
.relate-phukien-sliders .controlBtn.btnLeft,
.relate-cars-sliders .controlBtn.btnLeft,
.relate-posts-slider .controlBtn.btnLeft,
.recommend-cars-slider .controlBtn.btnLeft,
.brandTypesListing .controlBtn.btnLeft {
    left: -48px;
    background: url(/assets/front-end/images/v3/controlbtn.png) no-repeat 0 0;
    cursor: pointer;
    background-size: 50px;
}
/* HEROR SIDER*/
.landingpage-slider .controlBtn.btnLeft:hover {
    background: url(/assets/front-end/images/v3/controlbtn.png) no-repeat 0 -80px;
}
.landingpage-slider .controlBtn.btnRight:hover {
    background: url(/assets/front-end/images/v3/controlbtn.png) no-repeat -48px -80px;
}
.landingpage-slider .controlBtn.btnRight {
    right: 48px;
    background: url(/assets/front-end/images/v3/controlbtn.png) no-repeat -25px 0;
    cursor: pointer;
    background-size: 50px;
}
.landingpage-slider .controlBtn {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 50px;
    margin-top: -14px;
    z-index: 99;
}
.landingpage-slider .controlBtn.btnLeft {
    left: 48px;
    background: url(/assets/front-end/images/v3/controlbtn.png) no-repeat 0 0;
    cursor: pointer;
    background-size: 50px;
}
.recommend-cars-slider .slick-track{
    display: flex;
    justify-content: flex-start;
    margin-left: initial;
}
/*-----------*/
.carDetails .car-overlay {
    /* position: absolute; */
    background: rgba(174, 135, 70, 1);
    /* Old browsers */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6));
    /* FF3.6-15 */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6));
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.6));
    height: 100%;
    width: 100%;
}
.carDetails .hover-wrapper .hover-info {
    background: rgba(0, 0, 0, 0.66);
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 20px;
    z-index: 9;
    display: none;
    /* transition: 333ms all ease; */
}
.carDetails .hover-wrapper:hover .hover-info {
    /* display: block; */
}
.carDetails .hover-info .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carDetails .hover-info a.book-car-now {
    background: transparent;
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 15px 20px 12px;
    width: 300px;
    transition: 444ms all ease-in-out;
}
.carDetails .hover-info a.drive-car-now {
    background: #e36e43;
    border-radius: 0;
    border: 2px solid #e36e43;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 15px 20px 12px;
    width: 300px;
    transition: 444ms all ease-in-out;
}
.carDetails .hover-info a.book-car-now:hover {
    background: #ffc600;
    border: 2px solid #ffc600;
}
.carDetails .hover-info a.drive-car-now:hover {
    background: #ffc600;
    border: 2px solid #ffc600;
}
.carDetails .hover-wrapper {
    position: relative;
    height: 100%;
}
.carDetails .hover-info a span {
    display: inline-block;
}
.carDetails .hover-info a .hover-icon {
    max-height: 20px;
    width: auto;
    float: left;
    display: inline-block;
    margin-right: 10px
}
/* ---------------------SEARCH-------------------- */
.searchCont {
    width: 100%;
    display: inline-block;
    background: #f6f6f6;
    margin-bottom: 20px
}
.searchContainer {
    width: 100%;
    float: left;
    position: relative;
    padding: 50px 0 50px;
    background-color: #fff;
    text-align: center;
    background: #f6f6f6;
}
.searchContainer .searchWrap {
    width: 66%;
    /* min-height: 400px; */
    display: inline-block;
    text-align: center
}
.searchContainer h1 {
    text-align: center;
    padding: 0 0 12px;
    font-size: 60px;
    color: #000;
    line-height: 70px;
    font-weight: 700
}
#tab3 h1 br {
    display: none
}
.searchContainer p.finding-car {
    text-align: center;
    font-size: 34px;
    color: #000;
    line-height: 34px;
    font-weight: 100;
    margin-top: 0;
}
.searchContainer .favBrands {
    width: 80%;
    display: inline-block;
    margin: 30px 0 30px
}
.searchPointers {
    width: 90%;
    display: inline-block;
    text-align: left;
    font-size: 0;
    text-align: center
}
.searchPointers label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 65px;
    font-size: 14px;
    color: #7f7f7f;
    line-height: 24px;
    font-weight: 300;
    text-align: left
}
.searchPointers label span {
    display: block;
    font-size: 30px;
    color: #000;
    line-height: 30px;
    font-weight: 400
}
.searchPointers label span sub {
    display: inline;
    font-size: 14px;
    line-height: 20px
}
.searchPointers label.luxury {
    background: url(/assets/front-end/images/v3/luxury-car-icon.png) no-repeat left center
}
.searchPointers label.exotic {
    background: url(/assets/front-end/images/v3/exotic-car-icon.png) no-repeat left center;
    margin: 0 40px 0 50px
}
.searchPointers label.combined {
    background: url(/assets/front-end/images/v3/combined-space-icon.png) no-repeat left center
}
.searchContainer .searchWrap2 {
    width: 80%;
    /* min-height: 400px; */
    display: inline-block;
    text-align: center
}
.searchContainer .searchWrap2 h4 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    padding: 0 0 12px;
    text-align: center;
}
.searchContainer .searchWrap2 h4.priceHeading {
    font-size: 45px;
}
.searchContainer .carTypes {
    width: 100%;
    display: inline-block;
    margin: 75px 0 0
}
.searchContainer .carTypes .typeCar {
    width: 186px;
    display: inline-block;
    margin: 0 0 15px;
    text-align: center;
    font-size: 16px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none
}
.searchContainer .carTypes .typeCar:hover {
    color: #e3000f
}
.searchContainer .carTypes .typeCar img {
    margin: 0;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear
}
.searchContainer .carTypes .typeCar:hover img {
    margin: 0 0 0 20px
}
.searchContainer h1.priceHeading {
    text-align: center;
    padding: 0 0 19px;
    font-size: 45px;
    color: #000;
    line-height: 45px;
    font-weight: 700
}
.searchContainer .priceSlider {
    width: 80%;
    height: 37px;
    display: inline-block;
    position: relative;
    /* background: url(/assets/front-end/images/v3/price-slider-waves-img.png) no-repeat center top; */
    margin: 95px 0 0
}
.searchContainer .averagePrice {
    position: absolute;
    left: 50%;
    top: -53px;
    border: 1px solid #d7d7d7;
    font-size: 14px;
    color: #a8a8a8;
    line-height: 31px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    padding: 0 16px;
    transform: translateX(-50%)
}
.searchContainer .averagePrice::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    background: url(/assets/front-end/images/v3/average-tip-icon.png) no-repeat center bottom;
    width: 13px;
    height: 6px;
    margin: 0 auto
}
.searchContainer .averagePrice img {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: -6px
}
.searchContainer .exploreRow {
    width: 100%;
    display: inline-block;
    margin: 60px 0 0
}
.searchContainer .exploreRow .exploreBtn {
    width: 200px;
    height: 44px;
    display: inline-block;
    background-color: #e36e43;
    border-radius: 44px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 44px;
    text-transform: uppercase;
    text-decoration: none
}
.searchContainer .exploreRow .exploreBtn:hover {
    background-color: #292f34
}
.favBrands input[name="carname"] {
    height: 66px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    text-transform: uppercase;
}
.favBrands .search {
    margin-top: 30px;
    position: relative;
    display: table;
    border-collapse: separate; /*GI DAY NHI*/
}
.favBrands input {
    width: 100%;
    margin-bottom: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.favBrands .searchBtn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}
.favBrands .searchBtn button {
    margin-left: -1px;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    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-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #e36e43;
    color: #fff;
    height: 66px;
    width: 77px;
}
.favBrands .searchBtn button .fa {
    font-size: 28px;
}
.favBrands .searchBtn button:hover {
    background: #ffc600;
}
.value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -45px;
    width: 40px;
    text-align: center;
    display: block;
    font-size: 18px;
    font-family: 'Roboto';
    color: #777;
    font-weight: 400
}
.price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px
}
.price-range-both {
    display: none
}
.price-range-max.value {
    margin-left: -60px;
    top: -35px
}
.value i {
    font-style: normal
}
.searchContainer .searchBy {
    position: absolute;
    right: 99px;
    top: 50%;
    transform: translateY(-50%);
    width: 96px;
    text-align: center
}
.searchContainer .searchBy label {
    width: 100%;
    display: inline-block;
    margin: 0 0 15px;
    font-size: 14px;
    color: #727272;
    font-weight: 500;
    text-transform: uppercase
}
.searchContainer .searchBy label.labelHead {
    margin: 0 0 6px
}
.searchContainer .searchBy label a {
    width: 94px;
    height: 94px;
    display: inline-block;
    background-color: #f6f6f6;
    border: 1px solid #727272;
    font-size: 14px;
    color: #727272;
    font-weight: 500;
    text-decoration: none
}
.searchContainer .searchBy label a:hover,
.searchContainer .searchBy label a.selected {
    background-color: #e3000f;
    border: 1px solid #e3000f;
    color: #fff
}
.searchContainer .searchBy label a span {
    width: 50px;
    height: 30px;
    display: inline-block;
    margin: 19px 0 0;
    background: url(/assets/front-end/images/v3/newhome-search-icon.png) no-repeat left top;
    text-indent: -999999px
}
.searchContainer .searchBy label a span.price {
    background-position: -50px top
}
.searchContainer .searchBy label a span.type {
    background-position: 0 top
}
.searchContainer .searchBy label a span.brand {
    background-position: -100px top
}
.searchContainer .searchBy label a:hover span.price,
.searchContainer .searchBy label a.active span.price {
    background-position: -50px -30px
}
.searchContainer .searchBy label a:hover span.type,
.searchContainer .searchBy label a.active span.type {
    background-position: 0 -30px
}
.searchContainer .searchBy label a:hover span.brand,
.searchContainer .searchBy label a.active span.brand {
    background-position: -100px -30px
}
.favBrands .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    text-align: left
}
.favBrands .chosen-container .chosen-drop {
    position: absolute;
    top: 95%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-top: 0;
    background-color: #fff
}
.favBrands .chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}
.favBrands .chosen-container a {
    cursor: pointer
}
.favBrands .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 30px;
    height: 66px;
    background: #fff;
    border: solid 1px #d3d3d3;
    border-radius: 4px;
    color: #a8a8a8;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 66px
}
.favBrands .chosen-container-single .chosen-default {
    color: #b7b7b7
}
.favBrands .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 18px;
    line-height: 66px;
}
.favBrands .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 0
}
.favBrands .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    /*background: url(chosen-sprite.png) -42px 1px no-repeat;*/
    font-size: 1px
}
.favBrands .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}
.favBrands .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}
.favBrands .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 66px
}
.favBrands .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/front-end/images/v3/explore-brand-icon.png) right top no-repeat
}
.favBrands .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 0;
    white-space: nowrap
}
.favBrands .chosen-container-single .chosen-search input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    width: 98%;
    height: 50px;
    outline: 0;
    border: 1px solid #dbdbdb;
    /*background: url(chosen-sprite.png) no-repeat 100% -20px;*/
    font-size: 16px;
    margin: 1%
}
.favBrands .chosen-container-single .chosen-drop {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px
}
.favBrands .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}
.favBrands .chosen-container .chosen-results {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}
.favBrands .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 0 30px;
    border-top: 1px solid #fff;
    list-style: none;
    font-size: 16px;
    line-height: 36px;
    -webkit-touch-callout: none;
    color: #000;
    font-weight: 300
}
.favBrands .chosen-container .chosen-results li:first-child {
    border-top: 0 solid #d6dadc
}
.favBrands .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}
.favBrands .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #b7b7b7;
    cursor: default
}
.favBrands .chosen-container .chosen-results li.highlighted {
    color: #000;
    background-color: #f0f0f0
}
.favBrands .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f0f0f0
}
.favBrands .chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default
}
.favBrands .chosen-container .chosen-results li.group-option {
    padding-left: 15px
}
.favBrands .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}
.favBrands .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #dbdbdb
}
.favBrands .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}
.favBrands .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: right bottom
}
.favBrands .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb
}
.favBrands .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #b7b7b7 !important
}
.favBrands .chosen-disabled {
    opacity: .5 !important;
    cursor: default
}
.favBrands .chosen-disabled .chosen-single {
    cursor: default
}
.favBrands .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.ui-slider {
    position: relative;
    text-align: left
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}
.ui-slider-horizontal {
    height: .8em
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}
.ui-slider-vertical {
    width: .8em;
    height: 100px
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0
}
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: .3em
}
.ui-widget .ui-widget {
    font-size: 1em
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1em
}
.ui-widget-content {
    border: 0;
    background: #333;
    color: #222;
    border-radius: 10px !important;
    margin-top: 37px;
    margin-bottom: 0
}
.ui-widget-content a {
    color: #222
}
.ui-widget-header {
    border: 0;
    background: #e9333f;
    color: #222;
    font-weight: 700
}
.ui-widget-header a {
    color: #222
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    box-shadow: 0 0 4px #cdcdcd;
    border: 1px solid #cdcdcd;
    width: 22px;
    height: 22px;
    background: #fff;
    font-weight: 400;
    color: #555;
    border-radius: 100% !important;
    cursor: pointer;
    margin-top: -7px
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555;
    text-decoration: none
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    box-shadow: 0 0 4px #cdcdcd;
    border: 1px solid #cdcdcd;
    background: #fff;
    font-weight: 400;
    color: #000
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: #212121;
    text-decoration: none
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #aaa;
    background: #fff;
    font-weight: 400;
    color: #212121
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}
.hotline-primary img {
    width: auto;
    height: 18px;
    vertical-align: text-top;
}
.lexus-secondhand {
    background: #f6f6f6;
    padding: 20px 0 0;
    margin-bottom: 50px
}
/* ---------------------END SEARCH------------------ */
/* POLICY */
.lexus-policy {
    background: url(/assets/front-end/images/v3/city-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
}
.lexus-policy .buble {
    border: 1px solid #eee;
    /*border-radius: 100%;*/
    width: 150px;
    height: 90px;
    text-align: center;
    background: #f1f1f1;
    position: relative;
    margin: auto;
    border: 1px solid #ccc;
    transition: 333ms all ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.lexus-policy .buble span {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    font-weight: bold;
    color: #555
}
.lexus-policy :hover > .buble {
    background: #e36e43;
    color: #fff;
    cursor: pointer;
}
.lexus-policy :hover > .buble span {
    color: #fff;
}
.lexus-policy .policy-item img,
.lexus-policy .policy-item .fas {
    display: table;
    margin: auto;
    /*margin-top: 30px;*/
    text-align: center;
    opacity: 0.1;
    /*z-index: -1;*/
}
.lexus-policy {
    padding: 30px 0;
}
/* PRODUCT PAGE */
.bread-crumb {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #8f8f8f;
    font-weight: 500;
    line-height: 14px;
    text-transform: uppercase;
}
.bread-crumb li {
    display: inline;
}
.bread-crumb a {
    color: #8f8f8f;
}
.bread-crumb a:hover span {
    color: #ffc600;
}
.bread-crumb span {
    color: #e11717;
}
.bread-crumb img {
    vertical-align: middle;
    margin: 0 10px;
}
.grey-background {
    background: #f6f6f6;
}
.product-list {
    padding-bottom: 50px;
    padding-top: 20px
}
.product-list .carDetails {
    padding: 0;
    overflow: hidden;
    position: relative;
}
.product-list .entry-header {
    margin-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
}
.product-list .entry-header h1 {
    margin-bottom: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}
#postList .item-wrapper {
    height: 424px;
}
.clear {
    clear: both;
}
.viewcontrols {
    position: relative;
    text-align: right;
    padding-right: 100px
}
.viewcontrols .filters {
    display: flex;;
    flex-flow: nowrap;
    float: right;
}
.viewcontrols .filters select {
    border: 1px solid #e11717;
    color: #e11717;
    height: 40px;
    line-height: 37px;
    display: inline-block;
    width: 100px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    margin-left: 5px;
}
.viewcontrols .filters select option {
    line-height: 30px;
}
.filterByBrandBtn {
    width: 40px;
}
.brandHead .viewcontrols {
    margin-top: 12px
}
.filterByBrandBtn {
    /*width: 192px;*/
    height: 40px;
    line-height: 37px;
    color: #464646;
    font-size: 14px;
    font-weight: 400;
    padding-left: 52px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    text-align: left;
    background: url(/assets/front-end/images/v3/filter-icon.png) no-repeat 13px 11px;
    cursor: pointer
}
.filterByBrandBtn b {
    width: 7px;
    height: 6px;
    display: inline-block;
    background: url(/assets/front-end/images/v3/filter-brand-arrow.png) no-repeat top center;
    margin-left: 12px;
    vertical-align: middle
}
.filterByBrandBtn:hover {
    border: 1px solid #e11717;
    color: #e11717
}
.filterByBrandBtn:hover b {
    background-position: bottom center
}
.filtertopsearch {
    width: 272px;
    height: 51px;
    line-height: 51px;
    color: #464646;
    font-size: 16px;
    font-weight: 700;
    padding-left: 24px;
    border: 1px solid #d9d9d9;
    display: inline-block;
    text-align: left;
    cursor: pointer;
    text-transform: uppercase;
    background: url(/assets/front-end/images/v3/topsearcharrow.png) no-repeat right center
}
.filtertopsearch:hover {
    border: 1px solid #e11717;
    color: #e11717
}
.brandHead .viewcontrols a {
    top: 12px
}
.viewcontrols a {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 6px
}
.viewcontrols a.gridview {
    background: url(/assets/front-end/images/v3/grid-view.png) no-repeat center top;
    right: 30px
}
.viewcontrols a.listview {
    background: url(/assets/front-end/images/v3/list-view.png) no-repeat center top;
    right: 0
}
.viewcontrols a.gridview.active {
    background: url(/assets/front-end/images/v3/grid-view.png) no-repeat center bottom;
    right: 30px
}
.viewcontrols a.listview.active {
    background: url(/assets/front-end/images/v3/list-view.png) no-repeat center bottom;
    right: 0
}
/* FORM CONTACT */
.collectionForm {
    background: #4d5256;
    height: 100%;
}
.formBox {
    padding: 42px 34px 34px;
    position: relative;
}
.field-row {
    margin-bottom: 10px;
}
#coreloader, #poploader, #popreloader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.98);
    text-align: center;
    padding-top: 15px;
}
#poploader, #popreloader {
    padding-top: 48%;
}
.searchResultCars ul.list .formBoxHead {
    float: left;
    width: 35%;
    padding-top: 21px
}
.searchResultCars ul.list .formBoxBody {
    float: left;
    width: 65%
}
.searchResultCars ul.list .formBoxBody .field-row {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px
}
.searchResultCars ul.list .formBoxBody input[type="text"] {
    width: 100%
}
.searchResultCars ul.list .formBoxBody a.registration {
    margin-top: 0
}
.searchResultCars ul.list .formBox {
    padding: 58px 34px;
    position: relative
}
.collectionForm h4,
.collectionForm span.heading4 {
    color: #eaeaea;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block
}
.collectionForm h5,
.collectionForm span.heading5 {
    color: #eaeaea;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}
.collection-fields {
    margin-bottom: 15px
}
.collectionForm input[type="text"] {
    background: #717578;
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: #c3c4c5;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    padding: 0 42px 0 24px;
    border-radius: 3px;
    border: 1px solid #717578
}
.collectionForm input[type="text"]:focus {
    border-color: #f6f6f6;
}
.collectionForm input[type="text"]:focus {
    border: 1px solid #d3dbe1
}
.collectionForm input[type="text"].namefield {
    background: #717578 url(/assets/front-end/images/v3/collection-form-icon.png) no-repeat right 12px
}
.collectionForm input[type="text"].emailfield {
    background: #717578 url(/assets/front-end/images/v3/collection-form-icon.png) no-repeat right -48px
}
.collectionForm input[type="text"].phonefield {
    background: #717578 url(/assets/front-end/images/v3/collection-form-icon.png) no-repeat right -108px
}
.collectionForm a.check-rate,
.collectionForm a.registration {
    background: #e11717;
    width: 100%;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 20px;
    outline: 0;
    border: 0;
    padding: 0
}
.collectionForm a.registration:hover {
    background: #cc1313;
}
.collectionForm a.check-rate {
    background: transparent;
    border: 2px solid #fff;
}
.collectionForm a.tra-gop {
    background: #e11717;
    border: 0;
}
.collectionForm a.check-rate:hover {
    border-color: #e36e43;
    color: #e36e43;
}
.collectionForm a.tra-gop:hover {
    background: #cc1313;
    color: #fff
}
/* BLOGS ARCHIVES */
.blog-cat {
    margin-top: 5px;
}
.blog-cat a {
    color: #e36e43;
    font-size: 14px;
    font-weight: 600;
}
.blog-cat a:hover {
    color: #666
}
.blog-saperate {
    margin: 15px 0;
    border-top: 2px solid #e36e43;
}
.blog-primary .blogs-archives .archive-item {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: 15px 0
}
.blog-primary .blogs-archives .archive-item .blog-info .excerpt {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 48px; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.blog-primary .blogs-archives .archive-item::after {
    content: "";
    display: table;
    clear: both;
}
.blog-primary .blogs-archives .archive-item figure.feature-img {
    float: left;
    margin-right: 15px;
}
.blog-primary .blogs-archives .archive-item figure.feature-img img {
    max-width: 262px;
    height: 161px;
    object-fit: cover;
    object-position: center
}
.blog-primary .blogs-archives .archive-item .blog-info a .blog-title {
    margin-top: 0;
    font-size: 16px;
    color: #000
}
.blog-primary .blogs-archives .archive-item .blog-info a:hover .blog-title {
    color: #e36e43;
}
.blog-primary .blogs-archives .view-more {
    display: table;
    margin: auto;
    padding: 10px 25px;
    background: #e36e43;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: 0;
    min-width: 150px;
    margin-top: 15px
}
.blog-primary .blogs-archives .view-more:hover {
    background: #ffc600;
}
.blog-primary .sticky-blogs .sticky-feature .first figure img {
    width: 100%;
    height: 343px;
    object-fit: cover;
    object-position: center;
}
.blog-primary .sticky-blogs .sticky-feature .second figure img {
    width: 100%;
    height: 343px;
    object-fit: cover;
    object-position: center;
}
.blog-wrapper {
    margin: 30px 0;
}
.blog-wrapper h1 {
    margin-bottom: 10px;
    margin-top: 0;
    /*text-transform: uppercase;*/
}
.blog-wrapper .entry-header {
    margin-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
}
.blog-wrapper .sticky-slider .blog-title {
    font-size: 20px;
}
.blog-wrapper .sticky-feature .blog-title {
    font-size: 20px;
}
.blog-primary .sticky-blogs .sticky-feature {
    margin-bottom: 30px;
    display: flex
}
.blog-primary .sticky-blogs .sticky-feature .first h1 {
    font-size: 24px;
    margin: 15px 0
}
.blog-primary .sticky-blogs .sticky-feature .first a {
    color: #000;
}
.blog-primary .sticky-blogs .sticky-feature .first a:hover {
    color: #e36e43;
}
.blog-primary .sticky-blogs .sticky-feature .second {
    background: #f6f6f6;
    height: 100%;
}
.blog-primary .sticky-blogs .sticky-feature .second .info {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px
}
.blog-primary .sticky-blogs .sticky-feature .second h2 {
    font-size: 18px;
    margin: 15px 0;
    line-height: 1.6;
}
.blog-primary .sticky-blogs .sticky-feature .second a {
    color: #000;
}
.blog-primary .sticky-blogs .sticky-feature .second a:hover {
    color: #e36e43;
}
.blog-primary .sticky-blogs .sticky-feature .first .excerpt {
    font-size: 18px;
}
.relate-phukien-sliders .slick-dots,
.landingpage-slider .slick-dots,
.relate-cars-sliders .slick-dots,
.relate-posts-slider .slick-dots,
.sticky-slider .slick-dots {
    display: inline-block !important;
    margin-top: 15px;
}
.relate-posts .relate-heading {
    color: #000;
    font-size: 24px;
    border-left: 5px solid #e11717;
    padding-left: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 3px;
    margin-bottom: 20px;
    margin-top: 20px
}
.landingpage-slider .slick-dots:after,
.relate-cars-sliders .slick-dots:after,
.relate-phukien-sliders .slick-dots:after,
.recommend-cars-slider .slick-dots:after,
.relate-posts-slider .slick-dots:after,
.sticky-slider .slick-dots:after {
    content: '';
    display: block;
    clear: both;
}
.landingpage-slider .slick-dots:before,
.relate-cars-slider .slick-dots:before,
.recommend-cars-slider .slick-dots:before,
.relate-posts-slider .slick-dots:before,
.sticky-slider .slick-dots:before {
    content: '';
    display: block;
    clear: both;
}
.landingpage-slider .slick-dots li,
.relate-cars-slider .slick-dots li,
.recommend-cars-slider .slick-dots li,
.relate-posts-slider .slick-dots li,
.sticky-slider .slick-dots li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0 8px 0 7px;
}
.landingpage-slider .slick-dots li button,
.relate-cars-slider .slick-dots li button,
.recommend-cars-slider .slick-dots li button,
.relate-posts-slider .slick-dots li button,
.sticky-slider .slick-dots li button {
    background: #e36e43;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 6px;
    line-height: 0;
    outline: medium none;
    padding: 0px;
    margin: 4px 0;
    width: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.landingpage-slider .slick-dots li.slick-active button,
.relate-cars-slider .slick-dots li.slick-active button,
.recommend-cars-slider .slick-dots li.slick-active button,
.relate-posts-slider .slick-dots li.slick-active button,
.sticky-slider .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    margin: 0;
}
.landingpage-slider,
.relate-cars-slider,
.recommend-cars-slider,
.relate-posts-slider,
.sticky-slider {
    text-align: center;
}
.landingpage-slider .relate-title,
.relate-cars-sliders .relate-title,
.relate-phukien-sliders .relate-title,
.recommend-cars-slider .relate-title,
.relate-posts-slider .relate-title,
.relate-posts-slider p.time,
.sticky-slider .blog-title {
    text-align: left
}
.recommend-cars-slider .slick-dots{
    display: flex;
    justify-content: center;
}
.landingpage-slider .slick-dots {
    margin-top: -30px;
    position: absolute;
}
.blog-sidebar .ads-banner {
    margin-bottom: 15px
}
.blog-sidebar .ads-banner img {
    width: 100%;
    height: auto;
}
.blog-primary .single-detail .heading {
    margin-top: 0;
    font-size: 28px;
}
.blog-primary .single-detail .blog-header p.time {
    font-style: italic;
    color: #999
}
.blog-primary .single-detail .excerpt {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    border-top: 1px solid #bbb;
    padding-top: 15px;
    text-align: justify;
}
.blog-primary .single-detail .relation {
    padding: 20px 0;
}
.blog-primary .single-detail .relation ul li a {
    color: #777;
    font-size: 16px;
    line-height: 1.5;
}
.blog-primary .single-detail .relation ul li a:hover {
    color: #e36e43;
}
.blog-primary .single-detail .relation ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f111";
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    font-size: 12px;
    vertical-align: baseline;
    color: #e36e43;
}
.blog-primary .single-detail .the-content p,
.blog-primary .single-detail .the-content {
    font-size: 14px;
}
.blog-primary .single-detail .the-content h2 {
    font-size: 24px;
}
.blog-primary .single-detail .the-content {
    /*border-bottom: 1px solid #ccc;*/
}
.blog-primary .single-detail .blog-header {
    /*border-bottom: 1px solid #ccc;*/
    margin-bottom: 15px
}
.blog-primary .single-detail .the-content img {
    max-width: 100%;
    display: block;
    /* margin:auto; */
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-primary .single-detail .the-content ul {
    list-style: initial;
    padding: 0 0 5px 30px;
    margin: 0 0 5px;
}
.blog-primary .single-detail .the-content ul li {
    list-style: initial;
    margin-bottom: 5px;
}
.the-content iframe {
    max-width: 100%;
}
.the-content .quick-gallery {
    margin-top: 15px;
    margin-bottom: 15px;
}
.the-content .quick-gallery img {
    margin-top: inherit;
    margin-bottom: inherit;
}
.the-content ul.short-code li,
.the-content ul.short-code {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.the-content ul.short-code li a.code-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: 1px solid #e7e7e7;
    border-left: 2px solid red;
    background-image: -moz-linear-gradient(-90deg, #f1f1f1 0, white 100%);
    background-image: -webkit-linear-gradient(-90deg, #f1f1f1 0, white 100%);
    background-image: -ms-linear-gradient(-90deg, #f1f1f1 0, white 100%);
}
.the-content ul.short-code li {
    margin-bottom: 10px !important;
}
.the-content ul.short-code li a.code-link span:last-child {
    flex-basis: 70px;
}
.the-content ul.short-code li a.code-link span:last-child img {
    margin: 0 !important;
}
.the-content ul.short-code li a.code-link span:first-child {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding: 10px;
}
.the-content ul.short-code li a.code-link span:first-child:hover {
    color: #e36e43;
}
.the-content ul.short-code li a.code-link span:last-child img.code-image {
    width: 80px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}
.relate-posts .relate-item .relate-title {
    font-size: 16px;
}
.relate-posts .relate-item h3 a {
    color: #555;
    text-decoration: none;
    font-size: 16px;
}
.relate-posts .relate-item h3 a:hover {
    color: #e36e43;
}
.relate-posts .relate-item p.time {
    font-style: italic;
    color: #777;
    font-size: 14px;
}
.blog-primary .blogs-archives .archive-item figure.feature-img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    /*height: auto;*/
}
.sticky-slider .sticky-item img,
.relate-posts .relate-item img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
}
.blog-navigation .next-blog a p.next {
    color: #1459a0;
    font-size: 24px !important;
    padding: 20px 0;
}
.blog-navigation .next-blog a:hover p.next {
    color: #e36e43;
}
.blog-navigation .next-blog .fa {
    font-size: 24px;
}
.blog-navigation .next-blog a:hover h3 {
    color: #e36e43;
}
.the-tags {
    padding: 30px 0;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
}
.the-tags a.tag {
    padding: 7px 15px;
    background: #ebebeb;
    font-size: 14px;
    margin-right: 10px;
    text-decoration: none;
    color: #333;
    display: inline-block;
    margin-bottom: 10px;
}
.the-tags a.tag:hover {
    background: #e36e43;
    color: #fff;
}
/*COMMENTS*/
.share-footer-blog-detail {
    display: table;
    clear: both;
}
.share-footer-blog-detail .facebook, .share-footer-blog-detail .google-plus {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    text-align: center;
    margin-right: 15px;
}
/*COMMENTS*/
.comments textarea.form-control {
    height: 120px;
}
.list-reply .instant-image,
.comments .comment-images {
    border: 1px solid #c6c6c6;
    overflow: hidden;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 20px;
}
.list-reply .instant-image,
.comments .comment-images .img-item {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    /*position: relative;*/
}
.comments .comment-images .img-item img {
    margin: 0 5px;
    max-height: 120px;
    max-width: 100%;
    object-fit: cover;
    border: 1px solid #aaa;
}
.ui-tooltip {
    display: inline-block;
    position: fixed !important;
    padding: .5em 1em;
    background-color: #f1f1f1;
    max-width: 600px;
    height: auto;
}
label.bought {
    cursor: pointer;
    color: #2ba832;
    font-size: 13px;
    padding-left: 15px;
}
.qtv {
    background: #f1c40f;
    border-radius: 2px;
    padding: 2px 5px 0px;
    margin: 4px 0 4px 10px;
    line-height: normal;
    border: 1px solid #f1c40f;
    font-size: 11px;
    color: #333;
    font-weight: normal;
    display: inline-block;
    margin: 5px 0 0 10px;
    line-height: 10px;
}
/*PHU KIEN*/
.list-phukien .phukien-item img {
    width: 100%;
    max-height: 186px;
    min-height: 186px;
    object-fit: cover;
    object-position: center;
}
.list-phukien .phukien-item h2 {
    font-size: 16px;
    color: #333;
}
.list-phukien .phukien-item a:hover h3 {
    color: #e36e43;
}
.list-phukien .phukien-item p.price .origin del {
    color: #666;
    margin-right: 15px;
}
.list-phukien .phukien-item p.price .sale {
    color: #e36e43;
    font-size: 18px;
    font-weight: bold;
}
.list-phukien .phukien-item p.price {
    text-align: center;
}
.pk-overview .check-rate-form {
    padding: 15px;
    color: #fff;
    line-height: 1.5;
    min-height: 458px;
    overflow: hidden;
}
.pk-overview .check-rate-form p {
    line-height: 1.5;
}
.phukien-action .book-car-now {
    background: #e36e43;
}
.phukien-action .book-car-now .fa {
    font-size: 20px;
    margin-right: 15px;
}
.phukien-action .book-car-now:hover {
    background: #ffc600;
}
/*UPLOAD COMMENT*/
.comments .btn-send-image {
    background: #00632c;
    color: #fff;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    width: 160px;
    height: 45px;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px;
}
.upload-image-box .btn-reply-image {
    background: #00632c;
    color: #fff;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    padding: 10px;
}
.upload-image-box .btn-reply-image:hover, .comments .btn-send-image:hover {
    background: #ffc600 !important;
}
.upload-image-box .btn-reply-image .fa, .comments .btn-send-image .fa {
    font-size: 20px;
}
.upload-image-box .reply-image-preview, .comments .image-preview {
    padding: 10px;
    border-bottom: 1px solid #eee;
    display: none;
}
.instant-image .thumbnail, .upload-image-box .reply-image-preview .thumbnail, .comments .image-preview .thumbnail {
    padding: 0;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    max-height: 123px;
}
.comments .image-preview .thumbnail img {
    max-height: 123px;
}
.instant-image .thumbnail img, .upload-image-box .reply-image-preview .thumbnail img {
    max-height: 123px;
}
.upload-image-box .reply-image-preview .rep-remove-img, .comments .image-preview .remove-img {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
}
.instant-image .thumbnail .instant-remove-img, .upload-image-box .reply-image-preview .remove-img, .comments .image-preview .remove-img {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #000;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    cursor: pointer;
    max-height: 123px;
}
.comments a.reply-comment {
    background: #e36e43;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    padding: 10px;
    width: 150px;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
}
/* DETAIL PRODUCT */
.product-wrapper {
    margin: 30px 0;
}
.product-header h1.heading {
    color: #000;
    font-size: 24px;
    border-left: 5px solid #e11717;
    padding-left: 14px;
    line-height: 1.33;
    font-weight: 600;
    padding-top: 2px;
    margin-bottom: 15px;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-header p span {
    display: inline-block;
}
.product-header .short-desc p {
    margin-bottom: 0;
}
.product-header .short-desc {
    background: #eee;
    padding: 10px;
}
.product-header .short-desc p .label-name {
    width: 80px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-header .short-desc p.price .detail-value {
    font-weight: 600;
    font-size: 24px;
    color: #e11717
}
.select-area .chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    text-align: left
}
.select-area .chosen-container .chosen-drop {
    position: absolute;
    top: 95%;
    left: -9999px;
    z-index: 1010;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-top: 0;
    background-color: #fff
}
.select-area .chosen-container.chosen-with-drop .chosen-drop {
    left: 0
}
.select-area .chosen-container a {
    cursor: pointer
}
.select-area .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 30px;
    height: 47px;
    background: #fff;
    /* border: solid 1px #d3d3d3; */
    border-radius: 4px;
    color: #a8a8a8;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    line-height: 47px;
    background: #717578;
}
.select-area .chosen-container-single .chosen-default {
    color: #b7b7b7
}
.select-area .chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
    font-size: 18px;
    line-height: 47px;
}
.select-area .chosen-container-single .chosen-single-with-deselect span {
    margin-right: 0
}
.select-area .chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    /*background: url(chosen-sprite.png) -42px 1px no-repeat;*/
    font-size: 1px
}
.select-area .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}
.select-area .chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}
.select-area .chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 48px;
    height: 47px
}
.select-area .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/front-end/images/v3/explore-brand-icon.png) right center no-repeat
}
.select-area .chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 0;
    white-space: nowrap
}
.select-area .chosen-container-single .chosen-search input[type="text"] {
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    width: 98%;
    height: 50px;
    outline: 0;
    border: 1px solid #dbdbdb;
    /*background: url(chosen-sprite.png) no-repeat 100% -20px;*/
    font-size: 16px;
    margin: 1%
}
.select-area .chosen-container-single .chosen-drop {
    margin-top: 0;
    border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px
}
.select-area .chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px
}
.select-area .chosen-container .chosen-results {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}
.select-area .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 0 30px;
    border-top: 1px solid #fff;
    list-style: none;
    font-size: 16px;
    line-height: 36px;
    -webkit-touch-callout: none;
    color: #000;
    font-weight: 300
}
.select-area .chosen-container .chosen-results li:first-child {
    border-top: 0 solid #d6dadc
}
.select-area .chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}
.select-area .chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #b7b7b7;
    cursor: default
}
.select-area .chosen-container .chosen-results li.highlighted {
    color: #000;
    background-color: #f0f0f0
}
.select-area .chosen-container .chosen-results li.no-results {
    display: list-item;
    background: #f0f0f0
}
.select-area .chosen-container .chosen-results li.group-result {
    display: list-item;
    cursor: default
}
.select-area .chosen-container .chosen-results li.group-option {
    padding-left: 15px
}
.select-area .chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}
.select-area .chosen-container-active.chosen-with-drop .chosen-single {
    border: 0
}
.select-area .chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent
}
.select-area .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: right bottom
}
.select-area .chosen-container-active .chosen-choices {
    border: 1px solid #5897fb
}
.select-area .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #b7b7b7 !important
}
.select-area .chosen-disabled {
    opacity: .5 !important;
    cursor: default
}
.select-area .chosen-disabled .chosen-single {
    cursor: default
}
.select-area .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}
.price-box-calc {
    color: #fff;
    margin-top: 20px
}
.price-box-calc p {
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}
.price-box-calc p.total {
    text-transform: uppercase
}
.price-box-calc p.note {
    font-style: italic;
    color: #b1c3c1;
    border: 0
}
.calculator-price {
    margin: 15px 0
}
.calculator-price .formBox {
    padding: 15px 30px 10px;
}
.promotion-accessories {
    background: #f6f6f6;
    padding: 30px 0;
}
.promotion-accessories h2.heading {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    border-left: 5px solid #e11717;
    padding-left: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 3px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.promotion-accessories h3 {
    font-size: 15px;
}
.promotion-accessories p.price .origin del {
    color: #666;
    margin-right: 15px
}
.promotion-accessories p.price .sale {
    color: #e36e43;
    font-size: 18px;
    font-weight: bold;
}
.accessories-total {
    text-align: center
}
.accessories-total p.total {
    font-weight: 600;
    font-size: 16px;
}
.accessories-total span.sale-price {
    font-weight: 600;
    font-size: 20px;
    color: #e11717
}
.accessories-total span.origin-price {
    color: #666
}
.accessories-total .save-btn {
    border: 0;
    color: #fff;
    background: #e36e43;
    font-size: 20px;
    padding: 10px 20px;
}
.accessories-total .save-btn p {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase
}
.accessories-total {
    padding: 15px 0
}
.carOverview .carDetailTab.tabbingCont .tabbingHead ul {
    overflow: hidden;
    padding-top: 3px
}
.carOverview .carDetailTab.tabbingCont .tabbingHead li {
    width: 50%;
    float: left;
}
.carOverview {
    padding: 50px 0 30px
}
.overviewBoxCont {
    padding-top: 30px;
    clear: both;
}
.overviewBoxCont > ul > li {
    float: left;
    width: 25%;
    padding: 0 12px;
    margin-bottom: 28px
}
.overviewBoxCont > ul > li .overviewBox {
    width: 100%;
    background: #f0f0f0;
    border: 1px solid #e3e3e3;
    height: 200px;
    text-align: center;
    color: #545454;
    font-size: 18px;
    line-height: 18px;
    height: 170px;
    padding-top: 25px
}
.overviewBoxCont > ul > li .overviewBox:hover {
    border: 1px solid #d0d0d0
}
.overviewBoxCont > ul > li .overviewBox p {
    margin-top: 15px;
    font-size: 16px;
}
.overviewBoxCont > ul > li .overviewBox p.spec-title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 14px;
    margin-bottom: 12px;
    line-height: 30px
}
.overviewBoxCont > ul > li .overviewBox img {
    vertical-align: bottom;
    height: 30px;
}
.overviewTextCont {
    padding: 48px 0 10px;
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 300;
    line-height: 33px
}
.overviewTextCont h2 {
    color: #2a2a2a;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 18px
}
.overviewImgCont ul li {
    float: left;
    padding: 0 10px
}
.overviewImgCont ul li.overviewFirstImg {
    width: 40%
}
.overviewImgCont ul li.overviewSecImg {
    width: 20%
}
.overviewImgCont ul li.overviewThirdImg {
    width: 40%
}
.overviewImgCont ul li img {
    width: 100%;
    height: auto
}
.overviewBoxCont > ul > li .overviewmoreBox {
    background: #e11717;
    color: #fff;
    font-size: 18px;
    height: 170px;
    line-height: 18px;
    padding-top: 64px;
    text-align: center;
    width: 100%;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    font-weight: 500
}
.overviewBoxCont > ul > li .overviewmoreBox:hover {
    background: #c90b0b
}
.overviewBoxCont > ul > li .overviewmoreBox span {
    margin-bottom: 18px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px
}
.overviewBoxCont > ul > li .overviewmoreBox span.icon {
    background: url(/assets/front-end/images/v3/overview-box-icon.png) no-repeat top center;
    height: 48px;
    width: 47px;
    display: block;
    margin: 0 auto 28px
}
.overviewBoxCont > ul > li .overviewmoreBox span.icon.viewless {
    background: url(/assets/front-end/images/v3/overview-box-icon.png) no-repeat bottom center
}
.specifiction .tabbingCont .tabbingHead li {
    background: transparent;
}
.specifiction .tabbingCont {
    margin: 0
}
.specifiction .overviewBoxCont {
    margin-left: -12px;
    margin-right: -12px;
}
.specifiction .overviewBoxCont > ul {
    display: flex;
    flex-flow: wrap;
}
.specifiction .overviewBoxCont > ul > li {
    flex: 1 1 15%;
}
/* LIST GRID VIEW */
.paging {
    text-align: center;
    font-size: 0;
}
.paging .off {
    display: none;
}
.paging .current {
    padding: 20px 25px;
    background-color: #e36e43;
    color: #fff;
    line-height: 1;
}
.paging > span a,
.paging > div a {
    text-decoration: none;
    color: #555;
    font-size: 20px;
}
.paging > span a:hover,
.paging > div a:hover {
    background: #e36e43;
    color: #fff;
}
.paging > span,
.paging > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    margin-right: 1px;
}
.paging a {
    display: block;
    line-height: 1;
    padding: 20px 25px;
    background-color: #f0f0f0;
}
.lexus-pagination .pagination > .active > a,
.lexus-pagination .pagination > .active > a:focus,
.lexus-pagination .pagination > .active > a:hover,
.lexus-pagination .pagination > .active > span,
.lexus-pagination .pagination > .active > span:focus,
.lexus-pagination .pagination > .active > span:hover {
    padding: 20px 25px;
    background-color: #e36e43;
    color: #fff;
    line-height: 1;
    border: 0
}
.lexus-pagination .pagination > li > a, .lexus-pagination .pagination > li > span {
    vertical-align: middle;
    color: #555;
    font-size: 20px;
    margin-right: 2px;
    display: block;
    line-height: 1;
    padding: 20px 25px;
    background-color: #f0f0f0;
    border: 0
}
.lexus-pagination .pagination > li > a:focus,
.lexus-pagination .pagination > li > a:hover,
.lexus-pagination .pagination > li > span:focus,
.lexus-pagination .pagination > li > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #e36e43;
    border-color: #ddd;
}
.product-list .loop.list {
    padding-left: 15px;
    padding-right: 15px;
}
.product-list .loop.list .item-wrapper {
    width: 100%;
    padding: 0;
    background: #f0f0f0;
    margin-bottom: 20px;
}
.product-list .loop.list .carDetails {
    padding: 0;
    float: left;
    display: table;
    vertical-align: top;
    margin-bottom: 0;
    width: 100%;
}
.product-list .loop.list .carDetails a.carImg {
    width: 25%;
    display: table-cell;
    float: none;
    vertical-align: top;
}
.product-list .loop.list .hover-wrapper {
    width: 100%;
    display: table;
    float: none;
}
.product-list .loop.list .carDetails .carDesc {
    width: 75%;
    display: table-cell;
    float: none;
    vertical-align: top;
    position: relative;
    padding-top: 15px;
    /* padding-bottom: 60px; */
}
.product-list .loop.list .carDetails a.carImg span.carName {
    display: none;
}
.product-list .loop.list .carDetails .carDesc .carlistDesc {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 6px 34px;
}
.product-list .loop.list .carDetails .carDesc .carlistDesc a:hover p {
    color: #e36e43;
}
.product-list .loop.list .carDetails .carDesc .carDescTop ul {
    border-top: 1px solid #d9d9d9;
}
.product-list .loop.list p.carListName {
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.product-list .loop.list .carDesc .carDescTop > ul > li {
    padding: 10px 0;
    font-size: 13px;
    line-height: 15px;
}
.product-list .loop.list .formBoxHead {
    float: left;
    width: 35%;
    padding-top: 21px;
}
.product-list .loop.list .formBox {
    padding: 58px 34px;
    position: relative;
}
.product-list .loop.list .formBoxBody {
    float: left;
    width: 65%;
}
.product-list .loop.list .formBoxBody .field-row {
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
}
.product-list .loop.list .formBoxBody input[type="text"] {
    width: 100%;
}
.product-list .loop.list .formBoxBody a.registration {
    margin-top: 0;
    border: 1px solid #e11717;
}
/* BLOG */
.relate-phukien-sliders .slick-dots,
.relate-cars-sliders .slick-dots,
.sticky-slider .slick-dots {
    display: inline-block !important;
    margin-top: 15px;
}
.relate-phukien-sliders .slick-dots:after,
.relate-cars-sliders .slick-dots:after,
.sticky-slider .slick-dots:after {
    content: '';
    display: block;
    clear: both;
}
.relate-phukien-sliders .slick-dots:before,
.relate-cars-sliders .slick-dots:before,
.sticky-slider .slick-dots:before {
    content: '';
    display: block;
    clear: both;
}
.relate-phukien-sliders.slick-dots li,
.relate-cars-sliders .slick-dots li,
.sticky-slider .slick-dots li {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0 8px 0 7px;
}
.relate-phukien-sliders .slick-dots li button,
.relate-cars-sliders .slick-dots li button,
.sticky-slider .slick-dots li button {
    background: #e36e43;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 6px;
    line-height: 0;
    outline: medium none;
    padding: 0px;
    margin: 4px 0;
    width: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
}
.relate-phukien-sliders .slick-dots li.slick-active button,
.relate-cars-sliders .slick-dots li.slick-active button,
.sticky-slider .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
    margin: 0;
}
.relate-phukien-sliders,
.relate-cars-sliders,
.sticky-slider {
    text-align: center;
}
.relate-phukien-sliders .blog-title,
.relate-cars-sliders .blog-title,
.sticky-slider .blog-title {
    text-align: left
}
.sticky-slider a {
    color: #333;
}
.sticky-slider a:hover {
    color: #e36e43;
}
/*  POLICY */
.side-menu {
    /* position: fixed; */
    /* width: 300px; */
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
}
.side-menu .navbar {
    border: none;
}
.side-menu .navbar-header {
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav .active a {
    background-color: transparent;
    margin-right: -1px;
    border-right: 5px solid #e7e7e7;
}
.side-menu .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}
.side-menu .navbar-nav li a {
    padding: 15px;
}
.side-menu .navbar-nav li a .glyphicon {
    padding-right: 10px;
}
.side-menu #dropdown {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.side-menu #dropdown .caret {
    float: right;
    margin: 9px 5px 0;
}
.side-menu #dropdown .indicator {
    float: right;
}
.side-menu #dropdown > a {
    border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body {
    padding: 0;
    background-color: #f3f3f3;
}
.side-menu #dropdown .panel-body .navbar-nav {
    width: 100%;
}
.side-menu #dropdown .panel-body .navbar-nav li {
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
}
.side-menu #dropdown .panel-body .navbar-nav li:last-child {
    border-bottom: none;
}
.side-menu #dropdown .panel-body .panel > a {
    margin-left: -20px;
    padding-left: 35px;
}
.side-menu #dropdown .panel-body .panel-body {
    margin-left: -15px;
}
.side-menu #dropdown .panel-body .panel-body li {
    padding-left: 30px;
}
.side-menu #dropdown .panel-body .panel-body li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
.side-menu #search-trigger {
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 18px;
}
.side-menu .brand-name-wrapper {
    min-height: 50px;
    background: #e36e43;
    color: #fff;
}
.side-menu .brand-name-wrapper .navbar-brand {
    display: block;
}
.side-menu .brand-name-wrapper .navbar-brand {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}
.side-menu .brand-name-wrapper .navbar-brand .fas {
    font-size: 22px;
    margin-right: 15px;
    margin-left: 5px;
}
.side-menu #search {
    position: relative;
    z-index: 1000;
}
.side-menu #search .panel-body {
    padding: 0;
}
.side-menu #search .panel-body .navbar-form {
    padding: 0;
    padding-right: 50px;
    width: 100%;
    margin: 0;
    position: relative;
    border-top: 1px solid #e7e7e7;
}
.side-menu #search .panel-body .navbar-form .form-group {
    width: 100%;
    position: relative;
}
.side-menu #search .panel-body .navbar-form input {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 50px;
}
.side-menu #search .panel-body .navbar-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0;
    background-color: #f3f3f3;
    padding: 15px 18px;
}
/* Main body section */
.side-body {
    margin-left: 310px;
}
/* small screen */
@media (max-width: 768px) {

    .all-car-list .tabbingCont .tabbingHead {
        position: absolute !important;
        margin-top: 60px;
        left: -8px;
    }
    .all-car-list .tabbingCont .tabbingHead ul {
        flex: 1 1 auto;
    }

    .all-car-list .tabbingCont .tabbingHead li {
        /* width: 66px; */
        width: auto;
        /* padding-left: 10px; */
        /* padding-right: 10px; */
    }

    .all-car-list .tabbingCont .tabbingHead li >a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .all-car-list .tabbingCont .carDetails{
        margin-bottom: 0;
    }

    .tabbingCont .tab-content {
        padding-top: 100px;
    }
    .all-car-list h2 {
        font-size: 20px;
    }

    .all-car-list h2 {
        position: absolute;
        top: 0;
        margin-top: 0;
    }

    .side-menu {
        position: relative;
        width: 100%;
        height: 50px;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 30px
    }
    .side-menu .brand-name-wrapper .navbar-brand {
        display: inline-block;
    }
    /* Slide in animation */
    @-moz-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-webkit-keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @keyframes slidein {
        0% {
            left: -300px;
        }
        100% {
            left: 10px;
        }
    }
    @-moz-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @-webkit-keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    @keyframes slideout {
        0% {
            left: 0;
        }
        100% {
            left: -300px;
        }
    }
    /* Slide side menu*/
    /* Add .absolute-wrapper.slide-in for scrollable menu -> see top comment */
    .side-menu-container > .navbar-nav.slide-in {
        -moz-animation: slidein 300ms forwards;
        -o-animation: slidein 300ms forwards;
        -webkit-animation: slidein 300ms forwards;
        animation: slidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        z-index: 999;
    }
    .side-menu-container > .navbar-nav {
        /* Add position:absolute for scrollable menu -> see top comment */
        position: fixed;
        left: -300px;
        width: 300px;
        top: 0;
        height: 100%;
        margin-top: 0;
        border-right: 1px solid #e7e7e7;
        background-color: #f8f8f8;
        -moz-animation: slideout 300ms forwards;
        -o-animation: slideout 300ms forwards;
        -webkit-animation: slideout 300ms forwards;
        animation: slideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    /* Uncomment for scrollable menu -> see top comment */
    /*.absolute-wrapper{
          width:285px;
          -moz-animation: slideout 300ms forwards;
          -o-animation: slideout 300ms forwards;
          -webkit-animation: slideout 300ms forwards;
          animation: slideout 300ms forwards;
          -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
      }*/
    @-moz-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-webkit-keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @keyframes bodyslidein {
        0% {
            left: 0;
        }
        100% {
            left: 300px;
        }
    }
    @-moz-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @-webkit-keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    @keyframes bodyslideout {
        0% {
            left: 300px;
        }
        100% {
            left: 0;
        }
    }
    /* Slide side body*/
    .side-body {
        margin-left: 5px;
        margin-top: 70px;
        position: relative;
        -moz-animation: bodyslideout 300ms forwards;
        -o-animation: bodyslideout 300ms forwards;
        -webkit-animation: bodyslideout 300ms forwards;
        animation: bodyslideout 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .body-slide-in {
        -moz-animation: bodyslidein 300ms forwards;
        -o-animation: bodyslidein 300ms forwards;
        -webkit-animation: bodyslidein 300ms forwards;
        animation: bodyslidein 300ms forwards;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    /* Hamburger */
    .navbar-toggle {
        border: 0;
        float: right;
        padding: 18px;
        margin: 0;
        border-radius: 0;
        background-color: #f3f3f3;
    }
    .navbar-header {
        /* position: fixed;
      z-index: 3;
      background-color: #f8f8f8; */
    }
    /* Dropdown tweek */
    #dropdown .panel-body .navbar-nav {
        margin: 0;
    }
}
.policy-primary .policy-detail .heading {
    margin-top: 0;
    font-size: 32px;
}
.policy-primary .policy-detail .policy-header p.time {
    font-style: italic;
    color: #999;
}
.policy-primary .policy-detail .the-content p,
.policy-primary .policy-detail .the-content {
    font-size: 14px;
}
.policy-primary .policy-detail .the-content img {
    max-width: 100%;
    display: block;
    /* margin: auto; */
    margin-top: 15px;
    margin-bottom: 15px;
}
.booking-action .book-car-now {
    background: #4d5256;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    /*margin-top: 30px;*/
    padding: 15px 20px 12px;
    transition: 444ms all ease-in-out;
}
.booking-action .drive-car-now {
    background: #e36e43;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 15px;
    padding: 15px 20px 12px;
    transition: 444ms all ease-in-out;
}
.booking-action .drive-car-now:hover,
.booking-action .book-car-now:hover {
    background: #ffc600;
}
.booking-action .hover-icon {
    max-height: 20px;
    width: auto;
    float: left;
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px
}
.booking-action span {
    display: inline-block;
    font-size: 20px;
    /* font-weight: 600; */
}
.booking-action {
    display: flex;
    flex-direction: row;
}
.booking-action > div:first-child {
    flex-basis: 50%;
    padding-right: 0;
}
.booking-action > div:last-child {
    flex-basis: 50%;
    padding-left: 0;
}
.booking-action > div:last-child a {
    margin: 0;
}
.contact-form .try-to-drive thead.try-head {
    background: #e36e43;
    height: 50px;
    color: #fff;
}
.contact-form .try-to-drive {
    border-bottom: 1px solid #ccc;
}
.contact-form .try-to-drive td h3.car-title {
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}
.contact-form .try-to-drive td {
    vertical-align: middle !important;
    font-size: 16px;
    /* font-weight: bold; */
}
.contact-form .try-to-drive td:first-child {
    padding-left: 0;
}
.contact-form .try-to-drive td:last-child {
    padding-right: 0;
}
.table td {
    position: relative;
}
.product-video {
    padding-bottom: 50px;
}
.product-video figure {
    position: relative;
}
.product-video figure img.video-feature-img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #ccc;
}
.product-video img.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-video .video-tab {
    color: #000;
    font-size: 24px;
    border-left: 5px solid #e11717;
    padding-left: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 3px;
    margin-bottom: 30px;
    margin-top: 0;
}
.relate-cars .carDetails {
    padding: 0
}
.relate-cars {
    margin-bottom: 30px
}
.relate-cars h2.heading {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    border-left: 5px solid #e11717;
    padding-left: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 3px;
    margin-bottom: 30px;
    margin-top: 0;
}
/* BOOKING */
.contact-form {
    margin: 30px 0;
}
.contact-form input.form-control {
    border-radius: 0;
    height: 40px;
}
.contact-form .form-group {
    margin-bottom: 30px
}
.contact-form h2.heading {
    color: #000;
    font-size: 24px;
    font-weight: 300;
    border-left: 5px solid #e11717;
    padding-left: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 3px;
    margin-bottom: 30px;
    margin-top: 0;
}
.contact-form .label-wrapper {
    width: 145px;
    float: left;
}
.contact-form .content-wrapper {
    padding-left: 160px;
    padding-right: 15px
}
.contact-form .booking-action button {
    margin-top: 0;
}
.contact-form .booking-action {
    margin-bottom: 30px
}
.contact-form p.note {
    padding: 10px 0
}
.booking-action .drive-car-send {
    background: #e36e43;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 30px;
    padding: 10px 20px 12px;
    transition: 444ms all ease-in-out;
    min-width: 220px;
    height: 50px;
    border-radius: 3px;
}
.right-form.try-drive h3 {
    border-bottom: 2px solid #e36e43;
    margin: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 22px;
}
.booking-action .book-car-cancel {
    background: #4d5256;
    border-radius: 0;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 30px;
    padding: 10px 20px 12px;
    transition: 444ms all ease-in-out;
    min-width: 220px;
    height: 50px;
    border-radius: 3px;
}
.booking-action button:hover,
.booking-action a:hover {
    background: #ffc600;
}
#snackbar {
    visibility: hidden;
    min-width: 250px;
    text-align: center;
    border-radius: 3px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 15px;
    font-size: 16px;
    bottom: 234px
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.top-footer .widget .email {
    word-break: break-all;
}
.specifiction .carOverview ul.featuresOptions ol {
    list-style-type: decimal;
    margin-left: 25px;
}
.specifiction .carOverview ul.featuresOptions ol > li {
    list-style: inherit;
}
.the-content .toc-list{
    padding: 10px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    margin-bottom: 15px;
    border-radius: 3px;
}
.the-content .toc-list ul,
.the-content .toc-list li:last-child{
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.the-content .toc-list .toc-title{
    font-size: 18px;
    text-transform: uppercase;
    border-left: 2px solid #e36e43;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    margin-left: 16px;
}
/*RATING STAR*/
.rating-box .total-star .number {
    font-size: 32px;
    font-weight: bold;
    color: #0e4aaf;
    line-height: 1;
}
.rating-box .total-star {
    line-height: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.fa-star {
    font-size: 16px;
}
.person-star .fa-star{
    font-size: 12px;
    color:gray
}
.fa-star.full {
    color: #ffc600;
}
.rating-box .total-star .star-wrap {
    padding-bottom: 2px;
    padding-left: 10px;
}
.rating-box {
    display: flex;
    align-items: center;
    margin:auto;
    max-width: 760px;
    margin-bottom: 30px;
    border: 1px solid #bbb;
    padding: 10px;
}
.rating-box .left {
    flex: 1 1 40%;
}
.rating-box .right {
    flex: 1 1 60%;
}
.rating-box ul.list-star li {
    display: flex;
    align-items: center;
}
.rating-box ul.list-star li .lbl {
    flex-basis: 40px;
}
.rating-box ul.list-star li .lbl .fa-star {
    padding-left: 5px;
    padding-right: 5px;
}
.rating-box ul.list-star li .percent{
    flex-basis: 66px;
    padding-left: 10px;
}
.rating-box ul.list-star li .line {
    flex: 1;
    height: 10px;
    background: #ccc;
    border-radius: 5px;
    position: relative;
}
.rating-box ul.list-star li .line .content{
    position: absolute;
    left: 0;
    top: 0;
    height: 10px;
    border-radius: 5px;
    background: #0e4aaf;
}
.open-comment-box{
    background-color: #0e4aaf;
    outline: none;
    border: 0;
}
.form-box{
    display: none;
}
.form-box .flex-display{
    display: flex;
    flex-flow:wrap;
    align-items: center;
}
.form-box .flex-display>div{
    flex: 1
}
/*RECOMMAND CAR*/
.recommend-cars .recommend-heading{
    color: #000;
    font-size: 24px;
    border-left: 5px solid #e11717;
    padding-left: 14px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 3px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.recommend-cars .carDetails .carDesc .carDescTop>ul {
    display: flex;
    flex-flow: wrap;
}
.recommend-cars .carDetails .carDesc .carDescTop>ul>li {
    flex: 1 1 50%;
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d9;
}
.recommend-cars .carDesc .carDescTop > ul > li span {
    text-align: center;
}
.recommend-cars .carDetails .carDesc .carDescTop>ul>li {
    flex: 1 1 50%;
    padding: 5px 0;
    border-bottom: 1px solid #d9d9d9;
}
.recommend-cars .carDetails .carDesc .carDescTop>ul>li:last-child {
    border-bottom: 0;
}
.recommend-cars .carDesc .carprice span{
    font-size: 22px;
}

.cam-nhan-block h1 {
    font-size: 26px;
    color: #ff7133;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 10px;
}

.cam-nhan-block .description {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.cam-nhan-block .list-item {
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.cam-nhan-block .list-item .play-ytb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
}

.cam-nhan-block .list-item .play-ytb:hover {
    opacity: 0.8;
}

.cam-nhan-block .list-item .ab-item img:not(.play-ytb) {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.banner-img-slider .swiper-slide img {
    width: 100%;
    object-fit: cover;
}

.banner-img-slider {
    overflow: hidden;
}


.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
