@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
.hero-text{
display: flex;
    justify-content: center;
    flex-direction: column;
    object-fit: cover;
    vertical-align: middle;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
width:var(--theme-sheet-width-xl) !important;
font-size:2rem;
}
.min-hero div{
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
width:80%;
}
main{
  background-color: white !important;
}
.container{
width: var(--theme-sheet-width-xl) !important;
    position: relative;
    margin: 0 auto;
}

.page-content.page-news.single-news .news-data .content .top {
  margin-bottom: 50px;
}
.page-content.page-news.single-news .news-data .content .top .breadcrump {
list-style:none;
  justify-content: flex-start;
}
.breadcrump li{
display:inline-block;
}
.page-content.page-news.single-news .news-data .content .top .breadcrump li a {
  color: #333333;
}
.page-content.page-news.single-news .news-data .content .top .breadcrump li i {
  color: #666666;
}
.page-content.page-news.single-news .news-data .content .top h2 {
  font-size: 49px;
  line-height: 48px;
  color: black;
  font-weight: 600;
}
.page-content.page-news.single-news .news-data .content .top .date {
display: flex;
    align-items: center;
    color: #666666;
    opacity: 0.9;
    font-size: 16px;
    padding: 30px 0;
    border-bottom: 1px solid #d9e3e8;
   
}
.page-content.page-news.single-news .news-data .content .top .date i {
  display: inline-block;
  margin-right: 5px;
}
.page-content.page-news.single-news .news-data .content .top img {
  width: 100%;
  border-radius: 4px;
}

.head-img {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;}
.page-content.page-news.single-news .news-data .content .bottom {
  padding: 0 180px;
}
.page-content.page-news.single-news .news-data .content .bottom p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  margin-bottom: 30px;
}
.page-content.page-news.single-news .news-data .content .bottom p strong {
  font-weight: 600;
}
.page-content.page-news.single-news .news-data .content .bottom img {
  display: block;
  margin-bottom: 30px;
}
.page-content.page-news.single-news .news-section {
  padding-top: 100px;
}
.page-content.page-news.single-news .news-section h3 {
  font-size: 25px;
  line-height: 31px;
  color: black;
  font-weight: 500;
  margin-bottom: 40px;
}
strong{
  color: black !important;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 5px;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;}
.news-list{
list-style:none;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}
.news-widget{
	flex: 1 1 calc(30% - 20px); 
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px; 
    overflow: hidden;
}
.news-widget .image{
   width: 100%;
    height: auto;
    display: block;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;	
    background-size: cover;
}
.new-widget .content{
  display: flex;
    flex-direction: column;
    position: relative;
    height: 50%;
    justify-content: space-evenly;
}