﻿* {
padding:0px;
margin:0px;
}
body {
background-color:#FFFFFF;    
}
.slick-slide {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
  @media (max-width:800px)
{
   .slick-slide {
    width: 1280px;
    height: auto;
    position: relative;
    overflow: hidden;

}
}
.cover-image {
    width:100%;
}
 .banner-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-text .container {
    height: 100%;
    display: table;
    text-align: center;
}
.banner-text .container .banner-text-con {
    display: table-cell;
    vertical-align: middle;
}
    .banner-text h4 {
        margin: 0;
        font-size: 30px;
        font-weight: 500;
        color: #fff;
    }
.maincontainer {
    width:1280px;
    margin:0px auto;
    margin-top:30px;
    overflow:hidden;
    min-height:600px;
  
}

.met-editor {
    padding: 10px,30px,30px,30px;
    background: #fff;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
}



