	
/********************** BANNER ********************/

.feat-banner .swiperOut-bg{position: relative;margin:0 auto;}
.feat-banner .swiperOut-bg .swiper-banner{width:100%; height: 100%;}
.feat-banner .swiperOut-bg .swiper-banner .swiper-slide{width:100%;height: 100%;overflow: hidden;position: relative;}
.feat-banner .swiperOut-bg .swiper-banner .swiper-slide .slide-inner{position: relative;width: 100%;height: 100%;left: 0;top: 0;background-size: cover;background-position: center;}
.feat-banner .swiperOut-bg .swiper-banner .swiper-slide .slide-inner-pc{display:block;}
.feat-banner .swiperOut-bg .swiper-banner .swiper-slide .slide-inner-mobi{display:none;}
.feat-banner .swiperOut-bg .swiper-banner .swiper-banner-btn-next {right: 50px;}
.feat-banner .swiperOut-bg .swiper-banner .swiper-banner-btn-prev {left: 50px;}
.feat-banner .swiperOut-bg .swiper-banner .swiper-banner-btn-next,
.feat-banner .swiperOut-bg .swiper-banner .swiper-banner-btn-prev{color:#FFF;}
.feat-banner .swiperOut-bg .swiper-banner .swiper-banner-btn-prev:after, 
.feat-banner .swiperOut-bg .swiper-banner .swiper-banner-btn-next:after{font-size:3em;font-weight: lighter;text-shadow:rgba(0,0,0,0.8) 0px 8px 12px;}    
.feat-banner .swiperOut-bg .swiper-banner .swiper-pagination-bullet{width:16px;height:16px;background:none;border:3px solid rgba(255,255,255,0.75);border-radius: 50%;box-shadow:rgba(0,0,0,0.4) 0px 4px 12px;margin-right: 20px;}
.feat-banner .swiperOut-bg .swiper-banner .swiper-slide video {width:100%;}

.feat-banner .swiperOut-cont{width:100%;max-width:1110px;height:auto;position: absolute;left:50%;top:50%;transform: translateX(-50%);z-index: 1; }
.feat-banner .swiperOut-cont .swiper-banner-con{position: absolute;left:0;top:0; width:40%; height:; transform: translateY(-50%); box-sizing: border-box;background:rgba(140,26,31,0.6);}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper{width:100%; height: 482px;}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide{padding:2.75em 2em;width:100%;box-sizing: border-box;color:#FFF;}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide .headline{color: #fff;}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide .copy{font-size:16px; line-height:28px; margin-bottom:20px;}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide a.btn{font-size:14px;color:#fff;padding:0;font-family:Helvetica-Bold, Arial;position: absolute;bottom: 40px;}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide a.btn:hover{text-decoration: underline;}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide a.video-link {right: 22px;bottom: 34px;}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide a.video-link img {width:20%;margin-right: 10px;padding-top: 1px;}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide a.video-link .play-btn {display: inline-grid;vertical-align: bottom;}
.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide a.video-link .play-btn-minute {text-align: left;}

.feat-banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 40px;}

@media only screen and (max-width: 1024px){
	.feat-banner { margin-top: 70px;}
	.feat-banner .swiperOut-bg{z-index:2;}
	.feat-banner .swiperOut-bg .swiper-banner {height: calc(66vh);}

	.feat-banner .swiperOut-cont{top: 0;height:100%;}
	.feat-banner .swiperOut-cont .swiper-banner-con {background: rgba(140,26,31,1);width: 100%; top: calc(100vw - 83px); height: calc(22vw); top:auto;bottom:0;transform:translateY(100%);}
	.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper{height: inherit;}
	.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide {padding: 2em 2em;}
	.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide .copy {display: none;}
	.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide a.btn {bottom: 20px;}
	.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide .headline {font-size: 30px;}
	
	.feat-banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 20px;}
}

@media only screen and (max-width: 768px){
	.feat-banner .swiperOut-bg .swiper-banner { height: calc(37vh);}
	.feat-banner .swiperOut-cont .swiper-banner-con {height: calc(30vw);}
}

@media only screen and (max-width: 480px){
	.feat-banner {margin-top: 70px;}
	.feat-banner .swiperOut-bg {z-index: 2;}
	.feat-banner .swiperOut-bg .swiper-banner {height: calc(100vw)!important;}
	.feat-banner .swiperOut-bg .swiper-banner .swiper-slide .slide-inner-pc{display:none;}
	.feat-banner .swiperOut-bg .swiper-banner .swiper-slide .slide-inner-mobi{display:block;}
	
	.feat-banner .swiperOut-cont{top:0;height:100%;	}
	.feat-banner .swiperOut-cont .swiper-banner-con {background: rgba(140,26,31,1);width: 100%; top: calc(100vw - 83px); height: calc(60vw); top:auto;bottom:0;transform:translateY(100%);}

	.feat-banner .swiperOut-bg .swiper-banner .swiper-banner-btn-next {right: 10px;}
	.feat-banner .swiperOut-bg .swiper-banner .swiper-banner-btn-prev {left: 10px;}
	.feat-banner .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 10px;}
	.feat-banner .swiperOut-bg .swiper-banner .swiper-pagination-bullet { border: 3px solid rgba(255,255,255,0.75);margin-right: 10px;}
	
	.feat-banner .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide a.video-link {margin-right: 46px;}
	
}
/********************** content ********************/

.alink{transition: all 0.5s;}
.swiper-button-prev:after{content: "";}
.swiper-button-next:after{content: "";}
.feat-banner-gap{height:200px;}

.feat-event{width:100%;height:950px;position: relative;overflow: hidden;}
.feat-event .bg{position: absolute;top: 0;left: 0;opacity: 1;width: 100%; height: 100%;object-fit: cover; object-position:center;}
.feat-event .mask-linear{width:100%;height:100%;position: absolute;left:0;top:0;background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5))}
.feat-event .content{width:100%;height:100%;position: absolute;left:0;top:0;}
.feat-event .content .headarea{width:100%;max-width: 1110px;padding-top:80px;box-sizing: border-box;margin: 0 auto;}
.feat-event .content .headarea .headline{margin-bottom: 50px;}
.feat-event .content .headarea .font-copy-18-white{width:100%;padding-left: 20px;border-left: 5px solid #8d1a1f;}
.feat-event .content .swiper-out{width:100%;max-width: 1200px;height: auto;position: absolute;left:50%;bottom:50px;padding:50px;transform: translateX(-50%);}
.feat-event .content .swiper-out .swiper-wrapper{}
.feat-event .content .swiper-out .swiper-wrapper .card{text-decoration: none;color:#fff;background:#8d1a1f;padding:30px 20px;box-sizing: border-box;display: inline-block;}
.feat-event .content .swiper-out .swiper-wrapper .card:hover .btn-more{text-decoration: underline;}
.feat-event .content .swiper-out .swiper-wrapper .card .text-date{font-size:16px;line-height: 1.2;}
.feat-event .content .swiper-out .swiper-wrapper .card .head{font-size:24px;line-height: 1.3;margin:15px 0;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow:hidden;}
.feat-event .content .swiper-out .swiper-wrapper .card .text{font-size:16px;line-height: 1.3;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.feat-event .content .swiper-out .swiper-wrapper .card .btn-more{font-size:14px;line-height: 1.3;display: flex;justify-content: flex-start;align-items: center;margin-top:15px;text-transform: uppercase;}
.feat-event .content .swiper-out .swiper-wrapper .card .btn-more .icon-arrow-right{width:20px;height:22px;margin-left:15px;background: url(/en/news-events/events/annual-meetings/_common/img/icon_arrow-right-white.svg) no-repeat center;}
.feat-event .content .swiper-out .swiper-pagination{width:100%;left:0;margin:15px 0 30px;text-align: center;}
.feat-event .content .swiper-out .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;background: none;border: 3px solid rgba(255,255,255,0.75); border-radius: 50%; box-shadow: rgb(0 0 0 / 40%) 0px 4px 12px; margin:0 10px;}
.feat-event .content .swiper-out .swiper-event-prev:after{content: "";width:34px;height:64px; background:url(/en/news-events/events/annual-meetings/_common/img/icon-arrow-left.png) no-repeat center;background-size: 18px;}
.feat-event .content .swiper-out .swiper-event-next:after{content: "";width:34px;height:64px; background:url(/en/news-events/events/annual-meetings/_common/img/icon-arrow-right.png) no-repeat center;background-size: 18px;}
@media only screen and (max-width:768px){
    .feat-event .content .headarea{padding:60px 20px;}
	.feat-event .content .swiper-out {    bottom: 0;}
}
@media only screen and (max-width:576px){
	.feat-event .content .swiper-out .swiper-wrapper .card .head {margin: 15px 0 40px 0;}
}

.feat-news .content{width:100%;max-width: 1200px;box-sizing: border-box;margin: 0 auto;}
.feat-news .content .head{font-size: 40px; line-height: 1.2; font-family: Helvetica-Bold, Arial;color: #8d1a1f;text-transform: uppercase;}
.feat-news .content .items{margin-top:40px;display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap; }
.feat-news .content .item{width:32%;border-top:5px solid #8d1a1f;color:#666;padding:15px;box-sizing: border-box;text-decoration: none; margin-bottom: 50px;margin-right: 20px;margin-left: 20px;}
.feat-news .content .item:hover .btn-more{text-decoration: underline;}
.feat-news .content .item .text-date{text-align: right;margin-bottom: 10px;}
.feat-news .content .item .font-copy-20-black{margin-bottom: 10px;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.feat-news .content .item .text{text-overflow:ellipsis;overflow: hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.feat-news .content .item .btn-more{font-size:14px;line-height: 1.3;display: flex;justify-content: flex-start;align-items: center;margin-top:15px;text-transform: uppercase;color: #8d1a1f;font-family: Helvetica-Bold;}
.feat-news .content .item .btn-more .icon-arrow-right{width:20px;height:22px;margin-left:15px;background: url(/en/news-events/events/annual-meetings/_common/img/icon_arrow-right-red.svg) no-repeat center;}
.feat-news .content .btn-all{display: flex;justify-content: space-around;}
.feat-news .content .btn-all .alink{display:flex;width:310px; height:50px;padding:0 20px;justify-content: space-around;align-items: center; border:1px solid #8d1a1f; color:#8d1a1f;font-size:14px; line-height: 1.4;text-transform: uppercase;text-decoration: none;}
.feat-news .content .btn-all .alink .icon-arrow-right{width:20px;height:22px; background: url(/en/news-events/events/annual-meetings/_common/img/icon_arrow-right-red.svg) no-repeat center;}
.feat-news .content .btn-all .alink:hover{background:#8d1a1f;color:#FFF;}
.feat-news .content .btn-all .alink:hover .icon-arrow-right{background-image: url(/en/news-events/events/annual-meetings/_common/img/icon_arrow-right-white.svg);}

.feat-news .swiper-container .content .item{width:100%;}

@media only screen and (max-width:750px){
    .feat-news .content .items .item{width:100%;}
}

.feat-info{width:100%;height:768px;position: relative;overflow: hidden;}
.feat-info .bg{position: absolute;top: 0;left: 0;opacity: 1;width: 100%; height: 100%;object-fit: cover; object-position:center;}
.feat-info .mask-linear{width:100%;height:100%;position: absolute;left:0;top:0;background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.5))}
.feat-info .content{width:100%;height:100%;position: absolute;left:0;top:0;}
.feat-info .content .headarea{width:100%;max-width: 1140px;padding:15px;box-sizing: border-box;margin: 0 auto;}
.feat-info .content .headarea .head{font-size: 40px; line-height: 1.2; font-family: Helvetica-Bold, Arial;color: #8d1a1f;text-transform: uppercase;margin:4vw 0 30px;}
.feat-info .content .wrap-card{position: absolute;left:50%;bottom:100px; width:100%;max-width: 1130px;transform: translateX(-50%);padding:0 15px; display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.feat-info .content .wrap-card .card{width:49%;background: #8d1a1f;padding:20px;color:#fff;margin-bottom:30px;}
.feat-info .content .wrap-card .card .title{font-size:24px;line-height: 1;margin:15px 0;}
.feat-info .content .wrap-card .card .text{font-size:14px;line-height: 1.3;}
.feat-info .content .wrap-card .card .btn-more{font-size:14px;line-height: 1.3;display: flex;justify-content: flex-start;align-items: center;margin-top:15px;text-transform: uppercase;}
.feat-info .content .wrap-card .card:hover .btn-more{text-decoration: underline;}
.feat-info .content .wrap-card .card .btn-more .icon-arrow-right{width:20px;height:22px;margin-left:15px;background: url(/en/news-events/events/annual-meetings/_common/img/icon_arrow-right-white.svg) no-repeat center;}
@media only screen and (max-width:750px){
    .feat-info .content .wrap-card .card{width:100%;}
}

.feat-videos{}
.feat-videos .head{width:100%;max-width: 1140px;padding:15px;box-sizing: border-box;margin: 0 auto;font-size: 40px; line-height: 1.2; font-family: Helvetica-Bold, Arial;color: #8d1a1f;text-transform: uppercase;margin:0 auto 30px;}
.feat-videos .swiper-out{position: relative;width:100%;max-width: 1200px;padding:0 35px;margin:0 auto; }
.feat-videos .swiper-out .swiper-container{width:100%;margin:0 auto;box-sizing: border-box;overflow: hidden; }
.feat-videos .swiper-out .swiper-container .swiper-wrapper{ width:100%;}
.feat-videos .swiper-out .swiper-container .swiper-slide{padding:0 15px;}
.feat-videos .swiper-out .swiper-container .wrap-video{position: relative;width:100%;display:inline-block;}
.feat-videos .swiper-out .swiper-container .wrap-video video{width:100%;height: auto;}
.feat-videos .swiper-out .swiper-container .wrap-video .preview{position: relative; width: 100%;height:auto;}
.feat-videos .swiper-out .swiper-container .wrap-video .btn-play{position: absolute;width:50px;height: 50px;left:50%;top:50%;transform: translateX(-25px) translateY(-25px);background: url(/en/news-events/events/annual-meetings/_common/img/icon-play.png) no-repeat center;background-size: contain;cursor: pointer;}
.feat-videos .swiper-out .swiper-container .wrap-video .btn-vclose{position: absolute;width:0;height: 0;right:0;top:0;}
.feat-videos .swiper-out .swiper-container .wrap-context{margin:20px 0 0 0;color:#2d2926;display: flex;flex-direction: column;flex-wrap: wrap;font-size: 14px;line-height: 1.2;font-family: Helvetica-Bold, Arial;}
.feat-videos .swiper-out .swiper-container .wrap-context .context{width:100%;margin-bottom: 10px;}
.feat-videos .swiper-out .swiper-container .wrap-context .context .text{font-family: Helvetica, Arial; }
.feat-videos .swiper-out .swiper-container .wrap-context .context .text span{font-family: 'Helvetica-Bold';}
.feat-videos .swiper-out .swiper-pagination{width:100%;left:0; margin:15px 0;text-align: center;z-index: 1;}
.feat-videos .swiper-out .swiper-pagination .swiper-pagination-bullet{width: 8px; height: 8px; background: #003056; margin: 0 7px; opacity: 0.8;}
.feat-videos .swiper-out .swiper-pagination .swiper-pagination-bullet-active{width: 12px; height: 12px; opacity: 1; vertical-align: text-top;}
.feat-videos .swiper-out .swiper-video-prev:after, 
.feat-videos .swiper-out .swiper-gallery-prev:after,
.feat-videos .swiper-out .swiper-news-prev:after{content: "";width:34px;height:64px; background:url(/en/news-events/events/annual-meetings/_common/img/icon-arrow-left2.png) no-repeat center;background-size: 18px;}
.feat-videos .swiper-out .swiper-video-next:after, 
.feat-videos .swiper-out .swiper-gallery-next:after,
.feat-videos .swiper-out .swiper-news-next:after{content: "";width:34px;height:64px; background:url(/en/news-events/events/annual-meetings/_common/img/icon-arrow-right2.png) no-repeat center;background-size: 18px;}
.feat-videos .swiper-out .swiper-video-prev,
.feat-videos .swiper-out .swiper-video-next,
.feat-videos .swiper-out .swiper-gallery-prev,
.feat-videos .swiper-out .swiper-gallery-next,
.feat-videos .swiper-out .swiper-news-prev,
.feat-videos .swiper-out .swiper-news-next{top:5.5vw;z-index: 1;}

.feat-videos .btn-all{margin-bottom:50px;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;align-items: flex-start;}
.feat-videos .btn-all .alink{display:flex;width:200px; height:50px;padding:0 20px;margin:15px;justify-content: center;align-items: center; border:1px solid #8d1a1f; color:#8d1a1f;font-size:14px; line-height: 1.4;text-transform: uppercase;text-decoration: none;}
.feat-videos .btn-all .alink .icon-arrow-right{width:20px;height:22px;margin-left:10px; background: url(/en/news-events/events/annual-meetings/_common/img/icon_arrow-right-red.svg) no-repeat center;}
.feat-videos .btn-all .alink:hover{background:#8d1a1f;color:#FFF;}
.feat-videos .btn-all .alink:hover .icon-arrow-right{background-image: url(/en/news-events/events/annual-meetings/_common/img/icon_arrow-right-white.svg);}
.feat-videos .btn-all .alink2{width:280px;}
@media only screen and (max-width:1200px){
    .feat-videos .swiper-out{padding:0 25px;}
	.feat-videos .swiper-out .swiper-video-prev,
	.feat-videos .swiper-out .swiper-video-next { top: 12vw; }
}
@media only screen and (max-width:768px){
    .feat-videos .swiper-out .swiper-container .wrap-video .btn-play{width:40px;height:40px;transform: translateX(-20px) translateY(-20px);}
    .feat-videos .swiper-out .swiper-container .wrap-context{font-size: 14px;}
    .feat-videos .swiper-out .swiper-container .wrap-context .context{width:100%;}
    .feat-videos .btn-all{justify-content: flex-start;}
	.feat-videos .swiper-out .swiper-video-prev,
	.feat-videos .swiper-out .swiper-video-next,
	.feat-videos .swiper-out .swiper-gallery-prev,
	.feat-videos .swiper-out .swiper-gallery-next{ top: 23vw; }
}

.feat-gallery .swiper-out .swiper-container {margin-bottom: 20px;}

.popPicMask, .popVideoMask{background: #000 none repeat scroll 0 0; bottom: 0; height: 100%; left: 0; position: fixed; width: 100%; z-index: 2;opacity: 0.75;background: #000 none repeat scroll 0 0; display:none;}
.popPic, .popVideo{position: fixed;left: 50%; top: 50%;transform: translate(-50%, -50%);z-index: 2;background:#fff;display:none;border: 1px #fff solid;}
.popPic .content img, 
.popVideo .content video{display:block;width:auto;height:30vw;}
.popPic .closePop, 
.popVideo .closePop{position:absolute;top: 10px; right: 10px;cursor: pointer;}


.feat-contact .content{width:100%;max-width: 1200px;padding:15px;box-sizing: border-box;margin: 0 auto;}
.feat-contact .content .lists{display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.feat-contact .content .lists .list{width:32%;}
.feat-contact .content .lists .list .title{font-size: 24px;padding-bottom: 15px;margin-bottom:10px; border-bottom: 4px solid #8d1a1f; color:#8d1a1f;}
.feat-contact .content .lists .list .context{font-size:16px;line-height: 1.4;min-height: 120px;}
.feat-contact .content .lists .list .context .landline span{display: inline-block;margin-right:5px;}
.feat-contact .content .lists .list .alink{width:210px;height:50px; display: flex;justify-content: center;align-items: center; padding:0 20px;border:1px solid #8d1a1f; color:#8d1a1f;font-size:14px;text-transform: uppercase;text-decoration: none;}
.feat-contact .content .lists .list .alink .glyphicon-envelope{font-size:20px;margin-right:10px;line-height: 1.6; }
.feat-contact .content .lists .list .alink:hover{background:#8d1a1f;color:#FFF;}
@media only screen and (max-width:768px){
    .feat-contact .content .lists .list{width:100%;margin-bottom:30px;}
}

@media only screen and (max-width:768px){
    .feat-event .content .headarea .head,
    .feat-news .content .head,
    .feat-info .content .headarea .head,
    .feat-videos .head,
    .feat-images .head{font-size: 28px;}

    .feat-event .content .swiper-out .swiper-wrapper .card .head,
    .feat-info .content .wrap-card .card .title{font-size:20px;}
}


 /********************** BANNER overview ********************/
.feat-banner-top .swiperOut-bg .swiper-banner .swiper-slide .slide-inner img{width:100%;height:auto;position:relative;}
.feat-banner-top .swiperOut-cont .swiper-banner-con .swiper-wrapper{height:300px;}
.feat-banner-top .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide .headline{font-size:30px;text-transform: uppercase;}
.feat-banner-top .swiperOut-bg .swiper-banner .swiper-banner-btn-prev:after{content:"prev"}
.feat-banner-top .swiperOut-bg .swiper-banner .swiper-banner-btn-next:after{content:"next"}
@media only screen and (max-width: 1024px){
.feat-banner-top .swiperOut-bg .swiper-banner{height:100%;}
.feat-banner-top .swiperOut-cont{position:relative;width:100%;height:auto;left:0;top:0;transform: translateX(0);}
.feat-banner-top .swiperOut-cont .swiper-banner-con{position:relative;width:100%;height:auto;left:0;top:0;transform: translateX(0) translateY(0);}
.feat-banner-top .swiperOut-cont .swiper-banner-con .swiper-wrapper{height:auto;}
}
@media only screen and (max-width: 768px){

.feat-banner-top .swiperOut-bg .swiper-banner{height:40vh!important}
.feat-banner-top .swiperOut-bg .swiper-banner .slide-inner{position:relative;}
.feat-banner-top .swiperOut-bg .swiper-banner .slide-inner img{position: absolute;top: 0;left: 0;opacity: 1;width: 100%; height: 100%!important;object-fit: cover; object-position:center;}
.feat-banner-top .swiperOut-cont .swiper-banner-con .swiper-wrapper .swiper-slide a.btn{position:relative;bottom:0;}
}
@media only screen and (max-width: 480px){


}
