/*video*/
.lightboxcontainer {
  width:100%;
  text-align:left;
  max-height:390px ;
}
.lightbox {

}

.divtext {
  margin: 36px;
}
@media (max-width: 800px) {

  .divtext {
    margin: 12px;
  }
}
/*about*/
.about {
    position:relative;
    margin-bottom:50px;
}

.left-column {
    position: absolute;
    left: 2%;
    top: 15%;
    text-align: left;
    width: auto;
    
}
.left-column .step-number {
    font-size: 24px;
    color: #b1915c;
    font-weight: bold;
}
.step-name, .step-container .step-content {
    font-size: 14px;
    color: transparent;
    letter-spacing: 8px;
    font-weight: bold;
    display: block;
    visibility: collapse;
}
.step-name hr, .step-container .step-content hr {
    display: inline-block;
    width: 40px;
    margin: 2px;
    border-width: 2px;
    border-color: transparent;
}
.step-container {
    display: block;
    position: relative;
    padding-top: 100%;
    height: 0;
}
.step-container .step-content-dark {
    color: #666666;
}
.step-container .step-content {
    visibility: visible;
   
}
.step-container .step-content-dark hr {
    border-color: #b1915c;
}
.vertical-text, .step-container .step-content {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
}
.step-name, .step-container .step-content {
    position: relative;
    display: block;
}
#section-1 .right {
    background-color: #e7e8e7;
    padding-bottom: 25px;
    margin-top: 40px;
}
.title {
    font-size: 27px;
    line-height: 44px;
    font-weight: bold;
    color: #000;
    margin: 45px 0 30px 0;
    padding-bottom: 30px;
    position: relative;
}
.uppercase {
    text-transform: uppercase;
}
.title:before {
    content: ' ';
    width: 30%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 36%;
    bottom: 0;
}
a.link {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #b1915c;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -ms-transition: color 0.3s;
    transition: color 0.3s;
}
.fa-arrow-right:before {
    content: "\f061";
}
a.link:hover, a.link:focus, a.link:active, a.link.active {
    color: #b1915c;
    text-decoration:none;
    outline:none;
}
/*About icom video*/
.section-title h3 {
    line-height: 17px;
    margin-bottom: 23px;
    text-transform: uppercase;
}
.color-icon a i{
    color:#b5876d;
    
}
.color-icon a {
    border-color:#b5876d;
}
.color-icon a:hover i {
    background:#b5876d;
    color:#fff;
}
.color-icon > a:hover {
    background: #b5876d none repeat scroll 0 0;
    border-color: #b5876d;
    color: #ffffff;
}
.bgr-video {
    z-index:1;
}
 .bgr-video a:hover{
    background-color: rgba(72,72,72,.3);
    
}
.bgr-video i {
    font-size: 70px;
    position: absolute;
    color: #fff;
    top: 40%;
    left: 50%;
}
    .bgr-video i:hover {
        color:rgba(0, 0, 0, 0.5);
    }
/*ACCOMMODATION*/
.bgr-acomom {
    background-color: #b1915c;
}
.bgr-acomom .step-number {
    color: #fff;
}
.bgr-acomom .step-container .step-content {
    visibility: visible;
    color: white;
}
.bgr-acomom .step-container .step-content hr {
    border-color: white;
}

#section-2 .title {
    margin-top: 50px;
    min-height: 120px;
    font-size: 30px;
    line-height: 40px;
}
.title.title-light {
    color:#fff;
}

.bg-primary-dark {
    background-color: #ffffff;
    text-align: center;
    color: #000;
    padding: 5px 10px;
    margin: 20px 0px;
}
.price-min h5 span {
    font-size:10px;
}
.price-min .homepage-price {
    font-size:25px;
}
.price-min .hasDatepicker {
        background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0px;
}
#section-2 .btn-border {
    width: 100%;
    background-color: #fff;
    color: #936d3a;
    border-radius:0px;
}
/*dining*/
.img {
    width:100%;
}
.block-bottom {
    top: -100px;
    position: relative;
}
#section-3 .block-bottom .block-color {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #e7e8e7;
    margin-left: 30px;
    margin-right: 30px;
}
#section-3 .block-bottom .title {
    padding-top: 50px;
}








   /*thumbnail*/
.owldemo .thumbnail{
        background-color:#f5f5f5;
        padding: 0px;
        border-radius: 0px;
        margin-bottom:0px;
}
.thumbnail .caption {
    text-align:left;
}
.thumbnail .caption a {
    text-decoration:none;
    
}
    .thumbnail .caption a h4 {
        color:#999;
        padding-left:5px;
    }
    .thumbnail .caption a h4 span{
            float: right;
            font-size: 14px;
    }
    .thumbnail .caption a h4:hover, .thumbnail .caption a h4:active {
        color:#c52d2f;
    }
.thumbnail img {
    width:100%;
}
.col .thumbnail .caption {
    padding:0;
}

/*activities*/
@media screen and (max-width: 1100px) {
    .item:hover .item-description {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin-top: 0px !important;
        min-height: 100% !important;
    }
    .item .item-description .item-link{
        opacity:1 !important;
    }
} .avtivities {
    margin-top:-50px;
}
.title-no-border {
    font-size: 27px;
    line-height: 44px;
    font-weight: bold;
    color: #000;
    /* margin: 45px 0 30px 0; */
    padding-bottom: 30px;
    position: relative;
    text-transform:uppercase;
}
.item .item-description {
    min-height: 102px;
    padding: 20px 20px;
    background-color: #b1915c;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    /* -webkit-transform: translate3d(0,100%,0); */
    transform: translate3d(0, 0, 0);
}
.item .item-description .item-title {
    color: white;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
.item .item-description .item-link {
    color: #b1915c;
    text-decoration: none;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    position: absolute;
}
.item:hover .item-description {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: -30px;
    min-height: 132px;
}
    .item .item-description .item-link a {
        color: #fff;
    }
   .caption:hover .item-link {
         opacity: 1;
         position: relative;
    }
#section-5{
    margin-bottom:70px;
}
#section-1{
    margin-top:50px;
}
#owl-demo1 .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 21px;
    margin: 5px;
    padding: 4px 15px;
    background: #8a6d3b85;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
#owl-demo1 .owl-prev {
    left: 0;
    position: absolute;
    top: 50%;
}
#owl-demo1 .owl-next {
    right: 0;
    position: absolute;
    top: 50%;
}
.p-img{
    max-height:500px;
}
.fixed .phone-widget {
    position: fixed;
    left: 30px;
    bottom: 175px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    
}
.fixed .phone-widget a {
    background: #006dde;
    transition: all 0.3s linear;
    font-size: 46px;
    position: absolute;
    padding: 10px 10px;
    color: #FFF;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
    z-index: 111;
	border-radius: 50%;
	    text-decoration: none;
}
.fixed .phone-widget a i{
    font-family:fontawesome;
	animation: ring-phone 1s 0.5s infinite;
	font-style:inherit;
}
@keyframes ring-phone {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}
.fixed .mail-widget {
    position: fixed;
    left: 30px;
    bottom: 103px;
    z-index: 10;
    width: 50px;
	height:50px;
}
.zalo{
    transition: all 0.3s linear;
    font-size: 15px;
    color: #FFF;
    z-index: 111;	
	display:block !important;
}
.zalo:nth-child(2){
border-radius: 5px 15px 15px 15px;
    top: 5px;	
}
.zalo:hover{
 color:#fff;	
}