@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}
.fill{
    width: 100%;
}
p{
    font-size: 14px!important;
    line-height: 24px;
    font-family: 'Roboto', sans-serif!important;
}
span{
    font-family: 'Roboto', sans-serif!important;
}
/*header style*/
header{
    background-color: #666666;
}
.header-logo{
    padding: 15px 0;
}
.header-logo img{
    max-width: 100%;
}
.contact-line{
    background-color: #d8a50b;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: 500;
}
.menu{
    background-color: #d8a50b;
    z-index: 5555;
}

/*end header style*/

.wrapper{
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 40px;
}
footer{
    background-color: #666666;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 20px    ;
}
footer a{
    color: #ffffaa;
}
.content-title{
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: solid 1px #d8a50b;
}
.content-title h1, .content-title h2{
    font-size:1.5rem!important;
}
.content-detail span,p{
    font-size: 14px!important;
    line-height: 24px;
    font-family: 'Roboto', sans-serif!important;
}

/*side-bar style*/

.side-bar-title{
    text-align: left;
    color: #000;
    border-bottom: solid 1px #d8a50b;
    text-transform: uppercase;
}
.banner{
    width: 100%
}
.slide-bar{
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
}
.slide-bar-con{
    padding-top: 10px;
    padding-bottom: 10px;
}
.slide-bar-con ul{
    padding-left: 15px;
    list-style-type: none;
}
.slide-bar-con ul li{
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all 0.3s ease-in-out;
}
.slide-bar-con ul li:before{
    content: '\f101';
    font: normal normal normal 14px/1 FontAwesome;
    color: #d8a50b;
    padding-right: 9px;
    padding-top: 4px;
    margin-left: -14px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.why-choose ul{
    padding-left: 18px;
}
.why-choose ul li:before{
    content: '\f00c'!important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #09881f;
    padding-right: 9px!important;
    padding-top: 4px;
    margin-left: -18px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.slide-bar-con ul li a{
    color: #000000;

    transition: all 0.3s ease-in-out;
}
.slide-bar-con ul li:hover{
    margin-left: 5px;
    transition: all 0.3s ease-in-out;
}
.slide-bar-con ul li a:hover{
    text-decoration: none;
    color: #d8a50b;
    transition: all 0.3s ease-in-out;
}

/*end side-bar style*/

/*tour style*/

.tour-item{
    border-bottom: solid 1px #ddd;
    padding-bottom: 25px;
    padding-top: 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tour-item:hover{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.tour-img{
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    transition: 0.3s;
}
.tour-item:hover .tour-img{
    box-shadow: 0px 0px 20px 5px rgba(51, 51, 51, 0.25);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    transition: 0.3s;
}
.tour-body-title h3{
    color: #d8a50b;
    font-size: 22px;
}
.tour-body-title a:hover{
    text-decoration: none;
}
.tour-body-title h3:hover{
    text-decoration: none;
}
.tour-body i{
    color: #d8a50b;
}
.btn-view{
    color: #ffffff;
    padding: 8px 15px;
    background-color: #656565;
    border-radius: 3px;
}
.btn-view:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #343434;
}
.btn-book-now{
    color: #ffffff;
    padding: 8px 15px;
    background-color: #e1282d;
    border-radius: 3px;
}
.btn-book-now:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #b52328;
}
.btn-book{
    color: #ffffff;
    padding: 8px 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
    background-color: #d8a50b;
}
.btn-book:hover{
    color: #ffffff;
    text-decoration: none;
    background-color: #8b660a;
}

.tour-btn{
    margin-top: 15px;
}
.tour-gallery{
    padding: 5px;
    border: solid 3px #f7f7f7;
    border-radius: 10px;
}
.tour-detail-title{
    background-color: #f7f7f7;
    padding: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.tour-tab-detail img{
    max-width: 100%;
    height: auto;
}
.tour-tab-detail{
    background-color: #ffffff;
    padding: 15px;
}
.tour-tab-detail iframe{
    width: 100%;
}
.tour-tab-detail table{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.tour-tab-detail table td{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.tour-tab-detail ul,.content-detail ul{
    list-style-type: none;
    list-style: none;
    padding-left: 22px;
}
.tour-tab-detail ul li:before,.content-detail ul li:before{
    content: '\f0da';
    font: normal normal normal 14px/1 FontAwesome;
    color: #d8a50b;
    padding-right: 9px;
    padding-top: 5px;
    margin-left: -10px  ;
    position: absolute;
}

.tour-tab-detail h1,.tour-tab-detail h2,.tour-tab-detail h3,.tour-tab-detail h4,.tour-tab-detail h5,.tour-tab-detail h6,.tour-tab-detail strong{
    color: #d8a50b;
}
.nav-item a{
    color: #5c5c5c;
}
.tour-detail-title i{
    color: #d8a50b;
}
.tour-tab{
    background-color: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
}
.btn-book-de{
    background-color: #e1282d;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 10px;
    border-color: transparent;
}
.btn-book-de:hover{
    background-color: #b52328;
    color: #ffffff;
    text-decoration: none;
}
.form-title{
    padding-bottom: 20px;
    margin-top: 15px;
}
.form-title-num{
    font-size: 18px;
    background-color: #d8a50b;
    padding: 10px 16px;
    border-radius: 50px;
    color: #fff;
    margin-right: 15px;
}
.form-control{
    font-size: 14px!important;
}
.price{
    font-size: 22px;
    color: #990000;
    text-decoration: underline;
}
.tour table{
    font-size: 14px!important;
    border: solid 1px #ddd;
}
.tour table tr td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.tour .nav-tabs li{
    border: solid 1px #ddd;
    margin-left: -1px;
    transition: all 0.3s ease-in-out;
}
.tour .nav-tabs .active{
    background-color: #d8a50b;
    border: solid 1px #d8a50b;
    color: #ffffff;
}
.tour .nav-tabs li:hover{
    background-color: #d8a50b;
    border: solid 1px #d8a50b;
    color: #ffffff!important;
    transition: all 0.3s ease-in-out;
}
.tour .nav-tabs li:hover a{
    color: #ffffff!important;
    transition: all 0.3s ease-in-out;
}

.tour .nav-item a{
    font-size: 14px;
}
.input-group-addon{
    background-color: #d8a50b;
    font-size: 16px;
    padding: 10px;
    color: #ffffff;
}
.tour-detail-title{
    text-align: center;
}
.home-loca{
    width: 100%;
    height: 230px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: 0.3s;
}
.home-loca:hover{
    box-shadow: 0px 0px 20px 5px rgba(51, 51, 51, 0.25);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
    transform: scale(1.06);
    transition: 0.3s;
    background-color: rgba(0,0,0,0.8);
}
.home-loca-title{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0px;
    z-index: 909;
    padding: 15px;
    color: #ffffff;
    transition: 0.3s;
}

.home-loca-title h3{
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.53);
    font-size:16px!important;
    transition: 0.3s;
}
.home-tour{
    background-color: #f7f7f7;
    border-radius: 5px;
    text-align: left;
}
.home-tour .home-loca{
    height: 235px;
}
.home-loca-body{
    padding: 0 15px 30px 15px;
}
.home-loca-body h2{
    font-size: 1.25rem!important;
}
.home-loca-body h2,.home-loca-body i{
    color: #d8a50b;
}
/*end tour style*/

/*guide list*/

.guide{
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.guide-img img{
    border-radius: 5px;
}
.guide-con{
    padding: 10px;
    text-align: center;
}
.guide-con h6{
    color: #d8a50b;
}
.guide:hover{
    box-shadow: 0px 0px 19px 1px rgba(115, 115, 115, 0.36);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.guide-img{
    position: relative;
    overflow: hidden;
}
.guide-img-bg{
    position: absolute;
    width: 100%;
    background-color: rgba(102, 102, 102, 0.41);
    top: 0%;
    bottom: 0;
    border-radius: 5px;
    left: -100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.guide:hover .guide-img-bg{
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.guide-btn{
    text-align: center;
    padding-top: 50%;
    width: 100%;
    top: 50%;
    margin-top: -15px;
    z-index: 999;
}
.btn-detail{
    background-color: #d8a50b;
    border-color: transparent;
    color: #ffffff;
}

/*end guide list*/

/*start attraction style*/
.attraction{
    padding: 0px!important;
}
.attraction .guide-img-bg{

}
.attraction .btn-detail{
    padding: 5px 12px;
    border-radius: 5px;
}
.attraction .btn-detail:hover{
    background-color: #bf930b;
}
.attraction .guide-btn{
    padding-top: 35%;
}
.attraction a:hover{
    text-decoration: none;
    color: #ffffff;
}

/*end attraction style*/

/*footer style*/
.footer-con ul{
    padding-left: 15px;
    list-style-type: none;
}
.footer-con ul li{
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all 0.3s ease-in-out;
}
.footer-con ul li:before{
    content: '\f101';
    font: normal normal normal 14px/1 FontAwesome;
    color: #d8a50b;
    padding-right: 9px;
    padding-top: 4px;
    margin-left: -14px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.footer-con{
    padding-top: 10px;
}
.footer-con a{
    color: #ffffff;
}
.footer-con ul li a{
    color: #ffffff;
}
footer p{
    margin-bottom: 5px;
}
.footer-social{
    padding-top: 10px;
}
.footer-social a{
    color: #ffffff;
}
.footer-social i{
    color: #d8a50b;
}
/*end footer style*/


.g-recaptcha{
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.content-detail{
    margin-bottom: 30px;
}
.content-detail img{
    max-width: 100%;
}
.slide-content{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}
.silde-body{
    padding: 15px;
    color: #ffffff;
    width: 500px;
    max-width: 100%;
    border-radius: 5px;
    margin-top: 10%;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.75);
}
.owl-item.active .silde-body {
    -webkit-animation: 1s .3s fadeInDown both;
    animation: 1s .3s fadeInDown both;
}
.owl-dots{
    position: absolute;
    bottom: 15px;
    left: 10%;
}
.owl-theme .owl-dots .owl-dot span{
    width: 13px!important;
    height: 13px!important;
}
.owl-dots .owl-dot.active span{
    background: #d8a50b!important;
}
.nav-tabs .nav-link {
    border: 1px solid #d8a50c!important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f7f7f7!important;
    background-color: #d8a50c!important;
    border-color: #d8a50c;
}
.lSSlideOuter .lSPager.lSGallery img{
    filter: brightness(0.7);
}
.lSSlideOuter .lSPager.lSGallery .active img{
    filter: brightness(1);
}

.slide-bg{
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
}


@media only screen and (max-width: 1200px){
    
}
@media only screen and (max-width: 1025px){

}
@media only screen and (max-width: 1000px){
    .slide-bg {
        height: 350px;
    }
}
@media only screen and (max-width: 769px){
    .tour-img {
        height: 260px;
        margin-bottom: 15px;
    }
    .wrapper {
        padding-top: 30px;
    }
    .tour-detail-title{
        text-align: left;
    }
    .btn-book-de{
        margin-top: 22px;
    }
    .tour-tab{
        margin-bottom:30px;
    }
    .tour-price{
        margin-bottom:15px;
    }
    
}
@media only screen and (max-width:600px) {
    .slide-desc{
        display: none;
    }
    
}
@media only screen and (max-width: 481px){
    .tour-img {
        height: 230px;
        margin-bottom: 15px;
    }
    .home-loca{
        height: 150px;
    }
    .silde-body{
        text-align:center;
            margin-top: 5%;

    }
    .home-tour .home-loca{
        height: 220px;
    }
    .tour-tab {
        padding: 2px;
    }
    .tour-tab-detail {
        padding: 10px;
    }
    .slide-bg {
        height: 230px;
    }
}
@media only screen and (max-width: 321px){
    .tour-tab {
        padding: 2;
    }
}


