.video-carousel #player {
	position: absolute;
	width: 100%;
	height: 100vh;
	z-index: -1;
}
.video-carousel .modal-content {
	background: none;
	border: 0;
	outline: 0;
}
.video-carousel .modal-header {
	border: 0;
	outline: 0;
}
.video-carousel .modal {
	padding: 0 !important;
	overflow: hidden;
}
.video-carousel .modal-dialog {
	max-width: 100% !important;
	margin: 0;
}
.video-carousel .close p {
	color: #fff;
}
.video-carousel a.video-popup-link, .video-carousel a.video-popup-link:hover {
	/*display: inline-flex;*/
	transition: all 0.2s ease-in-out;
}
.video-carousel .highlight-content-box .stretched-link {
   margin-top: 20px;
}
.video-carousel a.video-popup-link i, .video-carousel a.video-popup-link:hover i {
	padding-left: 10px;
	text-decoration: none !important;
}
.video-carousel .highlight-content-box p.desc-short {
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.video-carousel .section-header-box h2 {
	text-align: center;
}

.video-carousel .section-header-box .sub-title {
	font-size: 36px;
	line-height: 42px;
	font-weight: 600;
	text-align: center;
	color: #222222;
}

.video-carousel .highlight-items-box {
	height: 100%;
}
.video-carousel .highlight-item {
	display: flex;
	position: relative;
	flex-direction: row;
	margin: 15px;
	height: 100%;
	overflow: hidden;
}
.video-carousel .highlight-item:hover a {
	text-decoration: underline;
}
.video-carousel .video-img-box {
	min-width: 350px;
	overflow: hidden;
	position: relative;
	padding-top: 31%;
}
@media screen and (max-width: 1024px) {
	.video-carousel .video-img-box {
		min-width: 40%;
	}
}
@media screen and (max-width: 768px) {
	.video-carousel .video-img-box {
		min-width: 200px;
	}
}
.video-carousel .video-img-box img {
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.6s;
}
.video-carousel .carousel-item {
	height: 100%;
}
.video-carousel .highlight-content-box {
	padding: 30px;
	display: flex;
	flex-direction: column;
}
.video-carousel .highlight-content-box h4 {
	margin-bottom: 32px;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #222222;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
}
.video-carousel .highlight-content-box h4 p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	font-weight: 600;
	margin-bottom: 0;
}

.video-carousel .highlight-content-box a {
	color: #4173A0;
	font-size: 16px;
	line-height: 28px;
}

.video-carousel .highlight-content-box p {
	font-size: 16px;
	line-height: 28px;
	color: #222222;
	margin-bottom: 32px;
}

.video-carousel .highlight-content-box .stretched-link:after {
	margin: 15px;
	height: 100%;
}
.video-carousel .slick-track {
	display: flex !important;
}
.video-carousel .slick-slide {
	height: inherit;
}
.video-carousel .slick-slide > div {
	height: calc(100% - 30px);
	width: 85%;
	margin: 0 auto;
}
.video-carousel .slick-arrow {
	position: absolute;
	z-index: 90;
	cursor: pointer;
}
.video-carousel .article-right, .video-carousel .article-left {
	top: 50%;
	transform: translateY(-50%);
    width: 150px;
    height: 100px;
}
.video-carousel .m-article-right, .video-carousel .m-article-left {
	bottom: -25px;
}
.video-carousel .slick-disabled {
	display: none !important;
}
.video-carousel .article-right {
	right: -5%;
}
.video-carousel .article-left {
	left: -5%;
}
.video-carousel .article-left:before, .video-carousel .article-left:after,
.video-carousel .article-right:before, .video-carousel .article-right:after
{
    content: "";
    display: block;
    width: 3px;
    height: 40px;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    background: #404040;
}
.video-carousel .article-left:before, .video-carousel .article-right:before{
	transform-origin: 50% 50%;
	transform: rotate(-30deg);
}
.video-carousel .article-left:after, .video-carousel .article-right:after{
	transform-origin: 50% 50%;
    transform: rotate(30deg);
}
.video-carousel .article-left:before, .video-carousel .article-right:after{
	bottom: 28px;
}
.video-carousel .slick-prev:before, .video-carousel .slick-next:before {
	color: #222;
}
.video-carousel .slick-dots li button:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid black;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.video-carousel .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: black;
}
.video-carousel .slick-dots li button:hover {
	opacity: 0.25;
}
.video-carousel .slick-dots li.slick-active button:hover {
	opacity: 1;
}
@media screen and (max-width: 992px) {
	.video-carousel .article-right {
		right: -13%;
	}
	.video-carousel .article-left {
		left: -13%;
	}
}
@media screen and (max-width: 768px) {
	.video-carousel .custom-col {
		padding: 0 45px;
	}
	.video-carousel .highlight-item {
		margin: 15px 45px;
	}
	.video-carousel .video-img-box {
		height: 300px;
	}
	.video-carousel .highlight-item {
		flex-direction: column;
		max-width: 80%;
		margin: 15px auto;
	}
	.video-carousel .highlight-content-box {
		padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.video-carousel .highlight-item {
		max-width: 95%;
	}
	.video-carousel .article-right {
		right: 0px;
	}
	.video-carousel .article-left {
		left: 0px;
	}
	.video-carousel .video-img-box {
		min-width: 0;
		padding-top: 75%;
		height: auto;
	}
	.video-carousel .article-right, .video-carousel .article-left {
		display: none !important;
	}
	.video-carousel .slick-slide {
		height: max-content;
	}
	.video-carousel .slick-slide > div {
		width: 100%;
	}
}

.video-carousel .slick-dots {
	bottom: -35px;
}

.video-carousel img.desktop-only {
    display: block
}

.video-carousel img.mobile-only {
    display: none
}

@media screen and (max-width: 768px) {
    .video-carousel img.desktop-only {
        display: none
    }
    .video-carousel img.mobile-only {
        display: block
    }
}
