@charset "utf-8";

/* CSS Document */

.list-profile {
    margin: 0;
    padding: 0;
    margin-top: -25px !important;
}

.list-profile .result {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font: 20px/45px 'Kanit', Arial, sans-serif;
}

.list-profile .lp-in {
    margin: 0;
    padding: 0;
}

.lp-block:hover {
    position: relative;
    transform: scale(1.03, 1.03);
    /* top: -10px; */
    transition: all 1.1s ease-in-out;
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    /* border-radius: 10px; */
    /* -webkit-box-shadow: 3px 6px 11px 0px rgba(0, 0, 0, 0.24); */
    -moz-box-shadow: 3px 6px 11px 0px rgba(0, 0, 0, 0.24);
    /* box-shadow: 3px 6px 11px 0px rgba(0, 0, 0, 0.2); */
}

.list-profile .lp-block {
    margin: 0;
    padding: 0px;
    margin-top: 25px;
    transition: all 0.1s ease-in-out;
    /* margin-bottom: 20px; */
    /* box-shadow: rgba(0, 0, 0, 0) 0px 3px 8px; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff url(../images/sub-job/bg-people.jpg) bottom right no-repeat;
}

.list-profile .lp-block .pic {
    text-align: center;
    margin: 0;
    padding: 0;
    /* margin-bottom: 10px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /* border: 1px solid #dddddd; */
}

.list-profile .lp-block .pic img {
    max-width: 100%;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 250px;
    height: 350px !important;
    object-fit: cover;
    /* max-width: 258px; */
    /* max-height: 350px; */
}

.list-profile .lp-block .lp-detail {
    font: 14px/20px 'Kanit', Arial, sans-serif;
    padding: 15px 15px 45px 0;
}

.list-profile .lp-block .lp-detail .detail-in {
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-profile .lp-block .lp-detail table td {
    padding: 2px 2px;
    color: #666;
}

.list-profile .lp-block .lp-detail table td a {
    color: #666;
}

.lp-block .art-bottom {
    color: #666;
}

.lp-block .eventtime-view {
    color: #666;
}

.icon-airport {
    color: #666;
}

.list-profile .lp-block .lp-detail .candidate-name {
    font: 21px/24px 'Kanit', Arial, sans-serif;
}

.list-profile .lp-block .lp-detail .candidate-name a {
    color: #000 !important;
    font-size: 24px;
    line-height: 30px;
}

.list-profile .lp-block .lp-bottom {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.list-profile .lp-block .lp-bottom .viewprofile {
    padding: 2px 5px;
    width: 118px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #c6b19f;
    color: #fff;
    background: #a7856a;
    text-align: center;
    font: 14px/24px 'Kanit', Arial, sans-serif;
}

.list-profile .lp-block .lp-bottom .viewprofile:hover {
    cursor: pointer;
}

.list-profile .lp-block .lp-bottom .viewprofile a {
    color: #fff;
}

.list-profile .lp-block .lp-detail-2 {
    padding: 15px;
}

.list-profile .lp-block .lp-detail-2 .candidate-name {
    font: 21px/24px 'Kanit', Arial, sans-serif;
}

.list-profile .lp-block .lp-detail-2 .candidate-name a {
    color: #000 !important;
}


.list-profile .lp-block .lp-detail-2 .topic {
    font: 21px/24px 'Kanit', Arial, sans-serif;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.list-profile .lp-block .lp-detail-2 .topic a {
    color: #000 !important;
}


.list-profile .lp-block .lp-detail-2 .detail {
    height: 74px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.list-profile .lp-block .lp-detail-2 .detail a {}


.eventbot-in {
    position: absolute;
    bottom: 0px;
    margin: 20px 0px 10px;
}


@media (min-width: 320px) and (max-width: 767px) {
    .list-profile .lp-block .pic img {
        width: 100%;
    }

}

@media (min-width: 320px) and (max-width: 768px) {
    .list-profile .lp-block .lp-detail {
        padding: 15px 15px 45px 15px;
    }

    .eventbot-in {
        left: 30px;
    }

}