

#mainBodySlider img,
#mainUpdates img {
    cursor: pointer;
}

#mainProductSlider h2 {
    font-family: OpenSansExtraBold;
    text-align: center;
    color: #007b85;
}

#mainNews h4 {
    font-family: OpenSansExtraBold;
    color: #007b85;
}

#mainProductSlider .splide__slide {
    width: 335px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
}

/* #mainProductSlider .splide__slide:not(.is-visible) {
    opacity: 0.45;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    scale: 0.8;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    transition: all .15s;
} */

#mainProductSlider .imgProduct:hover {
    cursor: pointer;
    transform: scale(1.2);
    overflow: visible;
}

#mainProductSlider .splide__slide .imgProduct {
    width: 335px;
}

#mainNews .newsList {
    background-color: white;
    height: 155px;
}


#mainNews .newsList .newsImage {
    height: 154px;
    width: 220px;
}

#mainNews .mainBulletin .bulletinImage {
    height: 430px;
}

#mainNews a {
    text-decoration: none;
}


#mainNews .newsReadMore {
    font-weight: bold;
    background-color: #007b85;
    padding: 5px;
    color: white;
    border-right: #fcaf17 solid 10px;
    font-size: .75em;
}

#mainNews .newsReadMore:hover {
    opacity: 0.85;
}

#mainNews .linkDownload {
    font-family: OpenSansBold;
    font-weight: bold;
    background-color: #fcaf17;
    padding: 5px;
    color: black;
    width: 300px;
}

#mainNews .divShareNews a:hover {
    opacity: .85;
}


#smShowOther {
    margin: 0 !important;
    min-height: 273px;
}


.smShow:hover {
    cursor: pointer;
    z-index: 2;
}

.smLink {
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 3;
}

.smLink:hover {
    opacity: .9;
}

#smShowMain,
#smShowSub1,
#smShowSub2 {
    background-color: black;
}


@media (max-width: 1199.98px) {
   
    #smShowOther {
        min-height: 265px;
    }
}

@media (max-width: 991.98px) {
    #smContentRow video {
        max-width: 720px;
    }

    #smShowOther {
        margin-top: 25px !important;
    }

    #smShowMain {
        padding: 0;
    }
}

@media (max-width: 767.98px) {
    #smContentRow video {
        max-width: 540px;
    }
}

@media (max-width: 575.98px) {
   

    #smContentRow video {
        max-width: 405px;
    }

    #smShowOther {
        margin-top: 10px !important;
    }

    #smShowOther {
        min-height: auto;
    }

   

    #mainNews .newsList .newsImage {
        height: 109px;
        width: auto;
    }

    #mainNews .mainBulletin .bulletinImage {
        height: 375px;
    }

    #mainNews .linkDownload {
        padding: 5px;
        width: 275px;
    }

    #mainNews .newsList {
        background-color: white;
        height: 110px;
    }

    #mainNews .newsWrapTitle {
        font-size: 1.2em;
        margin-left: 5px;
        margin-top: 15px;
    }

    #mainNews .newsTitle h4 {
        font-size: 0.65em;
    }


    #mainNews .newsReadMore {
        padding: 2px;
        border-right: #fcaf17 solid 5px;
        font-size: .75em;
    }

    #mainNews .divShareNews a {
        font-size: .85em;
    }
}

@media (max-width: 475.98px) {}

@media (max-width: 451.98px) {}

@media (max-width: 411.98px) {}

@media (max-width: 360.98px) {}

