#home_slide .slickbox .img > img{
	width: 100%;
}
#home_slide .slick-dots{
	bottom: 5vw;
}
.home_banner{
	position: relative;
	padding: 30px;
	margin-top: -50px;
}
@media (min-width: 1920px) {
	.home_banner .container{
		max-width: 1300px;
	}	
}
.home_banner::before{
	content: '';
	background: #f55703;
	position: absolute;
	right: 0;
	left: 100px;
	top:0;
	bottom: 0;
	border-radius: 50px 0 0 50px;
}
.bannerslide .info{
	display: flex;
	align-items: center;
	gap:30px;
	color: #fff;
}
.bannerslide{
	max-width: 1200px;
	margin: auto;
	margin-right: 0;
	padding-left: 60px;
	padding-right: 60px;
}
.bannerslide .info > .img{
	min-width: 185px;
	max-width: 185px;
	height: 85px;
	border-radius: 20px;
	overflow: hidden;
}
.bannerslide .info > .img > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerslide .info .desc{
	flex-grow: 1;
}
.bannerslide .info > .desc > h4{
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0;
}
.bannerslide .info > .desc > p{
	margin: 0;
}
.bannerslide .info > .link{
	white-space: nowrap;
}
.home_info{
	position: relative;
	color: #fff;
	padding: 15px;
}
@media (min-width: 1920px) {
	.home_info .container{
		max-width: 1400px;
		padding-right: 200px;
	}	
}
.home_info::before{
	content: '';
	background: #f5ad03;
	position: absolute;
	right: 0;
	left: 200px;
	top:0;
	bottom: 0;
	border-radius: 50px 0 0 50px;
}
.home_info .hometabs{
	display: flex;
	position: relative;
	justify-content: flex-end;
}
.home_info .hometabs .info_head{
	display: flex;
	align-items: center;
	grid-gap: 20px;
	padding-right: 100px;
}
.home_info .hometabs .info_head .desc h3{
	font-size: 2.5rem;
	margin: 0;
	font-weight: 400;
}
.home_info .hometabs .info_head .desc p{
	margin: 0;
	font-size: 1.2rem;
}
.home_info .info_tab > ul{
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	gap:40px;
}
.home_info .info_tab > ul > li .nav-link{
	border: none;
	background: none;
	padding: 5px 0;
	position: relative;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.home_info .info_tab > ul > li .nav-link.active{
	background: #0d56a9;
	border-radius: 30px;
}
.home_info .info_tab > ul > li .nav-link.active::before{
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: auto;
	width: 0px;
	height: 0px;
	border-top: 20px solid #0d56a9;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;	
}

.home_desc{
	position: relative;
	color: #fff;
	padding: 40px;
}
@media (min-width: 1920px) {
	.home_desc .container{
		max-width: 1000px;
	}	
}
.home_desc::before{
	content: '';
	background: #0d56a9;
	position: absolute;
	left: 0;
	right: 150px;
	top:0;
	bottom: 0;
	border-radius: 0 50px 50px 0;
}
.home_desc .infotab{
	position: relative;
}
.home_desc .infotab .tabsinfo{
	display: flex;
	gap: 30px;
	align-items: center;
}
.home_desc .infotab .tabsinfo .subject{
	font-size: 2rem;
	font-weight: 400;
	margin: 0;
	white-space: nowrap;
}
.home_desc .infotab .tabsinfo p{
	margin: 0;
	font-size: 1.1rem;
}
.home_desc .infotab .tabsinfo .link{
	white-space: nowrap;
}
.home_desc .infotab .tabsinfo .link a.btn-white:hover{
	background: #f5ad03;
}
.home_lesson{
	padding: 100px 0;
}
.home_title{
	text-align: center;
	color: #0d56a9;
	font-size: 3rem;
	margin-bottom: 30px;
	font-weight: 400;
}
.home_p{
	font-size: 1.6rem;
	font-weight: 300;
	text-align: center;
	color: #46494a;
}
.lesson_slide{
	padding-left: 80px;
	padding-right: 80px;
}
.shops_slide .slick-prev,
.lesson_slide .slick-prev{
	background-image: url('../img/home/2i-back.png')!important;
}
.shops_slide .slick-next,
.lesson_slide .slick-next{
	background-image: url('../img/home/2i-next.png')!important;
}
.lesson_slide .box{
	padding: 15px;
}
.home_shop{
	padding: 40px 0;
}
.home_shop .home_title{
	color: #e76a28;
	margin-bottom: 20px;
}
.home_shop .home_p{
	margin-bottom: 20px;
}
.home_shop .hr{
	border: none;
}
.home_shop .hr::before{
	background-color: #e76a28;
}
.shop_lists{
	background: #f2f2f2;
	padding: 40px 0;
	padding-bottom: 60px;
}
.shop_lists .filter{
	display: flex;
	justify-content: flex-end;
	grid-gap: 20px;
	margin-bottom: 30px;
	padding-left: 65px;
	padding-right: 65px;
}
.shop_lists .filter select{
	display: inline-block;
	width: auto;
	border-radius: 30px;
	padding-left: 30px;
}
.shops_slide{
	padding-left: 50px;
	padding-right: 50px;
}
.shops_slide .box{
	padding:  15px;
}
.home_news{
	padding: 50px 0;
	padding-bottom: 300px;
	position: relative;
}
.home_news > .container{
	position: relative;
	z-index: 2;
}
.home_news::before{
	content: '';
	width: 400px;
	height: 387px;
	background: #e76d25;
	position: absolute;
	left: 0;
	top:250px;
	z-index: 1;
	border-radius: 0 200px 200px 0;
}
.home_news::after{
	content: '';
	width: 50%;
	height: 387px;
	background: #f5ae03;
	position: absolute;
	right: 0;
	top :650px;
	z-index: 1;
	border-radius: 200px 0 0 200px;
}
.home_news .home_title{
	color: #f5ad03;
}
.home_news .hr::before{
	background-color: #f5ad03;
}
/*.news_slide{
	position: relative;
	z-index: 1;
}*/
.home_news .tab-content{
	min-height: 580px;
}
.news_slide .box{
	padding: 20px;
}
.news_slide .slick-dots{
	bottom: -30px;
}
.home_news .seeall{
	position: absolute;
	left: 60px;
	bottom: 30px;
}
.home_news .seeall a{
	font-size: 1.5rem;
	padding: 5px 40px;
}
.slick-dots li button::before{
	color: #ccc;
}
@media (max-width: 1899px) {
	.home_info::before{
		left: 100px;
	}
	.home_banner::before{
		left: 50px;
	}
	.bannerslide .info > .desc > h4{
		font-size: 1.3rem;
	}
	.lessonbox .img{
    	height: 200px;
    }
    .shopsbox .img{
    	height: 200px;
    }
    .newsbox .img{
    	height: 200px;
    	max-width: 250px;
    	min-width: 250px;
    }
    .newsbox .info .subject{
    	font-size: 1.3rem;
    }
    .home_news::after{
    	height: 300px;
    }
    .home_news .tab-content {
	    min-height: 400px;
	}
}
@media (max-width: 1399px) {
	.home_info::before,
	.home_banner::before{
		left: 0;
		border-radius: 0;
	}
	.home_desc::before{
		right: 0;
		border-radius: 0;
	}
	.home_info .info_tab > ul{
		gap:20px;
	}
	.home_desc .infotab .tabsinfo .subject,
	.home_info .hometabs .info_head .desc h3{
		font-size: 1.5rem;
	}
	.home_desc .infotab .tabsinfo,
	.home_info .hometabs{
		justify-content: center;
	}
	.home_info .info_tab > ul > li .nav-link > img{
		width: 80px;
	}
	.bannerslide .info > .desc > h4{
		font-size: 1.2rem;
	}
	.home_desc .infotab .tabsinfo{
		column-gap: 20px;
	}
	.home_info .info_tab > ul > li .nav-link.active{
		border-radius: 20px;
	}
	.home_lesson{
		padding: 50px 0;
	}
	.home_title{
		font-size: 2.5rem;
	}
	.home_shop .home_p{
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	.newsbox .img {
	    height: 120px;
	    max-width: 180px;
	    min-width: 180px;
	}
	.newsbox .info .viewall{
		position: initial;
		margin-top: 15px;
	}
	.newsbox .info a.viewall, .lessonbox .info a.viewall{
		font-size: 1rem;
		padding: 5px 20px;
		padding-bottom: 7px;
	}
	.newsbox .info .subject{
		font-size: 1.1rem;
	}
	.home_news::before{
		height: 250px;
	}
    .home_news::after{
    	height:250px;
    	top: 550px;
    }
    .home_news{
    	padding-bottom: 200px;
    }
    .newsbox{
    	padding: 20px;
    	border-radius: 15px;
    }
}
@media (max-width: 1199px) {
	.lesson_slide .box{
		padding: 10px;
	}
	.home_news::before,
    .home_news::after{
    	height:150px;
    }
    .newsbox{
    	padding: 20px;
    	border-radius: 20px;
    }
    .newsbox .img {
	    height: 100px;
	    max-width: 150px;
	    min-width: 150px;
	}
}
@media (max-width: 991px) {
	.bannerslide .info > .img{
		display: none;
	}
	.home_desc .infotab .tabsinfo .subject, .home_info .hometabs .info_head .desc h3{
		font-size: 1.3rem;
	}
	.home_info .info_tab > ul{
		gap:10px;
	}
	.home_info .hometabs .info_head{
		padding-right: 20px;
	}
	.home_banner{
		margin-top: 0;
	}
	.shops_slide,
	.lesson_slide{
		padding-left: 40px;
		padding-right: 40px;
	}
	.shop_lists .filter{
		justify-content: center;
		margin-bottom: 15px;
	}
	.shop_lists .filter select{
		font-size: 1rem;
	}
	.newsbox{
		flex-wrap: wrap;
	}
	.newsbox .img{
		min-width: 100%;
		max-width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	.home_news .seeall a{
    	font-size: 1.3rem;
    }
}
@media (max-width: 767px) {
	.bannerslide .info{
		flex-wrap: wrap;
		gap:15px;
	}
	.home_info .hometabs{
		flex-wrap: wrap;
	}
	.home_info .hometabs .info_head{
		padding: 20px 0;
		padding-top: 15px;
	}
	.home_desc .infotab .tabsinfo .subject, .home_info .hometabs .info_head .desc h3{
		font-size: 2rem;
	}
	.home_desc .infotab .tabsinfo{
		flex-wrap: wrap;
		gap: 0;
	}
	.home_desc .infotab .tabsinfo .subject{
		margin-bottom: 15px;
	}
	.home_desc .infotab .tabsinfo .link{
		margin-top: 30px;
	}
	.home_info{
		padding-bottom: 20px;
	}
	.home_lesson .nav-tabs, .home_news .nav-tabs{
		white-space: nowrap;
	}
	.home_title{
		font-size: 2rem;
	}
	.shops_slide,
	.lesson_slide{
		padding-left: 0px;
		padding-right: 0px;
	}
	.shops_slide .img,
	.lessonbox .img{
		height: 300px;
	}
	.shops_slide .slick-dots,
	.lesson_slide .slick-dots{
		bottom: -50px;	
	}
	.shops_slide .slick-dots li button::before,
	.lesson_slide .slick-dots li button::before{
		color: #ccc;
	}
	#shop_resp .seeall,
	.home_lesson .seeall{
		padding-top: 80px;
	}
	.home_lesson{
		padding-bottom: 15px;
	}
	.home_shop .home_title{
		margin-bottom: 10px;
	}
	.home_shop .home_p{
		padding-bottom: 30px;
		font-size: 1.3rem;
	}
	.home_lesson .tab-content, .home_news .tab-content{
		margin-top: 30px;
	}
	.newsbox.eq2{
		margin-top: 0;
	}
	.home_news .seeall{
		position: inherit;
	}
	.home_news{
		padding-bottom: 40px;
	}
	.home_news::before, .home_news::after{
		display: none;
	}
	.home_news{
		padding: 40px 0;
	}
	.home_shop{
		padding-bottom: 0;
	}
	.shopsbox .img{
		height: 60vw;
	}
}
@media (max-width: 550px) {
	.home_info .info_tab > ul{
		gap: 0;
	}
	.home_banner{
		padding-left: 0;
		padding-right: 0;
	}
	.home_desc{
		padding: 30px 20px;
	}
	#home_slide .slickbox .img > img{
		min-height: 50vw;
		object-fit: cover;
	}
	.home_lesson .nav-tabs,
	.shop_lists .filter{
		flex-wrap: wrap;
		gap: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.home_lesson .nav-tabs > li,
	.home_lesson .nav-tabs .nav-link,
	.shop_lists .filter select{
		min-width: 100%;
	}
	.home_news .nav-tabs{
		gap: 10px;
	}
	.home_news .nav-tabs{
		padding-left: 20px;
		padding-right: 20px;
	}
	.home_news .nav-tabs > li,
	.home_news .nav-tabs > li .nav-link{
		max-width: 100%;
		min-width: 100%;
	}
	.news_slide .box{
		padding: 15px;
	}
	.home_news .tab-content{
		margin-top: 15px;
	}
	.home_title{
		font-size: 1.7rem;
	}
}
@media (max-width: 425px) {
	.home_desc .infotab .tabsinfo .subject, .home_info .hometabs .info_head .desc h3{
		font-size: 1.5rem;
	}
	.home_info .info_tab > ul > li .nav-link > img{
		width: 60px;
	}
	.lessonbox,
	.shopsbox{
		padding: 0;
		border: none;
		display: block;
		border: 1px solid #ddd;
	}
	.lessonbox .img,
	.shopsbox .img{
		min-width: 100%;
		max-width: 100%;
		border: none;
	}
	.shopsbox .img{
		border-bottom: 1px solid #ddd;
	}
	.lessonbox .info,
	.shopsbox .info{
		min-height: auto;
	}
	.lessonbox .info,
	.shopsbox .info{
		padding-left: 0;
		padding-right: 0;
	}
	.lessonbox .info{
		padding: 15px;
	}
	.shopsbox .info .subject{
		padding: 20px 25px;
	}
	.shopsbox .info .desc .price{
		height: 40px;
	}
	.shop_lists .filter{
		padding-left: 10px;
		padding-right: 10px;
	}
	.shops_slide .box{
		padding: 10px;
	}
}