.nodebanner{
 font-size:0 !important;
 height:300px;
 width:100%;
	background: url(../../hdyg-banner.jpg) no-repeat top center;
    background-size: 1920px 100%;
}
.swiper-container{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden !important;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swipermain .swiper-pagination {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: auto;
  top: auto;
  width: 102px;
  height: 38px;
  border-radius: 19px;
  color: #fff;
  line-height: 38px;
}
.swipermain .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  font-weight: bold;
}
.swipermain .btns {
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 200;
    width: 100px;
}
.swipermain  .swiper-button-next, .swipermain  .swiper-button-prev {
    margin: 0;
    position: relative;
}
.swipermain  .swiper-button-next{
  float:right;
}
.swipermain  .swiper-button-prev {
float:left;
}

.swipermain .swiper-button-next,.swipermain .swiper-button-prev{
      opacity: 1;
      line-height: 100% !important;
      font-size:0 !important;
}
.swiper-button-prev:before, .swiper-button-next:before{
  display:none;
}
.swipermain .swiper-button-next:after,  .swipermain .swiper-button-prev:after{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 18px;
    color: #FFF;
    background: rgba(42,162,150,0.6);
}
.swipermain .btns .swiper-button-next:hover:after, .swipermain .btns .swiper-button-prev:hover:after{
    color: #eee;
    background-color: #2aa296;
}
.swipermain .btns .swiper-button-disabled:after{
  background: rgba(42,162,150,0.3);
}

.swipermain .btns .swiper-button-prev:after {
    content: 'prev';
}
.swipermain .btns .swiper-button-next:after {
    content: 'next';
}
/****************** thumbs *****************/
.gallery-thumbs .swiper-slide{
  opacity:0.5;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
  opacity:1;
}
.swipermain-thumbs .swiper-button-next.swiper-button-disabled, .swipermain-thumbs .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swipermain-thumbs .swiper-button-next,.swipermain-thumbs .swiper-button-prev{
  background: #ECECEC;
}
.swipermain-thumbs .swiper-button-prev:after, .swipermain-thumbs .swiper-button-next:after {
    font-family: 'iconfont' !important;
    opacity:1;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
/******************* download file*************/
.filedownload:after,.filedownload:after{
    content: '\e604';
    font-family: 'iconfont';
    font-size: 26px;
    color: #2aa296;
    margin-left:20px;
}
.filedownload {
    border-radius: 40px;
    background-color: #f6f6f6;
    font-weight: bold;
    padding: 0 40px;
    display: flex;
    width: max-content;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 40px;
    line-height: 150%;
}
.filedownload p{
  margin-bottom:0;
}
@media (min-width: 992px){
.col-sm-12.col-md-9{
  width:100%;
}
.block-region-content div.views-element-container.block:nth-child(1){
      position: relative;
    width: 75%;
    float:left;
}
.block-region-content div.views-element-container.block:nth-child(2){
    width: 21.25%;
    float: right;
    padding: 40px 0;
}
.swipermain-thumbs .swiper-button-prev {
    top: 0;
    bottom: auto;
    right: 0;
    margin: auto;
    width: 100px;
    height: 22px;
    opacity: 0.8;
}
.swipermain-thumbs .swiper-button-next {
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100px;
    height: 22px;
    opacity: 0.8;
}

.swipermain-thumbs .swiper-button-prev:after {
    content: '\e618';
}
.swipermain-thumbs .swiper-button-next:after {
    content: '\e818';
}
}
