div#vnt-slide-home .slick-dots {
    position: absolute;
    right: 0;
    left:0;
    bottom:15px;
    text-align: center;
}
div#vnt-slide-home .slick-dots li{
    display: inline-block;
    margin: 0 4px;
}
div#vnt-slide-home .slick-dots li button {
    padding: 0;
    background: none;
    width: 10px;
    height: 10px;
    font-size: 0;
    border-radius: 100%;
    position: relative;
    border:none;
}
div#vnt-slide-home .slick-dots li button:before{
    content: "";
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
    border-radius: 100%;
    background: #ffffff;
}
div#vnt-slide-home .slick-dots li.slick-active button{
	background: #2d6400;
}
div#vnt-slide-home .slick-dots li.slick-active button:before{
    background: #ffffff
}
div#vnt-slide-home{
    margin-bottom: 50px;
}
/*========================BEGIN TOUR===========================*/
.tour {
    background: #eff3f6;
    border-bottom: solid 5px #2d6400;
    margin-bottom: 50px;
}
.tour .img {
    width: 520px;
    height: 520px;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    border: solid 5px #2d6400;
    margin-bottom: -5px;
    z-index: 1;
}
.tour .img img {
    position: absolute;
    height: 100%;
    max-width: initial;
    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.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.tour .img a:after{
    content: "";
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    transition: all 0.28s ease;
    opacity: 0;
}
.tour .img:hover a:after{
    opacity: 0.7;
}
.tour .img a:before{
    content: "\f08e";
    font-family: FontAwesome;
    width:60px;
    height:60px;
    border-radius: 100%;
    border:solid 2px #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0.8);
    -ms-transform: translate(-50%,-50%) scale(0.8);
    -o-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
    z-index: 1;
    font-size: 22px;
    line-height: 30px;
    color:#ffffff;
    text-align: center;
    padding-top: 15px;
    opacity: 0;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.tour .img:hover a:before{
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
.tour .caption{
    overflow: hidden;
}
.tour .tend a {
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
}
.tour .tend {
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
    margin-top: 65px;
}
.tour .tend:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: solid 1px #386c0d;
    width: 45px;
}
.tour .tomtat {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    max-height: 192px;
    margin-bottom: 20px;
    text-align: justify;
    overflow: hidden;
}
.tour .link {
    display: inline-block;
    color: #2d6400;
    border: solid 1px #2d6400;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}
.tour .link:before{
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: 100%;
    background: #2d6400;
    -webkit-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s;
}
.tour .link:hover:before{
    right:-5px;
}
.tour .link:hover{
    color:#ffffff;
}
.tour .link span{
    padding-right: 15px;
    position: relative;
}
.tour .link span:before{
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*====FLOAT====*/
#vnt-tour .tour .wrapper{
    position: relative;
}
#vnt-tour .tour:nth-child(odd) .wrapper:before{
    content: "";
    position: absolute;
    top:0;
    bottom: -5px;
    right:calc(100% - 260px);
    right:-moz-calc(100% - 260px);
    right:-webkit-calc(100% - 260px);
    right:-o-calc(100% - 260px);
    background: #ffffff;
    width:1000px;
}
#vnt-tour .tour:nth-child(even) .wrapper:before{
    content: "";
    position: absolute;
    top:0;
    bottom: -5px;
    left:calc(100% - 260px);
    left:-moz-calc(100% - 260px);
    left:-webkit-calc(100% - 260px);
    left:-o-calc(100% - 260px);
    background: #ffffff;
    width:1000px;
}
#vnt-tour .tour:nth-child(odd) .img{
    float:left;
    margin-right: 65px;
}
#vnt-tour .tour:nth-child(even) .img{
    float:right;
    margin-left: 65px;
}
/*========================END TOUR=============================*/
/*========================BEGIN NEWS===========================*/
div#vnt-news{
    margin-bottom: 50px;
}
.news .img{
    overflow: hidden;
    border-radius: 7px;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}
.news .img img {
    width: 100%;
}
.news .img a:after{
    content: "";
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    transition: all 0.28s ease;
    opacity: 0;
}
.news .img:hover a:after{
    opacity: 0.7;
}
.news .img a:before{
    content: "\f08e";
    font-family: FontAwesome;
    width:60px;
    height:60px;
    border-radius: 100%;
    border:solid 2px #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0.8);
    -ms-transform: translate(-50%,-50%) scale(0.8);
    -o-transform: translate(-50%,-50%) scale(0.8);
    transform: translate(-50%,-50%) scale(0.8);
    z-index: 1;
    font-size: 22px;
    line-height: 30px;
    color:#ffffff;
    text-align: center;
    padding-top: 15px;
    opacity: 0;
    -webkit-transition: all 0.28s ease;
    -o-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.news .img:hover a:before{
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    -o-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
.news .date {
    width: 70px;
    height: 55px;
    background: #2d6400;
    border-radius: 5px;
    float:left;
    margin-right: 10px;
    padding-top: 3px;
}
.news .date p {
    padding: 0;
    text-align: center;
    color: #ffffff;
}
.news .date p.y {
    font-size: 17px;
    line-height: 25px;
}
.news .tend {
    overflow: hidden;
    padding-top: 3px;
}
.news .tend a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    max-height: 48px;
    overflow: hidden;
}
.news .cap{
    margin-bottom: 10px;
}
.news .tomtat {
    color: #555555;
    max-height: 66px;
    overflow: hidden;
}
div#vnt-news .row {
    margin-bottom: 25px;
}
div#vnt-news .link {
    text-align: Center;
}
div#vnt-news .link a {
    display: inline-block;
    color: #2d6400;
    border: solid 1px #2d6400;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
}
div#vnt-news .link a:before{
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: 100%;
    background: #2d6400;
    -webkit-transition: all 0.8s ease 0.1s;
    -o-transition: all 0.8s ease 0.1s;
    transition: all 0.8s ease 0.1s;
}
div#vnt-news .link a:hover:before{
    right:-5px;
}
div#vnt-news .link a:hover{
    color:#ffffff;
}
div#vnt-news .link a span{
    padding-right: 15px;
    position: relative;
}
div#vnt-news .link a span:before{
    content: "\f101";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*========================END NEWS=============================*/
/*======================================================================================*/
/*=================================RESPONSIVE===========================================*/
/*======================================================================================*/
@media all and (max-width: 991px){
.tour .img {
    width: 220px;
    height: 220px;
    margin-top: 25px;
}
#vnt-tour .tour:nth-child(odd) .wrapper:before,
#vnt-tour .tour:nth-child(even) .wrapper:before{
    content: initial;
}
#vnt-tour .tour:nth-child(odd) .img{
    margin-right: 20px;
}
#vnt-tour .tour:nth-child(even) .img{
    margin-left: 20px;
}
.tour{
    padding:15px 0;
}
.tour .tend {
    margin-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.tour .tomtat{
    max-height: 132px;
    font-size: 14px;
    line-height: 22px;
}
.tour .tend a{
    font-size: 26px;
    line-height: 34px;
}
.news{
    margin-bottom: 30px;
}
}

@media all and (max-width: 480px){
.tour .img {
    float: none !important;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 15px !important;
}
}

@media all and (max-width: 460px){
.col-xs-6 {
    width: 100%;
}
}