@font-face {
  font-family: 'BEBAS';
  src: url(../font/BEBAS.TTF);
}
.flex{
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: space-between;
 }
.page-footer {
    position: relative;
    padding-top: 50px;
    background: #060606;
	color: #fff;
    letter-spacing: 0;
}

.page-footer p {
    letter-spacing: 0;
}

.page-footer .footer-section {
	padding: 20px 25px 0;
	border-right: 1px solid #5D696F;
}

.page-footer .footer-section:first-child {
	padding-left: 0;
}

.page-footer .footer-section:last-child {
	border: none;
	padding: 20px 0 0;
}

.page-footer .footer-top {
	display: flex;
	margin-bottom: 30px;
}

.footer-section-header {
	font-weight: 500;
	font-size: 25px;
	line-height: 29px;
	color: #fff;
	margin: 0 0 20px;
	letter-spacing: 0;
}

.footer-section-header::first-letter {
	text-transform: uppercase;
}


/* FOOTER LOGO SECTION */

.footer-logo-section {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.footer-logo {
	margin-bottom: 30px;
}

.footer-logo-link {
	display: block;
}

.footer-logo img {
	display: inline-block;
	width: 207px;
	min-width: 207px;
}

.footer-phone, .footer-phone a {
	font-size: 18px;
	font-weight: 500;
	line-height: 21px;
}

.footer-phone-link {
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
	transition: color .4s ease-in-out;
}

.footer-phone-link:hover {
	color: #e5050d;
}

.footer-logo-section .language-button {
	margin: 0 !important;
}

.footer-logo-section .language-button .country-selector .wgcurrent,
.footer-logo-section .language-button .country-selector .wgcurrent .wglanguage-name,
.footer-logo-section .language-button .country-selector .weglot-lang a {
	padding-left: 0;
	background: #060606 !important;
	border-color: #060606 !important;
	font-weight: 600;
    font-size: 18px;
}

.footer-language-switcher {
	display: none;
	align-items: center;
}

.footer-language-switcher-link {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #fff;
	opacity: 0.7;
}

.footer-language-switcher-link.active {
	opacity: 1;
	pointer-events: none;
	font-weight: 500;
}

.footer-language-switcher-link:not(.active):hover {
	color: #e5050d;
	opacity: 1;
}

.footer-language-switcher .language-divider {
	height: 30px;
    margin: 0 10px;
    border-right: 1px solid #5D696F;
}

/* FOOTER OFFICE SECTION */

.footer-office-item {
	margin-bottom: 15px;
	width: 295px;
}

.footer-office-item__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 5px;
}

.footer-office-item__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.footer-locations, .footer-locations a {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #e5050d;
}

.footer-locations-link {
	text-decoration: underline;
}

.footer-locations-link:hover {
	color: #fff;
}

/* FOOTER LINKS SECTION */

.footer-links-section {
	border-right: none !important;
	padding-right: 10px;
}

.footer-links-boxes {
	display: flex;
}

.footer-links-box {
	min-width: 150px;
}

.footer-links-quick {
	margin-right: 40px;
}

.footer-links-items {
	display: flex;
    flex-direction: column;
}

.footer-links-items a {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 5px;
}

.footer-links-items a:hover {
	color: #e5050d;
}

.footer-links-section-bottom {
	display: none;
}

.footer-links-section-bottom .footer-copyright {
	display: none;
}

/* FOOTER NEWSLETTER SECTION */

.footer-newsletter-form form {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;
}

.footer-newsletter-form form input {
	height: 50px;
}

.footer-newsletter-form form .hs_email {
	width: 62%;
}

.footer-newsletter-form form .hs_submit {
	width: 37%;
}

.footer-newsletter-form form .hs_submit .hs-button {
	font-weight: 600 !important;
	font-size: 16px !important;
	line-height: 19px !important;
	margin-bottom: 0 !important;
}

.footer-newsletter-form form .hs-error-msgs {
	display: none;
}

.footer-social-links a {
	margin-right: 30px;
}

.footer-social-links a .fa {
	width: 32px;
	height: 32px;
	font-size: 32px;
	color: #fff;
}

.footer-newsletter-section .footer-language-switcher {
	display: none;
}


/* FOOTER BOTTOM */

.footer-bottom {
	display: flex;
	align-items: center;
    justify-content: space-between;
	border-top: 1px solid #5D696F;
	padding: 40px 0 40px;
}

.footer-copyright {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	
}
.footer-copyright span{
	color:#fff;
}
.footer-bottom-right {
	display: flex;
	align-items: center;
}

.footer-bottom-links a {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #fff;
	margin-right: 40px;
}

.footer-bottom-links a:hover {
	color: #e5050d;
}

.backToTop .back-to-top-btn {
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	letter-spacing: 0;
}

.backToTop .back-to-top-btn::after {
	content: "\e908";
}


.footer-section .submit-button button{
	width:100%;
}


@media (max-width: 1299px) {
	.page-footer .footer-top {
		flex-wrap: wrap;
	}

	.footer-logo-section .language-button {
		display: none;
	}

	.footer-logo-section .footer-language-switcher {
		display: flex;
	}

	.footer-office-section {
		border-right: none !important;
	}

	.footer-newsletter-section {
		flex: 1 1 400px;
    	padding-left: 25px !important;
	}

	.footer-newsletter-form {
		max-width: 550px;
	}

	.footer-links-section {
		order: 4;
		width: 100%;
		margin-top: 40px;
		padding: 20px 0 0 !important;
	}

	.footer-links-box {
		min-width: 330px;
	}

	.footer-links-items {
		flex-wrap: wrap;
		flex-direction: row;
	}

	.footer-links-items a {
		flex: 1 1 50%;
		margin-bottom: 20px;
	}

	.footer-links-section-bottom {
		display: flex;
		justify-content: flex-end;
	}

	.footer-bottom {
		padding: 25px 0 50px;
	}

	.footer-bottom .backToTop {
		display: none;
	}

	.footer-bottom-links a:last-child {
		margin: 0;
	}
}

@media (max-width: 1024px) {
	.footer-newsletter-section {
		flex: 1 1 200px;
	}

	.footer-links-box {
		min-width: auto;
		max-width: 340px;
	}
}

@media (max-width: 950px) {
	.page-footer {
		padding-top: 30px;
	}

	.page-footer .footer-section {
		padding: 20px 0 0;
	}

	.footer-logo-section {
		flex: 1 1 40%;
		border-right: none !important;
	}

	.footer-office-section {
		flex: 1 1 60%;
	}

	.footer-newsletter-section {
		flex: 1 1 100%;
		margin-top: 30px;
		padding-left: 0 !important;
	}
}

@media (max-width: 900px) {
	.page-footer a.btn.btn-secondary {
        margin: 0;
    }
}

@media (max-width: 767px) {
	.page-footer {
		padding-bottom: 50px;
	}
}

@media (max-width: 650px) {
	.footer-logo-section, .footer-office-section {
		flex: 1 1 50%;
	}

	.footer-office-item {
		width: auto;
	}

	.footer-links-section-bottom {
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}

	.footer-links-section-bottom .footer-copyright {
		display: block;
	}

	.footer-bottom {
		padding: 15px 0 30px;
	}

	.footer-bottom .footer-copyright {
		display: none;
	}
}

@media (max-width: 550px) {
	.footer-logo-section, .footer-office-section {
		flex: 1 1 100%;
	}

	.footer-logo-section .footer-language-switcher {
		display: none;
	}

	.footer-logo-phone {
		display: flex;
    	justify-content: space-between;
		align-items: center;
	}

	.footer-logo {
		margin: 0;
	}

	.footer-office-section {
		margin-top: 20px;
	}

	.footer-links-items a {
		flex: 1 1 100%;
	}

	.footer-newsletter-section-bottom {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.footer-newsletter-section .footer-language-switcher {
		display: flex;
	}
}

@media (max-width: 450px) {
	.footer-phone, .footer-phone a,
	.footer-locations, .footer-locations a,
	.footer-office-item__title,
	.footer-office-item__text  {
		font-size: 14px;
		line-height: 16px;
	}

	.footer-logo img {
		width: 140px;
		min-width: 140px;
	}

	.footer-office-section .footer-section-header {
		font-size: 20px;
		line-height: 23px;
	}

	.footer-newsletter-section .footer-section-header {
		font-size: 16px;
		line-height: 19px;
	}

	.footer-social-links a {
		margin-right: 20px;
	}

	.footer-social-links a .fa {
		height: 20px;
		width: 20px;
		font-size: 20px;
	}

	.footer-links-section-bottom .footer-copyright {
		max-width: 50%;
	}

	.backToTop .back-to-top-btn {
		font-size: 12px;
    	line-height: 14px;
	}
}

@media (max-width: 350px) {
	.footer-phone {
		font-size: 12px;
	}

	.footer-newsletter-form form .hs_submit .hs-button {
		font-size: 13px !important;
	}
}


.top-header {
	background: #060606;
	overflow: visible;
	position: relative;
	z-index: 1000;
	border-bottom: 1px solid #5D696F;
	height: 50px
}

.top-header .container,.top-header .top-header-main,.top-header .search-controll form {
	height: 100%
}

.top-header-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.top-header-main .language-button,.top-header-main .country-selector.weglot-dropdown,.top-header-main .country-selector.weglot-dropdown .wgcurrent,.top-header .country-selector.weglot-dropdown .wgcurrent .wglanguage-name {
	height: 100%
}
.language-button a{
	color:#fff;
}
.top-header .country-selector.weglot-dropdown .wgcurrent {
	max-height: none!important
}

.top-header .country-selector.weglot-dropdown .wgcurrent:after {
	top: 20px!important;
	right: 0
}

.top-header .country-selector.weglot-dropdown .wgcurrent .wglanguage-name {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: uppercase;
	width: 20px;
	padding: 0;
	overflow: hidden;
	margin-right: 20px
}

.top-header-main .language-button {
	flex: none;
	display: flex;
	align-items: center;
	margin-right: 30px;
	width:100px;
}

.top-header .country-selector.weglot-dropdown.weglot-invert ul {
	bottom: unset
}

.top-header .search-controll input {
	background: #353b3f
}

.top-header .search-controll input::placeholder {
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0
}

.top-header-menu {
	display: flex;
	flex-wrap: wrap;
}
.top-header-icon{
	border-left: 2px solid #353b3f;
	border-right: 2px solid #353b3f;
	display: flex;
	flex-wrap: wrap;
	
}
.top-header .top-header-menu a {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: center;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 100%;
	text-transform: capitalize;
	color: #fff;
	padding: 8px 24px
}

.top-header-menu .call-us {
	height: 100%;
	padding: 8px 24px
}

.top-header-menu .call-us__text {
	display: inline-block;
	margin-right: 10px;
	line-height: 100%
}

.top-header .top-header-menu .call-us__number {
	font-weight: 500;
	color: #e5050d;
	line-height: 100%
}

.top-header .top-header-menu .top-header-locations {
	width: 192px;
	color: #fff;
	background: #e5050d;
	display: inline-block;
	text-transform: uppercase;
	margin: 0!important;
	padding: 15px 33px;
	text-align: center;
}

.top-header .top-header-menu .top-header-locations::after {
	font-size: 11px;
	top: -2px
}

.top-header-mobile-menu {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center
}

.top-header-mobile-menu a {
	color: #fff;
	font-size: 14px;
	letter-spacing: .35px;
	font-weight: 400;
	padding: 6px 16px;
	border-right: 1px solid #3D4346;
}

.top-header-mobile-menu a:last-child {
	border-right: none
}

.top-header-mobile-menu a:hover {
	color: #e5050d
}
.desktop-search-area {
    flex: 1;
    display: none;
}
@media (max-width: 1200px) {
	.top-header-icon{
		display: none;
	}
}

@media (min-width: 768px) {
    .desktop-search-area {
        display: block;
		height: 100%;
    }
}
.search-controll {
    height: 100%;
    position: relative;
}
.search-controll input {
    width: 100%;
    height: 100%;
    min-height: 34px;
    color: #fff;
    font-size: 16px;
    background: #353B3F;
    border: none;
    font-weight: 400;
    outline: none;
    padding: 0 50px 0 22px;
}
/* Chrome/Safari/新版Edge */
.search-controll input::-webkit-input-placeholder { color: #fff; }
/* Firefox 19+ */
.search-controll input::-moz-placeholder { color: #fff; opacity: 1; }
/* Firefox 4-18 */
.search-controll input:-moz-placeholder { color: #fff; }
/* IE 10-11 */
.search-controll input:-ms-input-placeholder { color: #fff; }
.search-controll button {
    background: transparent;
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #e5050d;
    font-size: 16px;
}
.banner{
	position: relative;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
}
.masthead-content {
    position: absolute;
    bottom: 25%;
    width: 100%;
    z-index: 11;
}
@media(max-width:999px){
	.masthead-content{
		bottom: 10%;
	}
}
/* @media (max-width: 450px) {
    .masthead-content {
        height: 455px;
    }
}
@media (max-width: 375px) {
    .masthead-content {
        height: 394px;
    }
} */
.masthead-content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1200px) {
    .masthead-content-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
.masthead-text {
    width: 60%;
}
@media (max-width: 1440px) {
    .masthead-text {
        width: 600px;
    }
}
@media (max-width: 650px) {
    .masthead-text, .masthead-text .masthead-text__header, .masthead-text .masthead-text__description {
        width: 100%;
    }
	.masthead-text{
		display: none;
	}
}
.masthead-text .masthead-text__header {
    font-size: 68px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 50px;
	font-family: 'BEBAS';
}
@media (max-width: 1440px) {
    .masthead-text .masthead-text__header {
        font-size: 64px;
    }
}

@media (max-width: 1200px) {
    .masthead-text .masthead-text__header {
        margin-bottom: 15px;
    }
}

@media (max-width: 650px) {
    .masthead-text .masthead-text__header {
        font-size: 40px;
    }
}

@media (max-width: 650px) {
    .masthead-text, .masthead-text .masthead-text__header, .masthead-text .masthead-text__description {
        width: 100%;
    }
}


@media (max-width: 450px) {
    .masthead-text .masthead-text__header {
        font-size: 30px;
    }
}



@media (max-width: 375px) {
    .masthead-text .masthead-text__header {
        font-size: 26px;
    }
}
.masthead-text .masthead-text__header, .masthead-text .masthead-text__description {
    color: #fff;
}
.masthead-text .masthead-text__description {
    font-size: 24px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    width: 70%;
}
@media (max-width: 1440px) {
    .masthead-text .masthead-text__description {
        font-size: 20px;
        width: 500px;
    }
}
@media (max-width: 650px) {
    .masthead-text, .masthead-text .masthead-text__header, .masthead-text .masthead-text__description {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .masthead-text .masthead-text__description {
        font-size: 18px;
    }
}
@media (max-width: 375px) {
    .masthead-text .masthead-text__description {
        font-size: 16px;
    }
}
.masthead-slider {
    width: 535px;
    max-height: 290px;
	position: relative;
}
@media (max-width: 960px){
	.masthead-slider {
	    width: 600px;
	}
}
@media (max-width: 650px){
	.masthead-slider {
	    display: none;
	}
}
.masthead-slick-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(3px);
}

.banner-news-div{
	display: block;
	padding:40px;
	box-sizing: border-box;
}
.bp1{
	font-size: 32px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #fff;
}
.bp2{
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    color: #F0F0F0;
    margin-bottom: 10px;
}
.banner-news-next:after{
	display: none;
}
.banner-news-next{
	width:50px!important;
	height:50px!important;
	text-align: center;
	line-height: 50px;
	background: #353B3F;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	color: #fff;
	transition: all .4s ease-in-out;
	right:-25px!important;
}
.banner-news-prev:after{
	display: none;
}
.banner-news-prev{
	width: 50px !important;
	height:50px!important;
	text-align: center;
	line-height: 50px;
	background: #353B3F;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	color: #fff;
	transition: all .4s ease-in-out;
	left:-25px!important;
}
.banner-news-div a{
    display: inline-block !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 17px 35px;
    width: max-content;
	background: #e5050d;
	color: #fff;
	margin-top:20px;
}
.banner-news-b{
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}
.banner-news-pagination{
	bottom:40px!important;
	width:auto!important;
	left:40px!important;
}

.banner-news-pagination .swiper-pagination-bullet{
	background:#fff;
	opacity: 0.5;
}
.banner-news-pagination .swiper-pagination-bullet-active{
	opacity: 1;
}
.s1_tab{
	width:calc(100% / 6);
	background: #31363c;
	text-align: center;
}
.s1_a{
	width:100%;
	height:100;
	display: block;
	padding:20px 0 30px;
}
.s1_img{
	width:100%;
	text-align: center;
}
.s1_icon{
	margin:0 auto;
}
.s1_p{
	color:#fff;
	margin-top:10px;
}
.s1_icon{
	display: block;
}
.s1_icon_active{
	display: none;
}
.s1_tab_hover{
	background: #e5050d;
}
.s1_tab_hover .s1_icon{
	display: none;
}
.s1_tab_hover .s1_icon_active{
	display: block;
}
@media(max-width:999px){
	.s1_tab{
		width:calc(100% / 3);
	}
}
.index_title{
	padding-top:60px;
	padding-bottom:50px;
}
.index_p1{
	font-size:40px;
	line-height: 1;
	font-family:'BEBAS';
	text-align:center;
	color:#000;
	
}
.index_line{
	margin:30px auto;
	width:150px;
	height:5px;
	background: #e5050d;
}
.index_p2{
	font-size:18px;
	line-height: 1.6;
	text-align:center;
	color:#666666;
	margin:0 auto;
	width:100%;
	max-width:900px;
}
.index_more{
	width:250px;
	height:50px;
	border:1px solid #666;
	font-size:18px;
	line-height: 50px;
	text-align: center;
	font-family:'BEBAS';
	color:#000;
}
.index_bottom{
	justify-content: end;
	margin-top:25px;
}
.index_more:hover{
	background: #666;
	color:#fff;
}
@media(max-width:999px){
	.index_bottom{
		justify-content: center;
	}
}
.s2{
	padding-bottom: 50px;
}
.s2_div{
	background: #1b1b1b;
	padding:10px 0;
	width:calc(50% - 10px);
	margin-bottom:20px;
}
.s2_img{
	width:calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.s2_img img{
	display: block;
	width:100%;
}
.s2_text{
	width:calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.s2_p1{
	font-size:30px;
	color:#fff;
	line-height: 1.6;
	font-family: 'BEBAS';
}
.s2_p2{
	font-size:16px;
	color:#c1bebe;
	line-height:2;
	margin:10px 0;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.s2_p3{
	width:180px;
	height:50px;
	line-height: 50px;
	text-align: center;
	background: #e5050d;
	color:#fff;
}
.s2_p3:hover{
	background: #c1bebe;
	color:#fff;
}
.s2swiper{
	padding-bottom:50px;
}
.s2 .swiper-pagination-bullet-active{
	background: #e5050d;
}
@media(max-width:999px){
	.s2_div{
		width:100%;
	}
	.s2_p2{
		display: none;
	}
	.s2_p1{
		min-height:60px;
		line-height: 1.5;
		font-size:18px;
	}
}
.s3{
	background: #eee;
}
.s3_p3{
	width:180px;
	height:50px;
	line-height: 50px;
	text-align: center;
	background: #e5050d;
	color:#fff;
	margin-top:30px;
}
.s3_p3:hover{
	background: #c1bebe;
	color:#fff;
}
.s3_img{
	padding:20px 0;
	width:calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.s3_img img{
	max-width:100%;
}
.s3_text{
	padding:20px 0;
	width:calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.s3_p1{
	width:100%;
	font-size:68px;
	color:#000000;
	font-family: 'BEBAS';
	margin-bottom:20px;
}
.s3_p2{
	margin-top:20px;
	width:100%;
	font-size:24px;
	color:#666;
	padding-right:50px;
}
@media(max-width:1400px){
	.s3_p1{
		font-size:40px;
	}
	.s3_p2{
		font-size:16px;
	}
}
@media(max-width:999px){
	.s3_img{
		width:100%;
		padding:0;
	}
	.s3_text{
		width:100%;
		padding:20px;
	}
	.s3_p2{
		padding:0;
	}
}
.s4{
	padding-bottom:100px;
}
.s4_a{
	width:calc((100% - 30px) / 4);
	display: block;
}
.s4_a .s4_img{
	width:100%;
	position: relative;
}
.s4_a .s4_image{
	width:100%;
	display:block;
}
.s4_video{
	padding:18px;
	border:1px solid #fff;
	border-radius: 100%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}
.s4_video img{
	display: block;
	transition: 1s;
}
.s4_a:hover .s4_video img{
	transform: rotate(360deg);
}
.s4_text{
	padding:20px;
	
}
.s4_p1{
	font-size:20px;
	color:#000;
	font-weight:400;
}
.s4_p2{
	margin-top:30px;
	align-items: baseline;
}
.s4_time{
	font-size:16px;
	color:#000;
	font-family:'BEBAS';
}
.s4_p3{
	width:180px;
	height:50px;
	line-height: 50px;
	text-align: center;
	background: #e5050d;
	color:#fff;
}
.s4_p3:hover{
	background: #c1bebe;
	color:#fff;
}
@media(max-width:999px){
	.s4_a{
		width:100%;
	}
}
.s5{
	background: #eee;
	padding-bottom: 100px;
}

.news-next:after{
	display: none;
}
.news-next{
	width:50px!important;
	height:50px!important;
	text-align: center;
	line-height: 50px;
	background: #353B3F;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	color: #fff;
	transition: all .4s ease-in-out;
	right:25px!important;
}
.news-prev:after{
	display: none;
}
.news-prev{
	width: 50px !important;
	height:50px!important;
	text-align: center;
	line-height: 50px;
	background: #353B3F;
	border: none;
	border-radius: 100%;
	cursor: pointer;
	color: #fff;
	transition: all .4s ease-in-out;
	left:25px!important;
}
.news-div img{
	width:100%;
	display: block;
}
.news-bp1{
	margin-top:25px;
	font-size:16px;
	font-weight:600;
	color:#666;
}
.news-bp2{
	margin-top:25px;
	font-size:20px;
	font-weight:600;
	color:#000;
}
.news-bp3{
	margin-top:25px;
	font-size:18px;
	font-weight:400;
	color:#666;
}
.news-b a{
	display: inline-block;
	margin-top:25px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #e5050d;
	color: #fff!important;
}