/* Home */
.bannerhome_section {
    border-bottom: 5px solid #d90000;
}
.owl-nav button:focus {
    outline:0;
}
ol.carousel-indicators li {
    background-color: #ffffff;
}
ol.carousel-indicators li.active {
    background-color: #d90000;
}
.owl-nav {
    text-align: center;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    padding: 0px 10px !important;
    font-size: 40px;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid #000000;
}
.carousel-indicators {
    bottom: 0px;
}
#owl-slide .item{
  margin: 3px;
}
#owl-slide .item img{
  display: block;
  width: 100%;
}
.item img.owl-lazy {
    max-width: 75%;
    /* max-height: 300px; */
}
.owl-carousel .item p {
    font-size: 17px;
}
.owl-carousel .item {
    border-bottom: 2px solid transparent;
}
.owl-carousel .item:hover {
    border-bottom: 2px solid #d90000;
}
.item a {
    text-decoration: none;
    color: #000000;
}
.shortcut h4 {
    font-size: 20px;
}
.shortcut i {
    font-size: 40px;
}
.hide-block {
    position: absolute;
    left: 100%;
    width: 100%;  
}
.test-drive {
    background-color: #f0f0f0;
}
.our-tech {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 420px;
    position: relative;
    color: #ffffff;
}
.our-tech::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29,29,27,0.6);
    z-index: 1;
    transition: .3s;
}
.our-tech .tech-content {
    position: relative;
    z-index: 1;
}
.video-banner {
    display: flex;
}
.article-link {
    color: #000000;
}
.test-drive .inner .row {
    background-image: none;
    background-size: 20% 100%;
    background-position: left center;
    background-repeat: no-repeat; 
}
.label-test-drive h3 {
    font-size: 24px !important;
}
.promo-slide::before {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    height: 8px;
    background: url(../images/global/footer-line.png) center top;
}
.btn-live-streaming {
    position: relative;
    text-align: right;
    width: 100%;
    position: absolute;
    font-size: 14px;
    bottom: 0px;
    color: #58595B;
}
span.show-countdown-streaming {
    /* border: 1px solid red; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #dc3545;
    color: #fff;
}
/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {  

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    .test-drive .inner .row {
        background-image: url('../images/global/dfsk-agnes.png');
        /* background-size: 150 150; */
        background-size: contain;
        height: auto;
    }
    .test-drive .inner .row > .label-test-drive {
        padding-left: 10%;
    }
    .our-tech {
        height: 520px;
    }
    .label-test-drive h3 {
        font-size: 26px !important;
    }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .test-drive .inner .row {
        background-image: url('../images/global/dfsk-agnes.png');
        background-size: contain;
        /* background-position: left left; */
        /* background-repeat: no-repeat; */
        height: auto;
    }
    .our-tech {
        height: 620px;
    }
    .btn-live-streaming { 
        font-size: 24px;
        top: 20px;
        text-align: center;
    }
    .carousel-indicators li { 
        width: 20px;
        height: 20px;
    }
}   
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .test-drive .inner .row {
        background-image: url('../images/global/dfsk-agnes.png');
        background-size: contain;
        /* background-size: 20% 100%; */
        height: 150px;
    }
    .our-tech {
        height: 720px;
    }
    .label-test-drive h3 {
        font-size: 1.75rem !important;
    }
}