#nsslider {
  float: left;
	position: relative;
	background:#1d1d1d;
	width:100%;
}

#nsslider .slider_container {
}

#nsslider .slide {
	display: none;
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	width:100%;
}

#nsslider .slide img {
	display: block;
  margin: 0 auto;
  max-height: 100%;
}

#nsslider .slidePrev {
	background:#000;
	width:50px;
	position: absolute;
	top:50%;
	left:-50px;
	opacity:0.5;
	z-index: 10;
	background-image: url('/images/arrow-l.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#nsslider .slidePrev:HOVER {background-image: url('/images/arrow-l-on.png');}

#nsslider .slidePrev span {
	width:50px;
	float:left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	padding: 20px 0;
}

#nsslider .slidePrev span i {
	margin-left: 18px;
}

#nsslider .slideNext {
	background:#000;
	width:50px;
	position: absolute;
	top:50%;
	right:-50px;
	opacity:0.5;
	z-index: 10;
	background-image: url('/images/arrow-r.png');
	background-position: center center;
	background-repeat: no-repeat;
}

#nsslider .slideNext:HOVER {background-image: url('/images/arrow-r-on.png');}

#nsslider .slideNext span {
	width:50px;
	float:left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #fff;
	padding: 20px 0;
}

#nsslider .slideNext span i {
	margin-left: 22px;
}

#nsslider .timers {
	height:4px;
	position: absolute;
	bottom:15px;
	right:0;
	z-index: 3;
}

#nsslider .timer {
	height:4px;
	width:40px;
	background-color: #000;
	float:left;
	margin-right: 10px;
}

#nsslider .progress {
	height:4px;
	width:0%;
	background-color: #0f75bd;
	float:left;
}

#nsslider .slide_content {
	top:0;
	left:0;
	position: absolute;
	width:100%;
	height:100%;
}

#nsslider .slide_content .logo{
	width:97px;
	height:106px;
	margin: 0 auto;
	display: block;
}

#nsslider .slide_content_wrap { /* Slider Text Content Container Style */
	width: 50%;
  position: absolute;
  left: 0; 
  bottom: 20%;
  padding: 45px 50px 40px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background-color: rgba(255, 255, 255, 0.8);
}

#nsslider #arrowDown { width: 43px; height: 43px; position: absolute; bottom: calc(20% + 45px); left: calc(50% + 30px); z-index: 10; background-image: url('/images/background/bg-arrow-down.png'); background-repeat: no-repeat; background-position: center center; cursor: pointer; opacity: 0; transition: opacity 0.5s; }

#nsslider .slide_text { float: right; position: relative; display: flex; flex-direction: column; align-items: flex-start; }
#nsslider .slide_text:before { content: ''; width: 60px; height: 60px; position: absolute; top: calc(50% - 30px); left: -95px; background-image: url('/images/icon/icon-banner.png'); background-repeat: no-repeat; background-position: left center; }

#nsslider .title {  /* Slider Title Style */
	opacity: 0;
	clear: both;
	color:#fff;     
	font-size:24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #1d1d1d;
	margin-top: 20px;
  font-size: 30px;
  margin: 0;
}

#nsslider .description { /* Slider Description Style */
	opacity: 0;
	color:#1d1d1d;
	font-size:18px;
	padding:10px;
	clear:both;
	margin-top:2px;
	line-height:24px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	text-align: center;
	width: 340px;
	margin: 0 auto;
}

#nsslider .readmore { /* Slider Read More button Style */
	opacity: 0;
	display: block;
  font-size: 15px;
  color: #2f3197;
}

.footer {
	width:100%;
	float:left;
	text-align:center;
}

.footer p {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size:12px;
	color:#585858;
	margin-top:20px;
}

@media screen
and (max-width: 1199px)
and (min-width: 841px)
{
  #nsslider .slide_content_wrap { padding: 30px 40px 30px 0; } 
  #nsslider .slide_text { }
  #nsslider .slide_text:before { width: 45px; height: 45px; top: calc(50% - 22.5px); left: -75px; background-size: 100% auto; }
   #nsslider .title { font-size: 21px; }
   #nsslider .readmore { font-size: 14px; }  
  #nsslider #arrowDown { bottom: 40px; right: 4.25%; left: auto; }
}

@media screen
and (max-width: 840px)
{
  #nsslider .slide_content_wrap, #arrowDown { display: none; }
}

@media screen
and (max-width: 665px)
{
  .slideNext, .slidePrev { display: none; }
}

@media screen
and (max-width: 480px)
{
  #nsslider { display: none; }
}