.col .product-img .price-sell {
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 20px !important;    
    max-height: 60px !important;   
    margin-bottom: 10px !important;
    padding: 0px !important; 
}
.blog .thumbnail .caption a h4:hover{
	background-color: var(--second-color);
	color: #fff;
}
.tour-list {
    background:#fff;
}.item-content {
    margin: 10px 0px 10px -10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.img-border {
    float: left;
    margin-right: 30px;
    overflow: hidden;
    border: 1px solid #f2f2f2;
    margin-top: 3px;
    padding: 5px;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.04);
}
.title-content {
    margin: 5px 0px 5px 0px;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 30px;
}
    .title-content a {
        color: #8a6d3b;
        
    }
    .title-content a:hover, .title-content a:active, .title-content a:focus {
        color: #392706;
        text-decoration: none;
        outline: none;
    }
    .title-content .from {
        margin: 20px 0px 0px 0px;
        color: #333;
        font-size: 17px;
    }
.div_price {
    color: #8a6d3b;
    font-size: 25px;
    margin-bottom: 10px;
}

.div-book a {
    background: #8a6d3b;
    color: #fff;
    text-decoration: none;
    border: #392706;
    border-radius: 0px;
    padding:10px 20px;
    
}
    .div-book a:hover, .div-book a:active, .div-book a:focus {
        background:#bd995c;
        border:#8a6d3b;
        text-decoration:none;
        outline:none;
        color:#fff;

    }





/*datalist tour*/
.blog .product-img {
    background: #fff;
    padding: 10px;
    position: relative;
    bottom: 0;
    width: auto;
    left: 0;
    overflow: hidden;
    text-align: center;
    margin-top: -50px;
    box-shadow: 0 1px 4px rgba(228, 228, 228, 0.95);
}

.blog .owldemo .thumbnail {
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
}

.blog .thumbnail .caption a h4 {
    color: #263e5b;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #263e5b;
    display: table;
    margin: 0 auto;
}

.blog .thumbnail .caption {
    padding: 0px 15px;
}

.latest {
    padding: 20px 0px;
}

.blog {
    padding: 30px 0px;
}

    .blog .col {
        padding-bottom: 30px;
    }

.col .product-img .price-title {
    text-transform: uppercase;
    color: #263e5b;
}

.col .product-img .price-sell {
    padding: 10px 0px;
}

.posts {
    padding: 60px 0px 30px;
}
#DivForm .form-group label{
    color:#333;
}
.img-conten img{
    margin-bottom:30px
}
.new-pri {
    color: #8a6d3b;
    font-size: 20px;
    font-weight: 600;
    margin-right:40px;
}
.booking a{
    color:#8a6d3b;
}
    .booking a:hover, .booking a:active, .booking a:focus {
        color: #333;
        text-decoration: none;
        outline: none;
    }
.h4-title a {
    color: #8a6d3b;
    text-decoration: none;
}
    .h4-title a:hover, .h4-title a:active, .h4-title a:focus {
        color: #333;
        text-decoration: none;
        outline: none;
    }
.z-tabs.horizontal.top.white.z-bordered > ul > li.z-active > a {
    border-top: 3px solid #8a6d3b !important;
}
.pding{
    margin-top:20px;
}
.tour-list .form-group label{
    color:#000;
}
.form-horizontal{
    width:700px;
    margin:0 auto;
}
@media screen and (max-width: 1100px) {
    .tour-list .form-horizontal {
        width: auto;
        margin: 0 auto;
    }
}
#tabbed-nav .button {
    width: auto;
    margin: 0 auto;
    padding: 10px 20px;
    background: #bd995c;
    display: table;
    color:#fff;
}
    #tabbed-nav .button:hover, #tabbed-nav .button:active, #tabbed-nav .button:focus{
        text-decoration:none;
        outline:none;
        color:#fff;
        background:#392706;
    }


