body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(130, 130, 130);
    /*opacity: 90%;*/
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .7;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /*padding: 44px;*/
    position: relative;
    text-align: left;
    vertical-align: middle;
    border-radius: 10px;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    /*color: currentColor;*/
    color: #fff;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: -webkit-gradient(
            linear,
            left bottom, left top,
            from(rgba(0, 0, 0, .85)),
            color-stop(50%, rgba(0, 0, 0, .3)),
            color-stop(65%, rgba(0, 0, 0, .15)),
            color-stop(75.5%, rgba(0, 0, 0, .075)),
            color-stop(82.85%, rgba(0, 0, 0, .037)),
            color-stop(88%, rgba(0, 0, 0, .019)),
            to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, .85) 0%,
            rgba(0, 0, 0, .3) 50%,
            rgba(0, 0, 0, .15) 65%,
            rgba(0, 0, 0, .075) 75.5%,
            rgba(0, 0, 0, .037) 82.85%,
            rgba(0, 0, 0, .019) 88%,
            rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fancybox-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.mt-6 {
    margin-top: 4.5rem !important;
}

.bg-car {
    background-color: #00579E !important;
}

.sec-title {
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    padding-bottom: 40px;
    color: #FFFFFF;
}

.feature-icon {
    min-height: 105px;
}

.feature-icon img {
    width: 86px;
}

.link-feature-item {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.link-feature-item:hover {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.box-image {
    position: relative;
}

.seller-info {
    position: absolute;
    left: 0;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
    color: #fff;
    text-transform: capitalize;
}

.seller-info a {
    color: #fff;
    font-size: 12px;
}

.circle-style {
    border-radius: 50%;
    border: 2px solid #fff !important;
    background: rgba(0, 0, 0, 0.6);
    width: 42px;
    height: 42px;
}

.genuine-listing {
    margin-top: 10px;
    float: left;
    padding-left: 10px;
}

.genuine-listing .lbl-inspect {
    float: left;
    background: #e9f3ff;
    border: 1px solid #9ab5d3;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    font-size: 11px;
    margin-right: 10px;
}

.genuine-listing .lbl-genuine {
    float: left;
    background: #fff0f0;
    border: 1px solid #edb2b2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    font-size: 11px;
    margin-right: 10px;
}

.link-show-more {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #515151;
    border-radius: 90px;
    color: #515151;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-sub-menu {
    color: #000;
}

.link-gui-tin-nhan {
    background: #2071B4;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

.link-gui-tin-nhan a {
    color: #fff !important;
    font-size: 16px;
}

.link-goi-dien {
    background: #F79A31;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    padding: 5px 0px;
}

.link-goi-dien a {
    color: #fff !important;
    font-size: 16px;
}

.guitinnhan .form-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 20px;
}

.link-goi-dien a:hover,
.link-gui-tin-nhan a:hover {
    text-decoration: none;
}

.panel-xem-them {
    margin-top: 40px;
}

@media (max-width: 576px) {
    .sec-title {
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 23px;
        padding-bottom: 40px;
        color: #FFFFFF;
    }

    .feature-icon {
        min-height: 105px;
    }

    h2 {
        font-size: 20px;
        line-height: 23px;
    }

    .panel-xem-them {
        margin-top: 40px;
    }
}

/*!
 * font-awesome-animation - v0.0.6
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }

    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }

    75% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.faa-wrench.animated,
.faa-wrench.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-wrench {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    transform-origin-x: 90%;
    transform-origin-y: 35%;
    transform-origin-z: initial;
}

/* BELL */

@-webkit-keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes ring {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
}

/* VERTICAL */

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    4% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    8% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    12% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    16% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    20% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    22% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    4% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    8% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    12% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    16% {
        -webkit-transform: translate(0, -3px);
        transform: translate(0, -3px);
    }

    20% {
        -webkit-transform: translate(0, 3px);
        transform: translate(0, 3px);
    }

    22% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.faa-vertical.animated,
.faa-vertical.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-vertical {
    -webkit-animation: vertical 2s ease infinite;
    animation: vertical 2s ease infinite;
}

/* HORIZONTAL */

@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0);
    }

    36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.faa-horizontal.animated,
.faa-horizontal.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-horizontal {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite;
}

/* FLASHING */

@-webkit-keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 100%, 50% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
    -webkit-animation: flash 2s ease infinite;
    animation: flash 2s ease infinite;
}

/* BOUNCE */

@-webkit-keyframes bounce {
    0%, 10%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%, 10%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.faa-bounce.animated,
.faa-bounce.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-bounce {
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

/* SPIN */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.faa-spin.animated,
.faa-spin.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-spin {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

/* FLOAT */

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.faa-float.animated,
.faa-float.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-float {
    -webkit-animation: float 2s linear infinite;
    animation: float 2s linear infinite;
}

/* PULSE */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.faa-pulse.animated,
.faa-pulse.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-pulse {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}

/* SHAKE */

.faa-shake.animated,
.faa-shake.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-shake {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}

/* TADA */

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-8deg);
        transform: scale(0.9) rotate(-8deg);
    }

    30%, 50%, 70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }

    40%, 60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }

    80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    10%, 20% {
        -webkit-transform: scale(0.9) rotate(-8deg);
        transform: scale(0.9) rotate(-8deg);
    }

    30%, 50%, 70% {
        -webkit-transform: scale(1.3) rotate(8deg);
        transform: scale(1.3) rotate(8deg);
    }

    40%, 60% {
        -webkit-transform: scale(1.3) rotate(-8deg);
        transform: scale(1.3) rotate(-8deg);
    }

    80% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}

.faa-tada.animated,
.faa-tada.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-tada {
    -webkit-animation: tada 2s linear infinite;
    animation: tada 2s linear infinite;
}

/* PASSING */

@-webkit-keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes passing {
    0% {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        opacity: 0;
    }

    50% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

.faa-passing.animated,
.faa-passing.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-passing {
    -webkit-animation: passing 3s linear infinite;
    animation: passing 3s linear infinite;
}

/* WAVE */

@-webkit-keyframes burst {
    0% {
        opacity: .6;
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes burst {
    0% {
        opacity: .6;
    }

    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.faa-burst.animated,
.faa-burst.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-burst {
    -webkit-animation: burst 3s infinite linear;
    animation: burst 3s infinite linear;
}

.section-form {
    padding-top: 95px;
}

.section-form .btn {
    padding-right: 40px;
    padding-left: 40px;
}

#formBanXe .is-invalid,
#formMuaXe .is-invalid,
#formGioiThieuXe .is-invalid {
    border: 2px solid #dc3545;
}

#formBanXe .form-left {
    padding-left: 26px;
    padding-top: 16px;
    background-size: cover;
    background-position: 0 100px;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
}

#formBanXe .form-left .form-title-left {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #384B59;
    padding-bottom: 15px;
}

#formBanXe .form-left .list-item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #384B59;
}

#formBanXe .form-left .list-item img {
    width: 27px;
    padding-right: 10px;
}

#formBanXe .form-right {
    color: #fff;
    padding-top: 16px;
    border-radius: 5px;
}

#formBanXe .form-right .form-title-right {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

#formBanXe .form-right .contact-info {
    border-top: 1px solid #9AB5D3;
    padding-top: 10px;
    padding-bottom: 10px;
}

#formBanXe .form-right .contact-info .form-sub-title-right h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#formMuaXe .form-left {
    padding-left: 26px;
    padding-top: 16px;
}

#formMuaXe .form-left .form-title-left {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #384B59;
    padding-bottom: 15px;
}

#formMuaXe .form-left .list-item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #384B59;
}

#formMuaXe .form-left .list-item img {
    width: 27px;
    padding-right: 10px;
}

#formMuaXe .form-right {
    color: #fff;
    padding-left: 26px;
    padding-top: 16px;
}

#formMuaXe .form-right .form-title-right {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

#formMuaXe .form-right .contact-info {
    border-top: 1px solid #9AB5D3;
    padding-top: 10px;
    padding-bottom: 10px;
}

#formMuaXe .form-right .contact-info .form-sub-title-right {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#formGioiThieuXe .form-left {
    background-position: bottom;
    background-position-y: 235px;
    padding-left: 26px;
    padding-top: 20px;
}

#formGioiThieuXe .form-left .form-title-left {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: #384B59;
    padding-bottom: 10px;
}

#formGioiThieuXe .form-left .list-item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #384B59;
}

#formGioiThieuXe .form-left .list-item img {
    width: 27px;
    padding-right: 10px;
}

@media (max-width: 576px) {
    #formGioiThieuXe .form-right {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

#formGioiThieuXe .form-right {
    color: #fff;
    padding-left: 26px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#formGioiThieuXe .form-right .form-title-right {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    padding-bottom: 15px;
}

#formGioiThieuXe .form-right .referral-container {
    padding-bottom: 15px;
}

#formGioiThieuXe .form-right .referral-container .contact-info {
    border-top: 2px solid #9AB5D3;
    padding-top: 18px;
    padding-bottom: 15px;
}

#formGioiThieuXe .form-right .referral-container .contact-info .form-sub-title-right {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#formGioiThieuXe .form-right .owner-container {
    padding-bottom: 15px;
}

#formGioiThieuXe .form-right .owner-container .contact-info {
    border-top: 2px dashed #9AB5D3;
    padding-top: 18px;
    padding-bottom: 15px;
}

#formGioiThieuXe .form-right .owner-container .contact-info .form-sub-title-right {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
}

#formGioiThieuXe .form-right .form-row .input-group {
    margin-bottom: 0 !important;
}

#introSuccess {
    padding: 10px 20px;
    max-width: 100%;
    width: 400px;
}

#introSuccess .intro-success-btn {
    font-size: 70px;
    color: #00579E;
    text-align: center;
    margin-top: 10px;
}

#introSuccess .fancybox-close-small {
    color: #000000;
}

#introSuccess p {
    text-align: center;
}

#introSuccess #btnIntroOk {
    color: #fff;
    padding: 5px 40px;
    border-radius: 40px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 600;
}

input[type='file'] {
    display: none;
}

.file-info {
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 576px) {
    .file-info {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .fancybox-container #formBanXe .container {
        padding: 0;
    }

    .fancybox-container #formBanXe .container .form-right {
        padding-left: 15px;
    }

    .fancybox-container #formBanXe .container .form-right .mb-3 {
        margin-bottom: 10px !important;
    }
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 48%;
    top: 48%;
    -webkit-transform: translate(-48%, -48%);
    transform: translate(-48%, -48%);
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
    animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

header.sell-header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 30px;
}

header.sell-header nav {
    z-index: 1;
}

header.sell-header nav .btn:hover {
    color: #000 !important;
}

header.sell-header .container * {
    z-index: 1;
}

header.sell-header .container * h2 {
    font-size: 40px;
    line-height: 55px;
}

header.sell-header .container * .form-right {
    background: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

header.sell-header .container * .form-right h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

header.sell-header .container * #btnOrderBanXe {
    font-size: 16px;
    line-height: 24px;
    background: #F77E12;
    border-radius: 4px;
    width: 200px;
    max-width: 100%;
    text-align: center;
    color: #fff;
}

header.sell-header .container * #btnOrderBanXe:hover {
    cursor: pointer;
    background: #fff;
    color: #F77E12;
    -webkit-box-shadow: 0 0 10px 0 #F77E12;
    box-shadow: 0 0 10px 0 #F77E12;
}

header.sell-header .navbar-toggler {
    background: #F77E12;
    border-radius: 4px 0 0 4px;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 99;
    padding: 10px 30px;
    border: 0 !important;
    margin: 0;
}

header.sell-header .sticky {
    position: fixed;
    top: 15px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    header.sell-header {
        padding-bottom: 15px;
    }

    header.sell-header .container h2 {
        font-size: 24px;
        line-height: 32px;
    }

    header.sell-header .navbar-collapse {
        z-index: 99;
        background: rgba(0, 0, 0, 0.4);
        position: fixed;
        top: 10px;
        left: 0;
        width: 100%;
        padding: 15px;
        right: 0;
    }

    header.sell-header .navbar-collapse a {
        z-index: 99;
        background: #F77E12;
        border-radius: 4px;
        font-size: 16px;
        line-height: 22px;
        color: #fff;
        border: 0 !important;
        margin: 0 5px;
    }
}

header.sell-header::after {
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(83, 40, 0, 0.385)), color-stop(86.12%, rgba(255, 244, 234, 0.499401)), color-stop(86.13%, rgba(255, 255, 255, 0.5))), #6C3300;
    background: linear-gradient(180deg, rgba(83, 40, 0, 0.385) 0%, rgba(255, 244, 234, 0.499401) 86.12%, rgba(255, 255, 255, 0.5) 86.13%), #6C3300;
    opacity: 0.4;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1100px;
    }
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 7rem;
    }
}

.features-icons {
    padding-top: 20px;
    padding-bottom: 20px;
}

.features-icons .features-icons-item {
    max-width: 20rem;
}

.features-icons .features-icons-item h3 {
    padding-top: 20px;
}

.features-icons .features-icons-item .lead {
    font-size: 1rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 2.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 2.5rem;
}

.navbar .navbar-brand img {
    max-width: 200px !important;
}

.navbar .btn-rounded {
    border-radius: 40px;
}

@media (max-width: 576px) {
    .navbar .navbar-brand img {
        max-width: 100px !important;
    }
}

.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #1a6fb7;
    font-size: 12px;
    border: 1px solid #1a6fb7;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.testimonials {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.testimonials .price {
    color: #E3000A;
    font-size: 20px;
    font-weight: bolder;
}

.testimonials .btn-more {
    padding-right: 90px;
    padding-left: 90px;
}

.testimonials .testimonial-item .card-body {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.testimonials .testimonial-item .card-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.2rem;
    display: -webkit-box;
    line-height: 1.3;
    color: #2071B4;
    font-size: 15px;
}

.testimonials .testimonial-item .ribbon {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 5px;
}

.testimonials .testimonial-item .ribbon-content {
    position: relative;
    width: 100%;
    height: 100px;
    background: #f1f1f1;
    border: 1px solid #DDD;
}

.testimonials .testimonial-item .ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea;
}

.testimonials .testimonial-item .ribbon.warning {
    background: #f6aa30;
    color: #ffffff;
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.call-to-action .btn {
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #e6db09;
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

ul.steps li {
    padding: 0 0 10px 0;
}

ul.steps_contain li {
    padding: 0 0 10px 0;
}

.padding_top_20 {
    padding-top: 20px;
}

.video-fluid {
    width: 100%;
    height: auto;
}

footer.footer {
    background: #061b2e !important;
    margin-top: 0;
    margin-bottom: 0;
}

footer.footer .title {
    color: #e0e0e0 !important;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 20px;
}

footer.footer .is-block {
    font-size: 14px;
    color: #99bfe0 !important;
    display: block;
    margin-top: .8rem;
    margin-bottom: 10px;
}

footer.footer .txt-subscribe {
    font-size: 14px;
    line-height: 22px;
    color: #F7F7F7;
}

footer.footer .form-control {
    border-radius: 3px 0 0 3px;
    font-size: 13px;
}

footer.footer .btn-submit {
    background: #2D90E6;
    border-radius: 0 3px 3px 0;
    border: none;
}

footer.footer .footer-hr {
    background: #1d70b8;
    margin: 0;
    opacity: .3;
}

footer.footer .social-link {
    padding: 0 15px;
    font-size: 20px;
}

footer.footer .social-link i {
    color: #7392AC;
    font-size: 20px;
}

footer.footer .footer-contact {
    color: #7392ac !important;
    line-height: 24px;
    font-size: 12px;
    padding: 20px 0;
}

footer.footer .footer-contact img {
    vertical-align: text-top;
}

@media screen and (max-width: 768px) {
    footer.footer .title {
        font-size: 16px;
        margin-top: 20px;
    }

    footer.footer .txt-subscribe {
        margin-top: 10px;
    }
}

section.check-list {
    position: relative;
    top: -45px;
}

section.check-list .header-bottom {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
    border-radius: 8px;
    font-size: 15px;
    line-height: 25px;
    padding: 10px 0;
    color: #4F4F4F;
}

section.check-list .header-bottom i {
    color: #12B03F;
}

@media screen and (max-width: 768px) {
    section.check-list {
        position: static;
    }

    section.check-list .header-bottom {
        border-radius: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

section {
    padding: 10px 0;
}

section .section-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 180%;
    text-align: center;
    color: #1E3C78;
}

section .text-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #333333;
}

h3.section-huong-dan {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #333333;
    padding-top: 50px;
}

.step-box {
    border-top: 2px solid #1E3C78;
    background: #FFFFFF;
    box-shadow: 0px 8px 22px -6px rgba(24, 39, 75, 0.12), 0px 14px 64px -4px rgba(24, 39, 75, 0.12);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    height: 270px;
}

.step-box .step-box-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    text-transform: uppercase;
    color: #1E3C78;
    padding-top: 22px;
}

.step-box .step-box-sub-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #333333;
    padding-top: 7px;
    padding-bottom: 15px;
}

.step-box .step-box-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #333333;
    padding-top: 17px;
}

.step-box .icon {
    width: 44px;
}

section .item-header {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #4F4F4F;
    text-align: center;
}

section .item-body {
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    text-align: center;
}

section .img-container {
    width: 40px;
}

@media screen and (max-width: 768px) {
    section .section-title {
        font-size: 24px;
        line-height: 32px;
    }

    section .img-container {
        width: 100%;
    }
}

section .accordion .card {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
    border-radius: 4px;
    border: 0;
}

section .accordion .card .card-header {
    background: #fff;
}

section .accordion .card .card-header .btn {
    font-size: 18px;
    line-height: 28px;
    color: #4F4F4F;
    font-weight: 500;
    text-decoration: none;
    width: 100%;
}

section .accordion .card .card-header i {
    font-size: 16px;
}

section .accordion .card p {
    font-size: 18px;
    line-height: 28px;
    color: #4F4F4F;
}

section.questions {
    background: #F6F7F9;
}

section.slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

section.slider .slider-list {
    margin-top: 20px;
    margin-bottom: 20px;
}

section.slider .slider-list .slider-control {
    position: absolute;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
    top: 45%;
    z-index: 9;
}

section.slider .slider-list .slider-control i {
    font-size: 40px;
}

section.slider .slider-list .slider-control:hover {
    cursor: pointer;
    color: #999999;
}

section.slider .slider-list .slider-prev {
    left: -40px;
}

section.slider .slider-list .slider-next {
    right: -40px;
}

section.slider .slider-list .slick-slide {
    margin: 0 15px;
}

section.slider .slider-list .slick-list {
    margin: 0 -15px;
}

section.slider .slider-list .slider-item {
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.15);
    border: 1px solid rgba(111, 111, 111, 0.2);
    border-radius: 4px;
    position: relative;
}

section.slider .slider-list .slider-item .slider-content.show {
    overflow-y: scroll;
}

section.slider .slider-list .slider-item .slider-content {
    padding: 15px 25px;
    height: 300px;
    overflow: hidden;
}

section.slider .slider-list .slider-item .slider-content h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
    color: #333333;
}

section.slider .slider-list .slider-item .slider-content h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #000;
}

section.slider .slider-list .slider-item .slider-content p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #333333;

}

section.slider .slider-list .slider-item .slider-content .text-hidden {
    display: none;
}

section.slider .slider-list .slider-item .btn-vm-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

section.slider .slider-list .slider-item .btn-vm-container .btn-view-more {
    border: 1px solid #F77E12;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FA9B1B;
}

section.slider .slider-list .slider-item .btn-vm-container .btn-view-more.full {
    border: 1px solid #828282;
    color: #828282;
}

section.slider .slider-list .slider-item .btn-vm-container .btn-view-more.full:hover {
    background: #828282;
}

section.slider .slider-list .slider-item .btn-vm-container .btn-view-more:hover {
    background: #FA9B1B;
    color: #fff;
}

@media screen and (max-width: 576px) {
    section.slider .slider-item {
        margin-right: 0;
        margin-left: 0;
    }
}

section.call-action {
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

section.call-action h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    z-index: 1;
}

section.call-action button {
    background: #F77E12;
    border-radius: 4px;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 40px;
    max-width: 100%;
    z-index: 1;
}

section.call-action a {
    font-size: 24px;
    line-height: 22px;
    padding: 10px 20px;
    z-index: 1;
}

section.call-action a:hover {
    color: #000 !important;
}

@media screen and (max-width: 768px) {
    section.call-action h2 {
        font-size: 24px;
        line-height: 32px;
    }

    section.call-action button {
        font-size: 20px;
        line-height: 28px;
        padding: 10px 20px;
    }

    section.call-action a {
        font-size: 20px;
        line-height: 28px;
    }
}

section.call-action::after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 60, 120, 0.8)), to(rgba(30, 60, 120, 0.8))), -webkit-gradient(linear, left top, left bottom, from(#CFCBCB), color-stop(86.13%, rgba(4, 52, 123, 0.8)));
    background: linear-gradient(0deg, rgba(30, 60, 120, 0.8), rgba(30, 60, 120, 0.8)), linear-gradient(180deg, #CFCBCB 0%, rgba(4, 52, 123, 0.8) 86.13%);
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
}

.scrollToTop {
    width: 50px;
    height: 50px;
    padding: 10px;
    font-size: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: fixed;
    bottom: 75px;
    right: 40px;
    display: none;
    background: #ff0266;
    color: #fff;
    border-radius: 50%;
    z-index: 9999;
}

.scrollToTop:hover {
    cursor: pointer;
    background: #fff;
    color: #ff0266;
    -webkit-box-shadow: 0 0 10px 0 #ff0266;
    box-shadow: 0 0 10px 0 #ff0266;
}

@media (max-width: 768px) {
    .scrollToTop {
        right: 10px;
    }
}

