body{
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}

.navbar {
    margin-bottom: 0px
}
.navbar-btn{
    margin-top: 20px;
    margin-bottom: 20px;
   

}
.navbar-btn a {
    font-size: 14px;
    font-weight: 600;
    border:1px solid #fff
}

.navbar-btn img {
    width: 20px;
    margin-top: -2px;
    margin-right: 5px;
}

.navbar-btn a:hover{
    background-color: #ffffff;
    color: #2aa4a5;
    border:1px solid #fff
}


.label-primary{
    background-color: #2aa4a5
}

.navbar-default{
    background-color: #2aa4a5;
    border-color: #2aa4a5;
    border-bottom: 1px solid #2aa4a5;
}

.navbar-brand{
    line-height: 40px;
}
.navbar-nav>li>a {
    line-height: 40px;
    color:#fff!important;
    font-size: 16px;
    font-weight: 600
}

.navbar-nav > li.active a {
    background-color: #2aa4a5!important;
    color:#fff!important;
}

.img-logo {
    height: 42px;
    width: auto;
    top: 50%;
    position: relative;
    transform: translate3d(0, -50%, 0);
}

#home{
    position: relative;

}


.sblides{
    margin-top: 70px;
    position: relative;
}

.sblides .item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: rgba(14,18,27,0.4);
    z-index: 100;
}

.slider-content{
    position: absolute;
    z-index: 1001;
    width: 100%;
    vertical-align: baseline;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}

.slider-content .col-sm-10 {
    float: none!important;
    margin: 0px auto!important;
}

.slider-content h1{
    font-weight: 600;
    font-size: 55px;
    line-height: 70px
    
}

.slider-content p{
    font-size: 16px;
    margin-bottom: 20px;
    
}

.slider-content .btn:hover {
    background-color: transparent;
    color:#2aa4a5;
    border:1px solid #2aa4a5;
}

#about {
    background-color: #fff;
}

#car {
    background-color: #f3f3f3;
}

#tour {
    background-color: #2aa4a5;
}

#tour .section-header{
    color:#ffffff
}

#tour .tour-list {
    font-size: 18px;
}


.section {
    padding:70px 0 50px;
}

.section .section-header{
    text-align: center;  
    margin-bottom:80px;
    font-size: 16px;
    
}

.section .section-header h2{
    font-weight:800  
}

.header-about h2{
    margin-bottom:30px;
    font-weight:800
}

.content-about p {
    font-size:16px;
    line-height:30px;
    margin-bottom: 20px;
    color:#555
}

.separator {
    width: 20px;
    border-bottom:3px solid #333;
    margin:30px auto
}

.color-primary{
    color:#2aa4a5;
}

.content-center-sm .col-sm-10 {
    float:none!important;
    margin:0px auto!important
}


/* HOTEL POST */

.hotel-post{
    background-color:#fff;
}

.img-responsive {
    width:100%
}

.hotel-post-details{
    padding:20px 20px 50px;
}

/* TOUR POST */
.tour-post {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    border: 3px solid #fff;
}

.tour-wrap .tour-post {
    padding:0px!important;
}

.tour-desc {
    position: absolute;
    bottom: 0;
    padding: 10%;
    right: 0px;
    left: 0px;
    z-index: 1000;
    color: #ffffff
}

.tour-desc h2 {
    margin-bottom: 20px
}

.tour-desc .btn-primary:hover {
    background-color: #fff;
    color: #2aa4a5;
    border: 1px solid #2aa4a5;
}

.tour-title {
    font-size: 24px;
    margin-bottom: 20px
}

.tour-price {
    background-color: #2aa4a5;
    padding: 10px;
    color:#fff;
    display: inline-block;
}

/* CAR POST */
.car-wrap {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    position: relative;
}

.car-wrap .tour-post {
    padding:0px!important;
}

.car-post{
    background-color: #ffffff;
    margin-bottom: 20px;
}

.car-title h3{
    margin-top: 0px;
    font-size: 16px;
    font-weight: 600;
}

.car-title h3 span {
    float:right;font-size: 13px;margin-top: 2px;font-weight: 600
}

.btn-primary {
    background-color: #2aa4a5;
    border-color: #2aa4a5;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li li {
    margin-bottom: 10px;
    text-align: justify
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #2aa4a5;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.car-details{
    padding: 20px
}

.tour-thumb{
    width: 100%;
    height: 600px;
    background-position: center;
    background-size: cover;
}

.about-thumb {
    width: 100%;
    height: 400px;
    background-position: center;
    background-size: cover;
}

.tour-thumb .overlay {
    opacity: 0.9;
}

.detail, .list-price, .term-condition{
    margin-top: 40px;
}

.term-condition h3 {
    margin-bottom: 20px;
}



.detail h3,.list-price h3{
    margin-bottom: 30px;
}

#contact{
    background-color: #ffffff;
}

#contact h4 {
    font-weight: 600;
    margin-bottom: 20px;
}

#contact span {
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
}

#contact span .fa {
    width:20px;
    height: 20px;
    font-size: 16px;
}



#footer {
    width: 100%;
    padding:20px 0px 30px;
    background-color: #333;
    color:#ffffff;
}


.navbar-brand {
    margin-top:10px;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar {
    border-radius: 0px;
}

.owl-theme .owl-controls .owl-nav {
    top: 45%;
    position: absolute;
    transform: translateY(-45%);
    width: 100%;
}

.owl-theme .owl-controls .owl-nav .owl-next{
    float: right;
    margin-right: -20px;
}

.owl-theme .owl-controls .owl-nav .owl-prev{
    float: left;
    margin-left: -20px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: #333;
    opacity: 0.9;
    padding: 15px 20px;

}

/* DETAIL */
.thumb{
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.title h1 {
    margin-bottom: 10px;
}

.tour-list ul{
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.tour-list ul li {
    display: inline;
}
.tour-list ul li .fa {
    margin: 0px 10px
}




@media only screen and (max-width: 768px) {

    #tour .tour-list {
        font-size: 14px;
    }

    #tour .tour-list ul {
        margin-bottom: 20px;
    }

    .navbar-btn a {
        display: block;
        margin:0px 20px;
    }

    .section {
        padding: 50px 0 60px;
    }
    
    .tour-desc h2 {
        font-size: 24px;
    }
    .tour-desc{
        padding: 2% 5%;
    }
    
    .tour-desc .btn-primary {
        margin-bottom: 10px;
    }

    .owl-theme .owl-controls .owl-nav .owl-next{

        margin-right: 0px;
    }
    
    .owl-theme .owl-controls .owl-nav .owl-prev{
        margin-left: 0px;
    }
    

    .slider-content h1 {
        font-size: 36px;
    }
    .slider-content img{
        width: 200px!important;
    }

    .navbar-brand {
        margin-top:0px;
        line-height: 20px;
    }

    .navbar-header{
        padding: 10px 0px;
    }

    .navbar-default .navbar-nav>li>a{
        text-align: center;
        
    }

    .navbar-default .navbar-nav>li{
        border-bottom: 1px solid #fff;
    }

    .navbar-collapse{
        margin:0px;
        padding: 0px;
    }

    .navbar-nav {
        margin: 0;
    }
  }

.table-custom tr th{
    background-color: #2aa4a5;
    color:#ffffff;
}

.table-custom{
    border:1px solid #ffffff;
}

.table-custom>tbody>tr>td,
.table-custom>tbody>tr>th,
.table-custom>tfoot>tr>td,
.table-custom>tfoot>tr>th,
 .table-custom>thead>tr>td,
  .table-custom>thead>tr>th{
    border:1px solid #2aa4a5;
  }





