/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BannerSlider
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

#mageplaza-bannerslider-block-after-footer-container-1 {
    background: #131006;
    float: left;
    width: 100%;
    padding-bottom: 100px;
}

#mageplaza-bannerslider-block-after-content-1 {
    background: #131006;
    float: left;
    width: 100%;
    padding-bottom: 100px;
}

#banner-slider-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
}

#banner-slider-carousel .owl-nav {
    opacity: 1;
}

#banner-slider-carousel:hover .owl-nav,
#banner-slider-carousel:hover .owl-dots {
    opacity: 1;
}

#banner-slider-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    height: auto;
    width: 190px;
    text-align: center;
    font-size: 9em;
    color: #FFCD00;
    background: transparent;
    opacity: 1;
    text-transform: capitalize;
    justify-content: center;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.7);
    box-shadow: none;
    border: 0;
}

#banner-slider-carousel .owl-nav .owl-prev {
    left: 0px;
}

#banner-slider-carousel .owl-nav .owl-next {
    right: 0px;
}

#banner-slider-carousel .owl-item img {
    transform-style: unset;
}

#banner-slider-carousel .item-video {
    height: 340px;
}

#banner-slider-carousel .banner-title {
    padding: 1em;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.banner-item:hover .banner-title {
    opacity: 1 !important;
}

.chuting-action-block {
    max-width: 1240px;
    margin: 0 auto;
}

.slider-title h2 {
    display: block;
    background: transparent;
    font-size: 68px;
    text-align: center;
    margin-top: 73px;
    margin-bottom: 52px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .slider-title h2 {
        font-size: 33px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #banner-slider-carousel .owl-nav button {
        width: 45px;
    }
    #mageplaza-bannerslider-block-after-content-1 {
        padding-bottom: 50px;
    }
}