* {margin: 0; padding: 0;}
/* Mask Loading */
.overlay-mask .divLoading {
    position: absolute;
    top: 50%;
    left: 50%;
}

.edMsgListImgCarousel .meMsg_MsgMain {
    display: none;
}

.edMsgListImgCarousel .owl-carousel {
    margin: 0 30px;
}

.edMsgListImgCarousel .owl-carousel img {
    height: -webkit-fill-available;
    
}

.edMsgListImgCarousel .owl-carousel .owl-dots {
    bottom: 10px;
}

.edMsgListImgCarousel .owl-carousel .owl-dots .owl-dot:before {
    color: white;
}

.edMsgListImgCarousel .owl-carousel .owl-nav button {
    border: none;
    font-size: 0;
    height: 25px;
    line-height: 0;
    outline: none;
    width: 20px;
    opacity: .75;
}

.edMsgListImgCarousel .owl-carousel .owl-nav .owl-prev {
    color: transparent;
    position: absolute;
    left: 84%;
    top: 96%;
    z-index: 5;
    background: url(https://athena.noon360.com/noon360/noon360/MsgInfo/Triangle2_x.png);
    background-repeat: no-repeat;
}

.edMsgListImgCarousel .owl-carousel .owl-nav .owl-next {
    color: transparent;
    position: absolute;
    top: 96%;
    right: 10%;
    z-index: 6;
    background: url(https://athena.noon360.com/noon360/noon360/MsgInfo/Triangle1_x.png);
    background-repeat: no-repeat;
}

.edMsgListImgCarousel .owl-carousel .owl-nav .owl-prev:hover,
.edMsgListImgCarousel .owl-carousel .owl-nav .owl-next:hover,
.edMsgListImgCarousel .owl-carousel .owl-nav .owl-prev:focus,
.edMsgListImgCarousel .owl-carousel .owl-nav .owl-next:focus {
    opacity: 1;
}

.edMsgListImgCarousel .owl-carousel .itemImg {
    height: 100%;
}

.edMsgListImgCarousel .owl-carousel .itemImg img {
    width: 75%;
    height: 550px;
    object-fit: cover;
}

.edMsgListImgCarousel .owl-carousel .itemContent {
    right: 0;
    bottom: 50px;
    z-index: 4;
    margin-top: -50px;
    width: 400px;
    padding: 30px;
    color: #C0995A;
    font-size: 16px;
    background: #333;
    position: absolute;
}

.edMsgListImgCarousel .owl-carousel .meMsg_ItemTxtURL {
    color: #C0995A;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
    display: block;
    padding: 20px 20px 0 20px;
    border-left: 1px solid #C0995A;
    border-top: 1px solid #C0995A;
    border-right: 1px solid #C0995A;
    position: relative;
}

.edMsgListImgCarousel .owl-carousel .meMsg_ItemTxtURL:after {
    bottom: -125px;
    content: url(https://athena.noon360.com/noon360/noon360/MsgInfo/BrownArrow_x.png);
    display: block;
    margin-top: 30px;
    position: absolute;
    outline: none;
}

.edMsgListImgCarousel .owl-carousel .meMsg_ItemContent {
    padding: 30px 20px 50px;
    border-left: 1px solid #C0995A;
    border-bottom: 1px solid #C0995A;
    border-right: 1px solid #C0995A;
}