.page-wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding-top: 20px;
	-webkit-transition: padding-top 0.5s ease-out;
	-moz-transition: padding-top 0.5s ease-out;
	-o-transition: padding-top 0.5s ease-out;
	-ms-transition: padding-top 0.5s ease-out;
	transition: padding-top 0.5s ease-out
}

@media (max-width: 1023px) {
	.page-wrapper {
		padding-top: 60px
	}
}

@media (max-width: 767px) {
	.page-wrapper {
		overflow: hidden
	}
}

.page-wrapper .main-container {
	min-height: 500px;
	background: #fff;
	-webkit-transition: background-color 0.6s ease;
	-moz-transition: background-color 0.6s ease;
	-o-transition: background-color 0.6s ease;
	-ms-transition: background-color 0.6s ease;
	transition: background-color 0.6s ease
}


ul.series-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 0px
}

@media (max-width: 767px) {
	ul.series-container {
		padding: 0
	}
}

ul.series-container li {
	width: calc(50% - 5px);
	background: #000;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden
}

ul.series-container li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
	width: 100%;
	height: 100%;
	z-index: 10;
	pointer-events: none
}

ul.series-container li.col-full {
	width: 100%
}

ul.series-container li.col-full .banner {
	padding-top: 36%
}

ul.series-container li.col-full .content {
	width: 30%
}

@media (max-width: 767px) {
	ul.series-container li {
		width: 100%
	}
}

ul.series-container li .banner {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 89.686%;
	overflow: hidden
}

@media (max-width: 767px) {
	ul.series-container li .banner {
		padding-top: 128% !important
	}
}

ul.series-container li .banner .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer
}

ul.series-container li .banner .img.active {
	z-index: 2
}

ul.series-container li .banner .img img {
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out
}

ul.series-container li .banner .img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

ul.series-container li .top {
	position: absolute;
	top: 50px;
	left: 5%;
	z-index: 10;
	width: 90%
}

@media (max-width: 1023px) {
	ul.series-container li .top {
		top: 30px;
		left: 5%
	}
}

@media (max-width: 767px) {
	ul.series-container li .top {
		top: 30px
	}
}

ul.series-container li .top h3 {
	color: #FFF;
	letter-spacing: -.5px;
	line-height: 100%;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
	text-transform: uppercase
}

ul.series-container li .top h3 {
	font-size: 32px
}

@media screen and (min-width: 1023px) {
	ul.series-container li .top h3 {
		font-size: calc(32px + 8 * ((100vw - 1023px) / 417))
	}
}

@media screen and (min-width: 1440px) {
	ul.series-container li .top h3 {
		font-size: 40px
	}
}

@media (max-width: 1023px) {
	ul.series-container li .top h3 {
		margin-bottom: 20px
	}
}

@media (max-width: 767px) {
	ul.series-container li .top h3 {
		font-size: 32px
	}
}

ul.series-container li .top nav {
	display: flex;
	justify-content: center
}

@media (min-width: 768px) {
	ul.series-container li .top nav {
		transform: translateX(0) !important
	}
}

ul.series-container li .top nav a {
	display: block;
	font-size: 18px;
	color: #FFF;
	position: relative;
	margin-right: 90px;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out
}

@media (max-width: 1023px) {
	ul.series-container li .top nav a {
		font-size: 16px;
		margin-right: 30px
	}
}

ul.series-container li .top nav a:last-child {
	margin-right: 0
}

ul.series-container li .top nav a::before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 0;
	border-bottom: 1px solid #00B3AC;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out
}

ul.series-container li .top nav a.active {
	color: #00B3AC
}

ul.series-container li .top nav a.active::before {
	width: 100%
}

@media (hover: hover) and (pointer: fine) and (max-width: 1024px) {
	ul.series-container li .top nav a:hover {
		color: #00B3AC
	}

	ul.series-container li .top nav a:hover::before {
		width: 100%
	}
}

@media (max-width: 767px) {
	ul.series-container li .top nav.has-scroll {
		justify-content: left
	}

	ul.series-container li .top nav.has-scroll a {
		margin-right: 40px
	}
}

ul.series-container li .content {
	position: absolute;
	left: 40px;
	bottom: 40px;
	z-index: 10;
	width: 50%
}

@media (max-width: 1023px) {
	ul.series-container li .content {
		left: 30px;
		bottom: 20px
	}
}

@media (max-width: 767px) {
	ul.series-container li .content {
		left: 20px;
		bottom: 30px;
		width: 90% !important
	}
}

ul.series-container li .content .new {
	color: #12DDD7;
	font-size: 14px;
	margin-bottom: 15px
}

@media (max-width: 1023px) {
	ul.series-container li .content .new {
		margin-bottom: 10px
	}
}

ul.series-container li .content p {
	color: #FFF;
	line-height: 120%;
	margin-bottom: 15px
}

ul.series-container li .content p {
	font-size: 18px
}

@media screen and (min-width: 1023px) {
	ul.series-container li .content p {
		font-size: calc(18px + 6 * ((100vw - 1023px) / 417))
	}
}

@media screen and (min-width: 1440px) {
	ul.series-container li .content p {
		font-size: 24px
	}
}

@media (max-width: 767px) {
	ul.series-container li .content p {
		font-size: 18px;
		line-height: 150%;
		width: 70%
	}
}

ul.series-container li .content .btn-container {
	display: inline-flex
}

ul.series-container li .content .btn-container a {
	display: block;
	font-size: 16px;
	color: #FFF;
	position: relative;
	white-space: nowrap;
	padding-top: 7px;
	-webkit-transition: color 0.4s ease-out;
	-moz-transition: color 0.4s ease-out;
	-o-transition: color 0.4s ease-out;
	-ms-transition: color 0.4s ease-out;
	transition: color 0.4s ease-out
}

@media (max-width: 767px) {
	ul.series-container li .content .btn-container a {
		padding-top: 12px
	}
}

ul.series-container li .content .btn-container a:last-child {
	margin-right: 0
}

@media (hover: hover) and (pointer: fine) {
	ul.series-container li .content .btn-container a:hover {
		color: #00B3AC
	}
}

ul.series-container li .content .btn-container a.btn-more {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 25px;
	padding: 6px 16px
}

@media (max-width: 767px) {
	ul.series-container li .content .btn-container a.btn-more {
		margin-right: 20px;
		padding: 12px 25px;
		width: 90px
	}
}

ul.series-container li .content .btn-container a.btn-more:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #6DEBE6;
	background: -webkit-linear-gradient(0deg, #6DEBE6 0%,#18C4BF 30%,#007B8B 100%);
	background: linear-gradient(90deg, #6DEBE6 0%,#18C4BF 30%,#007B8B 100%);
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	z-index: -1
}

ul.series-container li .content .btn-container a.btn-more:after {
	content: "";
	position: absolute;
	left: 1px;
	top: 1px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border-radius: 25px;
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	z-index: 1;
	border: 2px solid #FFF
}

@media (hover: hover) and (pointer: fine) {
	ul.series-container li .content .btn-container a.btn-more:hover {
		border: none;
		color: #FFF
	}

	ul.series-container li .content .btn-container a.btn-more:hover:before {
		opacity: 1
	}

	ul.series-container li .content .btn-container a.btn-more:hover:after {
		opacity: 0
	}
}


a.btn-arrow,.slick-arrow {
	position: absolute;
	width: 50px !important;
	height: 50px !important;
	background: rgba(0,0,0,0.5) !important;
	border: 1px solid #707070 !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
	top: 50%;
	z-index: 50;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -9999px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out
}

a.btn-arrow::before,.slick-arrow::before {
	content: "";
	position: absolute;
	width: 13px;
	height: 13px;
	border-top: 2px solid #DBDBDB;
	border-right: 2px solid #DBDBDB;
	top: 18px
}

a.btn-arrow.left,a.btn-arrow.slick-prev,.slick-arrow.left,.slick-arrow.slick-prev {
	left: 20px
}

a.btn-arrow.left::before,a.btn-arrow.slick-prev::before,.slick-arrow.left::before,.slick-arrow.slick-prev::before {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

a.btn-arrow.right,a.btn-arrow.slick-next,.slick-arrow.right,.slick-arrow.slick-next {
	right: 20px
}

a.btn-arrow.right::before,a.btn-arrow.slick-next::before,.slick-arrow.right::before,.slick-arrow.slick-next::before {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

a.btn-arrow:hover,.slick-arrow:hover {
	-webkit-transform: translateY(-50%) scale(1.1);
	-moz-transform: translateY(-50%) scale(1.1);
	-ms-transform: translateY(-50%) scale(1.1);
	transform: translateY(-50%) scale(1.1);
	background: rgba(0,0,0,0.9)
}

a.btn-arrow:focus,.slick-arrow:focus {
	background: rgba(0,0,0,0.5)
}

@media (max-width: 767px) {
	.slick-arrow {
		display: none !important
	}
}














