
#wrap-main{
    padding-bottom: 60px;
}
 .box-post .post-list{
     background: #fff;
     border-bottom: 1px solid #ECF0F1;
     font-family: 'prompt';
     padding: 16px 3.6%;
}
 .box-post .post-list .status-post {
     height: 16px;
     line-height: 16px;
     background: #fff;
     margin-top: 8px;
     color: #999999;
     font-size: 12px;
     text-align: right;
     position: relative;
     left: 0px;
     font-family: 'sarabun';
}
.box-post .post-list .date-post {
    text-align: right;
    font-family: sarabun;
    font-size: 12px;
    color: #F7BF62;
    padding: 15px 0;
    padding-right: 10px;
}
.box-post .post-list .box-logo{
    margin-right: 16px;
    width: 48px;
}
.box-post .post-list .box-logo .logo-comp{
    padding-bottom: 66.34%;
}
.box-post .post-list .box-logo .logo-comp img{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.box-post .post-list .name-comp {
    color: var(--sub-txt);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}
.box-post .post-list .sarary{
    text-align: center;
    font-size: 16px;
    font-family: 'sarabun';
    font-weight: bold;
    color: var(--main-txt);
    height: 20px;
}
.box-post .post-list .location {
    color: var(--sub-txt);
    font-size: 12px;
    font-family: 'sarabun';
    margin-top: 25px;
    padding-left: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.box-post .no-data{
    font-size: 14px;
    color: var(--main-txt);
}
body.fixed-showLB .show-LB{
    position: fixed;
    top: 28px;
    z-index: 4;
}


/* loader */
.loader {
    width: 40px;
    height: 40px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    display: none;
}

.block {
    width: 16px;
    height: 16px;
    opacity: 0;
    animation: lod-squar 1s infinite linear;
    background-color: #ffcc66;
    float: left;
    margin: 2px;
    border-radius: 2px;
}

.block1 {
    animation-delay: 0.20s;
}

.block2 {
    animation-delay: 0.50s;
}

.block3 {
    animation-delay: 1.2s;
}

.block4 {
    animation-delay: .80s;
}


@keyframes lod-squar {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@media screen and (min-width: 667px) {

}
