#mixedSlider {
  position: relative;
}

.more,
.location,
.mail,
.facebook,
.image {
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
	color: #FFF;
}

.more,
.location,
.mail,
.facebook,
.image {
	width: 40px;
	height: 40px;
	background: #c09f71;
	margin: 5px;
	float: left;
	color: #FFF;
}

.news-main{width: 100%;float: left;padding-top: 20px;padding-bottom: 80px;}
.news-main .em{width: 46%;float: left;position: relative;margin-right: 2%;margin-left: 2%;margin-bottom: 20px;margin-top: 0px;}
.news-main .ems{
	width: 100%;
	float: left;
	position: relative;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 50px;
	margin-top: 0px;
}

.news-main .cont{width: 100%;float: left;position: absolute;bottom: -40px;}
.news-main .cont-text{
	background-color: #FFF;
	margin-right: 20px;
	margin-left: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	position: relative;
}

.news-main .cont-icon{
	margin-right: 20px;
	margin-left: 20px;
	position: absolute;
	top: -20px;
	right: 0px;
	color: #000;
	height: 50px;
}

.news-main .cont-texts{padding: 30px;}
.news-main .title{
	width: 100%;
	color: #3f3a39;
	font-size: 148%;
	line-height: 1.75em;
	font-weight: 700;
}
.news-main .title2{
	width: 100%;
	color: #d2a876;
	font-size: 128%;
	line-height: 1.75em;
	font-weight: 700;
}
.news-main .text{width: 100%;color: #333;font-size: 100%;line-height: 1.75em;}






#mixedSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 5%;
}
#mixedSlider .MS-content .item {
	display: inline-block;
	width: 50%;
	position: relative;
	vertical-align: top;
	overflow: hidden;
	height: 100%;
	white-space: normal;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
@media (max-width: 991px) {
  #mixedSlider .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-content .item {
    width: 100%;
  }
}
#mixedSlider .MS-content .item .imgTitle {
  position: relative;
}

#mixedSlider .MS-content .item .imgTitle .blogTitle .Titles{
	color: #3f3a39;
	font-size: 26px;
	font-weight: 700;
	padding-right: 20px;
	padding-left: 20px;
}
.blogTitle {
	text-align: left;
	color: #252525;
	position: absolute;
	background-color: #fff;
	width: 96%;
	bottom: -30px;
	margin-top: 0;
	margin-right: 2%;
	margin-bottom: 0;
	margin-left: 2%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 2;
}
#mixedSlider .MS-content .item .imgTitle img {
  height: auto;
  width: 100%;
}
#mixedSlider .MS-content .item p {
	line-height: 1.75em;
	padding: 20px;
}

#mixedSlider .MS-controls button {
  position: absolute;
  border: none;
  background-color: transparent;
  outline: 0;
  font-size: 80px;
  top: 35%;
  color: #d1b48b;
  transition: 0.15s linear;
}
#mixedSlider .MS-controls button:hover {
  color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 992px) {
  #mixedSlider .MS-controls button {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls button {
    font-size: 40px;
  }
}
#mixedSlider .MS-controls .MS-left {
  left: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-left {
    left: 0px;
  }
}
#mixedSlider .MS-controls .MS-right {
  right: 0px;
}
@media (max-width: 767px) {
  #mixedSlider .MS-controls .MS-right {
    right: 0px;
  }
}
#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2%;
  height: 50px;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 20%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {
.news-main{width: 100%;float: left;padding-top: 20px;padding-bottom: 20px;}
.news-main .em{width: 100%;float: left;position: relative;margin-right: 0%;margin-left: 0%;margin-bottom: 20px;}
.news-main .ems{width: 100%;float: left;position: relative;margin-right: 0%;margin-left: 0%;margin-bottom: 20px;margin-top: 0px;}
.news-main .cont{width: 100%;float: left;position: static;}
.news-main .cont-text{background-color: #FFF;margin-right: 0px;margin-left: 0px;box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);}
}

#basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 50%;
  left:0px;
}

#basicSlider .MS-controls .MS-right {
  top: 50%;
  right: 0px;
}
