.box-detail-listing .box-voucher {
    background: #F0F0F0;
    border-radius: 4px;
    padding: 10px 10px 5px;
    display: inline-block;
    width: 100%;
    margin: 20px 0 -5px;
}

.box-detail-listing .box-voucher .heading {
    font-size: 18px;
    text-transform: none;
    margin: 0;
}

.box-detail-listing .scroll-voucher {
    display: block;
    margin-right: -10px;
    overflow-x: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    margin-top: 10px
}

.scroll-voucher::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.scroll-voucher::-webkit-scrollbar {
    height: 2px;
    background-color: transparent
}

.scroll-voucher::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
}

.scroll-voucher .item-voucher {
    width: 280px;
    height: 105px;
    background: transparent url(../images/bg-item-voucher-green.png) center no-repeat;
    background-size: cover;
    padding: 0px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    margin-right: 16px;
    white-space: normal;
}

.scroll-voucher .item-voucher .image {
    margin: 12px 13px;
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #E1E1E1;
    background: #fff;
    overflow: hidden;
}

.scroll-voucher .item-voucher .image img {
    width: 100%;
    height: 100%;
}

.scroll-voucher .item-voucher .caption {
    margin-left: 122px;
    width: 145px;
    padding: 0px 10px 13px 0;
}

.scroll-voucher .item-voucher .caption .title-voucher {
    margin-bottom: 15px;
    max-height: 48px;
    line-height: 16px;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical
}
.box-pk {
    background: #F0F0F0;
    border-radius: 4px;
    padding: 20px 20px 13px;
    margin: 20px 0 0;
}

.box-pk .heading {
    margin: 0;
}

.list-pk {
    display: block;
    margin-right: -20px;
    overflow-x: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    margin-top: 20px
}

.list-pk::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}

.list-pk::-webkit-scrollbar {
    height: 2px;
    background-color: transparent
}

.list-pk::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
}

.list-pk .item-pk {
    width: 195px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    overflow: hidden;
    margin: 0;
    display: inline-block;
    margin-right: 16px;
    white-space: normal;
}

.list-pk .item-pk .image {
    height: 195px;
    width: 195px;
    overflow: hidden;
}

.list-pk .item-pk .caption {
    padding: 10px;
    background: #fff;
}

.list-pk .item-pk .caption .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #222222;
    margin: 0;
}

.list-pk .item-pk .caption .title a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    color: #222;
}

.item-pk .price {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #135EAC;
    margin: 5px 0 0;
}

.item-pk .info-pk {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #C4C4C4
}

.item-pk .txt-address {
    margin: 5px 0
}

.item-pk .txt-address i:before {
    margin: 0;
    width: auto;
}

.item-pk .txt-address i {
    font-size: 12px;
    color: #ACACAC;
    margin-right: 5px;
}

.banner-ads-check {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 0px 15px 15px;
    background: radial-gradient(59.5% 130.2% at 52.33% 28.92%, #00A5C0 0%, #014A8D 100%);
    border-radius: 4px;
    position: relative;
}

.banner-ads-check .btn-view-check {
    display: block;
    position: absolute;
    width: 157px;
    height: 47px;
    top: 21.5px;
    right: 13.5px;
}
.list-workder {
    margin: 0 -10px
}

.item-worker {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #E1E1E1;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.item-worker .photo {
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.item-worker .photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    vertical-align: middle;
}

.item-worker .caption {
    width: 179px;
    margin-left: 6px;
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
}

.item-worker .caption .name {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.item-worker .caption .info-worker {
    margin: 5px 0 0;
}

.info-worker .txt-gray {
    color: #888888;
    display: inline-block;
    vertical-align: middle;
}

.info-worker .txt-gray i:before {
    width: auto;
    margin: 0 4px 0 2px;
}

.item-worker .caption .phone-number {
    margin: 5px 0 0;
}

.item-worker.last {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}