@font-face {
    font-family: 'Ubuntu-Regular';
    src: url('../../font/Ubuntu-Regular.woff2') format('woff2'),
    url('../../font/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSans-Regular';
    src: url('../../font/PTSans-Regular.woff2') format('woff2'),
    url('../../font/PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoregular';
    src: url('../../font/Roboto-Regular-webfont.eot') format('embedded-opentype'),
    url('../../font/Roboto-Regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    padding: 0;
    margin: 0;
    font-family: 'robotoregular','sans-serif';
    font-size: 16px;
    color: #5c6a4e;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu-Regular', 'sans-serif';
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.text_blue{
    color: #75c7b9;
}
.text_green{
    color: #78a12e;
}
.text_brown{
    color: #d6891e;
}
.text_yellow{
    color: #9e9b02;
}
.text_red{
    color: #a05324;
}
.text_gray{
    color: #616266;
}
.text_black{
    color: #362c24;
}
.hideme{
    opacity: 0;
}

/*===============================
HOME
===============================*/
.slideshow {
    position: relative;
}

.slideshow .overlay {
    width: 100%;
    z-index: 3;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}

.slideshow .text_slide {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    z-index: 3;
    overflow: hidden;
    color: #fff;
    transition: all 0.5s;
}

.slideshow .text_slide h1 {
    margin: 0;
}

.slideshow .text_slide p {
    margin: 0;
}

.slideshow .text_slide ul {
    padding: 0;
    margin: 0;
    transition: all 0.5s;
}

.slideshow .text_slide ul li {
    animation-name: fadeInUp;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    margin: 0;
    list-style: none;
    color: #fff;
    padding: 0;
}

.slideshow .text_slide li:nth-child(1) {
    animation-delay: 0.5s;
}

.slideshow .text_slide li:nth-child(2) {
    animation-delay: 0.6s;
}
.slideshow:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_top.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.arrow_slide {
    position: absolute;
    top: 50%;
    width: 100%;
}

.arrow_slide img {
    width: 40px;
}

.arrow_slide #arrow_right {
    right: 0;
    position: absolute;
    opacity: 0.2;
    transition: all 0.5s;
}

.arrow_slide #arrow_right:hover {
    opacity: 1;
}

.arrow_slide #arrow_left {
    left: 0;
    position: absolute;
    opacity: 0.2;
    transition: all 0.5s;
}

.arrow_slide #arrow_left:hover {
    opacity: 1;
}

.scrolldown_button {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 150px;
    margin: auto;
}

.scrolldown_button a {
    color: #fff;
    padding-top: 60px;
    position: relative;
    width: 100px;
    margin: auto;
    left: 0;
    bottom: 100px;
}

.scrolldown_button a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
}

.scrolldown_button a span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.brand_logo {
    background-image: url('../../../images/icon/logo.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 170px;
    height: 75px;
    transition: all 0.5s;
}

.menu {
    position: absolute;
    top: 0;
    z-index: 4;
    width: 100%;
    background: #fff;
    transition: all 0.5s;
}

.menu:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_bottom.png");
    height: 20px;
    width: 100%;
    left: 0;
    bottom: -20px;
}

.menu .container {
    width: 100%;
    padding: 15px 15px 0 15px;
}

.menu a {
    color: #75c7b9;
}

.menu h3 {
    margin: 0;
    font-family: 'robotoregular','sans-serif';
    font-size: 18px;
}

.menu .nav > li {
    line-height: 40px;
}

.menu .nav > li > a {
    padding: 10px;
}

.btn_book {
    padding: 0 15px;
    background: #75c7b9;
    color: #fff;
    transition: all 0.5s;
}
.btn_book:hover {
    background: #794400;
}
.leaf h4{
    margin: 0;
    text-align: right;
    padding: 0 10px;
}
.leaf a {
    opacity: 0.3;
    transition: all 0.5s;
}
.leaf a:hover {
    opacity:1;
}
.leaf .active{
    opacity: 1;
}
.bg_calendar {
    background-image: url("../../../images/icon/calendar.png");
    background-repeat: no-repeat;
    background-position: 130px;
    transition: all 0.5s;
}
.active-w{
    position: fixed;
}
.details{
    padding: 100px 0;
    text-align: center;
    position: relative;
}
.details:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_bottom.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.image_slide {
    width: 100%;
    height: 500px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
.details .col-md-8{
    padding: 50px 15px 50px 0;
}
.details .col-md-4:after{
    content: '';
    position: absolute;
    background: url("../../../images/icon/texturesmall_top.png");
    height: 14px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.details .col-md-4:before{
    content: '';
    position: absolute;
    background: url("../../../images/icon/texturesmall_bottom.png");
    height: 14px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.details .item:after{
    content: '';
    position: absolute;
    background: url("../../../images/icon/texturesmall_top.png");
    height: 14px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.details .item:before{
    content: '';
    position: absolute;
    background: url("../../../images/icon/texturesmall_bottom.png");
    height: 14px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.details a{
    color: #5c6a4e;
    transition: all 0.5s;
}
.details a:hover{
    color: #794400;
}
.texture_right{
    position: absolute;
    right: 0;
    z-index: 1;
    height: 100%;
}
.texture_left{
    position: absolute;
    left: 0;
    z-index: 1;
    height: 100%;
}
.room .container{
    width: 100%;
    padding: 0;
}
.room{
    position: relative;
    z-index: 1;
    top: -20px;
}
.room a{
    color: #fff;
    transition: all 0.5s;
}
.room a:hover{
    color: #794400;
}
.room .float_right{
    float: right;
}
.details_room{
    background: #75c8b9;
    padding: 50px;
    color: #fff;
}
.image_room {
    width: 100%;
    height: 600px;
    background-size: cover !important;
    overflow: hidden;
    position: relative;
    float: right;
    transition: all 0.5s;
}
.room:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_top.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.room hr{
    border-top: 2px solid #fff;
    width: 150px;
    margin: 30px 0;
}
.room ul{
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.room li{
    width: 25%;
    list-style: none;
    float: left;
    padding: 5px;
}
.btn_bookroom{
    background: #794400;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-right: 15px;
    text-transform: uppercase;
    transition: all 0.5s;
    font-family: 'Ubuntu-Regular', 'sans-serif';
}
.btn_bookroom:hover{
    background: #d6891e;
    color: #fff;
}
#slide_facilities {
    margin-top: 50px;
}
#slide_facilities .owl-nav{
    display: none;
}
#slide_facilities .owl-dots{
    margin-top: 15px;
}
#slide_facilities a{
    color: #fff;
}
.promotion {
    position: relative;
    z-index: 1;
    top: -20px;
}
.promotion .container{
    width: 100%;
    padding: 0;
}
.name_promotion{
    width: 450px;
    text-align: center;
    height: 100%;
    background: #75c7b9;
    color: #fff;
    margin: auto;
    padding: 120px 50px;
}
.promotion:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_top.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.band {
    position: relative;
    z-index: 1;
    top: -20px;
    padding: 50px 0;
    background: #75c7b9;
}
.band ul{
    padding: 0;
    width: 767px;
    margin: auto;
}
.band li{
    list-style: none;
    float: left;
    width: 16.6666%;
    padding: 10px;
    text-align: center;
}
.band img{
   width: 100px;
    transition: all 0.5s;
}
.band:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_top.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.copyright{
    text-align: center;
}
.copyright a{
    color: #5c6a4e;
}
.copyright a:hover{
    color: #794400;
}
.padding_item{
    padding: 0 15px;
}
#slide_room .owl-nav{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
#slide_room .owl-next{
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_room .owl-prev{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_promotion .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 50px;
    width: 100%;
}
#slide_promotion .owl-next{
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_promotion .owl-prev{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
.view {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.overlay:hover .mask {
    opacity: 1;
}

.hm-red-strong .full-bg-img, .hm-red-strong .mask {
    background: linear-gradient(#ffffff00, #fff0, rgba(117, 199, 185, 0.5),#75c7b9);
    background-size: 200% 100%;
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.view .content, .view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
}

.text_gallery_hover {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    color: #ffffff;
    text-align: center;
    transition: all 0.5s;
}
.reservationmobile {
    display: none;
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-family: 'PTSans-Regular', 'sans-serif';
    transition: all 0.5s;
}
.column_mobilephone {
    width: 50%;
    float: left;
    background: #75c9b9;
    color: #fff;
    padding: 15px 0;
    transition: all 0.5s;
}
.column_reservation {
    width: 50%;
    float: left;
    background: #794400;
    color: #fff;
    padding: 15px 0;
    text-transform: uppercase;
    transition: all 0.5s;
}

.memu-hamberger {
    position: absolute;
    font-family: 'PTSans-Regular', 'sans-serif';
    right: 0;
    color: #78a12e;
    margin: 0;
    /* font-size: 14px; */
    transition: all 0.5s;
}
.btn_menumobile {
    background: none;
    border: none;
    width: 80px;
    padding: 10px;
    position: relative;
    cursor: pointer;
    display: none;
}
.menu_mobile {
    right: 15px;
    position: absolute;
    bottom: 0;
}
.icon-bar {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 0;
    background-color: #78a12e;
    transition: all 0.5s;
}
.icon-bar + .icon-bar {
    margin-top: 4px;
}
.modal {
     background: none;
}
.modal-body {
    background: #fff;
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 250px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    background: #fff;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}
.close{
    position: absolute;
    z-index: 4;
}
.menu_mobile50 {
    width: 100%;
    float: left;
    position: fixed;
    top: 100px;
    padding: 0;
    text-align: left;
    transition: all 0.5s;
}
.menu_mobile50 ul{
   padding: 0;
    margin: 0;
    font-family: 'PTSans-Regular', 'sans-serif';
}
.menu_mobile50 a,li{
    list-style: none;
    padding: 10px;
    transition: all 0.5s;
    color: #75c8b9;
    font-size: 18px;
}
.menu_mobile50 li:hover{
    cursor: pointer;
    background: rgba(117, 201, 185, 0.2);
    color: #fff;
}
.navbar li{
    padding: 0;
}
/*===============================
SLEEP
===============================*/
.roomtype{
    padding: 50px;
    text-align: left;
}
.roomtype h2{
    text-indent: 30px;
    position: relative;
}
.roomtype .text_yellow:before{
    background: #9e9b02;
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
}
.roomtype .text_red:before{
    background: #a05324;
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
}
.roomtype .text_gray:before{
    background: #616266;
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
}
.roomtype .text_black:before{
    background: #362c24;
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
}
.roomtype .text_blue:before {
    background: #33aea7;
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
}
.sleep{
    padding: 0 50px;
    z-index: 2;
    top: 0;
}
.item_room1{
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.item_room1:before {
     content: '';
     position: absolute;
     background: url("../../../images/icon/texture_bottom.png");
     height: 20px;
     width: 100%;
     left: 0;
     top: 0;
     z-index: 1;
 }
.item_room1:after {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_top.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.item_room2{
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.item_room2:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_bottom.png");
    height: 20px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.item_room2:after {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_top.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.item_room3{
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.item_room3:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_bottom.png");
    height: 20px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.item_room3:after {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_top.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.item_room4{
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.item_room4:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_bottom.png");
    height: 20px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.item_room4:after {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_top.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.item_room5{
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.item_room5:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_bottom.png");
    height: 20px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.item_room5:after {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_top.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.details_sleep {
    background: #e1f2ef;
    color: #362c24;
}
.details_sleep h1{
    color: #75c8b9;
}
.details_sleep h3{
    color: #75c8b9;
}
.details_sleep hr {
    border-top: 2px solid #78a12e;
}
.details_sleep a {
    color: #794400;
}
.details_sleep img{
    vertical-align: middle;
}
#slide_sleep1 .owl-nav{
    position: absolute;
    bottom: 50px;
    right: 50px;
}
#slide_sleep1 .owl-next{
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_sleep1 .owl-prev{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_sleep2 .owl-nav{
    position: absolute;
    bottom: 50px;
    left: 110px;
}
#slide_sleep2 .owl-next{
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_sleep2 .owl-prev{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_sleep3 .owl-nav{
    position: absolute;
    bottom: 50px;
    right: 50px;
}
#slide_sleep3 .owl-next{
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_sleep3 .owl-prev{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_sleep4 .owl-nav{
    position: absolute;
    bottom: 50px;
    left: 110px;
}
#slide_sleep4 .owl-next{
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_sleep4 .owl-prev{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_sleep5 .owl-nav{
    position: absolute;
    bottom: 50px;
    right: 50px;
}
#slide_sleep5 .owl-next{
    position: absolute;
    right: 0;
    bottom: 50px;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
#slide_sleep5 .owl-prev{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 10px;
    color: #5C6A4F;
    width: 50px;
    font-size: 18px;
}
.sleep:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texture_bottom.png");
    height: 22px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.room_location img{
    width: 100%;
}
.details_green ul{
    padding: 0 30px;
}
.details_green li{
    list-style:square;
    width: 100%!important;
    text-align: left;
}
.details_green p{
     color: #000;
     margin: 0;
     font-size: 16px;
 }
.details_wedmeet ul{
    padding: 0 30px;
    margin: 0;
}
.details_wedmeet li{
    list-style:square;
    width: 100%!important;
    text-align: left;
}
.details_wedmeet p{
    color: #000;
    margin: 0;
    font-size: 16px;
}
.btn_high{
    background: none;
    color: #794400;
    border: 2px solid #794400;
    margin: 0;
}
.btn_high:hover{
    border: 2px solid #d6891e;
}
.btn_low{
    border: 2px solid #794400;
    margin: 0;
}
.btn_low:hover{
    border: 2px solid #d6891e;
}
/*===============================
GALLERY
===============================*/
.gallery{
    padding: 0 50px 50px;
}
.demo_gallery h1{
    color: #78a12e;
    text-align: center;
}
.demo_gallery h1:before{
    display: inline-block;
    margin: 0 10px 5px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #794400;
    width: 100px;
}
.demo_gallery h1:after{
    display: inline-block;
    margin: 0 0 5px 10px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #794400;
    width: 100px;
}
.demo_gallery li{
    position: relative;
}
.demo_gallery li:after {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texturesmall_top.png");
    height: 14px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.demo_gallery li:before {
    content: '';
    position: absolute;
    background: url("../../../images/icon/texturesmall_bottom.png");
    height: 14px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.demo_gallery .col-xs-6{
    width: 50%;
}
.demo_gallery .col-xs-3{
    width: 25%;
}
.textureright_gallery {
    position: absolute;
    right: 5px;
    z-index: 1;
    height: 100%;
    bottom: 0;
}
.textureleft_gallery{
    position: absolute;
    left: 5px;
    z-index: 1;
    height: 100%;
    bottom: 0;
}
.img-responsive{
    display: block;
    width: 100%;
    height: 450px;
    transition: all 0.5s;
}
.item-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    bottom: 20px;
    z-index: 4;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    filter: alpha(opacity=0);
    padding: 10px;
    transition: all 0.6s;
}
.item-title:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background: #fff;
    z-index: 9;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -20px;
    transition: all 0.6s;
    opacity: 1;
}
.download_brochure{
    padding: 0 0 100px;
    text-align: center;
}
.title_table{
    background: #78a12e;
    color: #fff;
}
/*===============================
PROMOTION
===============================*/
.tab-promotion{
    padding: 10px 0;
    background: none;
}
.tab-promotion a{
    color: #d6891e;
}
.panel-body {
    padding: 0;
}
.details_promotion ul {
    padding: 0 0 0 30px;
    height: 170px;
    overflow: scroll;
}
.googlemap{
    width: 100%;
    height: 100%;
    border: none;
}
.photomap{
    width: 100%;
}