@charset "utf-8";
@import url("bootstrap.css");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url("style.css");
@import url("banner.css");
@import url("jquery.mmenu.all.css");
@import url("jquery.mmenu.toggles.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css");

/*Capetown_Signature_Slant_OTF.otf*/
@font-face 
{
    font-family: "Capetown Signature";
    src: url("fonts/Capetown_Signature_Slant_OTF.otf") format("open type");
}
/*DFLiSongMedium-B5.ttf*/
@font-face 
{
    font-family: "DFLiSongMedium-B5";
    src: url("fonts/DFLiSongMedium-B5.ttf") format("true type");
}

/* CSS Document */
body {
    background-color: #F2F2F2;
    padding-right: 0px !important;
}
#header {
    position: fixed;
    background-color: rgba(255,255,255,.8);
    z-index: 99999999999999999;
    box-shadow: 2px 2px 10px #797979;
    width: 100%;
    left: 0;
    padding: 10px 0px;
}
#header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #707070;
}
#logoimg {
	width: 100px;
    padding: 5px;
    margin-left: 5%;
}
#icoimg {
    width: 80px;
    padding: 8px;
    margin-left: 5%;
    float: inherit;
    display: none;
    margin: 0 auto;
}

@media screen and (max-width: 767px)
{
    #banner {
        margin-top: 55px;
    }
}
.navbar-collapse.collapse {
    height: 100% !important;
}
.volunteer_nav .navbar-nav {
    background-color: transparent;
    height: 100%;
    display: inline-block;
}
.volunteer_nav .navbar-collapse .navbar-nav > li {
    color: #707070;
    cursor: pointer;
}
.volunteer_nav .navbar-collapse .navbar-nav > li:hover,
.volunteer_nav .navbar-collapse .navbar-nav > li.active {
    color: #EE6515;
}
.volunteer_nav .navbar-collapse .navbar-nav > li:not(:last-child):after {
    content: '|';
    position: absolute;
    right: 0;
    transform: translateY(-2px);
    color: #DB7038;
    font-size: 12px;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
}
@media screen and (max-width: 991px)
{
    .volunteer_nav .navbar-collapse .navbar-nav > li:not(:last-child):after {
        content: "";
    }
}

#header a.member_menu {
    float: right;
    display: block;
    color: #fff;
    background-color: #EE6515;
    border: 1px solid #DFDFDF;
    padding: 5px 12px;
    border-radius: 50px;
    margin: 20% auto;
    word-break: keep-all;
    cursor: pointer;
    user-select: none;
}
#header a.member_menu.active,
#header a.member_menu:hover {
    background-color: #dc5405;
    color: #fff;
}
.navbar-member {
    margin-right: 5%;
}
.navbar-member span {
    display: inline-block !important;
}
.navbar-member i,
.navbar-member img {
    display: none !important;
}
@media screen and (max-width: 1399px)
{
    #logoimg {
        margin-left: 15px;
    }
    .navbar-member {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1399px) and (min-width: 992px)
{
    .volunteer_nav {
        left: 10%;
    }
}
@media screen and (max-width: 1023px)
{
    .volunteer_nav .navbar-collapse .navbar-nav > li {
        font-size: 16px;
        min-width: 6em;
    }
}
@media screen and (min-width: 992px)
{
    .volunteer_nav .navbar-collapse .navbar-nav {
        margin-top: -30px;
    }
}
@media screen and (max-width: 991px)
{
    #header {
        padding: 0px;
    }
    #logoimg {
        display: none;
    }
    #icoimg {
        display: block;
    }
    .volunteer_nav .navbar-nav {
        width: 100vw;
    }
    .navbar-member {
        width: fit-content;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        height: fit-content;
        margin: auto 15px;
    }
    .navbar-member > li {
        margin-top: 5px;
        margin-right: -5px;
    }
    .navbar-collapse.collapse {
        height: auto !important;
        top: 80px;
        border: none;
    }
    .volunteer_nav .navbar-collapse .navbar-nav > li {
        width: 100%;
        float: left;
        height: auto;
        color: #fff;
        font-size: 16px;
        padding: 18px;
    }
    .navbar-member span {
        display: none !important;
    }
    .navbar-member i,
    .navbar-member img {
        display: inline-block !important;
    }
    #header a.member_menu {
        border: none;
        background-color: transparent;
        color: #5f5f5f;
        font-size: 25px;
    }
    .nav > li > a > img {
        width: 30px;
        transform: translateY(0px);
    }
    .volunteer_nav .navbar-collapse .navbar-nav > li.memberListItem {
        display: none !important;
    }
}
@media screen and (min-width: 992px)
{
    .navbar-member > li {
        margin-top: 5px;
    }
}

#home_servicedcase > div {
    margin: 2% auto;
}

#home_servicedcase .box_title {
    font-size: 20px;
    font-weight: bold;
    color: #6D6D6D;
}
#home_servicedcase .box_brief {
    color: #6D6D6D;
    line-height: 25px;
}
#home_servicedcase .box_tip {
    text-align: right;
    color: #6D6D6D;
}
#home_servicedcase .box_total {
    text-align: right;
    font-size: 42px;
    font-weight: bold;
    color: #ED7229;
}
#home_servicedcase .box .bigitem {
    padding: 10px;
}
#home_servicedcase .box .bigitem > .imgbox_4_3:before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    transition: background-color 1s;
}
#home_servicedcase .box .bigitem > .imgbox_4_3:after {
    content: "";
    position: absolute;
    right: 4%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transition: opacity .8s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #ffffff;
}
#home_servicedcase .box .bigitem > .imgbox_4_3 > .info {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: 50%;
    left: 10%;
    right: auto;
    opacity: 0;
    transition: opacity .8s;
}
#home_servicedcase .box .bigitem > .imgbox_4_3 > .info > p.title {
    font-size: 24px;
    color: #fff;
}
#home_servicedcase .box .bigitem > .imgbox_4_3 > .info > p.brief {
    color: #fff;
    line-height: 25px;
    text-align: left;
}
#home_servicedcase .box .bigitem > .imgbox_4_3:hover:before {
    background-color: rgb(73 154 155 / .9);
    transition: background-color 1s;
}
#home_servicedcase .box .bigitem > .imgbox_4_3:hover:after,
#home_servicedcase .box .bigitem > .imgbox_4_3:hover > .info {
    opacity: 1;
    transition: opacity .8s;
}
#home_servicedcase .box .smallitem {
    padding: 10px;
}

.imgbox_1_1 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 100%;
    left: 0;
    right: 0;
    background-position: center;
    transition: background-size .5s ease-in;
    cursor: pointer;
}
.imgbox_4_3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 100%;
    left: 0;
    right: 0;
    background-position: center;
    transition: background-size .5s ease-in;
    cursor: pointer;
}

#home_news {
    margin-top: 50px;
    background-color: #DB5D14;
}
#home_news .title {
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px;
}
#home_news .box {
    float: initial;
    display: block;
    margin: auto;
}
#home_news .box > .item {
    margin-bottom: 20px;
}
#home_news .box > .item > .txt {
    background-color: #fff;
    width: 100%;
    margin: 10px auto;
    padding: 5px 15px;
}
#home_news .box > .item > .txt > .title {
    color: #535353;
    text-align: left;
    font-weight: bold;
    margin: 5px auto;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 30px;
}
#home_news .box > .item > .txt > .brief {
    color: #535353;
    line-height: 25px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 3.5em;
}
#home_news .box > .item > .txt > .place {

}
#home_news .box > .item > .place > svg {
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #fff;
    float: left;
    margin-right: 5px;
}
#home_news .box > .item > .place > p {
    width: fit-content;
    float: left;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
    letter-spacing: .8px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 30px;
    margin: 0 auto;
}

#home_volunteer {
    background-color: #fff;
}
#home_volunteer > div {
    margin: 40px auto;
}
#home_volunteer .info {
    padding: 20px 15px;
}
#home_volunteer .info > .title {
    font-size: 20px;
    color: #2C2C2C;
}
#home_volunteer .info > .brief {
    font-size: 14px;
    color: #616161;
    line-height: 25px;
}
#home_volunteer .info > button {
    background-color: #4083AE;
    border: 1px solid #2B5C7B;
    color: #fff;
    padding: 8px 15px;
    border-radius: 8px;
    outline: none;
    margin: 5px auto;
    box-shadow: 4px 4px 8px #8d8d8d;
}
#home_volunteer .info > button > svg {
    margin-bottom: -5px;
    margin-left: 5px;
}
#home_volunteer .info > button:hover,
#home_volunteer .info > button:focus {
    background-color: #2B5C7B;
    box-shadow: none;
}

.loginsucess {
    background-color: rgba(255,255,255,.95);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999999;
    display: none;
}
.loginsucess p {
    text-align: center;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    height: fit-content;
    left: 0;
    right: 0;
    width: fit-content;
    font-size: 20px;
    font-weight: bold;
}


#newsEvent {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #fff;
}
#newsEvent .title {
    text-align: center;
    font-size: 28px;
    color: #535353;
    font-weight: bold;
    margin-bottom: 40px;
}
#newsEvent .box {
    margin-bottom: 20px;
}
#newsEvent .box > .item {
    margin-bottom: 40px;
}
#newsEvent .box img {
    max-width: 100%;
    height: auto !important;
}
#newsEvent .box > .item > .txt {
    background-color: #EFEFEF;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 0 0 15px 15px;
}
#newsEvent .box > .item > .txt > .title {
    font-size: 18px;
    text-align: left;
    color: #5A5A5A;
    font-weight: bold;
    margin: 15px auto 5px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 24px;
}
#newsEvent .box > .item > .txt > .brief {
    color: #A7A7A7;
    line-height: 25px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 3.5em;
}
#newsEvent .box > .item > .txt > .place p {
    color: #707070;
    text-decoration: underline;
}
#newsEvent .box > .item > .txt > .place > svg {
    background-color: #58A1A2;
    border: 2px solid #58A1A2;
    border-radius: 100%;
    float: left;
    margin-right: 5px;
}
#newsEvent .box > .item > button {
    width: 100%;
    margin: 10px auto;
    padding: 10px 5px;
    background-color: #58A1A2;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
}
#newsEvent .box > .item > button:hover,
#newsEvent .box > .item > button:focus {
    background-color: #418f90;
}
#newsEvent .box > .item > table {
    width: 100%;
}
#newsEvent .box > .item > table tr {
    
}
#newsEvent .box > .item > table tr:nth-last-child(2) td,
#newsEvent .box > .item > table tr:last-child td {
    border: none;
}
#newsEvent .box > .item > table td {
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 5px;
    font-size: 16px;
}
#newsEvent .box > .item > table td:first-child {
    width: 100px;
    font-size: 16px;
}
#newsEvent .box > .item > table td > p.title {
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    color: #EE6515;
}
#newsEvent .box > .item > table td > a {
    color: #3F82AD;
}
#newsEvent .box > .item > table td > button {
    width: 100%;
    padding: 9px;
    background-color: #4083AE;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
}
#newsEvent .box > .subtitle {
    color: #028491;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;
}


#transService {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #fff;
}
#transService .title {
    text-align: center;
    font-size: 28px;
    color: #535353;
    font-weight: bold;
    margin-bottom: 40px;
}
#transService .filter {
    width: 250px;
    position: absolute;
    top: 10px;
    left: 30px;
}
#transService .filter > label {
    float: left;
    padding-right: 10px;
    line-height: 35px;
    margin-bottom: 0px;
}
#transService .filter > select {
    width: calc(100% - 70px);
    float: left;
    border-radius: 0px;

    /* arrow start */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='gainsboro' height='24' viewBox='0 0 24 24' width='24'  xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><rect width='24' height='24' rx='5' fill='none' stroke='gainsboro' /></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 4.5px;
    /* arrow end */
}
#transService .filter > select:hover {
    /* arrow start */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='darkgray' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><rect width='24' height='24' rx='6' fill='none' stroke='darkgray' /></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 4.5px;
    /* arrow end */
}
@media screen and (max-width: 991px)
{
    #transService .filter {
        position: relative;
        margin-bottom: 20px;
        left: 15px;
        top: 0px;
    }
}
#transService .box {
    margin-bottom: 20px;
}
#transService .box > .item {
    margin-bottom: 40px;
}
#transService .box > .item > .txt {
    background-color: #EFEFEF;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 0 0 15px 15px;
}
#transService .box > .item > .txt > .title {
    font-size: 18px;
    text-align: left;
    color: #5A5A5A;
    font-weight: bold;
    margin: 15px auto 5px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 24px;
}
#transService .box > .item > .txt > .brief {
    color: #A7A7A7;
    line-height: 25px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 3.5em;
}
#transService .box > .item > .txt > .place p {
    color: #707070;
    text-decoration: underline;
}
#transService .box > .item > .txt > .place > svg {
    background-color: #FFAE00;
    border: 2px solid #FFAE00;
    border-radius: 100%;
    float: left;
    margin-right: 5px;
}
#transService .box > .item > button,
#transService .box > .item > a {
    width: 100%;
    margin: 10px auto;
    padding: 10px 5px;
    background-color: #EE6515;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
#transService .box > .item > button:hover,
#transService .box > .item > button:focus,
#transService .box > .item > a:hover,
#transService .box > .item > a:focus {
    background-color: #ca4b00;
}
#transService .box > .item > table {
    width: 100%;
}
#transService .box > .item > table tr {
    
}
#transService .box > .item > table tr:nth-last-child(2) td,
#transService .box > .item > table tr:last-child td {
    border: none;
}
#transService .box > .item > table td {
    border-bottom: 1px solid #e6e6e6;
    padding: 14px 5px;
    font-size: 16px;
}
#transService .box > .item > table td:first-child {
    width: 100px;
    font-size: 16px;
    vertical-align: baseline;
}
#transService .box > .item > table td > p.title {
    margin: 0 auto;
    text-align: left;
    font-size: 20px;
    color: #EE6515;
    /*transform: translateY(-4px);*/
}
#transService .box > .item > table td > a {
    color: #3F82AD;
}
#transService .box > .item > table td > button {
    width: 100%;
    padding: 15px;
    background-color: #EE6515;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
}
#transService .box > .subtitle {
    color: #EE6515;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;
}

#serviceReservation {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #fff;
}
#serviceReservation .title {
    text-align: center;
    font-size: 28px;
    color: #535353;
    font-weight: bold;
    margin-bottom: 50px;
}
#serviceReservation form {
    display: block;
    margin: auto;
    float: initial;
}
#serviceReservation form .item {
    margin-bottom: 20px;
}
#serviceReservation form .item > .left {
    padding-right: 15px;
}
#serviceReservation form .item > .right {
    padding-left: 15px;
}
@media screen and (max-width: 991px)
{
    #serviceReservation form .item > .left {
        padding-right: 0px;
    }
    #serviceReservation form .item > .right {
        padding-left: 0px;
    }
}

#serviceReservation form .item > label {
    width: 100%;
    color: #7A7A7A;
}
#serviceReservation form .item > label > span {
    font-weight: 700;
    font-family: sans-serif;
    padding-right: 5px;
}
#serviceReservation form .item > select {
    width: 100%;
    text-align-last:center;
    border-radius: 0px;
    box-shadow: none;
    /* arrow start */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    /* arrow end */
}
#serviceReservation form .item > input {
    width: 100%;
    text-align-last:center;
    border-radius: 0px;
    box-shadow: none;
}
#serviceReservation form .item > select.service {
    /* arrow start */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 18 22.5'><path id='file-alt' d='M13.5,10.9v1.23a.547.547,0,0,1-.562.527H5.063a.547.547,0,0,1-.562-.527V10.9a.547.547,0,0,1,.563-.527h7.875A.547.547,0,0,1,13.5,10.9Zm-.562,3.164H5.063a.547.547,0,0,0-.562.527v1.23a.547.547,0,0,0,.563.527h7.875a.547.547,0,0,0,.563-.527V14.59A.547.547,0,0,0,12.938,14.063ZM18,5.8V20.391A2.184,2.184,0,0,1,15.75,22.5H2.25A2.184,2.184,0,0,1,0,20.391V2.109A2.184,2.184,0,0,1,2.25,0h9.567a2.328,2.328,0,0,1,1.589.62l3.933,3.687A2.038,2.038,0,0,1,18,5.8ZM12,2.281V5.625h3.567L12,2.281Zm3.75,18.11V7.734H10.875A1.089,1.089,0,0,1,9.75,6.68V2.109H2.25V20.391Z' fill='darkgrey'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 8px;
    text-indent: 15px;
    /* arrow end */
}
#serviceReservation form .item > input.date::-webkit-calendar-picker-indicator {
    /*background: DarkSlateGray;*/
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 18.375 21'><path id='calendar-alt-regular' d='M6.07,11.813H4.43a.494.494,0,0,1-.492-.492V9.68a.494.494,0,0,1,.492-.492H6.07a.494.494,0,0,1,.492.492V11.32A.494.494,0,0,1,6.07,11.813Zm4.43-.492V9.68a.494.494,0,0,0-.492-.492H8.367a.494.494,0,0,0-.492.492V11.32a.494.494,0,0,0,.492.492h1.641A.494.494,0,0,0,10.5,11.32Zm3.938,0V9.68a.494.494,0,0,0-.492-.492H12.3a.494.494,0,0,0-.492.492V11.32a.494.494,0,0,0,.492.492h1.641A.494.494,0,0,0,14.438,11.32ZM10.5,15.258V13.617a.494.494,0,0,0-.492-.492H8.367a.494.494,0,0,0-.492.492v1.641a.494.494,0,0,0,.492.492h1.641A.494.494,0,0,0,10.5,15.258Zm-3.937,0V13.617a.494.494,0,0,0-.492-.492H4.43a.494.494,0,0,0-.492.492v1.641a.494.494,0,0,0,.492.492H6.07A.494.494,0,0,0,6.563,15.258Zm7.875,0V13.617a.494.494,0,0,0-.492-.492H12.3a.494.494,0,0,0-.492.492v1.641a.494.494,0,0,0,.492.492h1.641A.494.494,0,0,0,14.438,15.258ZM18.375,4.594V19.031A1.969,1.969,0,0,1,16.406,21H1.969A1.969,1.969,0,0,1,0,19.031V4.594A1.969,1.969,0,0,1,1.969,2.625H3.938V.492A.494.494,0,0,1,4.43,0H6.07a.494.494,0,0,1,.492.492V2.625h5.25V.492A.494.494,0,0,1,12.3,0h1.641a.494.494,0,0,1,.492.492V2.625h1.969A1.969,1.969,0,0,1,18.375,4.594ZM16.406,18.785V6.563H1.969V18.785a.247.247,0,0,0,.246.246H16.16A.247.247,0,0,0,16.406,18.785Z' fill='darkgrey'/></svg>");
    color:Cornsilk;
    opacity:1;
    font-size:1.5rem;
    transition:all ease 400ms;
    transform:scale(1);
    margin-left:5px;
    position: absolute;
    left: 15px;
    outline: none;
}
#serviceReservation form .item > input.date:hover::-webkit-calendar-picker-indicator,
#serviceReservation form .item > input.date:focus::-webkit-calendar-picker-indicator {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='20' viewBox='0 0 18.375 21'><path id='calendar-alt-regular' d='M6.07,11.813H4.43a.494.494,0,0,1-.492-.492V9.68a.494.494,0,0,1,.492-.492H6.07a.494.494,0,0,1,.492.492V11.32A.494.494,0,0,1,6.07,11.813Zm4.43-.492V9.68a.494.494,0,0,0-.492-.492H8.367a.494.494,0,0,0-.492.492V11.32a.494.494,0,0,0,.492.492h1.641A.494.494,0,0,0,10.5,11.32Zm3.938,0V9.68a.494.494,0,0,0-.492-.492H12.3a.494.494,0,0,0-.492.492V11.32a.494.494,0,0,0,.492.492h1.641A.494.494,0,0,0,14.438,11.32ZM10.5,15.258V13.617a.494.494,0,0,0-.492-.492H8.367a.494.494,0,0,0-.492.492v1.641a.494.494,0,0,0,.492.492h1.641A.494.494,0,0,0,10.5,15.258Zm-3.937,0V13.617a.494.494,0,0,0-.492-.492H4.43a.494.494,0,0,0-.492.492v1.641a.494.494,0,0,0,.492.492H6.07A.494.494,0,0,0,6.563,15.258Zm7.875,0V13.617a.494.494,0,0,0-.492-.492H12.3a.494.494,0,0,0-.492.492v1.641a.494.494,0,0,0,.492.492h1.641A.494.494,0,0,0,14.438,15.258ZM18.375,4.594V19.031A1.969,1.969,0,0,1,16.406,21H1.969A1.969,1.969,0,0,1,0,19.031V4.594A1.969,1.969,0,0,1,1.969,2.625H3.938V.492A.494.494,0,0,1,4.43,0H6.07a.494.494,0,0,1,.492.492V2.625h5.25V.492A.494.494,0,0,1,12.3,0h1.641a.494.494,0,0,1,.492.492V2.625h1.969A1.969,1.969,0,0,1,18.375,4.594ZM16.406,18.785V6.563H1.969V18.785a.247.247,0,0,0,.246.246H16.16A.247.247,0,0,0,16.406,18.785Z' fill='grey'/></svg>");
}
#serviceReservation form .item > input.date::-webkit-datetime-edit-text {
    content: '-';
    color: silver;
    padding: 0 0.2em;
}
#serviceReservation form .item > select.time {
    /* arrow start */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'><path id='clock' d='M18,8A10,10,0,1,0,28,18,10,10,0,0,0,18,8Zm0,18.065A8.065,8.065,0,1,1,26.065,18,8.062,8.062,0,0,1,18,26.065Zm2.492-4.21-3.423-2.488a.487.487,0,0,1-.2-.391V12.355a.485.485,0,0,1,.484-.484h1.29a.485.485,0,0,1,.484.484v5.714l2.694,1.96a.484.484,0,0,1,.1.677l-.758,1.044a.487.487,0,0,1-.677.1Z' transform='translate(-8 -8)' fill='darkgrey'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 8px;
    text-indent: 15px;
    /* arrow end */
}
#serviceReservation form .item > select.sex {
    /* arrow start */
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'><path id='ic_account_box_24px' d='M3,5.222V20.778A2.222,2.222,0,0,0,5.222,23H20.778A2.229,2.229,0,0,0,23,20.778V5.222A2.229,2.229,0,0,0,20.778,3H5.222A2.222,2.222,0,0,0,3,5.222ZM16.333,9.667A3.333,3.333,0,1,1,13,6.333,3.329,3.329,0,0,1,16.333,9.667Zm-10,8.889c0-2.222,4.444-3.444,6.667-3.444s6.667,1.222,6.667,3.444v1.111H6.333Z' transform='translate(-3 -3)' fill='darkgrey'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 8px;
    text-indent: 15px;
    /* arrow end */
}

#serviceReservation form .item select.city {
    width: 49%;
    margin-right: 2%;
    float: left;
    border-radius: 0px;
    text-align-last: center;
    margin-bottom: 10px;
    /* arrow start */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='darkgrey' height='24' viewBox='0 0 24 24' width='24'  xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 4.5px;
    /* arrow end */
}
#serviceReservation form .item select.district {
    width: 49%;
    float: left;
    border-radius: 0px;
    text-align-last: center;
    margin-bottom: 10px;
    /* arrow start */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='darkgrey' height='24' viewBox='0 0 24 24' width='24'  xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 4.5px;
    /* arrow end */
}

#serviceReservation form .item input.address {
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
}
#serviceReservation form .item > input[type="radio"] {
    width: fit-content;
    margin-right: 5px;
    margin-top: 10px;
}
#serviceReservation form .item > input.emergency {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 20 14'><path id='ic_supervisor_account_24px' d='M16.5,12A2.5,2.5,0,1,0,14,9.5,2.492,2.492,0,0,0,16.5,12ZM9,11A3,3,0,1,0,6,8,2.987,2.987,0,0,0,9,11Zm7.5,3c-1.83,0-5.5.92-5.5,2.75V19H22V16.75C22,14.92,18.33,14,16.5,14ZM9,13c-2.33,0-7,1.17-7,3.5V19H9V16.75a3.941,3.941,0,0,1,2.37-3.47A12.283,12.283,0,0,0,9,13Z' transform='translate(-2 -5)' fill='darkgrey'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 10px;
    text-indent: 15px;
}
#serviceReservation form .item > input.emergencyPhone {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 20 20'><path id='ic_phone_in_talk_24px' d='M21.889,16.889a12.623,12.623,0,0,1-3.967-.633,1.134,1.134,0,0,0-1.133.267l-2.444,2.444a16.717,16.717,0,0,1-7.322-7.322L9.467,9.189a1.067,1.067,0,0,0,.278-1.111,12.623,12.623,0,0,1-.633-3.967A1.114,1.114,0,0,0,8,3H4.111A1.114,1.114,0,0,0,3,4.111,18.887,18.887,0,0,0,21.889,23,1.114,1.114,0,0,0,23,21.889V18A1.114,1.114,0,0,0,21.889,16.889ZM20.778,13H23A10,10,0,0,0,13,3V5.222A7.772,7.772,0,0,1,20.778,13Zm-4.444,0h2.222A5.558,5.558,0,0,0,13,7.444V9.667A3.329,3.329,0,0,1,16.333,13Z' transform='translate(-3 -3)' fill='darkgrey'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 8px;
    background-position-y: 10px;
    text-indent: 15px;
}
#serviceReservation form .item select.emergencyRelation {
    /* arrow start */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 20 20'><path id='ic_face_24px' d='M9,11.75A1.25,1.25,0,1,0,10.25,13,1.25,1.25,0,0,0,9,11.75Zm6,0A1.25,1.25,0,1,0,16.25,13,1.25,1.25,0,0,0,15,11.75ZM12,2A10,10,0,1,0,22,12,10,10,0,0,0,12,2Zm0,18a8.011,8.011,0,0,1-8-8,8.108,8.108,0,0,1,.05-.86A10.062,10.062,0,0,0,9.26,5.77,9.974,9.974,0,0,0,17.42,10a9.76,9.76,0,0,0,2.25-.26A7.988,7.988,0,0,1,12,20Z' transform='translate(-2 -2)' fill='darkgrey'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 6px;
    background-position-y: 8px;
    text-indent: 15px;
    /* arrow end */
}
#serviceReservation form .item > textarea {
    width: 100%;
    text-align-last:center;
    border-radius: 0px;
    box-shadow: none;
    resize: vertical;
}
#serviceReservation form p.tip {
    text-align: center;
    color: #D54F34;
    margin: 15px auto;
    padding: 15px;
    word-break: break-all;
}
#serviceReservation form button.submit {
    margin: 10px auto;
    display: block;
    width: 260px;
    max-width: 100%;
    padding: 8px;
    color: #fff;
    background-color: #D54F34;
    border: 1px solid #707070;
}
#serviceReservation form button.submit:hover,
#serviceReservation form button.submit:focus {
    background-color: #b93217;
}
#serviceReservation form button.goback {
    margin: 10px auto;
    display: block;
    width: 260px;
    max-width: 100%;
    padding: 8px;
    color: #fff;
    background-color: #6699B8;
    border: 1px solid #f5f5f5;
}
#serviceReservation form button.goback:hover,
#serviceReservation form button.goback:focus {
    background-color: #3c7ca2;
}


#serviceProfessional {
    padding-top: 30px;
    padding-bottom: 40px;
    background-color: #fff;
}
#serviceProfessional .title {
    text-align: center;
    font-size: 28px;
    color: #535353;
    font-weight: bold;
    margin-bottom: 50px;
}
#serviceProfessional .box {
    margin-bottom: 20px;
}
#serviceProfessional .box > .item {
    margin-bottom: 40px;
}
#serviceProfessional .box > .item > .txt {
    background-color: #EFEFEF;
    margin: 0 auto;
    padding: 5px 15px;
    border-radius: 0 0 15px 15px;
}
#serviceProfessional .box > .item > .txt > .title {
    font-size: 18px;
    text-align: left;
    color: #5A5A5A;
    font-weight: bold;
    margin: 15px auto 5px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 24px;
}
#serviceProfessional .box > .item > .txt > .brief {
    color: #A7A7A7;
    line-height: 25px;
}
#serviceProfessional .box > .item > button {
    width: 100%;
    margin: 10px auto;
    padding: 10px 5px;
    background-color: #7BAB63;
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    outline: none;
}
#serviceProfessional .box > .item > button:hover,
#serviceProfessional .box > .item > button:focus {
    background-color: #619448;
}
.modal-header .close {
    position: absolute;
    right: 15px;
    top: 8px;
    outline: none;
}
.modal-header .close > span {
    font-size: 34px;
    font-weight: 500;
}

.volunteerModal .modal-body button.submit {
    width: 200px;
    margin: 10px auto;
    display: block;
    max-width: 100%;
    padding: 8px;
    background-color: #D54F34;
    color: #fff;
    border: 1px solid #707070;
    outline: none;
}
.volunteerModal .modal-body button.goback {
    width: 200px;
    margin: 10px auto;
    display: block;
    max-width: 100%;
    padding: 8px;
    background-color: #6699B8;
    color: #fff;
    outline: none;
    border: 1px solid #707070;
}
.modal-open {
    overflow: auto;
    padding-right: 0px !important;
}


#about {
    padding-top: 2%;
    padding-bottom: 8%;
    background-color: #fff;
}
#about .title {
    text-align: center;
    font-size: 28px;
    color: #535353;
    font-weight: bold;
    margin-bottom: 50px;
}
#about .box {
    margin-bottom: 20px;
}
#about .box p {
    margin-bottom: 20px;
}
#about .box img,
#about .box iframe,
#about .box video {
    max-width: 100% !important;
    height: auto !important;
}
#about .box .join {
    color: #616161;
    line-height: 28px;
    text-align: left;
}
#about .box .join button {
    background-color: #EE6515;
    width: 120px;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 2px 4px 8px #bbb;
    margin: 8px;
}
#about .box .join button:hover,
#about .box .join button:focus {
    background-color: #de5404;
    box-shadow: none;
}


#order {
    padding-top: 2%;
    padding-bottom: 8%;
    background-color: #fff;
}
#order .title {
    text-align: center;
    font-size: 28px;
    color: #535353;
    font-weight: bold;
    margin-bottom: 50px;
}
#order .box {
    margin-bottom: 20px;
}
#order .box #data-table-default_filter {
    display: none;
}
#order .box table {
    width: 100%;
}
#order .box table tr {
    
}
#order .box table th {
    background-color: #58A1A2;
    color: #fff;
    padding: 8px;
    text-align: center;
    border: 1px solid #BFBFBF;
    word-break: keep-all;
}
#order .box table td {
    color: #8D8D8D;
    border: 1px solid #BFBFBF;
    text-align: center;
    padding: 8px 5px;
    word-break: keep-all;
}
#order .box table td .status0 {
    color: #f44336;
}
#order .box table td .status1 {
    color: #f44336;
}
#order .box table td .status2 {
    color: #EE6515;
}
#order .box table td .status3 {
    color: #1935a7;
}
#order .box table td .status4 {
    color: #1935A7;
}
#order .box table td .status5 {
    color: #8D8D8D;
}
#order .box table td .rate {
    color: #58A1A2;
    cursor: pointer;
}
#order .box table td .rate i {
    font-size: 20px;
    transform: translateY(2px);
}
#order .box .dataTables_info {
    color: #8D8D8D;
}
#order .box .dataTables_paginate {
    width: fit-content;
    margin: auto;
}
#order .box .dataTables_paginate .paginate_button {
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    background-color: #f5f5f5;
    color: #58a1a2;
    cursor: pointer;
    text-decoration: none;
    line-height: 22px;
    outline: none;
    margin: 0 4px;
}
#order .box .dataTables_paginate .paginate_button:hover,
#order .box .dataTables_paginate .paginate_button:focus {
    background-color: #cae4e4;
    color: #3a898a;
}
#order .box .dataTables_paginate .previous,
#order .box .dataTables_paginate .next {
    background-color: #58a1a2;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    color: #fff;
    margin: 0 4px;
}
#order .box .dataTables_paginate .previous i,
#order .box .dataTables_paginate .next i {
    line-height: 22px;
}
#order .box .dataTables_paginate .current {
    color: #ffffff;
    background-color: #58a1a2;
}

/* - - - - - RATINGS */
#rateModal .rating {
    width: fit-content;
    height: 30px;
    padding: 5px;
    margin: auto;
    display: block;
    overflow: hidden;
    unicode-bidi: bidi-override;
    float: left;
}
#rateModal .rating:not(:checked) > input {
  display: none;
}
/* - - - - - LIKE */
#rateModal #like:not(:checked) > label {
    cursor: pointer;
    float: right;
    width: 22px;
    height: 22px;
    display: block;
    color: rgb(255 255 255);
    line-height: 22px;
    text-align: center;
    text-shadow: 0px 0px 1px black;
    font-size: 20px;
    transform: translateY(-2px);
}
#rateModal #like:not(:checked) > label:hover,
#rateModal #like:not(:checked) > label:hover ~ label {
  color: #ffd3ca;
}
#rateModal #like > input:checked + label:hover,
#rateModal #like > input:checked + label:hover ~ label,
#rateModal #like > input:checked ~ label:hover,
#rateModal #like > input:checked ~ label:hover ~ label,
#rateModal #like > label:hover ~ input:checked ~ label {
  color: #dc3816;
}
#rateModal #like > input:checked ~ label {
  color: #FF4B26;
}
#rateModal textarea {
    width: 100%;
    border-radius: 0px;
    resize: none;
    border: 1px solid #C5B8B8;
}
#rateModal button.submit {
    width: 180px;
    margin: 20px auto;
    display: block;
    padding: 8px;
    background-color: #D54F34;
    color: #FFF;
    border: none;
}
#order .ordertitle {
    color: #8D8D8D;
    font-size: 16px;
}
#order .box table.orderInfo {
    width: 100%;
    box-shadow: 2px 2px 5px #e4e4e4;
}
#order .box table.orderInfo tr {
    
}
#order .box table.orderInfo td:first-child {
    background-color: #58A1A2;
    color: #fff;
}
#order .box table.orderInfo td:last-child {
    text-align: left;
    text-indent: 6px;
}
#order .box table.serviceorderInfo {
    width: 100%;
    box-shadow: 2px 2px 5px #e4e4e4;
}
#order .box table.serviceorderInfo tr {
    
}
#order .box table.serviceorderInfo td:first-child {
    background-color: #617777;
    color: #fff;
}
#order .box table.serviceorderInfo td:last-child {
    text-align: left;
    text-indent: 6px;
}
#order button.goback {
    width: 200px;
    margin: 30px auto 5px;
    padding: 8px;
    display: block;
    border: 1px solid #707070;
    background-color: #9B9B9B;
    color: #fff;
    outline: none;
}
#order button.goback:hover,
#order button.goback:focus {
    background-color: #707070;
}
.collapse.member-collapse {
    position: absolute;
    background-color: rgba(0,0,0,.9);
    width: 100%;
}
.collapsing.member-collapse {
    position: absolute;
}
.collapsing.member-collapse ul {
    opacity: 0;
}
.collapse.member-collapse ul li {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 18px;
    font-size: 16px;
}

