
.readmoreex-cus {
    display: block;
    text-align: center;
}
    .readmoreex-cus .btn {
        border: 1px solid #fda30e;
        color: #fda30e;
        background-color: transparent;
        border-radius: 50rem;
    }
        .readmoreex-cus .btn:hover {
            border: 1px solid transparent;
            color: white;
            background-color: #fda30e;
        }
iframe{max-width:100%!important}
.cta-call {
    display: block;
    position: fixed;
    left: 1rem;
    bottom: 2rem;
    z-index: 9999
}

    .cta-call a {
        display: block;
        background-color: #17a2b8;
        border-radius: 50rem;
        color:white;
        font-size:14px;
    }
   

        .cta-call a + a {
            margin: 1rem 0 0
        }

    .cta-call .icon,
    .cta-call
    .txt {
        display: inline-block;
        vertical-align: middle
    }

    .cta-call
    .txt {
        margin-right: .5rem
    }

    .cta-call
    .icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        overflow: hidden;
        border-radius: 100%;
        animation: pulse3 1.5s infinite;
        -webkit-animation: pulse3 1.5s infinite;
        background-color: white;
    }

        .cta-call .icon
        img {
            width: 25px;
            height: 25px;
            margin-top: 8px;
        }

    .cta-call
    .txt {
        color: var(--white)
    }

@-webkit-keyframes pulse3 {
    0% {
        box-shadow: 0 0 0 0 rgba(184,91,52,0.7)
    }

    70% {
        box-shadow: 0 0 0 30px rgba(8,163,4,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(8, 163, 4, 0)
    }
}

@keyframes pulse3 {
    0% {
        box-shadow: 0 0 0 0 rgba(184,91,52,0.7)
    }

    70% {
        box-shadow: 0 0 0 30px rgba(8,163,4,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(8, 163, 4, 0)
    }
}

@-webkit-keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from,20%,53%,80%,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        -webkit-transform: translate3d(0,-30px,0);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        animation-timing-function: cubic-bezier(0.755,0.05,0.855,0.06);
        -webkit-transform: translate3d(0,-15px,0);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    from,50%,to {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,0.75,1);
        transform: scale3d(1.25,0.75,1)
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,0.85,1);
        transform: scale3d(1.15,0.85,1)
    }

    65% {
        -webkit-transform: scale3d(0.95,1.05,1);
        transform: scale3d(0.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,0.95,1);
        transform: scale3d(1.05,0.95,1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,0.75,1);
        transform: scale3d(1.25,0.75,1)
    }

    40% {
        -webkit-transform: scale3d(0.75,1.25,1);
        transform: scale3d(0.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,0.85,1);
        transform: scale3d(1.15,0.85,1)
    }

    65% {
        -webkit-transform: scale3d(0.95,1.05,1);
        transform: scale3d(0.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,0.95,1);
        transform: scale3d(1.05,0.95,1)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    to {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0,0,1,-3deg)
    }

    to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0,0,1,-1deg)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}


@media screen and (max-width: 320px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 767px) {
    .stm-similar-cars-units .stm-similar-car .right-unit .stm-car-similar-meta {
        clear: both;
        text-align: left;
    }
    .stm-similar-cars-units .stm-similar-car .right-unit .title {
        padding-right: 50px;
        margin: -2px 0 2px;
        font-size: 13px;
        font-weight: 700;
        text-align: left;
        line-height: 14px;
        color: #222;
    }
    .details-products-content-we {
        float: left;
        width: 100%;
    }

        .details-products-content-we img {
            max-width: 100%;
            height: auto !important;
        }

    .camket-box img {
        max-width: 100%;
        height: auto !important;
        width: 100% !important;
    }

    #newsleter {
        height: 40px;
        line-height: 40px;
    }

    .vc_custom_servies {
        margin-bottom: 20px;
    }

    .vc_custom_1526892829387 {
        margin-top: 15px;
    }

    .new-cates {
    }

    .entry-header.small_title_box .entry-title h1 {
        font-size: 20px !important;
    }

    #main {
        margin-bottom: 36px;
    }

    .entry-header .entry-title {
        position: absolute;
        top: 50%;
        left: 15px;
        right: 15px;
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 991px) {
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width: 1200px) {
    .car-listing-row .listing-car-item-meta .car-title {
        min-height: 42px;
        color: #232628;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 18px;
        font-weight: 700;
    }

    .post-title {
        font-size: 40px;
    }

    #newsleter {
        height: 40px;
    }
}

#footer .cols_4 .widget-wrappers {
    padding-top: 39px;
    margin-top: 24px;
    border-top: 1px solid #444444;
}

.vc_custom_1526977706989 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    background-color: #2090bd !important;
}

.vc_custom_1527071754389 {
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #ffffff !important;
    border-left-color: #2090bd !important;
    border-left-style: solid !important;
    border-right-color: #2090bd !important;
    border-right-style: solid !important;
    border-top-color: #2090bd !important;
    border-top-style: solid !important;
    border-bottom-color: #2090bd !important;
    border-bottom-style: solid !important;
    border-radius: 2px !important;
}

.vc_custom_1528952133475 {
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 10px !important;
    padding-left: 20px !important;
}

body .wpb_button, body .wpb_column > .vc_column-inner > .wpb_wrapper > :last-child {
    margin-bottom: 0;
}

body, .normal_font {
    font-size: 16px;
    position: relative;
}

.advisory-buttuon {
    background-color: #f1a12d;
    box-shadow: none;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    padding: 17px 28px 15px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 3px;
    text-decoration: none !important;
    outline: none !important;
    visibility: visible;
    border: none;
    white-space: normal;
}

.vc_custom_servies {
    padding-top: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    width: 100%;
    padding-left: 20px !important;
    background-color: #f5f1e3 !important;
}

.car-title a {
    color: #232628;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    font-weight: 700;
}

    .car-title a:hover {
        color: #2090bd;
    }

.vc_custom_1526529579096 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
    background-color: #f4f4f4 !important;
}

.vc_custom_1526529407792 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
    background: white !important;
}

.d_page {
    float: left;
    width: 100%;
    margin: 15px 0;
    text-align: center;
}

    .d_page b {
        background-color: #e5322d;
        border-color: #e5322d;
        color: #fff;
        padding: 11px 13px 11px 17px;
        /* float: left; */
        margin-top: 4px;
        margin-right: 3px;
    }

    .d_page a {
        margin: 2.5px;
        background: #fff;
        text-align: center;
        padding: 10px 16px;
        font-size: 1em;
        color: #252525;
        border: 1px solid #e1e1e1;
        border-radius: 0;
        text-decoration: none;
        /* float: left; */
    }

        .d_page a:hover {
            background-color: #e5322d;
            border-color: #e5322d;
            color: #fff;
        }

.entry-header.small_title_box .container .entry-title h1, .entry-header .container .entry-title h1 {
    color: #156899 !important;
    margin-bottom: 0;
    text-align: left;
}

.entry-header .entry-title {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.info-title-related-article {
    font-family: Roboto-Medium;
    background-position: 0 50%;
    background-repeat: repeat-x;
    overflow: hidden;
    text-transform: uppercase;
    margin: 15px 0px 5px;
}

    .info-title-related-article span {
        background: none repeat scroll 0 0 #FFFFFF;
        cursor: pointer;
        font-weight: 500;
        font-size: 19px;
        color: black;
        float: left;
        list-style: none outside none;
        padding-right: 5px;
    }

.info-related-articles ul {
    padding: 0;
    list-style-type: none;
}

.info-related-articles li.item {
    line-height: 14px;
    border-bottom: 1px #ddd dashed;
}

    .info-related-articles li.item a {
        color: #555;
        font-size: 15px;
        text-decoration: none;
        line-height: 1.4;
        padding: 5px 0;
        display: inline-block;
    }

    .info-related-articles li.item i {
        padding-right: 5px;
        color: #008A7B;
    }

.border-bottom {
    border-bottom: 0px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.content-b {
}

    .content-b h3 {
        font-size: 20px;
    }

.vc_custom_1481274008819 {
    margin-bottom: 83px !important;
    padding-top: 48px !important;
    padding-bottom: 31px !important;
    background-color: #232628 !important;
}

.content-b .vc_custom_heading {
    font-size: 33px;
}

.products-b {
}

.vc_custom_1473072305712 {
    background-color: #1e73be !important;
}

.result-num {
    float: left;
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 22px;
    border-bottom: 1px solid #cdcdcd;
    font-weight: bold;
    margin-top: 6px;
    padding-left: 4px;
}

.videos-i-b iframe {
    width: 100%;
    height: auto;
}

form {
    margin-bottom: 0 !important;
}

.button-zalo {
    position: fixed;
    right: 19px;
    bottom: 30px;
    cursor: pointer;
}

#button-zalo-m {
}

.button-zalo-main {
}

.button-zalo:before, .button-zalo:before {
    left: 36px !important;
}

.button-zalo:before {
    background-color: #ff5d5d;
}

.button-zalo:before {
    position: absolute;
    top: 2px;
    left: 12px;
    z-index: 4;
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.button-zalo-main {
    display: block;
    position: relative;
    z-index: 3;
    background: url(../images/stick_zalo.png) 0 0 no-repeat;
    background-size: cover;
    width: 58px;
    height: 58px;
}

.button-zalo em {
    position: absolute;
    top: 7px;
    left: 17px;
}


    .button-zalo em:before {
        -webkit-box-shadow: 0 0 8px 4px #ff5d5d;
        box-shadow: 0 0 8px 4px #ff5d5d;
    }

    .button-zalo em:after {
        -webkit-box-shadow: inset 0 0 6px 2px #ff5d5d;
        box-shadow: inset 0 0 6px 2px #ff5d5d;
    }

    .button-zalo em:after, .button-zalo em:before {
        position: absolute;
        left: -4px;
        top: 2px;
        content: "";
        width: 32px;
        height: 32px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-animation-name: Grow;
        -moz-animation-name: Grow;
        animation-name: Grow;
        -webkit-animation-duration: 1.5s;
        -moz-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-iteration-count: infinite;
        -moz-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        animation-timing-function: linear;
    }
