.gridT{
	margin: 0 -10px;
}
.gridT:after{
	content: "";
	display: block;
	clear: both;
}
.gridT .col{
	width: 33.333333%;
	float: left;
	padding: 0 10px;
}
/*============*/
.gridS{
	margin: 0 -10px;
}
.gridS:after{
	content: "";
	display: block;
	clear: both;
}
.gridS .col{
	width: 25%;
	float: left;
	padding: 0 10px;
}
/*======================================*/
.tour{
	background: #f6f6f6;
	margin-bottom: 20px;
	position: relative;
}
.tour .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.tour .img 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;
	backface-visibility: hidden;
}
.tour .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.tour .time {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    color: #ffffff;
    padding: 6px 20px;
}
.tour .time div{
	padding-left: 20px;
	position: relative;
}
.tour .time div:before{
	content: "\f017";
	font-family: FontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#ffd600;
}
.tour .order{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.tour .order a {
    display: block;
    background: rgba(221, 0, 0, 0.8);
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    padding: 6px 15px;
}
.tour .order a span{
	padding-left: 20px;
	position: relative;
}
.tour .order a span:before{
	content: "\f055";
	font-family: FontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.tour .order a:hover{
	background: #ffd600;
	color:#333333;
}
.tour .tend{
	padding: 10px 15px;
}
.tour .tend a{
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	height:48px;
	overflow: hidden;
}
.tour .info{
	color:#666666;
	padding: 10px 15px;
	border-bottom: solid 1px #dcdcdc;
	display: flex;
	flex-wrap: wrap;
}
.tour .info .be{
	width: 50%;
    margin-bottom: 5px;
}
.tour .info.infoss .be{
	width: 100%;
}
.tour .wrapDF{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
}
.tour .price{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
.tour .price .red{
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color:#ee0000;
	margin-right: 15px;
}
.tour .price .nor{
	font-size: 14px;
	line-height: 22px;
	color:#999999;
	text-decoration: line-through;
}
.tour .link a{
	display: block;
	font-weight: bold;
	color:#666666;
	text-transform: uppercase;
}
.tour .link a span{
	padding-right: 20px;
	position: relative;
}
.tour .link a span:before{
	content: "\f178";
	font-family: fontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tour .link a:hover{
	color:#ffd600;
}
.tour .ribbon{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	pointer-events: none;
}
/*===============*/
.tour.ss{
	background: #28303d;
}
.tour.ss .tend{
	background: #ffd600
}
.tour.ss .info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color:#ffffff;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	min-height: 75px;
}
.tour.ss .info .be{
	margin-bottom: 5px;
}
.tour.ss .info .be:last-child{
	margin-right: 0;
}
.tour.ss .price .red{
	color:#ffd600;
}
.tour.ss .link a{
	color:#ffffff;
}
.tour.ss .link a:hover{
	color:#ee0000;
}
/*===============*/
.tour.selected .img{
	cursor: pointer;
}
.tour.selected .bgSelect{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.tour.selected:hover .bgSelect,
.tour.selected.set .bgSelect{
	opacity: 1;
	visibility: initial;
}
.tour.selected .bgSelect .i-i{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tour.selected .bgSelect .i-i.i-ok{
	max-width: 25%;
}
.tour.selected .bgSelect .i-i.i-close{
	max-width: 15%;
	-webkit-transform: translate(-50%,100%);
	-ms-transform: translate(-50%,100%);
	-o-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.tour.selected.set:hover .bgSelect .i-ok{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate(-50%,-100%);
	-ms-transform: translate(-50%,-100%);
	-o-transform: translate(-50%,-100%);
	transform: translate(-50%,-100%);
}
.tour.selected.set:hover .bgSelect .i-close{
	opacity: 1;
	visibility: initial;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/*===================================================*/
#vnt-sidebar .toggle {
    background: #e7b100;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    color: #ffffff;
    padding: 9px 50px 9px 25px;
    right: -65px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    cursor: pointer;
    display: none;
}
.titleFilter {
    text-transform: uppercase;
    background: #f2f2f2;
    font-size: 14px;
    line-height: 23px;
    padding: 11px 15px;
    margin-bottom: 15px;
}
.boxFilter{
	margin-bottom: 20px;
}
.boxFilter .title{
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 10px;
	border-bottom: solid 2px rgba(0,0,0,0.5);
	position: relative;
	cursor: pointer;
}
.boxFilter .title:before{
	content: "\f107";
	font-family: FontAwesome;
	position: absolute;
	right:0;
	top: 42%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.boxFilter.active .title:before{
	content: "\f106";
}
.boxFilter .content{
	padding-top: 15px;
	display: none;
}
.myCheckbox input{
    display: none;
}
.myCheckbox{
    padding-left: 25px;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.myCheckbox:hover{
    color:#ffd600;
}
.myCheckbox:before{
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left:0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border:solid 1px #666666;
}
.myCheckbox:after {
    content: "\f00c";
    font-family: fontAwesome;
    position: absolute;
    left: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0) rotate(45deg);
    -ms-transform: translateY(-50%) scale(0) rotate(45deg);
    -o-transform: translateY(-50%) scale(0) rotate(45deg);
    transform: translateY(-50%) scale(0) rotate(45deg);
    font-size: 12px;
}
.myCheckbox.active:after{
    -webkit-transform: translateY(-50%) scale(1) rotate(0deg);
    -ms-transform: translateY(-50%) scale(1) rotate(0deg);
    -o-transform: translateY(-50%) scale(1) rotate(0deg);
    transform: translateY(-50%) scale(1) rotate(0deg);
}
.myCheckbox span{
    color:#999999;
}
.bgBlack {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 108;
}
.bgBlack.active{
	opacity: 1;
	visibility: initial;
}
/*=========================================================*/
/*==============================================*/
.productWrap{
	background: #f2f2f2;
	margin-bottom: 30px;
}
.productWrap .wrapMe{
	padding: 25px 30px;
}
.productWrap .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: stretch;
}
.productWrap .grid .col1{
	width:-webkit-calc(100% - 400px);
	width:-moz-calc(100% - 400px);
	width:-o-calc(100% - 400px);
	width:calc(100% - 400px);
}
.productWrap .grid .col2{
	width: 400px;
}
/*===========================================*/
#slidethumbnail .img{
	overflow: hidden;
	position: relative;
	height: 510px;
}
#slidethumbnail .img img{
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: initial;
}
#slidethumbnail .slick-arrow{
	width: 50px;
	height: 50px;
	background: rgba(0,0,0,0.8);
	border-radius: 100%;
	border:none;
	font-size: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color:#ffffff;
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slidethumbnail .slick-arrow:before{
	font-family: fontawesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 25px;
	line-height: 33px;
}
#slidethumbnail .slick-prev{
	left: 20px;
}
#slidethumbnail .slick-next{
	right: 20px;
}
#slidethumbnail .slick-prev:before{
	content: "\f104";
}
#slidethumbnail .slick-next:before{
	content: "\f105";
}
#slidethumbnail .slick-arrow:hover{
	background: rgba(0,0,0,0.5);
}
#slidethumbnail .slick-dots{
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}
#slidethumbnail .slick-dots li{
	margin: 0 4px;
}
#slidethumbnail .slick-dots li button{
	width: 10px;
	height: 10px;
	background: #ffffff;
	border:none;
	border-radius: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: relative;
	font-size: 0;
	padding: 0;
}
#slidethumbnail .slick-dots li button:before{
	content: "";
	position: absolute;
	left: -2px;
	right: -2px;
	bottom: -2px;
	top: -2px;
	border-radius: 100%;
	border:solid 2px transparent;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slidethumbnail .slick-dots li.slick-active button{
	background: transparent;
}
#slidethumbnail .slick-dots li.slick-active button:before{
	border-color:#ffffff;
}
/*==========================================*/
.productTitle{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	position: relative;
}
.productTitle:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	border-bottom: solid 1px #ffffff;
}
.productTitle h1{
	font-size: 28px;
	line-height: 36px;
	font-weight: normal;
}
.productAttr{
	font-size: 15px;
	line-height: 23px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	position: relative;
}
.productAttr:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	border-bottom: solid 1px #ffffff;
}
.productAttr ul li{
	margin-bottom: 5px;
}
.productAttr .at{
	width: 115px;
	float: left;
	font-weight: bold;
}
.productAttr .as{
	overflow: hidden;
}
.myToolsv .share{
	margin-bottom: 15px;
}
.myToolsv .share ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.myToolsv .share ul li{
	margin-right: 10px;
}
.myToolsv .print ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
.myToolsv .print ul li{
	margin-right: 10px;
}
.myToolsv .print ul li a{
	padding-left: 20px;
	position: relative;
}
.myToolsv .print ul li a:before{
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*======================================*/
.productContent{
	margin-bottom: 30px;
}
.productContent .titleTab{
	margin-bottom: 20px;
	position: relative;
}
.productContent .titleTab ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	background: #f2f2f2;
	border-radius: 5px;
}
.productContent .titleTab ul li a {
    display: block;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
}
.productContent .titleTab ul li.active a{
	background: #ffd600;
}
.productContent .titleTab .mc-title-tab {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    background: #ffd600;
    padding: 11px 15px;
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #e5c000;
    border-radius: 5px;
}
.productContent .titleTab .mc-title-tab:before{
	content: "\f0d7";
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*==============================================*/
.date-tour{
	background: #ffd600;
	padding: 15px 20px;
	margin-bottom: 5px;
	border-bottom: solid 3px #e5c000;
	border-radius: 5px;
}
.date-tour .grid{
	margin: 0 -5px
}
.date-tour .grid:after{
	content: "";
	display: block;
	clear: both;
}
.date-tour .grid .col{
	width: 50%;
	padding: 0 5px;
	float: left;
}
.date-tour label{
	font-weight: bold;
}
.date-tour select{
	width: 100%;
	border:none;
	height: 40px;
	padding-left: 10px;
	color:#333333;
}
.date-tour .codeTour {
    font-size: 15px;
    line-height: 24px;
    background: rgba(255,255,255,0.4);
    padding: 8px 10px;
    text-align: center;
}
.date-tour .local label{
	font-weight: normal;
	font-size: 13px;
	line-height: 21px;
}
.date-tour .local p{
	padding: 0;
}
.tourAttr{
	padding: 15px 20px;
	background: #f2f2f2;
	margin-bottom: 5px;
}
.tourAttr .at{
	width: 45%;
	float: left;
	font-style: italic;
	color:#999999;
}
.tourAttr .at p{
	padding: 0;
}
.tourAttr .at .t{
	color:#333333;
	font-weight: bold;
	font-style: normal;
}
.tourAttr .as{
	float: left;
	width: 55%;
}
.tourAttr .price{
	font-size: 16px;
	line-height: 24px;
}
.tourAttr .price .red{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color:#ff0000;
}
.tourAttr .price .nor{
	color:#999999;
	text-decoration: line-through;
}
.tourAttr .h{
	color:#666666;
}
.tourAttr .hh span{
	font-size: 16px;
	line-height: 24px;
	color:#ff0000;
	font-weight: bold;
}
.cartTour{
	padding: 20px;
	background: #f2f2f2;
}
.cartTour a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    background: #eb1922;
    border: none;
    text-align: center;
    padding: 13px 10px;
    border-bottom: solid 3px #d3161f;
    border-radius: 5px;
}
.cartTour a span{
	padding-left: 25px;
	position: relative;
}
.cartTour a span:before{
	font-family: FontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.cartTour a:hover{
	background: #ffd600;
	border-bottom-color: #e5c000;
	color:#333333;
}
.formTour{
	margin-bottom: 25px;
}
.boxTour{
	margin-bottom: 25px;
}
.boxTourRes{
	margin-bottom: 0;
}
.boxTour .tit{
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: solid 2px #7f7f7f;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.boxTour .tit .viewAll a{
	font-size: 14px;
	line-height: 22px;
	color:#666666;
	font-weight: normal;
	text-transform: none;
}
.boxTour .tit .viewAll a:hover{
	color:#fe961d;
}
.boxTour a.dayAffix{
	display: block;
	font-size: 15px;
	line-height: 23px;
}
.boxTour a.service{
	padding-left: 50px;
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
}
.boxTour a.service:before{
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
	height: 35px;
	background: #ffd600;
	font-family: FontAwesome;
	text-align: center;
	line-height: 35px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 5px;
}
.boxTour a.service:hover{
	color:#fe961d;
}
.boxTour a.service:hover:before{
	border-radius: 100%;
}
/*===============================================*/
#slideOther .slick-list{
	margin: 0 -10px;
}
#slideOther .item{
	padding: 0 10px;
}
#slideOther .slick-arrow{
	width: 40px;
	height: 40px;
	background: #ffffff;
	border:none;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	font-size: 0;
	padding: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slideOther .slick-arrow:before{
	font-family: fontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-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;
	color:#666666;
}
#slideOther .slick-prev{
	left: -50px;
}
#slideOther .slick-next{
	right: -50px;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
#slideOther .slick-arrow:hover{
	background: #ffd600;
}
/*========================================================*/
.vnt-exper{
	padding: 30px 0 55px;
	background: #f9f9f9;
	margin-bottom: 40px;
}
#slideExper .slick-list{
	margin: 0 -10px;
}
#slideExper .item{
	padding: 0 10px;
}
#slideExper .slick-arrow{
	width: 40px;
	height: 40px;
	background: #ffffff;
	border:none;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	font-size: 0;
	padding: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slideExper .slick-arrow:before{
	font-family: fontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-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;
	color:#666666;
}
#slideExper .slick-prev{
	left: -50px;
}
#slideExper .slick-next{
	right: -50px;
}
#slideExper .slick-prev:before{
	content: "\f104";
}
#slideExper .slick-next:before{
	content: "\f105";
}
#slideExper .slick-arrow:hover{
	background: #ffd600;
}
.newsEx{
	margin-bottom: 30px;
}
.newsEx:after{
	content: "";
	display: block;
	clear: both;
}
.newsEx .img{
	width: 270px;
	float: left;
	margin-right: 30px;
}
.newsEx .img .wrap{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.newsEx .img img{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	top: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	backface-visibility: hidden;
}
.newsEx .img:hover img{
	-webkit-transform: translateX(-50%) scale(1.05);
	-ms-transform: translateX(-50%) scale(1.05);
	-o-transform: translateX(-50%) scale(1.05);
	transform: translateX(-50%) scale(1.05);
}
.newsEx .date {
    font-size: 13px;
    line-height: 21px;
    background: rgba(255, 214, 0, 0.8);
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    padding: 5px 21px;
}
.newsEx .date span{
	padding-left: 20px;
	position: relative;
}
.newsEx .date span:before{
	content: "\f133";
	font-family: fontawesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.newsEx .caption{
	overflow: hidden;
}
.newsEx .tend{
	margin-bottom: 10px;
}
.newsEx .tend a{
	font-size: 16px;
	line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    height:48px;
    overflow: hidden;
    display: block;
}
.newsEx .des{
	max-height: 88px;
	overflow: hidden;
	color:#777777;
}
.vnt-exper .boxTour{
	margin-bottom: 0;
}
/*====================================================*/
div#vnt-cart-tour {
    position: fixed;
    top: 33.33333%;
    right: 15px;
    z-index: 110;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0;
	visibility: hidden;
}
div#vnt-cart-tour.active-show{
	opacity: 1;
	visibility: initial;
}
div#vnt-cart-tour .icon{
	width: 50px;
	height: 80px;
	background: #ffd600;
	border-radius: 5px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 109;
}
div#vnt-cart-tour .icon span{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 5px;
}
div#vnt-cart-tour .icon img{
	max-width: 17px;
}
div#vnt-cart-tour .content{
	position: absolute;
	right: 100%;
	margin-right: 15px;
	top: 0;
	background: #ffffff;
	padding: 20px;
	border-radius: 5px;
	width: 590px;
	z-index: 109;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
div#vnt-cart-tour.active .content{
	opacity: 1;
	visibility: initial;
}
#vnt-cart-tour .wrapItem {
    max-height: 290px;
    overflow: auto;
    margin-bottom: 30px;
}
#vnt-cart-tour .item{
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: dotted 1px rgba(0,0,0,0.2);
	padding-right: 30px;
	position: relative;
}
#vnt-cart-tour .item:after{
	content: "";
	display: block;
	clear: both;
}
#vnt-cart-tour .item .delItem{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	color:#ffd600;
}
#vnt-cart-tour .item .delItem:before{
	content: "\f2d3";
	font-family: fontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#vnt-cart-tour .item .delItem:hover{
	color:#ee0000;
}
#vnt-cart-tour .item .img{
	width: 150px;
	float: left;
	margin-right: 20px;
}
#vnt-cart-tour .item .img .wrap{
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
#vnt-cart-tour .item .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#vnt-cart-tour .item .caption{
	overflow: hidden;
}
#vnt-cart-tour .item .tend{
	margin-bottom: 5px;
}
#vnt-cart-tour .item .tend a{
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
#vnt-cart-tour .item .info{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
}
#vnt-cart-tour .item .date{
	margin-right: 15px;
}
#vnt-cart-tour .item .date .tx{
	font-weight: bold;
}
#vnt-cart-tour .item .price .tx{
	font-weight: bold;
}
#vnt-cart-tour .item .price .pri{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	white-space: nowrap;
}
#vnt-cart-tour .item .price .pri .red{
	font-weight: bold;
	color:#ff0000;
	margin-right: 10px;
}
#vnt-cart-tour .item .price .pri .nor{
	color:#999999;
	text-decoration: line-through;
}
#vnt-cart-tour .wrapButton{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#vnt-cart-tour a.closez {
    background: #f2f2f2;
    border-bottom: solid 3px #d9d9d9;
    text-transform: uppercase;
    padding: 7px 25px;
    border-radius: 5px;
}
#vnt-cart-tour a.closez:hover{
	background: #d9d9d9;
	color:#ffffff;
}
#vnt-cart-tour a.ok {
    background: #28303d;
    text-transform: uppercase;
    padding: 7px 25px;
    border-radius: 5px;
    color:#ffffff;
}
#vnt-cart-tour a.ok:hover{
	background: #ffd600;
	color:#333333;
}
#vnt-cart-tour .bg-black{
	position: fixed;
	background: rgba(0,0,0,0.8);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 108;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1200px){
.tour .price .red{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color:#ee0000;
	margin-right: 15px;
}
.tour .price .nor{
	font-size: 12px;
	line-height: 20px;
	color:#999999;
	text-decoration: line-through;
}
}

@media all and (max-width: 991px){
#vnt-sidebar {
    max-width: 275px;
    position: fixed;
    height: 100%;
    background: #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 20px;
}
#vnt-sidebar.active{
	-webkit-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
}
#vnt-sidebar .wrap{
	height:100%;
	overflow: auto;
}
#vnt-sidebar .toggle {
    display: block;
}
 #vnt-sidebar.active .toggle{
	right:-70px;
}
#vnt-sidebar .toggle:before{
	content: "\f100";
	font-family: FontAwesome;
	position: absolute;
	right:20px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	font-size: 20px;
	line-height: 30px;
}
#vnt-sidebar.active .toggle:before{
	content: "\f101";
}
#slidethumbnail .img{
	height:initial;
}
#slidethumbnail .img img{
	position: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
	width: 100%;
	height:initial;
}
.boxProduct .title {
    flex-direction: column;
}
.boxProduct .title select{
	width: 100%;
}
.productTitle h1{
	font-size: 22px;
	line-height: 30px;
}
.productWrap .wrapMe{
	padding: 10px 20px;
}
.date-tour{
	padding: 10px 15px;
}
#slideOther .slick-list{
	margin: 0 -10px;
}
#slideOther .item{
	padding: 0 10px;
}
#slideExper .slick-arrow{
	top:initial;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -30px;
	z-index: 1;
}
#slideExper .slick-prev{
	margin-left: -28px;
}
#slideExper .slick-next{
	margin-left: 28px;	
}
#slideOther .slick-arrow{
	top:initial;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -30px;
	z-index: 1;
}
#slideOther .slick-prev{
	margin-left: -28px;
}
#slideOther .slick-next{
	margin-left: 28px;	
}
#vnt-cart-tour .item .price .pri{
	display: block;
}
.gridS .col{
	width: 33.333333%;
}
}

@media all and (max-width: 768px){
.tour.ss .info{
	display: block;
}
.tour .link{
	display: none;
}
.tour .price{
	display: block;
}
.gridT .col,
.gridS .col{
	width: 50%;
}
.productWrap .grid{
	display: block;
}
.productWrap .grid .col1,
.productWrap .grid .col2{
	width: 100%;
}
.productContent .titleTab ul{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 1;
	display: none;
}
.productContent .titleTab ul li a{
	padding: 5px 10px;
	text-transform: none;
}
.productContent .titleTab ul li.active a{
	background: #f2f2f2;
	color:#fe961d;
}
.productContent .titleTab.active ul{
	display: block;
}
div#vnt-cart-tour .content{
	position: fixed;	
	top: 15px;
	right: 15px;
	bottom: 65px;
	left: 15px;
	margin-right: 0;
	width: initial;
}
#vnt-cart-tour .wrapItem{
	max-height: -webkit-calc(100% - 70px);
	max-height: -moz-alc(100% - 70px);
	max-height: -o-calc(100% - 70px);
	max-height: calc(100% - 70px);
}
}

@media all and (max-width: 480px){
.gridT .col,
.gridS .col{
	width: 100%;
}
.newsEx .img{
	width: 100%;
	margin-right: 0;
	margin-bottom: 15px;
	float: none;
}
.newsEx .caption{
	overflow: initial;
}
.newsEx .des{
	display: none;
}
.newsEx .tend a{
	text-align: center;
}
#vnt-cart-tour .item .img{
	float: none;
	margin-right: 0;
	margin-bottom: 15px;
}
}

@media all and (max-width: 360px){
.tour.ss .info{
	display: block;
}
.tour .link{
	display: none;
}
.tour .price{
	display: block;
}
.date-tour .grid .col{
	width: 100%;
	margin-bottom: 10px;
}
}