._result_list {
    display: flex;
    flex-wrap: wrap;
}
._result_item {
    padding: 10px 20px;
    margin: 0 10px 10px;
    border-radius: 50px;
    color: #fff;
    background: #2B66FF;
    display: flex;
    align-items: center;
}
._result_item span, ._result_item  i.fa{
    color: #fff;
    padding: 0 3px;
}
._bottom_slide img {
    mix-blend-mode: multiply;
}
.PDetails .PDetails_content ._bottom_slide .content_top_banner {
  background: initial;
}
.PDetails .PDetails_content ._bottom_slide {
    background: url(../image/bg.webp);
    background-size: cover;
    padding: 30px 40px;
    flex-wrap: wrap;
}
._bottom_slide .list_info_po {
    background: rgba(66,66,66,.6); 
    padding: 20px; 
    border-radius: 10px;
}
._bottom_slide .list_info_po table {
    border: 0;
    border-collapse: collapse;
}
._bottom_slide .list_info_po td {
    border: 0; 
    border-bottom: 1px solid #666;
    padding: 15px 0;
    color: #fff;
}
._bottom_slide .top_list_title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
._bottom_slide .top_list_title h2 {
    color: #fff;
}
._bottom_slide .swiper-button-li.swiper-button-disabled img:first-child {
    opacity: 1;
    filter: brightness(10);
}