.p_detail .body_search{
    margin:0px;
    height:auto;
    margin-bottom:15px;
    padding-bottom:10px;
}
.p_detail .select_box, .p_detail .select_box2{
    width:100%;
    margin:0px 0px 10px 0px;
}

.pro_title{
    text-transform: uppercase;
    font-weight: bold;
    height:34px;
	line-height:34px;
    border-bottom:2px solid #00579f;
}

/*===product feature====*/
.p_detail_spech{float:right; width:590px; min-height:100px; margin-top:10px;}
.body_spec{
    width:100%;
    height:35px;
    line-height:35px;
}
.body_spec span{
    float:left;  
    padding: 0px 6px; 
}
.body_spec span:nth-child(1){
    min-width:200px;
    border-right:1px dotted #eee;
    
} 
.body_spec{
    border-top:1px dotted #eee;
    border-left:1px dotted #eee;
    border-right:1px dotted #eee;
}
.body_spec:last-child{
    border-bottom:1px dotted #eee;
}

/*============relative car blog=======*/

.title_relative{
    background:#eee;
    color:#000000;
    text-transform: uppercase;
    height:34px;
    line-height:34px;
    padding:0px 10px;
    margin-top: 20px;
}
.cat_pagination{text-align:center;}

/*=========tab product=============*/
.tab-content{
    float:left;
    padding:10px;
    border-left: 1px solid #00579f;
    border-right: 1px solid #00579f;
    border-bottom: 1px solid #00579f;
    width:100%;
    min-height:150px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: 1px solid #00579f;
    border-bottom-color:transparent;
     
}
.nav-tabs>li>a:focus, .nav-tabs>li>a:hover{
   color:#000;
   background:#fff; 
   border: 1px solid #00579f;
   border-bottom-color:transparent;
}
.nav-tabs>li>a{
   border: 1px solid #00579f;
   background: #00579f; 
   color:#fff;
}
.nav-tabs{
  border-bottom: 1px solid #00579f;  
}

/*===========form booking product===============*/

.form_pro label{
    width:20%;
    float:left;
}

/*============ Slide Product =============*/
.body_slide{
    width:400px;
}
.slide_p_detail_ctn{float:left; width:550px; margin-bottom:30px;}
.list_carousel_detail {
    margin: 4px 0px 0px 0px;
    padding:0px;
    width: 550px;
    height: 100px;
	overflow:hidden;
}
.list_carousel_detail ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
    width: 550px;
    height: 100px;
}
.list_carousel_detail li {
    width: 100px;
    height: 100px;
    display: block;
    float: left;
    margin:0px 0px 0px 4px;
    border:1px solid #ddd;
	overflow:hidden;
}

.list_carousel_detail.responsive {
    width: auto;
    margin-left: 0;
}
.clearfix {
    float: none;
    clear: both;
}

.larg_photo{
   cursor: pointer;
   height: 400px;
   border:1px solid #ddd;
   margin-top: 10px;
}
.slide_text{
    text-align: center;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #ccc;
}
.small_img{
    cursor: pointer;
    width: 100px;
    height: 100px;

}
.prev_detail, .next_detail{
    position: absolute;
    top: 46px;
    z-index: 10;
    width: 10px;
    height: 18px;
}
.prev_detail{
    left: 0;
    background: url("imgs/prev_v.png") no-repeat right;
}
.next_detail{
    right: 0;
    background: url("imgs/next_v.png") no-repeat left;
}

