#detail_parent_1{
  border-left: #ddd solid 1px;
    border-bottom: #ddd solid 1px;  
}

#detail_parent_2{
    border-left: #ddd solid 1px;
      border-top: #ddd solid 1px;  
  }

.detail{
    padding: 0px 20px;
}

.detail>h2{
    margin-bottom: 15px;
}

.detail>p{
    margin-top: 0px;
    text-align: left;
    font-size: 20px;
    color: #00345A;
    font-weight: 600;
}

.detail>div{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}

#type_tour>section .filter{
    background: linear-gradient(to right, rgba(46, 46, 46, 0.8) 0%, rgba(46, 46, 46, 0.8) 100%);
}
