/* <=== bannerhome ===> */
.bannerhome{
	position: relative;
}
.slbannerhh .item{
    position: relative;
}
.slbannerhh .banvdimg{
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.slbannerhh .banvdimg .bg, .slbannerhh .banvdimg video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slbannerhh .banvdimg .bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: immortalkenburns 20000ms linear 0s infinite alternate;
    animation: immortalkenburns 20000ms linear 0s infinite alternate;
}
.slbannerhh .banvdimg .bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.3;
    z-index: -1;
    pointer-events: none;
}
@-webkit-keyframes immortalkenburns{
	0%{-webkit-transform:scale(1.1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
	100%{-webkit-transform:scale(1);-webkit-transition:-webkit-transform 20000ms linear 0ms}
}
@-moz-keyframes immortalkenburns{
	0%{-moz-transform:scale(1.1);-moz-transition:-moz-transform 20000ms linear 0ms}
	100%{-moz-transform:scale(1);-moz-transition:-moz-transform 20000ms linear 0ms}
}
@-ms-keyframes immortalkenburns{
	0%{-ms-transform:scale(1.1);-ms-transition:-ms-transform 20000ms linear 0ms}
	100%{-ms-transform:scale(1);-ms-transition:-ms-transform 20000ms linear 0ms}
}
@-o-keyframes immortalkenburns{
	0%{-o-transform:scale(1.1);-o-transition:-o-transform 20000ms linear 0ms}
	100%{-o-transform:scale(1);-o-transition:-o-transform 20000ms linear 0ms}
}
@keyframes immortalkenburns{
	0%{transform:scale(1.1);transition:transform 20000ms linear 0ms}
	100%{transform:scale(1);transition:transform 20000ms linear 0ms}
}
.slbannerhh .banvdimg .bg img{
    display: none;
}
.slbannerhh .banvdimg video{
    object-fit: cover;
}
.slbannerhh .bancapts{
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.slbannerhh .csinner{
	/* max-width: 540px; */
	margin: 0 auto;
}
.slbannerhh .cscapts{
    margin-bottom: 25px;
	color: #98ce31;
	font-size: 35px;
	line-height: 45px;
	font-weight: bold;
}
.slbannerhh .cstitle{
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: bold;
	font-family: "Philosopher", sans-serif;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
.slbannerhh .slick-slide:nth-child(3n + 1) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(3.6);
    -ms-transform: scale(3.6);
    -o-transform: scale(3.6);
    transform: scale(3.6);
    opacity: 0;
}
.slbannerhh .slick-slide:nth-child(3n + 2) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    opacity: 0;
}
.slbannerhh .slick-slide:nth-child(3n + 3) .csinner .char{
    display: inline-block;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
    opacity: 0;
}
.slbannerhh .slick-current.slick-slide:nth-child(3n + 1) .csinner .char{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.slbannerhh .slick-current.slick-slide:nth-child(3n + 2) .csinner .char{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.slbannerhh .slick-current.slick-slide:nth-child(3n + 3) .csinner .char{
    opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
.slbannerhh .cstitle .vline:nth-child(1){
	display: block;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px);
	opacity: 0;
}
.slbannerhh .cstitle .vline:nth-child(2){
	display: block;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px);
	opacity: 0;
}
.slbannerhh .slick-current .cstitle .vline:nth-child(1){
	opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
	transition-delay: 0.2s;
}
.slbannerhh .slick-current .cstitle .vline:nth-child(2){
	opacity: 1;
    visibility: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
	transition-delay: 0.4s;
}
.dlscrolldv{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	z-index: 2;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
}
.dlscrolldv, .dlscrolldv a{
	color: #fff;
}
.dlscrolldv a span{
	display: block;
}
.dlscrolldv a .vimg{
	margin-bottom: 15px;
	animation: vdmove 2s ease infinite;
}
@keyframes vdmove{
	0%{

		transform: translateY(0)
	}
	50%{
		transform: translateY(0.5rem)
	}
	100%{
		transform: translateY(0)
	}
}
/* <=== bannerhome ===> */

/* <=== aboutshome ===> */
.aboutshome{
	padding: 100px 0;
}
.hpaboutshh .hhgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.hpaboutshh .hhgrip > div{
	padding: 0 30px;
}
.hpaboutshh .hhgrip .mcol{
	width: calc(100% - 45.186%);
	order: 2;
}
.hpaboutshh .hhgrip .hcol{
    width: 45.186%;
}
.tpaboutsha{
	max-width: 570px;
}
.tpaboutsha .hatitle{
	margin-bottom: 10px;
}
.tpaboutsha .hatitle, .tpaboutsha .hatitle h1, .tpaboutsha .hatitle h2{
	font-size: 60px;
	line-height: 70px;
	font-weight: 700;
}
.tpaboutsha .haconts{
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 30px;
}
.tpaboutsha .hainfos{
	margin-bottom: 30px;
}
.tpaboutsha .hainfos .ifgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpaboutsha .hainfos .ifgrip > div{
	padding: 0 15px;
	width: 50%;
}
.tpaboutsha .ifitem{
	max-width: 270px;
}
.tpaboutsha .ititle{
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	color: #98ce31;
	margin-bottom: 10px;
}
.tpaboutsha .iconts{
	font-size: 18px;
	line-height: 25px;
	font-weight: 700;
}
.tpaboutshb{
	border-radius: 100%;
	position: relative;
}
.tpaboutshb .hathumb{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 100%;
}
.tpaboutshb .hathumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* <=== aboutshome ===> */

/* <=== newshome ===> */
.newshome{
	padding: 60px 0 50px;
	background-color: #fff;
	border-radius: 50px 50px 0 0;
	position: relative;
	margin-top: -50px;
	z-index: 2;
}
.newshome .capts{
	margin-bottom: 30px;
    font-size: 20px;
    line-height: 30px;
	text-align: center;
	color: #666666;
}
.newshome .title{
	text-align: center;
	font-size: 70px;
	line-height: 80px;
	font-weight: 700;
    margin-bottom: 5px;
    position: relative;
}
#slnewsall{
	margin-bottom: 20px;
}
#slnewsall .item .img a{
	display: block;
	padding-top: 55.295%;
	overflow: hidden;
	position: relative;
}
#slnewsall .item .img a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slnewsall .item:hover .img a img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#slnewsall .item .caption{
	padding: 20px;
	background: #010101;
	padding-right: 100px;
}
#slnewsall .item .date{
	color: #98ce31;
	font-size: 14px;
	margin-bottom: 5px;
}
#slnewsall .item .tend a{
	font-size: 24px;
	line-height: 34px;
	color:#ffffff;
	font-weight: bold;
	display: block;
	height: 34px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
#slnewsall .slick-arrow{
	width:35px;
	height:55px;
	background: #ffffff;
	border:none;
	position: absolute;
	right: 15px;
	font-size: 0;
	bottom: 16px;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slnewsall .slick-prev{
	right:53px;
}
#slnewsall .slick-next{
	right:15px;
}
#slnewsall .slick-arrow:before{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	position: absolute;
	left: 50%;
	top: 53%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 20px;
	line-height: 30px;
}
#slnewsall .slick-prev:before{
	content: "\f053";
}
#slnewsall .slick-next:before{
	content: "\f054";
}
.newshome .ltnewsall{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	margin: 0 -10px;
}
.newshome .ltnewsall .col{
	width: 33.333333%;
	padding: 0 10px;
}
.newshome .ltnewsall a{
	display: block;
	margin-bottom: 20px;
}
.newshome .ltnewsall a img{
	width: 100%;
}
.tpnewshb{
	padding: 20px 25px;
	border:solid 10px #98ce32;
	height: calc(100% - 20px);
}
.tpnewshb .item{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.tpnewshb .item .date{
	font-size: 14px;
	line-height: 22px;
	color:#98ce31;
	margin-bottom: 4px;
}
.tpnewshb .item .tend{
	margin-bottom: 5px;
}
.tpnewshb .item .tend a{
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	max-height: 50px;
	overflow: hidden;
	display: block;
}
.tpnewshb .item .des{
	max-height: 75px;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
	color: #666666;
}
.tpnewshb .link {
	text-align: center;
	padding: 18px 0;
}
.tpnewshb .link a{
	display: inline-block;
    min-width: 170px;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 20px;
    border-radius: 30px;
    background: #98ce31;
    color:#ffffff;
	font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.tpnewshb .link a:hover{
	background: #fffe01;
	color:#010101;
}
.tpnewshh .hhgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpnewshh .hhgrip > div{
	padding: 0 15px;
}
.tpnewshh .hhgrip .mcol{
	width: calc(100% - 33.33334%);
}
.tpnewshh .hhgrip .hcol{
	width: 33.33334%;
}
/* <=== newshome ===> */

/* <=== partnerHome ===> */
.partnerHome{
	padding: 40px 0 45px;
}
/* <=== partnerHome ===> */

/* <=== tourdvhome ===> */
.tourdvhome{
	position: relative;
	margin-bottom: -200px;
}
.sltourdvhh .swiper-wrapper{
	transition-timing-function: linear !important;
}
.sltourdvhh .swiper-slide{
	width: 43.3125rem !important;
    height: 100%;
    overflow: hidden;
    position: relative;
	margin-right: 30px!important;
}
.ittourdvhh{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}
.ittourdvhh .thumb a{
	display: block;
	padding-top: 65.56%;
	position: relative;
}
.ittourdvhh .thumb a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	z-index: 1;
	pointer-events: none;
}
.ittourdvhh .thumb a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ittourdvhh:hover .thumb a img{
	transform: scale(1.05);
}
.ittourdvhh .decss{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 105px 30px 30px;
	z-index: 1;
	pointer-events: none;
}
.ittourdvhh .decss, .ittourdvhh .decss a{
	color: #fff;
}
.ittourdvhh .dstitle{
	margin-bottom: 5px;
}
.ittourdvhh .dstitle, .ittourdvhh .dstitle h3{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
}
.ittourdvhh .dsconts{
	font-size: 16px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ittourdvhh .dsviews{
	position: absolute;
	right: 30px;
	bottom: 40px;
	z-index: 1;
}
.ittourdvhh .dsviews a{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	background-color: #ffff01;
	color: #222222;
	border-radius: 100%;
	font-size: 16px;
}
.ittourdvhh:hover .dsviews a{
	background-color: #98ce31;
	color: #fff;
}
/* <=== tourdvhome ===> */

/* <=== instruhome ===> */
.instruhome{
	padding: 280px 0 250px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hpinstruhh .hhgrip{
	display: flex;
	margin: 0 -15px;
}
.hpinstruhh .hhgrip > div{
	padding: 0 15px;
}
.hpinstruhh .hhgrip .xcol{
    width: 39.395%;
}
.hpinstruhh .hhgrip .ycol{
	width: calc(100% - 39.395%);
}
.tpinstruha{
	position: sticky;
    top: 0;
	padding: 70px 0;
	max-width: 490px;
}
.tpinstruha .hadecss{

}
.tpinstruha .dscapts{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
	color: #dddddd;
}
.tpinstruha .dscapts span{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.tpinstruha .dscapts span::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 8px;
	width: 8px;
	background-color: #98ce31;
	border-radius: 100%;
}
.tpinstruha .dstitle{
	margin-bottom: 15px;
}
.tpinstruha .dstitle, .tpinstruha .dstitle h2{
	font-size: 70px;
	line-height: 80px;
	font-weight: 700;
}
.tpinstruhb .hbgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpinstruhb .hbgrip > div{
	padding: 0 15px;
	margin-bottom: 30px;
	width: 50%;
	position: relative;
}
.tpinstruhb .hbgrip > div:nth-child(even){
	top: 140px;
}
.tpinstruhb .hbgrip > div:first-child{
	margin-top: 0!important;
}
.itinstruhb{
	border-radius: 25px;
	overflow: hidden;
	position: relative;
}
.itinstruhb .thumb a{
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 127.57%;
	border-radius: 10px;
}
.itinstruhb .thumb a img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itinstruhb:hover .thumb a img{
	transform: scale(1.1);
}
.itinstruhb .thumb a::before{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.itinstruhb .decss{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 25px 25px;
	z-index: 2;
}
.itinstruhb .decss, .itinstruhb .decss a{
	color: #fff;
}
.itinstruhb .dscapts{
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #98ce31;
}
.itinstruhb .dstitle{
	margin-bottom: 12px;
}
.itinstruhb .dstitle, .itinstruhb .dstitle h3{
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
}
.itinstruhb .dsinfos{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	justify-content: space-between;
	margin: 0 -5px;
}
.itinstruhb .dsinfos > div{
	padding: 0 5px;
}
.itinstruhb .dsprice .pnews{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #ffff01;
	margin-bottom: 3px;
}
.itinstruhb .dsprice .polds{
	font-size: 18px;
	line-height: 20px;
	text-decoration: line-through;
}
.itinstruhb .dsviews a{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #ffff01;
    color: #222222;
    border-radius: 100%;
    font-size: 16px;
	font-weight: 400;
}
/* <=== instruhome ===> */

/* <=== vinfoshome ===> */
.vinfoshome{
	padding: 110px 0 170px;
	position: relative;
	border-radius: 50px 50px 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
	overflow: hidden;
	margin-top: -50px;
}
.vinfoshome::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.85;
	z-index: -1;
	pointer-events: none;
}
.tpvinfosha{
	margin-bottom: 115px;
}
.tpvinfosha .hagrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.tpvinfosha .hagrip > div{
	padding: 0 15px;
	width: 50%;
}
.tpvinfosha .decss{
	max-width: 520px;
}
.tpvinfosha .dscatps{
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
}
.tpvinfosha .dscatps span{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.tpvinfosha .dscatps span::before{
	content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 8px;
    width: 8px;
    background-color: #98ce31;
    border-radius: 100%;
}
.tpvinfosha .thumb{
	max-width: 510px;
	margin-left: auto;
}
.tpvinfosha .thumb .timg{
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}
.tpvinfosha .thumb .timg img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.tpvinfosha .dstitle{
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #98ce31;
}
.tpvinfosha .dstitle, .tpvinfosha .dstitle h2{
	font-size: 40px;
	line-height: 60px;
	font-weight: 600;
}
.tpvinfosha .dsconts{
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 30px;
}
.slarrowall{
	position: relative;
}
.slarrowall .hbarrow{
	position: absolute;
	top: 33%;
	transform: translateY(-50%);
	z-index: 1;
	width: 55px;
	height: 55px;
	border-radius: 100%;
}
.slarrowall .swiper-button-disabled{
	opacity: 0.5;
	pointer-events: none;
}
.slarrowall .hbarrow img{
	width: 100%;
}
.slarrowall .hbprev{
	left: -28px;
}
.slarrowall .hbnext{
	right: -28px;
}
.slvinfoshb .swiper-slide{
	margin-right: 0;
}
.itvinfoshb{
	height: 100%;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
}
.itvinfoshb .thumb{
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
	border-radius: 20px;
}
.itvinfoshb .thumb img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -ms-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.itvinfoshb:hover .thumb img{
	transform: scale(1.05);
}
.itvinfoshb .decss{
	padding: 15px 25px 20px;
}
.itvinfoshb .dsponsi{
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	color: #98ce31;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.itvinfoshb .dstitle{
	text-transform: uppercase;
}
.itvinfoshb .dstitle, .itvinfoshb .dstitle h3{
	font-size: 18px;
	line-height: 27px;
	font-weight: bold;
}	
.itvinfoshb .dstitle a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/* <=== vinfoshome ===> */

/* <=== testimhome ===> */
.testimhome{
	position: relative;
	border-radius: 50px 50px 0 0;
	overflow: hidden;
	z-index: 2;
}
.hptestimha{
	position: relative;
	z-index: 2;
	padding: 70px 0 150px;
	background-color: #98ce31;
}
.hptestimha .haback{
	position: absolute;
	bottom: 20%;
	top: 0;
	left: 0;
	width: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
	pointer-events: none;
	opacity: 0.8;
}
.tptestimha .hatitle{
	max-width: 1050px;
	margin: 0 auto;
	margin-bottom:35px;
	text-transform: uppercase;
}
.tptestimha .hatitle, .tptestimha .hatitle h2{
	font-size: 150px;
	line-height: 175px;
	font-weight: 700;
}
.tptestimha .hatitle span{
	display: block;
	background: -webkit-linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0.5));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.tptestimha .hatitle .vh{
	text-align: right;
}
.ittestimha{
	max-width: 390px;
}
.ittestimha .thumb{
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 20px;
    padding-top: 127.696%;
	position: relative;
}
.ittestimha .thumb img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ittestimha .dsgrip{
	display: flex;
	margin: 0 -8px;
}
.ittestimha .dsgrip > div{
	padding: 0 8px;
}
.ittestimha .dsgrip .lcol{
	width: 86px;
}
.ittestimha .dsgrip .rcol{
	width: calc(100% - 86px);
}
.ittestimha .decss, .ittestimha .decss a{
	color: #222222;
}
.ittestimha .dsimgs{
	width: 74px;
	height: 74px;
	border-radius: 100%;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
}
.ittestimha .dsimgs img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ittestimha .dstitle{
	margin-bottom: 5px;
	font-family: "Philosopher", sans-serif;
}
.ittestimha .dstitle, .ittestimha .dstitle h3{
	font-size: 25px;
	line-height: 35px;
	font-weight: bold;
}
.ittestimha .dsconts{
	font-size: 16px;
	line-height: 30px;
	position: relative;
}
.ittestimha .dsconts .dsview{
	position: absolute;
	left: 0;
	width: 100%;
}
.ittestimha .dsconts .showview{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 10px;
	background-color: #98ce31;
}
.ittestimha .showview a{
	display: flex;
	align-items: center;
	align-content: center;
}
.ittestimha .showview a span:last-child{
	border-bottom: 1px solid #333333;
	margin-left: 5px;
	line-height: 16px;
}
.ittestimha .hideview a span{
	border-bottom: 1px solid #333333;
	line-height: 16px;
	display: inline-block;
	padding-top: 5px;
}
.vhviewtt > span{
	display: none;
}
.ittestimha .decss{
	position: relative;
}
.ittestimha .decss::before{
	content: '”';
	color: #ffff01;
	font-size: 150px;
	line-height: 115px;
	position: absolute;
	right: 30px;
	top: -50px;
	pointer-events: none;
}
.sltestimha{
	padding: 0 0 30px 0;
}
.sltestimha .swiper-slide{
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	margin-top: 0;
}
.sltestimha .swiper-slide.swiper-slide-even{
	margin-top: 100px;
}
.hptestimhb{
	position: relative;
	z-index: 1;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 180px 0 50px;
}
.hptestimhb .hbback{
	position: absolute;
    top: -350px;
    left: 0;
    width: 100%;
    height: calc(100% + 350px);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    pointer-events: none;
}
.hptestimhb .hbback::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.65;
	z-index: -2;
	pointer-events: none;
}
.hptestimhb .hbback::after{
	content: '';
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
	pointer-events: none;
}
.hptestimhb .hbtitle{
	margin-bottom: 10px;
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #98ce31;
}
.hptestimhb .hbtitle span{
	font-size: 180px;
	line-height: 180px;
	color: #fff;
}
.hptestimhb .hbconts{
	padding: 0 30px;
}
.hptestimhb .frmgrip{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.hptestimhb .frmgrip > div{
	padding: 0 15px;
}
.hptestimhb .frmgrip .mcol{
	width: calc((100% - 86px) / 2);
}
.hptestimhb .frmgrip .hcol{
	width: calc((100% - 86px) / 2);
}
.hptestimhb .frmgrip .bcol{
	width: 86px;
}
.hptestimhb .frmgroup input{
	height: 70px;
	padding: 0;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
	width: 100%;
	background-color: transparent;
}
.hptestimhb .frmgroup input::-webkit-input-placeholder { 
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.hptestimhb .frmgroup input:-ms-input-placeholder {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.hptestimhb .frmgroup input::placeholder {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	font-weight: 600;
}
.hptestimhb .frmnotes{
	color: #dddddd;
	font-size: 14px;
	margin-top: 20px;
}
.hptestimhb .frmgroup button{
	height: 87px;
	background-color: transparent;
	border: none;
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	padding: 0;
}
.hptestimhb .frmgroup button img{
	width: 100%;
}
/* <=== testimhome ===> */
.vinfoshome{
	overflow: hidden;
    background: #FCF7F1;
    align-items: unset !important;
    z-index: 2;
	position: relative;
}
.stickyhome, #vnt-footer{
	overflow: hidden;
    background: #FCF7F1;
    align-items: unset !important;
    z-index: 10;
	position: relative;
}
.vmargintop{
	position: relative;
	margin-top: -50px;
}
@media all and (max-width: 1350px){
	/* <=== vinfoshome ===> */
	.slarrowall .hbarrow{
		width: 40px;
		height: 40px;
	}
	.slarrowall .hbprev{
		left: -20px;
	}
	.slarrowall .hbnext{
		right: -20px;
	}
	/* <=== vinfoshome ===> */
}
@media all and (max-width: 1200px){
	/* <=== aboutshome ===> */
	.aboutshome{
		padding: 50px 0;
	}
	.hpaboutshh .hhgrip{
		margin: 0 -15px;
	}
	.hpaboutshh .hhgrip > div{
		padding: 0 15px;
	}
	.tpaboutsha .hatitle, .tpaboutsha .hatitle h2{
		font-size: 30px;
		line-height: 40px;
	}
	.tpaboutsha .haconts{
		font-size: 15px;
	}
	.tpaboutsha .ititle{
		font-size: 40px;
		line-height: 40px;
		margin-bottom: 5px;
	}
	.tpaboutsha .iconts{
		font-size: 16px;
	}
	/* <=== aboutshome ===> */

	/* <=== instruhome ===> */
	.tpinstruha .dstitle, .tpinstruha .dstitle h2{
		font-size: 50px;
		line-height: 60px;
	}
	.tpinstruhb .hbgrip > div:nth-child(even){
		top: 100px;
	}
	.itinstruhb .decss{
		padding: 15px 20px 25px;
	}
	.itinstruhb .dstitle, .itinstruhb .dstitle h3{
		font-size: 20px;
	}
	.itinstruhb .dsprice .pnews{
		font-size: 20px;
		line-height: 25px;
	}
	.itinstruhb .dsprice .polds{
		font-size: 15px;
		line-height: 20px;
	}
	.itinstruhb .dsviews a{
		width: 40px;
		height: 40px;
	}
	/* <=== instruhome ===> */

	/* <=== testimhome ===> */
	.tptestimha .hatitle, .tptestimha .hatitle h2{
		font-size: 130px;
		line-height: 150px;
	}
	/* <=== testimhome ===> */

	/* <=== newshome ===> */
	.tpnewshb{
		padding: 15px 20px 30px;
	}
	.tpnewshb .item{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.tpnewshb .item .tend a{
		font-size: 18px;
		line-height: 23px;
		max-height: 46px;
	}
	.tpnewshb .item .des{
		font-size: 14px;
    	line-height: 22px;
		max-height: 66px;
	}
	/* <=== newshome ===> */
}
@media all and (max-width: 1024px){
	/* <=== instruhome ===> */
	.instruhome{
		padding: 280px 0 200px;
	}
	/* <=== instruhome ===> */
}
@media all and (max-width: 991px){
	.vmargintop{
		margin-top: -30px;
	}
	/* <=== bannerhome ===> */
	.slbannerhh .banvdimg{
		height: 0;
        padding-top: 115.79%;
		min-height: 440px;
	}
	.slbannerhh .csinner{
		max-width: 215px;
	}
	.slbannerhh .cstitle{
		font-size: 24px;
		line-height: 30px;
	}
	.slbannerhh .cstitle .vline{
		font-size: 24px!important;
		line-height: 30px!important;
	}
	.slbannerhh .slick-prev{
		left: 10px;
	}
	.slbannerhh .slick-next{
		right: 10px;
	}
	.dlscrolldv a .vimg{
		margin-bottom: 0;
	}
	.dlscrolldv a .vimg img{
		max-width: 20px;
	}
	/* <=== bannerhome ===> */
	
	/* <=== aboutshome ===> */
	.aboutshome{
		padding: 40px 0 60px;
	}
	.hpaboutshh .hhgrip .mcol{
		width: 100%;
	}
	.hpaboutshh .hhgrip .hcol{
		width: 100%;
		margin-bottom: 20px;
	}
	.tpaboutsha{
		max-width: 100%;
	}
	.tpaboutsha .hacapts{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	.tpaboutsha .hatitle{
		margin-bottom: 10px;
	}
	.tpaboutsha .hatitle, .tpaboutsha .hatitle h2{
		font-size: 25px;
		line-height: 35px;
	}
	.tpaboutsha .ititle{
		font-size: 30px;
		line-height: 30px;
	}
	.tpaboutshb{
		max-width: 320px;
		margin: 0 auto;
	}
	/* <=== aboutshome ===> */

	/* <=== partnerHome ===> */
	.partnerHome{
		padding-top: 0;
		padding-bottom: 30px;
	}
	/* <=== partnerHome ===> */

	/* <=== tourdvhome ===> */
	.tourdvhome{
		margin-bottom: -110px;
	}
	.sltourdvhh .swiper-slide{
		width: 270px!important;
		margin-right: 20px !important;
	}
	.ittourdvhh{
		border-radius: 15px;
	}
	.ittourdvhh .decss{
		padding: 10px 70px 15px 20px;
	}
	.ittourdvhh .dstitle{
		margin-bottom: 0;
	}
	.ittourdvhh .dstitle, .ittourdvhh .dstitle h3{
		font-size: 22px;
		line-height: 30px;
	}
	.ittourdvhh .dsconts{
		font-size: 13px;
		line-height: 20px;
		max-height: 40px;
		display: none;
	}
	.ittourdvhh .dsviews{
		right: 20px;
		bottom: 20px;
	}
	.ittourdvhh .dsviews a{
		width: 40px;
		height: 40px;
	}
	/* <=== tourdvhome ===> */

	/* <=== instruhome ===> */
	.instruhome{
		padding: 160px 0 90px;
	}
	.hpinstruhh .hhgrip{
		display: block;
	}
	.tpinstruha{
		padding: 0;
	}
	.hpinstruhh .hhgrip .xcol{
		width: 100%;
		margin-bottom: 20px;
	}
	.hpinstruhh .hhgrip .ycol{
		width: 100%;
	}
	.tpinstruha .dscapts{
		font-size: 16px;
		line-height: 24px;
	}
	.tpinstruha .dstitle{
		margin-bottom: 0;
	}
	.tpinstruha .dstitle, .tpinstruha .dstitle h2{
		font-size: 30px;
		line-height: 40px;
	}
	.hpinstruhh .hhgrip{
		margin-bottom: 120px;
	}
	/* <=== instruhome ===> */

	/* <=== vinfoshome ===> */
	.vinfoshome{
		padding: 40px 0 80px;
		border-radius: 30px 30px 0 0;
		margin-top: -30px;
	}
	.tpvinfosha .hagrip > div{
		width: 100%;
		margin-bottom: 50px;
	}
	.tpvinfosha .hagrip > div:last-child{
		margin-bottom: 0;
	}
	.tpvinfosha .decss{
		max-width: 100%;
		text-align: center;
	}
	.tpvinfosha .dscatps{
		font-size: 16px;
		line-height: 24px;
	}
	.tpvinfosha .dstitle, .tpvinfosha .dstitle h2{
		font-size: 25px;
		line-height: 35px;
	}
	.tpvinfosha .dsconts{
		font-size: 14px;
		line-height: 24px;
		text-align: justify;
		text-align-last: center;
		margin-bottom: 20px;
	}
	.tpvinfosha .viewall{
		justify-content: center;
	}
	.tpvinfosha .thumb{
		max-width: 300px;
		margin: 0 auto;
	}
	.tpvinfosha{
		margin-bottom: 50px;
	}
	.itvinfoshb .decss{
		padding: 8px 12px 16px;
	}
	.itvinfoshb .dsponsi{
		font-size: 13px;
		line-height: 20px;
		margin-bottom: 3px;
	}
	.itvinfoshb .dstitle, .itvinfoshb .dstitle h3{
		font-size: 15px;
		line-height: 23px;
	}
	.slarrowall .hbarrow{
		display: none;
	}
	/* <=== vinfoshome ===> */

	/* <=== testimhome ===> */
	.testimhome{
		border-radius: 30px 30px 0 0;
		margin-top: -30px;
	}
	.hptestimha{
		padding: 60px 0 70px;
	}
	.hptestimha .haback{
		background-position: top center;
		background-size: 100% auto;
	}
	.tptestimha .hatitle{
		margin-bottom: 50px;
	}
	.tptestimha .hatitle, .tptestimha .hatitle h2{
		font-size: 80px;
		line-height: 100px;
	}
	.sltestimha .swiper-slide.swiper-slide-even{
		margin-top: 50px;
	}
	.sltestimha{
		width: calc(100% + 20px);
	}
	.sltestimha .swiper-slide{
		width: 180px;
		-webkit-transition: all 0s linear;
		-o-transition: all 0s linear;
		transition: all 0s linear;
	}
	.ittestimha{
		min-width: 180px;
		width: 180px;
	}
	.ittestimha .thumb{
		margin-bottom: 15px;
	}
	.ittestimha .dsgrip{
		margin: 0 -4px;
		flex-wrap: wrap;
	}
	.ittestimha .dsgrip > div{
		padding: 0 4px;
	}
	.ittestimha .dsgrip .lcol{
		width: 100%;
		margin-bottom: 10px;
	}
	.ittestimha .dsgrip .rcol{
		width: 100%;
	}
	.ittestimha .dsimgs{
		width: 74px;
		height: 74px;
	}
	.ittestimha .dstitle, .ittestimha .dstitle h3{
		font-size: 20px;
		line-height: 30px;
	}
	.ittestimha .dsconts{
		font-size: 14px;
		line-height: 22.5px;
	}
	.ittestimha .decss::before{
		right: 20px;
    	top: -40px;
	}
	.ittestimha .dsconts .showview{
		bottom: 0;
		padding: 0;
	}
	.hptestimhb{
		padding: 125px 0 70px;
	}
	.hptestimhb .hbback{
		top: 80px;
		height: calc(100% - 80px);
	}
	.hptestimhb .hbtitle{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.hptestimhb .hbtitle span{
		font-size: 50px;
		line-height: 50px;
	}
	.hptestimhb .hbconts{
		padding: 0;
	}
	/* <=== testimhome ===> */

	/* <=== newshome ===> */
	.newshome{
		border-radius: 30px 30px 0 0;
		padding: 35px 0 60px;
	}
	.newshome .capts{
		font-size: 16px;
		line-height: 24px;
	}
	.newshome .title{
		font-size: 30px;
		line-height: 40px;
	}
	.tpnewshh .hhgrip .mcol{
		width: 100%;
	}
	.tpnewshh .hhgrip .hcol{
		width: 100%;
	}
	#slnewsall .item .caption{
		padding: 8px 80px 10px 15px;
	}
	#slnewsall .item .tend a{
		font-size: 16px;
		line-height: 20px;
		height: 40px;
	}
	#slnewsall .item .date{
		margin-bottom: 2px;
	}
	#slnewsall .slick-arrow{
		bottom: 14px;
	}
	#slnewsall .slick-next{
		right: 10px;
	}
	#slnewsall .slick-prev{
		right: 48px;
	}
	.tpnewshb .item .tend a{
		font-size: 20px;
		line-height: 25px;
		max-height: 50px;
	}
	.tpnewshb .item .des{
		max-height: 75px;
		font-size: 15px;
		line-height: 25px;
	}
	.tpnewshb{
		height: auto;
	}
	/* <=== newshome ===> */
}
@media all and (max-width: 767px){
	/* <=== testimhome ===> */
	.tptestimha .hatitle, .tptestimha .hatitle h2{
		font-size: 45px;
		line-height: 55px;
	}
	.hptestimhb .frmnotes{
		display: none;
	}
	.hptestimhb .frmgrip .mcol{
		width: 100%;
		margin-bottom: 10px;
	}
	.hptestimhb .frmgrip .hcol{
		width: 100%;
	}
	.hptestimhb .frmgroup input{
		height: 60px;
		font-size: 15px;
		line-height: 23px;
	}
	.hptestimhb .frmgroup input::-webkit-input-placeholder { 
		font-size: 15px;
		line-height: 23px;
	}
	.hptestimhb .frmgroup input:-ms-input-placeholder {
		font-size: 15px;
		line-height: 23px;
	}
	.hptestimhb .frmgroup input::placeholder {
		font-size: 15px;
		line-height: 23px;
	}
	.hptestimhb .hbconts{
		position: relative;
		padding-right: 80px;
	}
	.hptestimhb .frmgrip .bcol{
		width: 80px;
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.hptestimhb .frmgroup button{
		align-items: center;
		align-content: center;
		height: 75px;
	}
	/* <=== testimhome ===> */

	/* <=== instruhome ===> */
	.hpinstruhh .hhgrip{
		margin-bottom: 20px;
	}
	.tpinstruhb .hbgrip{
		margin: 0 -10px;
	}
	.tpinstruhb .hbgrip > div{
		padding: 0 10px;
		margin-bottom: 10px;
		width: 100%;
	}
	.tpinstruhb .hbgrip > div:nth-child(even){
		top: 0;
	}
	.itinstruhb{
		border-radius: 10px;
		background-color: #fff;
		padding: 10px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
	}
	.itinstruhb .thumb{
        width: 46.876%;
	}
	.itinstruhb .decss{
		width: calc(100% - 46.876%);
		padding: 5px 10px 5px 20px;
		position: relative;
	}
	.itinstruhb .decss, .itinstruhb .decss a{
		color: #333333;
	}
	.itinstruhb .dscapts{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 2px;
	}
	.itinstruhb .dstitle{
		margin-bottom: 5px;
	}
	.itinstruhb .dstitle, .itinstruhb .dstitle h3{
		font-size: 16px;
		line-height: 25px;
	}
	.itinstruhb .dstitle a{
		max-height: 75px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.itinstruhb .dsconts{
		font-size: 12px;
		line-height: 18px;
		max-height: 54px;
	}
	.itinstruhb .dsinfos > div{
		width: 100%;
		margin-bottom: 12px;
	}
	.itinstruhb .dsinfos > div:last-child{
		margin-bottom: 0;
	}
	.itinstruhb .dsprice .pnews{
		font-size: 18px;
		line-height: 20px;
		color: #98ce31;
	}
	.itinstruhb .dsprice .polds{
		color: #999999;
		font-size: 14px;
		line-height: 20px;
	}
	.itinstruhb .dsviews a{
		width: 100%;
		height: 30px;
		padding: 5px 10px;
		text-align: center;
		border-radius: 25px;
		background-color: #98ce31;
		color: #fff;
		font-size: 14px;
	}
	/* <=== instruhome ===> */
}