.latest-maid *,
.latest-maid *:before,
.latest-maid *:after,
.biodata *,
.biodata *:before,
.biodata *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.latest-maid,
.biodata {
    font-family: sans-serif, microsoft jhenghei;
}

.latest-maid .row {
    margin-top: 5px;
    margin-right: 0px;
    margin-left: 0px;
}

.latest-maid .more {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.latest-maid .more .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
}

.latest-maid .more a {
    color: red;
    text-decoration: none;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.biodata-box {
    border: 1px solid;
    padding: 5px;
}

.biodata-box .photo-box {
    width: 180px;
    margin-right: 10px;
}

.biodata-box .data-box {
    width: 100%;
}

.biodata-box .maid_no {
    width: 100%;
    text-align: center;
}

.biodata-box .data-box td {
    font-size: 13px;
}

@media (min-width: 768px) {
    .latest-maid .col-sm-4,
    .latest-maid .col-mg-4 {
        width: 33.3%!important;
        float: left;
    }
    .biodata .col-sm-6,
    .biodata .col-mg-6 {
        width: 50%!important;
        float: left;
    }
    .latest-maid .row {
        display: flex;
    }
}

.latest-maid .col-xs-12 {
    width: 100%;
    padding: 2px;
}

.search_panel label span {
    font-size: 14px;
    text-align: center;
    padding: 5px 8px;
    display: block;
    border-radius: 4px;
    width: auto
}

.search_maid_total_found {
    margin-top: 3px;
}

.search_maid_sorting {
    margin: 0px 0px 0 0;
}

.maid-search-border-primary {
    border-color: #8ED9D5!important;
}

.maid-search-text-primary {
    color: #8ED9D5;
}

.maid-search-bg-primary {
    background-color: #8ED9D5;
    color: #fff;
}

.biodata-box .photo img {
    width: 120px;
    height: 150px;
}

.maidbox1 a {
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.btn-primary {
    background: #8ED9D5;
    color: #fff;
}

.btn-biodata-video {
    -moz-box-shadow: inset 0 1px 0 0 #fce2c1;
    -webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
    box-shadow: inset 0 1px 0 0 #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
    background: -moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: -ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
    background: linear-gradient(to bottom, #fb9e25 80%, #ffc477 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25', GradientType=0);
    background-color: #ffc477;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 5px;
    border: 1px solid #eeb44f;
    display: inline-block;
    cursor: pointer;
    color: #fff!important;
    font-size: 13px!important;
    font-weight: 600;
    padding: 3px 15px 2px!important;
    text-decoration: none;
    text-shadow: 0 1px 0 #cc9f52;
    margin: 10px 8px 0 0;
}