.page-template-new-and-media #content {
    padding-top: 25px;
    padding-bottom: 0;
}

.wrap-nmd .title-page {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 22px;
}

.wrap-nmd .slider {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.wrap-nmd .slider:not(:last-child) {
    margin-bottom: 50px;
}

.wrap-nmd .main-slider {
    display: inline-block;
    width: 100%;
    position: relative;
    vertical-align: top;
}

.wrap-nmd .owl-carousel .owl-nav button.owl-next,
.wrap-nmd .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 80px;
    color: #fff;
    display: inline-block;
    top: 40%;
}

.wrap-nmd .owl-carousel .owl-nav {
    display: none;
}

.wrap-nmd .main-slider:hover .owl-nav {
    display: block;
}

.wrap-nmd .owl-carousel .owl-nav button.owl-next:focus,
.wrap-nmd .owl-carousel .owl-nav button.owl-prev:focus {
    outline: none;
}

.wrap-nmd .owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.wrap-nmd .owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.wrap-nmd .owl-carousel .owl-nav button.owl-next span,
.wrap-nmd .owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    font-size: 0;
    width: 40px;
    height: 40px;
    background: #69c61d;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.wrap-nmd .owl-carousel .owl-nav button.owl-next span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    right: -2px;
    position: absolute;
    background: url(../images/arrow-right.png) no-repeat center;
}

.wrap-nmd .owl-carousel .owl-nav button.owl-prev span:before {
    content: '';
    left: -2px;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: url(../images/arrow-left.png) no-repeat center;
}

.wrap-nmd .main-slider .owl-dots {
    display: none;
}

.wrap-nmd .main-slider .height-title-img {
    background: #939597;
    display: inline-block;
    width: 100%;
    padding: 10px;
    vertical-align: top;
}

.wrap-nmd .main-slider .items-slider p {
    margin-bottom: 0;
    color: #fff;
    line-height: 1.3;
    font-size: 13px;
}
/* .wrap-nmd .main-slider .items-slider img{
	width: auto;
    max-width: none;
} */
.wrap-nmd .title-slider h4 {
    width: 100%;
    color: #8AC642;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}

.wrap-nmd .title-page:before {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #69c61d;
    position: absolute;
    bottom: 2px;
}

.slider-vision-care-hub {
    width: 50%;
    float: right;
}

.page-template-vison-care-hub-page .featured-title h1.title {
    width: 50%;
    float: left;
    line-height: 1.3;
}

@media only screen and (max-width: 479px) {
    .slider-vision-care-hub {
        width: 100%;
    }
    .page-template-vison-care-hub-page .featured-title h1.title {
        position: absolute;
        z-index: 2;
		left: 0;
		padding: 0 15px;
    }
}