#notice {
    background: #fff !important;
    /* padding: 15px !important; */
    /* margin-bottom: 15px; */
    min-height: 142px !important;
}
.device {
  width: 100%;
  height: 300px;
/*  padding: 30px 40px; */
/*  border-radius: 20px;
  border: 3px solid white; */
  background: #978fea;

  margin: 5px auto;
  position: relative;
/*  box-shadow: 0px 0px 5px #000; */
}
.swiper-container {
  height: 300px;
  width: 100%;
}
.content-slide {
  padding: 20px;
  color: #fff;
  font-size: 1.2em;
}
.title {
  font-size: 25px;
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
.swiper-active-switch {
  background: #fff;
}

.divider {
	border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 15px;
}

#left {
	width: calc(65% - 290px);
	float: left;
}

#data {
	padding: 15px;
	padding-bottom: 0;
/*	border: 1px solid #e8180c; */
}
#slider {
	float: left;
	width: 260px;
	margin-left: 15px;
	margin-right: 15px;
}
#twitter {
	width: 35%;
	float: left;
	padding: 10px;
	padding-top: 0;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    display: inline-block;
}
p.title {
	margin-bottom: 10px;
	font-size: 1.5rem;
    font-weight: 400;
}
p.title .fa {
	margin-right: 5px;
}

@media all and (max-width:900px) {
	#slider {
		display: none;
	}
	#left {
		width:calc(55% - 15px);
		margin-right:15px;
	}
	#twitter {
		width:45%;
	}
}
@media all and (max-width:640px) {
	#left {
		float: none;
		width: 100%;
		margin: 0;
	}
	#twitter {
		float: none;
		width: 100%;
		margin-top: 0;
		padding-top: 0;
	}
	#twitter iframe {
		height: 300px !important;
	}
}
@media all and (max-width:440px) {
	#slider { width: 91%; max-width: 344px; display:block;  }


}