.wrapperHome{
	padding: 0 60px;
}
.vnt-main-home{
	position: relative;
}
#vnt-slide-home{
	position: relative;
}
#vnt-slide-home:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 20%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.31) 48%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%,rgba(0,0,0,0.31) 48%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 6%,rgba(0,0,0,0.31) 48%,rgba(0,0,0,0.7) 100%);
	pointer-events: none;
	z-index: 1;
}
#vnt-slide-home .item{
	position: relative;
}
#vnt-slide-home .img{
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#vnt-slide-home .img img{
	display: none;
}
#vnt-slide-home .caption{
	position: absolute;
	left:60px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
#vnt-slide-home .caption .cont{
	text-transform: uppercase;
	font-size: 50px;
	line-height: 60px;
	color:#ffffff;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	text-shadow: 5px 5px 0px rgba(0,0,0,0.05);
	margin-bottom: 30px;
	-webkit-transition: all 0.3s linear 1s;
	-o-transition: all 0.3s linear 1s;
	transition: all 0.3s linear 1s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-o-transform: translateX(-30%);
	transform: translateX(-30%);
}
#vnt-slide-home .caption .cont p{
	padding: 0;
}
#vnt-slide-home .caption .link{
	-webkit-transition: all 0.3s linear 1.2s;
	-o-transition: all 0.3s linear 1.2s;
	transition: all 0.3s linear 1.2s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-30%);
	-ms-transform: translateX(-30%);
	-o-transform: translateX(-30%);
	transform: translateX(-30%);
}
#vnt-slide-home .caption .link a {
    display: inline-block;
    font-size: 15px;
    line-height: 23px;
    background: #ffffff;
    padding: 9px 31px;
    border-radius: 5px;
}
#vnt-slide-home .caption .link a:hover{
	background:#ffd600;
	color:#333333;
}
#vnt-slide-home .item.slick-current .caption .cont,
#vnt-slide-home .item.slick-current .caption .link{
	opacity: 1;
	visibility: initial;
	-webkit-transform: initial;
	-ms-transform: initial;
	-o-transform: initial;
	transform: initial;
}
#vnt-slide-home .slick-arrow{
	width:60px;
	height:60px;
	background: #ffffff;
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#999999;
}
#vnt-slide-home .slick-prev{
	left:0;
}
#vnt-slide-home .slick-next{
	right:0;
}
#vnt-slide-home .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: 50px;
	line-height: 58px;
}
#vnt-slide-home .slick-prev:before{
	content: "\f104";
}
#vnt-slide-home .slick-next:before{
	content: "\f105";
}
#vnt-slide-home .slick-arrow:hover{
	color:#ea4725;
}
#vnt-slide-home .slick-dots{
	position: absolute;
	left: 30px;
	bottom: 20px;
	text-align: center;
	z-index: 2;
}
#vnt-slide-home .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#vnt-slide-home .slick-dots li button{
	width:12px;
	height:12px;
	background: #ffffff;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:solid 2px transparent;
}
#vnt-slide-home .slick-dots li.slick-active button{
	background: transparent;
	border-color: #ffffff;
}
.vnt-go-bot{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 25px;
	z-index: 2;
}
.vnt-go-bot a{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border:solid 2px rgba(255,255,255,0.5);
	font-size: 30px;
	line-height: 35px;
	color:rgba(255,255,255,0.5);
}
.vnt-go-bot a 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%);
}
.vnt-main-home .form4t{
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 350px;
	width: 100%;
	right: 70px;
}
.form4t {
    background: rgba(40, 48, 61, 0.9);
}
.form4t .title {
    color: #ffd600;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    line-height: 29px;
    padding: 13px 10px;
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
.form4t .wrap{
	padding: 20px 20px;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
.form4t label{
	color:#ffffff;
}
.form4t .hor label{
	width: 110px;
	float: left;
	margin-top: 10px;
}
.form4t .hor .colRight{
	overflow: hidden;
}
.form4t input[type="text"]{
	width: 100%;
	height: 40px;
	border-radius: 5px;
	padding-left: 10px;
	background: #e9eaeb;
	border:none;
	backface-visibility: hidden;
}
.form4t .grid{
	margin:0 -10px;
}
.form4t .grid:after{
	content: "";
	display: block;
	clear: both;
}
.form4t .grid .col{
	width: 25%;
	float:left;
	padding: 0 10px;
}
.form4t .checkType{
	margin-top: 15px;
	cursor: pointer;
}
.form4t .checkType .img{
	padding-top: 100%;
	border-radius: 100%;
	border:solid 2px rgba(255,255,255,0.5);
	position: relative;
	font-size: 25px;
	line-height: 35px;
	color:#ffffff;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.form4t .checkType.active .img{
	border-color:#ffd600;
	color:#ffd600;
}
.form4t .checkType .img 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%);
}
.form4t .checkType .txt{
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color:#ffffff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.form4t .checkType.active .txt{
	color:#ffd600;
}
.form4t .checkType input{
	display: none;
}
.form4t .form-df{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.form4t .form-df .tx2{
	color:#ffffff;
	font-size: 15px;
	line-height: 23px;
	margin-right: 10px;
}
.form4t .form-df .ip2{
	width: 40px;
	text-align: center;
	margin-right: 10px;
	padding-left: 0;
}
.form4t button{
	width: 100%;
	height: 40px;
	background: #ffd600;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	border:none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	backface-visibility: hidden;
}
.form4t button span{
	padding-left: 20px;
	position: relative;
}
.form4t button span:before{
	position: absolute;
	content: "\f002";
	font-family: FontAwesome;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.form4t button:hover{
	background: #ffffff;
}
.form4t .wrap .form-group:last-child{
	margin-bottom: 0;
}
/*===================*/
.searchQuiz{
	padding: 15px 0 30px;
	background: #28303d;
	margin-bottom: 55px;
}
.searchQuiz .title{
	font-size: 19px;
	line-height: 27px;
	text-transform: uppercase;
	color:#ffffff;
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.searchQuiz .title:before{
	content: "";
	position: absolute;
	left:0;
	right: 0;
	top: 50%;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.searchQuiz .title h2{
	position: relative;
	background: #28303d;
	z-index: 1;
	display: inline-block;
	padding: 0 15px;
}
.searchQuiz .grid{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	margin: 0 -5px;
	flex-wrap: wrap;
}
.searchQuiz .grid .col{
	padding:0 5px;
	width: 18%;
}
.searchQuiz .grid .col2{
	padding:0 5px;
	width: 10%;
}
.searchQuiz input[type="text"],
.searchQuiz select{
	width: 100%;
	height: 40px;
	border-radius: 5px;
	padding-left: 10px;
	background: #e9eaeb;
	border:none;
}
.searchQuiz .formFa{
	position: relative;
}
.searchQuiz .formFa:before{
	font-family: fontAwesome;
	position: absolute;
	right:15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
	line-height: 23px;
}
.searchQuiz button{
	width: 100%;
	height: 40px;
	background: #ffd600;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
	border:none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border-radius: 5px;
}
.searchQuiz button span{
	padding-left: 20px;
	position: relative;
}
.searchQuiz button span:before{
	position: absolute;
	content: "\f002";
	font-family: FontAwesome;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.searchQuiz button:hover{
	background: #ffffff;
}
/*===========================================================*/
.box_mid{
	margin-bottom: 25px;
}
.slideTour .slick-list,
.slideFeature .slick-list{
	margin: 0 -5px;
}
.slideTour .item,
.slideFeature .item{
	padding:0 5px;
}
.slideTour .tour,
.slideFeature .tour{
	margin-bottom: 0;
}
.slideTour .slick-dots,
.slideFeature .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
.slideTour .slick-dots li,
.slideFeature .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
.slideTour .slick-dots li button,
.slideFeature .slick-dots li button{
	width:10px;
	height:10px;
	background: #bbbbbb;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
.slideTour .slick-dots li.slick-active button,
.slideFeature .slick-dots li.slick-active button{
	background: #28303d;
}
/*======================================================*/
/* cyrillic */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/NK6r2Jdr617AEZS3-wXtnBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/m0Shgsxo4xCSzZHO6RHWxBTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/6RfRbOG3yn4TnWVTc898ERTbgVql8nDJpwnrE27mub0.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'), url(https://fonts.gstatic.com/s/pacifico/v12/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
.vnt-tour-type{
	padding: 35px 0 70px;
	background: #f9f9f9;
	margin-bottom: 45px;
}
.vnt-tour-type .box_mid{
	margin-bottom: 0;
}
#slideType .slick-list{
	margin: 0 -5px;
}
#slideType .item{
	padding: 0 5px;
}
.type{
	position: relative;
}
.type:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.type:hover:before{
	opacity: 0;
	visibility: hidden;
}
.type .img{
	padding-top: 150%;
	overflow: hidden;
	background-size: cover;
}
.type .tend{
	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%);
	padding-bottom: 15px;
	z-index: 1;
	width: 80%;
}
.type .tend:before{
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: solid 3px #ffffff;
}
.type .tend h3{
	font-family: 'Pacifico', cursive;
	color:#ffffff;
	text-transform: capitalize;
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
}
.type .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
#slideType .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;
}
#slideType .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;
}
#slideType .slick-prev{
	left: -50px;
}
#slideType .slick-next{
	right: -50px;
}
#slideType .slick-prev:before{
	content: "\f104";
}
#slideType .slick-next:before{
	content: "\f105";
}
#slideType .slick-arrow:hover{
	background: #ffd600;
}
/*=====================================================*/
.vnt-service{
	margin-bottom: 60px;
}
.boxService .title{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: solid 2px #000000;
}
.boxService .title h2{
	font-size: 25px;
	line-height: 33px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	color:#000000;
}
.boxService .title .link a{
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	color:#666666;
}
.boxService .title .link a:hover{
	color: #ee0000;
}
.bannerService {
    margin-top: 50px;
}
.bannerService .grid{
	margin: 0 -10px;
}
.bannerService .grid:after{
	content: "";
	display: block;
	clear: both;
}
.bannerService .grid .col{
	width: 50%;
	float: left;
	padding: 0 10px;
}
.bannerSer{
	position: relative;
}
.bannerSer .img{
	overflow: hidden;
}
.bannerSer .img img{
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bannerSer:hover .img img{
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	-o-transform: scale(1.07);
	transform: scale(1.07);
}
.bannerSer .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bannerSer .tend {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 214, 0, 0.9);
    font-size: 25px;
    line-height: 34px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding: 13px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*=====================================================*/
.vnt-place{
	padding-bottom: 250px;
	background: url(../images/main/bg1.jpg) no-repeat bottom center;
	background-size: 100%;
	margin-bottom: 50px;
}
.vnt-place .box_mid{
	margin-bottom: 0;
}
.vnt-place .grid{
	margin: 0 -5px;
	margin-bottom: 30px;
}
.vnt-place .grid:after{
	content: "";
	display: block;
	clear: both;
}
.vnt-place .grid .col1{
	width: 40%;
	float: left;
	padding: 0 5px;
}
.vnt-place .grid .col2{
	width: 20%;
	float: left;
	padding: 0 5px;
}
.place{
	position: relative;
	margin-bottom: 10px;
}
.place:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
.place:hover:before{
	opacity: 0;
	visibility: hidden;
}
.place .img{
	padding-top: 75%;
	overflow: hidden;
	position: relative;
}
.place .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.place .tend{
	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%);
	padding-bottom: 15px;
	z-index: 1;
}
.place .tend:before{
	content: "";
	position: absolute;
	width: 50px;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: solid 3px #ffffff;
}
.place .tend h3{
	font-family: 'Pacifico', cursive;
	color:#ffffff;
	text-transform: capitalize;
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
}
.place .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.vnt-place .link a {
    display: inline-block;
    background: #28303d;
    border:solid 1px #28303d;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 34px;
    border-radius: 5px;
}
.vnt-place .link a:hover{
	background: transparent;
	color: #28303d;
}
/*===================================================*/
.vnt-gallery .grid{
	margin: 0 -5px;
}
.vnt-gallery .grid:after{
	content: "";
	display: block;
	clear: both;
}
.vnt-gallery .grid .col,
.vnt-gallery .grid .col2{
	width: 50%;
	float: left;
	padding: 0 5px;
}
.video .img{
	padding-top: 66.666666%;
	position: relative;
	overflow: hidden;
}
.gallery{
	position: relative;
	margin-bottom: 10px;
}
.gallery:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index: 1;
}
.gallery:hover:before{
	opacity: 0;
	visibility: hidden;
}
.gallery .img{
	padding-top: 66.666666%;
	overflow: hidden;
	position: relative;
}
.gallery .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery .caption{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 90%;
}
.gallery .icon{
	margin-bottom: 30px;
	text-align: center;
}
.gallery .icon img{
	max-width: 70px;
}
.gallery .tend h3{
	font-family: 'Roboto Condensed', sans-serif;
	color:#ffffff;
	text-transform: capitalize;
	font-size: 25px;
	line-height: 35px;
	font-weight: normal;
	text-align: center;
}
.gallery .link{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.gallery.v2 .icon{
	margin-bottom: 10px;
}
.gallery.v2 .icon img{
	max-width: 40px;
}
.gallery.v2 .tend h3{
	font-size: 16px;
	line-height: 24px;	
}
.vnt-gallery .viewAll a{
	display: inline-block;
	color:#666666;
	text-transform: uppercase;
}
.vnt-gallery .viewAll a span{
	padding-right: 15px;
	position: relative;
}
.vnt-gallery .viewAll a span:before{
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*====================================================*/
.vnt-news{
	padding: 30px 0 35px;
	background:#f9f9f9;
}
.vnt-news .grid{
	margin: 0 -5px;
}
.vnt-news .grid:after{
	content: "";
	display: block;
	clear: both;
}
.vnt-news .grid .col{
	width: 50%;
	float: left;
	padding: 0 5px;
}
/*=====================================================*/
.news{
	position: relative;
	margin-bottom: 10px;
}
.news.ss .img{
	padding-top: 58.58895%;
}
.news .img{
	padding-top: 58.204334%;
	position: relative;
	overflow: hidden;
}
.news .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;
}
.news .img:hover img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news .caption{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 20px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 6%, rgba(0,0,0,0.31) 48%, rgba(0,0,0,0.7) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 6%,rgba(0,0,0,0.31) 48%,rgba(0,0,0,0.7) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 6%,rgba(0,0,0,0.31) 48%,rgba(0,0,0,0.7) 100%);
}
.news .tend{
	margin-bottom: 5px;
}
.news .tend a{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	color:#ffffff;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .date{
	font-size: 12px;
	line-height: 20px;
	color:#999999;
	padding-left: 20px;
	position: relative;
}
.news .date: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%);
}
.news.ss .tend a{
	font-size: 22px;
	line-height: 30px;
}
#slideNews{
    padding-bottom: 30px;
}
#slideNews .slick-dots{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}
#slideNews .slick-dots li{
	display: inline-block;
	margin: 0 5px;
}
#slideNews .slick-dots li button{
	width:10px;
	height:10px;
	background: #bbbbbb;
	border-radius: 100%;
	font-size: 0;
	padding:0;
	border:none;
}
#slideNews .slick-dots li.slick-active button{
	background: #28303d;
}
/*========================================================*/
.vnt-why{
	padding: 30px 0 10px;
}
.infoWhyChoose .gripWhy{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.infoWhyChoose .gripWhy .col{
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.itemWhy{
	text-align: center;
}
.itemWhy .icon{
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #ffd600;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.itemWhy .icon::before{
	content: '';
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #ffffff;
	border-radius: 100%;
}
.itemWhy .txt .t1{
	font-size: 18px;
	line-height: 27px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 5px;
}
.itemWhy .txt .t2{

}
/* =========================================================== */
.vntDltn {
	padding: 30px 0 10px;
}
.vntDltn .box_mid{
	margin-bottom: 10px;
}
.bgDltn{
	background-color: #f9f9f9;
}
.lstItemDlHome .gripItemDl{
	margin-bottom: 5px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.lstItemDlHome .gripItemDl ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.lstItemDlHome .gripItemDl ul li{
	padding: 0 5px;
	width: calc(100% / 8);
}
.lstItemDlHome .gripItemDl ul li a{
	display: inline-block;
	padding: 5px 0;
}
.lstItemDlHome .showmore{
	padding: 10px 0 0;
	border-top: 1px solid rgba(0,0,0,0.1);
	text-align: center;
}
.lstItemDlHome .showmore a{
    display: none;
}
.lstItemDlHome .showmore a{
    color: #888888;
    font-size: 14px;
	line-height:22px;
	display: inline-block;
	text-transform: uppercase;
}
.lstItemDlHome .showmore a span{
    display: block;
    padding-right: 20px;
    position: relative;
}
.lstItemDlHome .showmore a span::before{
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: -2px;
}


/*  */
.vnt-opinion{
	padding: 50px 0 120px;
	background-color: #f9f9f9;
	position: relative;
	overflow: hidden;
}
.vnt-opinion::before{
	content: '';
	position: absolute;
	bottom: -50%;
	left: 0;
	right: 0;
	height: 100%;
	background: url(../images/main/bg2.png) no-repeat bottom center;
	background-size: 100% 100%;
	
}
#slideOpinion{
	max-width: 960px;
	margin: 0 auto;
}
#slideOpinion .avatar{
	width: 190px;
	height: 190px;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
}
#slideOpinion .avatar img{
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-width: initial;
}
#slideOpinion .name{
	font-size: 25px;
	line-height: 33px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#slideOpinion .date{
	color:#999999;
	font-style: italic;
	margin-bottom: 10px;
	text-align: center;
}
#slideOpinion .content{
	font-size: 15px;
	line-height: 23px;
	max-height: 69px;
	overflow: hidden;
	margin-bottom: 20px;
}
#slideOpinion .link a {
    display: inline-block;
    background: #28303d;
    border:solid 1px #28303d;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 34px;
    border-radius: 5px;
}
#slideOpinion .link a:hover{
	background: transparent;
	color: #28303d;
}
#slideOpinion .slick-arrow{
	width: 40px;
	height: 40px;
	background: #ffffff;
	border:none;
	border-radius: 100%;
	position: absolute;
	top: 80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-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;
}
#slideOpinion .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;
}
#slideOpinion .slick-prev{
	margin-left: -130px
}
#slideOpinion .slick-next{
	margin-left: 130px
}
#slideOpinion .slick-prev:before{
	content: "\f104";
}
#slideOpinion .slick-next:before{
	content: "\f105";
}
#slideOpinion .slick-arrow:hover{
	background: #ffd600;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 1024px){
	.wrapperHome{
		padding: 0 30px;
	}
}

@media all and (max-width: 991px){
	.searchQuiz{
		margin-bottom: 30px;
	}
	#vnt-slide-home .img img{
		display: block;
	}
	#vnt-slide-home .caption{
		display: none;
	}
	#vnt-slide-home:before{
		content: initial;
	}
	#vnt-slide-home .slick-dots{
		right: 30px;
	}
	.vnt-main-home .form4t{
		position: initial;
		-webkit-transform: initial;
		-ms-transform: initial;
		-o-transform: initial;
		transform: initial;
		max-width: initial;
	}
	.vnt-go-bot{
		display: none;
	}
	.searchQuiz .grid .col,
	.searchQuiz .grid .col2{
		width: 33.333333%;
		margin-bottom: 10px;
	}
	.slideTour .slick-list,
	.slideFeature .slick-list{
		padding-bottom: 30px;
	}
	#slideType.slick-init .item{
		display: block;
	}
	#slideType.slick-init .item.slick-slide,
	#slideType.slick-init .item:first-child{
		display: block;
	}
	#slideType {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		overflow: auto;
		overflow-y:hidden;
		height: 387px;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#slideType .item{
		width: 258px;
	}
	.bannerService{
		margin-top: 0;
	}
	.vnt-place{
		padding-bottom: 0;
		background: none;
	}
	.vnt-place .grid{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		flex-direction: column;
		overflow: auto;
		flex-wrap: wrap;
		height: 220px;
		margin: 0;
		margin-bottom: 30px;
	}
	.vnt-place .grid .col1{
		width: 260px;
		float: none;
		padding: 0;
		margin-right: 10px;
	}
	.vnt-place .grid .col2{
		float: none;
		width: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		padding: 0;
	}
	.vnt-place .grid .col2 .place{
		margin-right: 10px;
	}
	.vnt-place .place{
		width: 260px;
		height: 193px;
		margin-bottom: 0;
	}
	.vnt-place .place .img{
		padding-top: 0;
		width: 260px;
		height: 193px;
	}
	.vnt-gallery .grid .col{
		width: 100%;
		margin-bottom: 20px;
	}
	.bannerSer .tend {
		font-size: 18px;
		line-height: 18px;
	}
	.bannerService .grid{
		margin: 0 -5px;
	}
	.bannerService .grid .col{
		padding: 0 5px;
	}
	/* ================================= */
	.infoWhyChoose .gripWhy .col{
		width: 50%;
	}
	.lstItemDlHome .gripItemDl ul li{
		width: calc(100% / 4);
	}
}

@media all and (max-width: 768px){
	.wrapperHome{
		padding: 0 15px;
	}
}
@media all and (max-width: 767px){
	.lstItemDlHome .gripItemDl ul li{
		width: calc(100% / 2);
	}
}
@media all and (max-width: 480px){
	.searchQuiz .grid .col,
	.searchQuiz .grid .col2{
		width: 50%;
	}
	.vnt-gallery .grid .col2{
		width: 100%;
	}
	.infoWhyChoose .gripWhy .col{
		width: 100%;
	}
}

@media all and (max-width: 360px){
	.searchQuiz .grid .col,
	.searchQuiz .grid .col2{
		width: 100%;
	}
	.bannerService .grid .col{
		width: 100%;
		margin-bottom: 10px;
	}
}