.main_swiper {
    overflow: hidden;
}
.swiper-container {
	width: 100%;
	overflow: inherit;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.inner_swiper .swiper-slide {
    height: auto;
}
.swiper-slide .in_swiper {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
	margin-left: -1rem;
    margin-right: -1rem;
}
.swiper-slide .in_swiper>div {
	padding-left: 1rem;
	padding-right: 1rem
}
.swiper-slide .picture {
    width: 60%;
    height: 450px;
    overflow: hidden;
}
.picture img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	border-radius: 8px;
}
.swiper-container-rtl .main_swiper .swiper-button-next, .main_swiper .swiper-button-next, .swiper-container-rtl .main_swiper .swiper-button-prev, .main_swiper .swiper-button-prev  {
    background-image: unset;
}
.main_swiper .swiper-button-next, .main_swiper .swiper-button-prev {
    position: absolute;
    bottom: 40px;
    margin: 0;
    top: auto;
    width: auto;
    height: auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main_swiper .swiper-button-next svg, .main_swiper .swiper-button-prev svg {
    width: 17px;
    height: 17px;
    fill: #f5981d;
}
.swiper_detail {
    width: 40%;
	flex: 1 1 auto;
}
.swiper_detail .more_det {
    height: 100%;
    padding: 85px 2rem;
    background-color: #fff;
    border-radius: 8px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: self-end;
}
.in_cat {
    margin-bottom: 10px;
    display: block;
	color: #f5981d;
	font-size: 1.02rem
}
.main_swiper .swiper-button-next.swiper-button-disabled, .main_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
}
.w-last-video {
    margin-bottom: 0;
}
.w-last-video li {
    position: relative;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
}
.play-video {
    background-color: rgba(245, 152, 29, .7);
    z-index: 5;
    text-align: center;
    outline: 0;
}
.play-video {
    width: 64px;
    height: 64px;
    line-height: 68px;
    border: 4px solid #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .3s ease;
}
.play-video--small {
    width: 52px;
    height: 52px;
    line-height: 58px;
}
.w-last-video li img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.w-last-video .video-content{
    opacity: 0;
    position: absolute;
    transition: all .3s ease;
}
.w-last-video .video-content {
    bottom: -20px;
    left: 12px;
    color: #fff;
    z-index: 5;
}
.w-last-video li:hover .video-content {
    opacity: 1;
    bottom: 12px;
}
.w-last-video .title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}
.w-last-video time {
    font-size: 10px;
}
.w-last-video li:last-child {
    margin-bottom: 0;
}
.play-video svg {
    fill: #fff;
    width: 18px;
    height: 22px;
    margin-right: -2px;
}
.main_swiper .swiper-pagination {
    display: none;
}
.swiper-pagination-bullet {
	width: 10px;
    height: 10px;
	opacity: 1;
    background: #fff;
}
.swiper-pagination-bullet-active {
    background: #f5981d;
}
.main_swiper .swiper-pagination {
    align-items: center;
    justify-content: center;
    bottom: 15px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
}
@media screen and (max-width: 1440px) {
	.swiper-slide .picture {
		width: 55%;
		height: 392px;
	}
	.swiper_detail {
		width: 45%;
	}
}
@media screen and (max-width: 1200px) {
	.swiper-slide h1 {
		font-size: 1.2rem;
	}
	.timeline-feed {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1024px) {
	.swiper-slide .picture {
		height: 365px;
	}	
	.main_swiper .swiper-button-next, .main_swiper .swiper-button-prev {
		bottom: 30px;
	}
	.swiper_detail .more_det {
		padding: 60px 2rem;
	}
}
@media screen and (max-width: 991px) {
	.swiper-slide .in_swiper {
		flex-direction: column;
	}
	.swiper_detail .more_det {
		justify-content: flex-start;
	}
	.swiper-slide .picture {
		width: 100%;
		height: 450px;
	}
	.swiper_detail {
		width: 100%;
		margin-top: 20px;
	}
	.timeline-feed {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.swiper-slide .picture {
		height: 400px;
	}
	.swiper_detail .more_det {
		padding: 50px 2rem;
	}
}
@media screen and (max-width: 600px) {
	.swiper-slide .picture {
		height: 350px;
	}
}
@media screen and (max-width: 425px) {
	.swiper_detail {
		display: none;
	}
	.swiper-slide .picture {
		height: 250px;
	}
	.swiper-slide h1 {
		font-size: 0.99rem;
	}
	.main_swiper .swiper-button-next svg, .main_swiper .swiper-button-prev svg {
		width: 15px;
		height: 15px;
	}
	.main_swiper .swiper-pagination {
		display: flex;
	}
	.main_swiper .swiper-button-prev, .swiper-container-rtl .main_swiper .swiper-button-prev, .main_swiper .swiper-button-next, .swiper-container-rtl .main_swiper .swiper-button-next {
		display: none
	}
}
@media screen and (max-width: 375px) {
	.swiper-slide .picture {
		height: 200px;
	}
}
@media screen and (max-width: 320px) {
	.swiper-slide .picture {
		height: 180px;
	}
}