#event_carousel.owl-carousel {width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 9999 !important;}
#event_carousel.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: white;
}

#event_carousel .owl-nav {
    position: absolute;
    text-align: -webkit-right;
    left: 10%;
    bottom: 80px;
    width: 200px;
    margin-left: -100px;
}

@media (max-width: 768px) {
    #event_carousel .owl-nav {
        visibility: hidden;
    }
}

#event_carousel.owl-carousel .owl-nav button.owl-prev {
    /*background: none;*/
    background-image: url("/resources/image/demo/main-con-left.png");
    color: inherit;
    border: none;
    padding: 0 !important;
    /*margin-right: 20px;*/
    color: rgba(0, 0, 0, .01);
}

#event_carousel.owl-carousel .owl-nav button.owl-next {
    /*background: none;*/
    background-image: url("/resources/image/demo/main-con-right.png");
    color: inherit;
    border: none;
    padding: 0 !important;
    color: rgba(0, 0, 0, .01);
}

#event_carousel.owl-carousel .owl-nav .owl-prev:before {
    content: "\f053";
    margin-right: 20px;
    margin-left: 20px;
    font-size: 45px;
    color: rgba(0, 0, 0, .01);
}

#event_carousel.owl-carousel .owl-nav .owl-next:after {
    content: "\f054";
    margin-right: 20px;
    margin-left: 20px;
    font-size: 45px;
    color: rgba(0, 0, 0, .01);
}

.full-bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.p-0-lg {
    padding: 0px;
}

@media (max-width: 768px) {
    .p-0-lg {
        padding: 20px;
    }
}

.p-2050-lg {
    padding: 0px;
}

@media (max-width: 768px) {
    .p-2050-lg {
        padding: 20px 50px;
    }
}

#mv_con_box_1 {
    display: none;
}

#mv_con_box_2 {
    display: none;
}

#mv_con_box_3 {
    display: none;
}

#mv_con_box_4 {
    display: none;
}

#mv_con_box_5 {
    display: none;
}

#mcb1_logo {
    transform: translateY(-100px);
    opacity: 0;
    transition: transform .6s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity .6s ease-in-out;
}

#mv_section01.setefon #mcb1_logo {
    transform: translateY(0);
    opacity: 1;
}

.mcb1_items {
    transform: translateX(200px);
    opacity: 0;
    transition: transform .6s cubic-bezier(0.16, 0.68, 0.43, 0.99), opacity .6s ease-in-out;
}

#mv_section01.setefon .mcb1_items {
    transform: translateX(0);
    opacity: 1;
}