﻿
.nav-tabs{
    border:none;
}
    .nav-tabs > li > a {
        line-height: 60px;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid transparent;
        color: #555;
        font-weight: 400;
    }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        color: #555;
        cursor: default;
        background-color: transparent;
        border: none;
        border-bottom-color: #9e7026;
    }
.nav > li > a:hover, .nav > li > a:focus{
    /*border-bottom:2px solid #9e7026;
    background-color:transparent;*/
}
.bgr-xam{
    background:#eee;
}
.fixed-menu-header {
    position: fixed;
    top: 127px;
    width: 100%;
    z-index: 99;
    background: #f8f8f8;
}
    .fixed-menu-header .nav-tabs {
        border: none;
        display: table;
        margin: 0 auto;
    }
    .fix-padd{
        padding-top:207px;
    }
.other-tour{
    margin-top:50px;
}
/*///*/
.bgr-sidebar-fr {
    background: #eee;
    box-shadow: 2px 2px 2px 0px #e5e4e4
}
.sidebar-title {
    background: #9e7026 ;
    text-align: center;
    color: #fff;
    padding: 20px;
}
.bgr-sidebar-fr form {
    padding: 20px;
}
    .bgr-sidebar-fr form input, .bgr-sidebar-fr form textarea {
        height: 45px;
        width: 100%;
        padding: 20px;
        margin-top: 10px;
        border-radius: 2px;
    }
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
        .bgr-sidebar-fr form textarea {
            height: auto;
        }
        .bgr-sidebar-fr button {
    background: #9e7026;
    color: #fff;
    height: 45px;
    width: 100%;
    border:none;
}
.item-sb{
    display:flex;
    margin-bottom:10px;
}
    .item-sb img {
        width: 80px;
        height: 100%;
        margin-right: 5px;
    }
.sb-text p {
    font-weight: 600;
    display: -webkit-box;
    line-height: 1.3em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.item-sb-ls a{
    color:#555;
}
    .sb-text p:hover, .item-sb-ls a:hover, .item-sb-ls a:active, .item-sb-ls a:focus, .item-sb-ls a:hover .sb-text p, .item-sb-ls a:active .sb-text p, .item-sb-ls a:focus .sb-text p {
        color: #9e7026;
        text-decoration: none;
        outline: none;
    }
.btn-boot {
    margin-top: 20px;
    margin-bottom: 30px;
}
.sidebar-title h3{
    margin: 0;
}
.why {
    background: #eee;
    margin-top: 30px;
}
    .why h3 {
        padding: 20px 0;
        margin: 0;
        font-size: 14px;
        font-weight: 600;
        padding: 35px 27px 0px;
        margin-bottom: 13px;
        color: #252525;
    }
.why ul{
    list-style:none;
    padding:0;

}
    .why ul li {
        padding: 13px 27px;
        border-color: #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
    }
.sb-contact {
    background: url('../images/booking-bg.jpg');
    background-position: 100%;
    background-size: contain;
    margin-top: 30px;
    padding: 20px;
    color: #fff;
}
    .sb-contact h3 {
        font-size: 21px;
        margin-top: 0px;
        margin-bottom: 20px;
        line-height: 1.2;
        font-weight: 700;
    }
    .sb-contact p{
        line-height: 1.5;
    }
.title-other h3 {
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 20px;
}
.flex {
    display: flex;
}
.listtour .flex h4{
    width:90%;
    margin:10px 0;

}
.listtour .flex span {
    color: #555;
    width: 50px;
    line-height: 1.5em;
    margin-top: 8px;
}
    .listtour .flex span strong {
        color: #9e7026;
        font-size: 23px;
    }
    .oth-item {
        width: 50%;
        margin-bottom:20px;
    }
.oth-item:last-child {
    margin-right: 0px;
}
.oth-item.lf{
    padding-left:0;
}
        .oth-item.rg {
            padding-right: 0;
        }
#Gallery .galleryservice.owl-carousel .owl-item img {
    max-height: 100%;
}
#Gallery .owl-theme .owl-nav .owl-next, #Gallery .owl-theme .owl-nav .owl-prev {
    bottom: 75px;
}