@import url("../home/js/owlcarousel/owl.theme.default.min.css");
@import url("../home/js/owlcarousel/owl.carousel.min.css");

.owl-theme .owl-dots .owl-dot span {
    outline: 0;
    width: 10px;
    height: 10px;
    background: #eee;
    margin: 5px 4px;
}

.owl-theme .owl-dots {
    z-index: 1000;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 65px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: none;
    border: 2px solid #c00130;
}

.owl-theme .owl-dots .owl-dot {
    vertical-align: middle;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: 0;
    border: 0;
}

.owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    bottom: 0;
    z-index: 1500;
    pointer-events: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 60px;
    padding: 20px 0 40px 0 !important;
    border: 0;
    margin: 0;
    position: absolute;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.78);
    color: #333;
    text-align: center;
    pointer-events: all;
    text-indent: -99999px;
    transition: all .3s ease;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
    outline: 0;
    border: 0;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background: rgba(196, 0, 48, 1);
}

.owl-carousel .owl-nav button.owl-prev:hover:after {
    background-image: url(../home/img/arw-slide-left-hover.png);
}

.owl-carousel .owl-nav button.owl-next:hover:after {
    background-image: url(../home/img/arw-slide-right-hover.png);
}

.owl-carousel .owl-nav button.owl-prev:after {
    width: 14px;
    height: 26px;
    content: "";
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 14px 26px;
    margin: 0 auto;
    background-image: url(../home/img/arw-slide-left.png);
}

.owl-carousel .owl-nav button.owl-next:after {
    width: 14px;
    height: 26px;
    content: "";
    display: block;
    margin: 0 auto;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 14px 26px;
    background-image: url(../home/img/arw-slide-right.png);
}

.animate-left,
.animate-right {
    display: block;
    position: relative;
    opacity: 0;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -moz-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transition-property: opacity, top;
    -moz-transition-property: opacity, top;
    -o-transition-property: opacity, top;
    transition-property: opacity, top;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.animate-right {
    opacity: 0;
}

.owl-item {
    cursor: -webkit-grabbing;
    overflow: hidden;
}

.owl-item.active .animate-right {
    opacity: 1;
}

.owl-item.active .animate-left {
    opacity: 1;
}

.owl-item.active .item-car {
    -webkit-animation: mymove 1.1s;
    animation: mymove 1.1s;
}

.item-img {
    max-height: 750px;
}

.section-herovdo,
.px-cvVideo {
    max-height: 750px;
}

@keyframes mymove {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.item-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1000;
}

.item-content .container {
    height: 100%;
    position: relative;
}

.item-car {
    position: absolute;
    right: 50px;
    bottom: 75px;
}

.item-car img {
    width: 700px !important;
}

.item-men {
    position: absolute;
    bottom: 0;
    right: 60px;
}

.item-men img {
    width: 205px !important;
}

.item-text {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    padding: 70px 55px 100px 55px;
    background-color: rgba(255, 255, 255, 0.85);
}

.item-text img {
    width: 357px !important;
}

.hero-banner-content {
    width: 360px;
    min-height: 370px;
}

.hero-banner-content .catagory {
    font-family: 'nissanBrandBold';
    font-size: 16px;
}

.highlight-title {
    font-size: 50px;
    margin-bottom: 20px;
}
.highlight-price .heading-h1 {
    font-size: 65px;
    color: #c40030;
}

.hero-banner-content h3 {
    font-size: 26px;
    margin: 10px 0 -5px;
}

.highlight-price .heading-h1 span {
    font-size: 30px;
    font-family: 'DBHelvethaicaXBdv';
    margin-left: -10px;
}

.hero-banner-content .hero-banner-content-btn a.btn {
    width: auto;
    margin: 30px 10px 30px 0;
}

.hero-banner-content .hero-banner-content-btn a.btn:last-child {
    margin: 30px 0;
}

.svg-banner-mobile {
    opacity: 0;
}

.btn.btn-more.btn-opacity {
    border: 2px solid #c40030;
    background-color: transparent;
    color: #c40030;
}

.btn.btn-more.btn-opacity:after {
    border-top: 3px solid #c40030;
    border-left: 3px solid #c40030;
}

.btn.btn-more.btn-opacity:hover {
    background-color: #c40030;
    color: #fff;
}

.btn.btn-more.btn-opacity:hover:after {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}

@media screen and (max-width: 1024px) {
    .item-text {
        left: 10%;
        width: 100%;
        max-width: 350px;
        padding: 50px 40px 80px;
    }

    .item-car img {
        width: 100% !important;
        max-width: 500px;
    }

    .highlight-price .heading-h1 {
        font-size: 40px;
    }

    .hero-banner-content a.btn {
        margin: 15px 0;
        max-width: 250px;
    }

    .hero-banner-content {
        min-height: 250px;
        width: 100%;
    }

    .hero-banner-content .catagory {
        font-size: 13px;
    }

    .hero-banner-content h3 {
        font-size: 20px;
        margin: 5px 0 -5px;
    }

    .highlight-title {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .item-car {
        right: 135px;
        bottom: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .item-content {
        position: relative;
        background-color: #fff;
    }

    .item-img {
        position: relative;
        max-height: 500px;
    }

    .hero-banner .svg-banner-home {
        display: none;
    }

    .svg-banner-mobile {
        opacity: 1;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 101%;
        z-index: 5;
        height: 60px;
    }

    .hero-banner-content {
        width: 100%;
        margin: 0 auto;
    }

    .hero-banner .owl-nav {
        display: none !important;
    }

    .hero-banner {
        padding-bottom: 50px;
    }

    .owl-theme .owl-dots {
        bottom: -15px;
    }

    .item-text {
        width: 100%;
        max-width: inherit;
        left: 0;
        padding: 20px 40px;
        position: relative;
    }

    .item-car.animate-right.hidden-w1023 {
        display: none !important;
    }

    .highlight-title {
        font-size: 45px;
    }

    .section-herobanner {
        padding-bottom: 50px;
    }

    .hero-banner-content .hero-banner-content-btn a.btn {
        width: auto;
        margin: 20px 5px 10px;
        padding: 5px 35px 5px 20px;
    }

    .hero-banner-content .btn-more:after {
        top: 17px;
    }

    .hero-banner-content .hero-banner-content-btn a.btn:last-child {
        margin: 10px 0 20px;
    }

    .highlight-price .heading-h1 span {
        font-size: 25px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .item-text {
        padding: 10px 0px;
    }
}
