/* Content-Type: text/css */

/* Reset Styles */
footer p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* Typography */
h3, p, li, a, label, input {
    font-family: 'Microsoft JhengHei', Arial;
}

/* Layout */
.joinus-wrapper {
    padding: 0 4%;
}

.marginBottom {
    margin-bottom: 4em;
}

.center {
    text-align: center;
}

.right {
    position: absolute;
    right: 5%;
}

/* Header Styles */
.joinus-header h2 {
    font-size: 28px;
    font-weight: 500;
}

.joinus-header h3 {
    font-size: 22px;
    font-weight: 400;
    color: #333;
}

/* Header Area */
.header-area {
    margin-bottom: 5vh;
}

.header-area .main-nav {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 40px;
    min-height: 80px;
    background: #fff;
}

.header-area .main-nav .logo {
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 37px 0px 0 40px;
}

.header-area .main-nav .logo img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    max-width: 231px;
    display: block;
}

.header-area .main-nav .nav {
    float: right;
    margin-top: 27px;
    margin-left: 0px;
    margin-right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 15px;
    color: #ff781e;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li a.tel {
    font-weight: 700;
    color: #ff781e;
}

.header-area .main-nav .nav li a {
    display: inline-block;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border: transparent;
}

.header-area .main-nav .nav li a:hover {
    color: #ff781e;
}

/* Grid System */
.Grid {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.Grid-cell {
    flex: 1;
}

.Grid--gutters {
    margin-left: -1em;
}

.Grid--gutters .Grid-cell {
    padding-left: 1em;
}

.Grid--cols-3 > .Grid-cell {
    flex: 0 0 100%;
}

/* Area Style */
.area_sty {
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
    min-height: 330px;
    background: #ffa88a;
    transition: background 0.3s ease;
    background-image: linear-gradient(-6deg, rgba(255, 255, 255, 0.65) 68%, rgba(255, 255, 255, 0.2) 50%);
}

.area_sty:hover {
    background: rgba(255, 168, 138, 0.6);
}

/* Footer */
footer {
    background-image: linear-gradient(127deg, #fdd35c 0%, #ff781e 91%);
}

footer .social {
    text-align: center;
}

footer ul, footer li {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .social > li {
    margin: 2px 5px;
    display: inline-block;
}

footer .social li a {
    color: #ff781e;
    text-align: center;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

footer .social li a:hover {
    background-color: #fdd35c;
    color: #fff;
}

footer .copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    padding: 30px 0;
}

footer .copyright > li {
    margin: 5px;
}

footer .copyright .app {
    flex: 1;
    text-align: right;
}

footer .copyright .app ul > li {
    margin: 2px 5px;
    display: inline-block;
}

footer .copyright .logo img {
    width: 150px;
}

footer .copyright a {
    color: #ffffff;
}

/* Responsive */
@media (min-width: 48em) {
    .Grid--cols-3 > .Grid-cell {
        flex: 1;
    }
    .content_sty {
        margin-top: 10vh;
    }
}

@media (max-width: 48em) {
    .content_sty {
        margin-top: 13vh;
    }
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 991px) {
    .header-area {
        padding: 0px 15px;
        height: 80px;
        box-shadow: none;
        text-align: center;
    }
    .header-area .container {
        padding: 0px;
    }
    .header-area .logo {
        margin: 27px 75px 0 40px !important;
    }
    .header-area .menu-trigger {
        display: block !important;
    }
    .header-area .main-nav {
        overflow: hidden;
    }
    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        margin-top: 80px !important;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }
    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }
    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #fff !important;
        color: #3B566E !important;
    }
    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
    }
}

@media (max-width: 768px) {
    footer .copyright {
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 150%;
    }
}

@media (max-width: 425px) {
    footer .copyright .Copyright_txt p {
        display: inline;
    }
}

.joinus_bottom {
    margin-bottom: 1.7vh;
} 