body {
    background-color: #fff;
    font-family: 'Open Sans';
}

p {
    text-align: justify !important;
}

.read-more {
    font-size: 19px;
    background-color: #979797;
    color: white;
    padding: 0px 12px;
    border-radius: 25px;
    transition: transform 150ms ease-in-out;
    display: inline-block;
    position: absolute;
}

    .read-more:hover {
        text-decoration: none !important;
        transform: scale(1.1);
        color: white;
    }


.read-more-facebook {
    font-size: 19px;
    background-color: #3b5998;
    color: white;
    padding: 0px 12px;
    border-radius: 25px;
    transition: transform 150ms ease-in-out;
    display: inline-block;

    Float: right;
}

    .read-more-facebook:hover {
        text-decoration: none !important;
        transform: scale(1.1);
        color: white;
    }

.nav-burger {
    position: absolute;
    top: 7px;
    color: white;
    right: 27px;
}

    .nav-burger:focus, .nav-burger:active, .nav-burger:hover {
        color: #fff !important;
        outline: none !important;
    }

.swiper-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: rgba(0,0,0,.5);
    z-index: 5;
}

@media (max-width:767px) {
    .swiper-banner img {
        position: absolute;
        left: 50%;
        height: 80px !important;
        width: 80px !important;
        margin-left: -40px !important;
        bottom: 70px !important;
    }
}

.swiper-banner img {
    position: absolute;
    left: 50%;
    height: 120px;
    width: 120px;
    margin-left: 130px;
    bottom: 32px;
}

.swiper-banner .title {
    line-height: 100px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,9);
    text-transform: uppercase;
}

.simple-slider {
    /*min-height:calc(100vh - 310px);*/
}

    .simple-slider .swiper-slide {
        /*height:calc(100vh - 310px);*/
    }

section {
    min-height: 50px;
}

.section-divider {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.section-title {
    margin: 0;
    padding: 0;
    font-size: 32px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    color: #313131;
}

.divider-50 {
    display: block;
    height: 50px;
}

.divider-25 {
    display: block;
    height: 25px;
}

.photo-75 {
    position: relative;
}

    .photo-75:after {
        content: '';
        display: block;
        padding-top: 53%;
    }

    .photo-75 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.photo-border {
    border: solid 5px #fff;
    box-shadow: 7px 4px 23px rgba(0,0,0,.3);
}

.title {
    color: #EE5A22;
    font-size: 23px;
}

.page-banner {
    height: 150px;
    text-align: center;
    line-height: 150px;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .page-banner h1 {
        margin: 0;
        padding: 0;
        line-height: 150px;
    }

.breadcrumb {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
}

.breadcrumb-container {
    border-bottom: solid 1px #eee;
}

#products .feature p {
    padding-top: 25px !important;
}

footer #contact a i {
    color: #ED582B;
    margin-right: 5px;
}

footer #quickLinks a {
    color: white;
}

a.read-more{
  font-size: 12px;
  padding: 2px 8px;
  position: relative;
}

#products .product-thumbail:before{
  display: none;
}

.index-article-Info{
  background-color: #fff;
}
a.read-more, a.read-more-facebook{
  font-size: 12px;
  padding: 2px 8px;
  position: relative;
}