.ch .each_category_section .swiper-wrapper .swiper-slide .btn{
	letter-spacing:0.96px;
}
.ch .each_category_section .swiper-wrapper .swiper-slide .read_more{
	letter-spacing:0.96px;
}
.ch .mobile_category .mobile_content .mobile_title .btn{
	letter-spacing:0.96px;
}
.ch .mobile_category .mobile_content .read_more{
	letter-spacing:0.96px;
}
.ch .mobile_category .mobile_see_cat{
	letter-spacing:0.96px;
}

.hidden{
	display:none;
}
.home_banner_holder{
	position:relative;
	display:inline-block;
	width:100%;
	font-size:0px;
	color:#FFFFFF;
}
.home_banner_holder p{
	margin-top:18px;
}
.home_banner_holder .banner_top_holder{
	position:relative;
	display:none;
    width: 100%;
    height: 0;
	padding-bottom: 56.25%;
}
.home_banner_holder .banner_left_holder{
	position:relative;
	display:inline-block;
    width: 42%;
    vertical-align: middle;
    padding-left:4%;
    padding-right:4%;
    padding-top:2%;
    padding-bottom:2%;
}
.home_banner_holder .banner_left_holder h2{
	margin-top:0;
	padding-top:0;
}
.home_banner_holder .banner_right_holder{
	position:relative;
	display:inline-block;
    width: 50%;
    height: 0;
    vertical-align: middle;
	overflow:hidden;
	padding-bottom: 28.125%;
}
.media_holder .player_icon_holder{
	position:absolute;
	display:inline-block;
    width: 100%;
    height: 100%;
	background-color:rgba(0,0,0,0.2);
	z-index:2;
}
.media_holder .player_icon_holder .player_icon{
	position:absolute;
	display:inline-block;
	width:80px;
	height:80px;
	border-radius:100px;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:#FFFFFF;
}
.media_holder .player_icon_holder .player_icon svg{
	position:absolute;
	display:inline-block;
	width:20px;
	height:20px;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.home_banner_holder .media_holder iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0; 
}


.home_banner_holder .media_holder:hover .player_icon_holder .player_icon{
	background-color:#ED1B2E;
}
.home_banner_holder .media_holder:hover .player_icon_holder .player_icon svg path{
	fill:#FFFFFF;
}
.home_banner_holder .media_holder .banner_image{
	position:relative;
	display:inline-block;
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
  	background-position: center;
	z-index:1;
}
.home_banner_holder .media_holder video{
	height:100%;
}

.category_holder{
	margin-top:2%;
}
.each_category_section{
	position:relative;
	display:inline-block;
	width:96%;
	height:17.5vw;
	margin-left:4%;
}
.each_category_section .swiper-wrapper .swiper-slide{
	background-color:#FFFFFF;
	border-radius:10px;
	overflow:hidden;
}
.each_category_section .swiper-wrapper .swiper-slide img{
	position:absolute;
	width:50%;
	top:0;
    right: 0;
    margin-top:5%;
	z-index:1;
}
.each_category_section .swiper-wrapper .swiper-slide .title_holder{
	position:relative;
	padding-left: 7%;
    width: 45%;
	z-index:2;
}
.each_category_section .swiper-wrapper .swiper-slide .btn{
	position:relative;
	font-size:16px;
	line-height:120%;
	font-weight:normal;
	margin-left: 7%;
	z-index:2;
}

.each_category_section .swiper-wrapper .swiper-slide .top_line{
	position:absolute;
	display:inline-block;
	height:5%;
	width:100%;
	top:0;
}
.each_category_section .swiper-wrapper .swiper-slide .copy_holder{
	position:relative;
	padding-left: 7%;
    padding-right: 7%;
    padding-top: 10%;
    padding-bottom: 5%;
    height: 60%;
    width: 86%;
    overflow:hidden;
}
.each_category_section .swiper-wrapper .swiper-slide .read_more{
	font-family: "FSAlbertPro-Bold", Helvetica, Arial, sans-serif;
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height:120%;
	font-weight:normal;
    margin-left: 7%;
}
.each_category_section .swiper-wrapper .swiper-slide:hover .read_more{
	text-decoration:underline;
}
.cat_navi{
	position:relative;
	display:inline-block;
	width:100%;
    padding-top: 1%;
    padding-bottom: 4%;
    padding-right: 2%;
    text-align:right;
}
.cat_navi div{
	position:relative;
	display:inline-block;
	margin:auto;
	height:40px;
	width:40px;
	background-color:#FFFFFF;
	border-radius:50px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	cursor:pointer;
    text-align:center;
}
.cat_navi .left_button svg{
	transform: rotate(-180deg);
}
.cat_navi div svg{
	fill:#68737A;
	margin-top:14px;
}



.mobile_category{
	display:none;
	margin-top:5%;
}
.mobile_category .mobile_content{
	position:relative;
	background-color:#FFFFFF;
	border-radius:10px;
	margin:auto;
	width:90%;
	max-width:500px;
	overflow:hidden;
    line-height: 0px;
	margin-top:2%;
	margin-bottom:2%;
    font-size: 0;
}
.mobile_category .mobile_content .mobile_title{
	position:absolute;
    width: 100%;
}
.mobile_category .mobile_content .mobile_title .title{
	position:relative;
	padding-left: 7%;
    width: 45%;
	z-index:2;
}
.mobile_category .mobile_content .mobile_title .btn{
	position:relative;
	font-size:14px;
	line-height:120%;
	font-weight:normal;
	margin-left: 7%;
	z-index:2;
}
.mobile_category .mobile_cat_header{
	position:relative;
	display:block;
	top:0;
	z-index:1;
	height:250px;
}
.mobile_category .mobile_cat_header img{
	position:absolute;
	width:50%;
	top:0;
    right: 0;
    margin-top:5%;
	z-index:1;
}
.mobile_category .mobile_content .top_line{
	position:absolute;
	display:inline-block;
	height:10px;
	width:100%;
	top:0;
}
.mobile_category .mobile_content .copy_holder{
	position:relative;
	padding: 7%;
    width: 100%;
}
.mobile_category .mobile_content .read_more{
	position:relative;
	display:inline-block;
	font-size:16px;
	line-height:120%;
	font-weight:normal;
    margin-left: 7%;
}
.mobile_category .mobile_content .read_more:hover{
	text-decoration:underline;
}
.mobile_category .mobile_see_cat{
	position:relative;
	display:block;
	margin:auto;
	height:50px;
	width:50px;
	background-color:#FFFFFF;
	font-size:25px;
	line-height:50px;
	text-align:center;
	font-weight:500;
	color:#68737A;
	border-radius:50px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}


@media screen and (max-width: 1350px) {
	.home_banner_holder p{
		margin-top:16px;
	}
	.banner_left_holder{
	    padding-top: 2%;
	    padding-bottom: 2%;
	}
	.banner_left_holder h2{
		margin:0;
	}
	.each_category_section{
		height:22.5vw;
	}
}
@media screen and (max-width: 1024px) {
	.home_banner_holder p{
		margin-top:14px;
	}
	.each_category_section{
		height:31.5vw;
	}
}
@media screen and (max-width: 768px) {
	.home_banner_holder p{
		margin-top:10px;
	}
	.home_banner_holder .banner_top_holder{
		display:block;
	}
	.home_banner_holder .media_holder video {
	    width: 100%;
	    height: auto;
	}
	.home_banner_holder .banner_left_holder{
	    width: 92%;
	    padding: 4%;
	}
	.home_banner_holder .banner_right_holder{
		display:none;
	}
	.cat_navi{
		display:none;
	}
	.content_holder{
		margin-bottom:5%;
	}
	.each_category_section{
		display:none;
	}
	.mobile_category{
		display:block;
	}
}
@media screen and (max-width: 600px) {
	.mobile_category .mobile_cat_header{
		height:45vw;
	}
	.mobile_category .mobile_content .mobile_title .title {
	    position: relative;
	    width: 55%;
	}
	.mobile_category .mobile_content .mobile_title .title h3{
    	margin-bottom: 15%;
	}
}
@media screen and (max-width: 500px) {
	.mobile_category .mobile_cat_header{
		height:50vw;
	}
}
@media screen and (max-width: 400px) {
	.mobile_category .mobile_cat_header{
		height:60vw;
	}
}