[data-cattype="714"] .content-box.No {
    display: none !important;
}


[data-cattype="714"] .ttl {
    font-family: 'bahnschrift';
    font-size: 40px;
    text-align: left;
}

[data-cattype="714"] .desc {
    font-size: 17px;
    text-align: left;
}

[data-cattype="714"].wrapper_middle {
    background-color: #ccc;
    z-index: 2;
    padding: 0;
}

[data-cattype="714"] .owl-buttons svg{
    height: auto;
    width: 30px;
}


[data-cattype="714"] .owl-next svg rect,
[data-cattype="714"] .owl-prev svg rect {
    fill: #ed1c24;
    -webkit-transition: .3s ease all;
}

[data-cattype="714"] .owl-next svg polygon,
[data-cattype="714"] .owl-prev svg polygon {
    fill: #fff;
    -webkit-transition: .3s ease all;
}

[data-cattype="714"] .owl-next:hover svg rect,
[data-cattype="714"] .owl-prev:hover svg rect {
    fill: #fff;
    -webkit-transition: .3s ease all;
}

[data-cattype="714"] .owl-next:hover svg polygon,
[data-cattype="714"] .owl-prev:hover svg polygon {
    fill: #ed1c24;
    -webkit-transition: .3s ease all;
}



@media (min-width: 992px) {

}

[data-cattype="714"] .display-none {
    display: none !important;
}

[data-cattype="714"] a.no-link {
   cursor: inherit !important;
}

[data-cattype="714"] a:not(.no-link):hover .content-box {
    color: #fff;
    background-color: rgba(238, 46, 48,.85);
}



[data-cattype="714"] .owl-theme .owl-pagination{
    position: absolute;
    text-align: center;
    width: 100%;
}


[data-cattype="714"] .owl-theme .owl-controls{
    margin-top: 0px;
}

[data-cattype="714"] .owl-theme .owl-next{
    right: 0px;
}

[data-cattype="714"] .owl-theme .owl-prev{
    left: 0px;
}

[data-cattype="714"] #owl-slider.owl-theme{
    box-shadow: 1px 1px 4px #666;
height: auto;
width: 100%;
max-width: unset;

}

[data-cattype="714"] #owl-slider.owl-theme .owl-pagination{ bottom: 0px; }


[data-cattype="714"] #owl-slider.owl-theme .owl-controls .owl-page span {
    background: #fff;
    margin: 10px 5px 20px 5px;
    width: 15px;
    height: 15px;
    opacity: 1;
    border-radius: 50%;
    border: #ed1c24 solid 2px;
}


[data-cattype="714"] #owl-slider.owl-theme .owl-controls .owl-page.active span{ 
    background: #ed1c24; 
}

[data-cattype="714"] #owl-slider.owl-theme svg path{
    fill: #fff;
}

[data-cattype="714"] #owl-slider.owl-theme .owl-next, 
[data-cattype="714"] #owl-slider.owl-theme .owl-prev{
    background: none;
    opacity: 1;
    padding: 0 !important;
    color: #FFF;
    margin: 0px;
    width: auto;
    height: auto;
    top: 50%;
}

[data-cattype="714"] .owl-item .item {
    margin: 0;
}


[data-cattype="714"] #owl-slider.owl-theme .owl-next{
    right: 15px;
}

[data-cattype="714"] #owl-slider.owl-theme .owl-prev{
    left: 15px;
}

[data-cattype="714"] #owl-slider.owl-theme .owl-next:hover, 
[data-cattype="714"] #owl-slider.owl-theme .owl-prev:hover{
    opacity: 1;
}

[data-cattype="714"] #owl-slider.owl-theme .owl-next img, 
[data-cattype="714"] #owl-slider.owl-theme .owl-prev img{
    height: 50px;
}


[data-cattype="714"] #owl-slider.owl-theme .owl-item .item img{
    width: 100%;
}

[data-cattype="714"] #owl-slider.owl-theme .owl-item .item {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    
    padding-top: 500px;
    position: relative;
}

[data-cattype="714"] .content-box {
    position: absolute;
    height: 210px;
    width: 400px;
    background-color: rgba(255,255,255,.75);
    color: #010101;
    top: 50%;
    left: 10%;
    transform: translate(0, -50%);
    padding: 40px 38px;
    line-height: 1.1;
    -webkit-transition: .3s ease all;
}

[data-cattype="714"] .content-box:after {
    content: url(../../../data/ckfinder/images/triangle.png);
    position: absolute;
    right: 0;
    top: 0;
    width: auto;

}

@media (max-width: 1200px) {
    
    [data-cattype="714"] #owl-slider.owl-theme .owl-item .item {
    padding-top: 450px;
    }
}

@media (max-width: 991px) {
    
    [data-cattype="714"] #owl-slider.owl-theme .owl-item .item {
    padding-top: 300px;
    }

    
}

@media (max-width: 767px) {
    [data-cattype="714"] .desc {
    display: none;
    }
    
    [data-cattype="714"] .content-box {
    height: 95px;
    width: 100%;
    padding: 20px 20px;
    line-height: 1.1;
    -webkit-transition: .3s ease all;
    position: absolute;
    left: 0;
    top: unset;
    transform: unset;
    bottom: 0;

    }

    [data-cattype="714"] .ttl {
    font-size: 30px;
        text-align: center;
    }

    
    [data-cattype="714"] #owl-slider.owl-theme .owl-item .item {
    padding-top: 255px;
    }
    
    [data-cattype="714"] #owl-slider.owl-theme .owl-next img, 
    [data-cattype="714"] #owl-slider.owl-theme .owl-prev img{
    height: 22px;
    }
    section[data-cattype="714"] #owl-slider.owl-theme .owl-pagination{
        margin-bottom: -30px;
        bottom: -13px;
        z-index: 2;
    }
    
    [data-cattype="714"] #owl-slider.owl-theme .owl-controls .owl-page span{ 
    width: 10px;
    height: 10px;
    }
    
    [data-cattype="714"] .owl-buttons svg {
    height: auto;
    width: 15px;
    }
    
    [data-cattype="714"] #owl-slider.owl-theme .owl-controls .owl-page span {
    margin: 0px 5px 0px 5px;
    }
    section[data-cattype="714"] #owl-slider.owl-theme .owl-pagination {
    margin-bottom: 10px;
    bottom: 0;
    }
}
@media (max-width: 500px) {
    [data-cattype="714"] #owl-slider.owl-theme .owl-item .item {
        padding-top: 130px;
    }
    [data-cattype="714"] .ttl {
    font-size: 25px;
    text-align: center;
    }
    section[data-cattype="714"] #owl-slider.owl-theme .owl-pagination {
    margin-bottom: -24px;
    bottom: 0;
    }
    [data-cattype="714"] #owl-slider.owl-theme .owl-controls .owl-page span {
    margin: 0px 5px 0px 5px;
    box-shadow: 1px 1px 2px #000;
    }


}

/* BOL - owlcarousel progressBar */
[data-cattype="714"] #owl-slider.owl-theme #bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #cb0300;
}

[data-cattype="714"] #owl-slider.owl-theme #progressBar {
    width: 100%;
    background: rgba(42, 45, 125,.85);
}
/* EOL - owlcarousel progressBar */
