@charset "utf-8";
a {
    color: #281c4c;
}

a:hover {
    text-decoration: none;
    color: #C27470;
}

a:active,
a:focus {
    outline: none;
}

article {
    padding: 40px 0;
}

address {
    color: #000;
    line-height: 2em;
    padding: 0 0 10px 0;
}

address a {
    color: #000;
}

address a:hover {
    color: #C27470;
}

blockquote {
    background: #e1e1e1;
    border-left: 3px double #281c4c;
    color: #281c4c;
    font-size: 0.9em;
    font-style: italic;
    font-weight: 700;
    line-height: 1.8em;
    padding: 40px 60px;
    position: relative;
}

blockquote.action {
    padding-right: 280px;
}

blockquote .btn {
    left: 100%;
    margin: 0 0 0 -260px;
    min-height: 38px;
    position: absolute;
    top: 50%;
    white-space: initial;
    width: 160px;
}

body {
    font-family: sans-serif, "Microsoft JhengHei";
    font-size: 17px;
    margin-top: 77px;
    /*background: #f5ebf9;
    background: -moz-linear-gradient(top, #e7cdf4 0%, #f5ebf9 100%);
    background: -webkit-linear-gradient(top, #e7cdf4 0%, #f5ebf9 100%);
    background: linear-gradient(to bottom, #e7cdf4 0%, #f5ebf9 100%);*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #281c4c;
    font-family: sans-serif, "Microsoft JhengHei";
    margin-top: 0;
    letter-spacing: 1px;
}

h2 {
    font-size: 1.7em;
    line-height: 0.7em;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
}

h3 {
    font-size: 1.3em;
    padding: 0;
}

h4 {
    text-transform: uppercase;
}

h5 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}

h6 {
    font-size: 18px;
    font-weight: 600;
}

img {
    /*width: 100%;*/
}

img.pull-right {
    margin: 0 0 1.5em 1.5em;
}

img.pull-left {
    margin: 0 1.5em 1.5em 0;
}

p {
    color: #000;
    font-size: 0.9em;
    line-height: 1.8em;
    font-family: sans-serif, "Microsoft JhengHei";
}

ul {
    padding: 0;
}

strong.highlight {
    background: #8c35b1;
    padding: 0 5px;
    color: #fff;
}

.container {
    background: #fff;
    padding-right: 0px;
    padding-left: 0px;
}

.container1 {
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


/***************************************************************************/


/********************** General Styles for Components **********************/


/********************************* Buttons ********************************/

.btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn.btn-default {
    background: #c27470;
    border: none;
    color: #fff;
    text-transform: uppercase;
}

.btn:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background: #2baea6;
}

.dropcap {
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #281C4C;
    display: inline-block;
    float: left;
    font-size: 22px;
    height: 48px;
    line-height: 48px;
    margin: 5px 17px 0 0;
    position: relative;
    text-align: center;
    width: 48px;
}


/********************************* Carousel ********************************/

.carousel-control {
    background: #281c4c;
    background-image: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 42px;
    line-height: 42px;
    margin: -21px 0 0 0;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    text-shadow: none;
    top: 50%;
    width: 42px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    font-size: 2.5em;
}

.carousel-control.left .icon-right-open,
.carousel-control.right .icon-right-open {
    margin: 0 0 0 -6px;
}

.carousel-control.left .icon-left-open,
.carousel-control.right .icon-left-open {
    margin: 0 0 0 -10px;
}

.carousel-control:hover,
.carousel-control:focus {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}


/**************************** Carousel with Thumb **************************/

.carousel.carousel-thumb ol {
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
}

.carousel.carousel-thumb ol li {
    background: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    height: 79px;
    margin: 8px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 0;
    width: 79px;
}

.carousel.carousel-thumb ol li:first-child {
    margin-left: 0;
}

.carousel.carousel-thumb ol li:last-child {
    margin-right: 0;
}

.carousel.carousel-thumb ol li.active {
    border: 3px solid #281c4c;
}

.carousel.carousel-thumb ol li img {
    height: 100%;
    width: auto;
}


/********************************* Dropdowns *******************************/

.dropdown {
    z-index: 2000;
}

.dropdown ul {
    display: none;
    left: 0;
    overflow: visible;
    position: absolute;
    text-align: left;
    top: 75%;
}

.dropdown ul li {
    display: inline-block;
    list-style: none;
}

.dropdown ul li a {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
}


/********************************* Titles *******************************/

.title {
    margin: 50px 0 0 0;
    border-top: 1px solid #ededed;
    position: relative;
    text-align: center;
    padding: 40px 20% 0;
}

.title .centered {
    position: absolute;
    left: 50%;
    top: -20px;
}

.title .centered div {
    position: relative;
    left: -50%;
}

.title .centered div h2 {
    background: #fff;
    padding: 0 30px;
    margin: 0;
    height: 40px;
    line-height: 40px;
    display: block;
}

.title hr {
    width: 50px;
    border: 1px solid #281c4c;
    margin: 50px auto;
}


/***************************************************************************/


/**************************** Plugins / Modules ****************************/


/**************************** Revolution Slider ****************************/

.bannercontainer {
    height: 550px;
    margin: 0;
    max-height: 800px !important;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100% !important;
}

.bannercontainer .tp-leftarrow.default,
.bannercontainer .tp-rightarrow.default {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.bannercontainer .tp-bullets.simplebullets.round {
    background: rgba(255, 255, 255, 0.5);
    height: 32px;
    padding: 7px 19px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.bannercontainer .tp-bullets.simplebullets.round .bullet {
    background-image: url("/images/slider/bullet.png");
    margin-top: 0;
}

.bannercontainer .caption p {
    color: #fff;
    font-size: 2em;
    line-height: 1.2em;
    margin: 5em 0 0 0;
    white-space: normal;
}

.bannercontainer .caption p>span {
    display: block;
    font-size: 2.2em;
    line-height: 1.1em;
    margin-bottom: 0.5em;
    font-weight: 700;
}

.bannercontainer .caption a {
    display: inline-block;
    background: #33bbff;
    margin-top: 2em;
    height: 50px;
    line-height: 44px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
    padding: 2px 20px;
    margin-right: 15px;
}

.bannercontainer .caption a:hover {
    background: #000;
}


/**************************** Revolution Slider ****************************/

.tt-grid-wrapper nav a {
    background: #281c4c;
}


/********************************** Article ********************************/

article .header {
    color: #9499af;
    font-size: 1.3em;
    font-weight: 400;
    margin-bottom: 30px;
}


/********************************** Forms **********************************/

form label {
    color: #9499af;
    font-size: 0.9em;
    font-weight: 400;
}

form .form-group {
    width: 48%;
}

form.search .form-control {
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.search .input-group-addon {
    background: #f9f9f9;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 0;
    border-radius: 0;
}


/********************************** Grid ***********************************/

.grid {
    display: inline-block;
    width: 100%;
}

.grid ul {
    max-width: 100%;
    position: relative;
    text-align: center;
}

.grid ul li {
    display: inline-block;
    list-style: none;
    margin: 10px;
    height: 230px;
    width: 204px;
}

.grid ul li:hover a .name {
    color: #281c4c;
}

.grid ul li a {
    background: #fff;
    border: 1px solid #ededed;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    display: block;
    height: 180px;
    margin: 0 auto;
    padding: 7px;
    position: relative;
    width: 180px;
    font-size: 16px;
}

.grid ul li a .name {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #281c4c;
    margin: 20px 0 0 0;
}

.grid ul li a img {
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.grid ul li a .tag {
    background: #281c4c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 52px;
    left: -10px;
    line-height: 52px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    width: 52px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.grid ul li a .tag.sale {
    background: #7e8333;
}

.grid ul li .more {
    background: #9ab8c0;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    text-decoration: none;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
    z-index: 1;
    padding: 10px;
    font-size: 0;
}

.grid ul li .more span {
    display: block;
    text-align: left;
}

.grid ul li .more i {
    font-size: 1.7em;
    margin: -10px 0 0 0;
}

.grid ul li .more .wks {
    font-size: 1.1em;
    text-align: center;
    margin: 30px 0 0 0;
    font-weight: 700;
}

.grid ul li .more .txt {
    text-align: center;
    font-size: 1.5em;
}

.grid ul li:hover .more {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    font-size: 16px;
}

.grid ul li:hover a .tag {
    top: 10px;
    left: 10px;
}


/*********************************  Labels  *******************************/

.label.label-default {
    background-color: #8c35b1;
    text-transform: uppercase;
}


/******************************* List Groups *****************************/

.list-group .list-group-item {
    background: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    border-top: 1px solid #f4f4f4;
    font-size: 1em;
    margin: 0;
    padding: 0;
    height: 48px;
    line-height: 48px;
    color: #9499af;
}

.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.list-group .list-group-item:first-child {
    border: none;
}

.list-group .list-group-item:hover {
    background: none;
    color: #52c1ba;
}

.list-group .list-group-item:hover i {
    color: #52c1ba;
}

.list-group .list-group-item i {
    color: #9499af;
}

.list-group.alt {
    background: #3e3f43;
    color: #e5e5e7;
}

.list-group.alt h3 {
    background: #281c4c;
    color: #e5e5e7;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.list-group.alt .list-group-item {
    background: none;
    border: none;
    border-bottom: 1px solid #2d2d2f;
    -webkit-border-radius: 0;
    border-radius: 0;
    border-top: 1px solid #565759;
    color: #e5e5e7;
    font-size: 0.8em;
    margin: 0;
    padding: 7px;
}

.list-group.alt .list-group-item:hover {
    background: #2d2d2f;
    color: #281c4c;
}

.list-group.alt .list-group-item i {
    color: #808183;
}


/****************************** Pagination *********************************/

.center-pag {
    position: absolute;
    left: 50%;
    top: -20px;
}

.center-pag div {
    position: relative;
    left: -50%;
}

.center-pag div .pagination {
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 10px;
}

.center-pag div .pagination li a {
    margin: 0 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #dfe3e6;
    color: #dfe3e6;
    background: none;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    line-height: 30px;
}

.center-pag div .pagination li a:hover {
    color: #54c3bc;
    text-decoration: none;
    border: 2px solid #54c3bc;
}

.center-pag div .pagination li.active a {
    color: #54c3bc;
    text-decoration: none;
    border: 2px solid #54c3bc;
}

.center-pag div .pagination li.active a:hover {
    background: none;
}

.center-pag div .pagination li.disabled a:hover {
    color: #dfe3e6;
    border: 2px solid #dfe3e6;
}


/***************************************************************************/


/************************ General Styles for Header ************************/

header .row {
    margin: 0px;
}

header .nav .caret {
    border-top-color: #9499af;
    border-bottom-color: #9499af;
}

header .navbar {
    background: #fff;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #2d3339;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0;
    min-height: 70px;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}

header .navbar .navbar-header {
    margin: 0px 0;
}

header .navbar .navbar-header .navbar-brand {
    padding: 8px 0 8px 15px;
}

header .navbar .navbar-header .navbar-brand img {
    width: 150px;
    height: auto;
    margin-top: 10px;
    margin-right: 30px;
}

header .navbar .navbar-header .navbar-toggle {
    background: #8c35b1;
}

header .navbar .navbar-header .navbar-toggle span {
    background: #fff;
}

header .navbar .navbar-nav {
    padding: 10px 0 0 60px;
}

header .navbar-nav>li {
    padding: 0 5px;
}

header .navbar .navbar-nav li a {
    color: #2d3339;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 400;
    /*margin: 16px 0 0 0;*/
    background: none;
    margin-top: 15px;
    text-align: center;
}

header .navbar .navbar-nav li.active>a,
header .navbar .navbar-nav li a:hover {
    color: #8c35b1;
    padding-bottom: 3px;
    border-bottom: 2px solid #8c35b1;
}

header .navbar .navbar-nav .dropdown ul {
    font-size: 0.9em;
    margin: 0 0 0 -2px;
    padding: 0;
    min-width: 150px;
    border: 1px solid #eee;
}

header .navbar .navbar-nav .dropdown ul li {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    padding: 0;
}

header .navbar .navbar-nav .dropdown ul li:last-child {
    border: none;
}

header .navbar .navbar-nav .dropdown ul li a {
    margin: 1px 0 0;
    width: 150px;
    height: 28px;
    line-height: 28px;
}

header .navbar .navbar-nav .dropdown ul li.active a,
header .navbar .navbar-nav .dropdown ul li a:hover {
    border-width: inherit;
    border-color: inherit;
}

header .navbar .navbar-nav .dropdown.open a {
    background-color: transparent;
}

header .navbar .navbar-form {
    margin: 15px 0;
    padding: 0 10px 0 0;
    text-align: right;
}

header .navbar .navbar-form .btn,
header .navbar .navbar-form .form-control {
    background-color: #fff;
    border-color: #ebebeb;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0.5px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 0.5px rgba(0, 0, 0, 0.5);
    color: #9499af;
    height: 36px;
    margin: 0;
    min-width: initial;
}

header .navbar .navbar-form .form-group {
    width: 175px;
}

header .navbar .navbar-form .form-group .form-control {
    border-left: none;
    color: #9499af;
    margin: 0;
    padding: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header .navbar .navbar-form .form-group .input-group-btn .btn {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: none;
    color: #281c4c;
    font-size: 1.3em;
    padding: 0;
    width: 33px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

.nav-tabs>li>a:hover {
    border-color: #f6f6f6 #f6f6f6 #ddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #b7b7b7;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}


/************************ Footer ************************/

footer {
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
}

footer .contact {
    padding: 0;
    color: #fff;
    overflow: hidden;
}

footer .contact p {
    color: #fff;
}

footer .contact .title {
    border: none;
    margin-bottom: 50px;
}

footer .contact .title .centered div h2 {
    color: #fff;
    background: transparent;
}

footer .contact #map {
    min-height: 575px;
    position: absolute;
    width: 100%;
    z-index: -1;
}

footer .contact #contact_bg {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    min-height: 575px;
}

footer .contact .container {
    padding: 20px 0;
}

footer .bottom-foot {
    color: #000;
    background: #fff;
    min-height: 100px;
    text-align: center;
    font-size: 0.8em;
    padding: 25px 0;
}

footer .bottom-foot p {
    color: #000;
    font-size: 1em;
    margin: 0;
}

footer .bottom-foot a {
    color: #4EC7B8;
    font-size: 9px;
}

footer .bottom-foot a:hover {
    color: #C27470;
}


/************************  Go to top arrow ************************/

.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 80px;
    right: 30px;
    display: none;
    background: transparent url("/images/to-top.png") center center no-repeat;
}

.scrollup i {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 48px;
    font-size: 20px;
}

.scrollup:hover {
    opacity: 0.7;
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media {
    margin-bottom: 30px;
}

.media-body {
    /*width: 10000px;*/
    text-align: left;
}

.media-body p {
    font-size: 18px;
    font-weight: bold;
    color: #8c35b1;
    margin-bottom: 5px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media>.pull-right {
    padding-left: 10px;
}

.media-left,
.media>.pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.icon {
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon:before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-primary {
    color: #8c35b1!important;
}

.icon-xs {
    width: 20px;
    font-size: 20px;
    line-height: 1.5;
}

.icon-sm {
    width: 27px;
    font-size: 24px;
    line-height: 1.3;
}

.icon-md {
    font-size: 36px;
    line-height: 1.5;
}

.icon-lg {
    width: 120px;
    height: 120px;
    font-size: 60px;
    line-height: 120px;
}

.rd-mailform {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.rd-mailform fieldset {
    border: none;
}

.rd-mailform fieldset>.row+.row {
    margin-top: 11px;
}

.rd-mailform {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 25px;
    text-align: center;
}

.rd-mailform:first-child {
    margin-top: 0;
}

.rd-mailform label {
    font-weight: inherit;
}

.rd-mailform input,
.rd-mailform select,
.rd-mailform .rd-mailform-select {
    height: 50px;
    font-weight: 400;
    text-align: left;
    border: none;
    border-radius: 0px;
}

.rd-mailform .select .rd-select-menu {
    z-index: 9999;
    display: block;
    opacity: 0;
    visibility: hidden;
}

.rd-mailform .select .rd-select-open .rd-select-menu {
    opacity: 1;
    visibility: visible;
}

.rd-mailform .select label {
    margin-bottom: 0;
}

.rd-mailform input,
.rd-mailform textarea,
.rd-mailform .rd-mailform-select {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    border: none;
    border-radius: 0px;
    line-height: 28px;
    color: #000;
    background: #e6e6e6;
}

.rd-mailform textarea {
    display: inline-block;
    margin-top: 15px;
}

.rd-mailform input:-moz-placeholder,
.rd-mailform textarea:-moz-placeholder,
.rd-mailform .rd-mailform-select:-moz-placeholder {
    color: #b7b7b7;
    opacity: 1;
    transition: 0.3s;
}

.rd-mailform input::-webkit-input-placeholder,
.rd-mailform textarea::-webkit-input-placeholder,
.rd-mailform .rd-mailform-select::-webkit-input-placeholder {
    color: #b7b7b7;
    opacity: 1;
    transition: 0.3s;
}

.rd-mailform input::-moz-placeholder,
.rd-mailform textarea::-moz-placeholder,
.rd-mailform .rd-mailform-select::-moz-placeholder {
    color: #b7b7b7;
    opacity: 1;
    transition: 0.3s;
}

.rd-mailform input:-ms-input-placeholder,
.rd-mailform textarea:-ms-input-placeholder,
.rd-mailform .rd-mailform-select:-ms-input-placeholder {
    color: #b7b7b7;
    opacity: 1;
    transition: 0.3s;
}

.rd-mailform input:focus:-moz-placeholder,
.rd-mailform textarea:focus:-moz-placeholder,
.rd-mailform .rd-mailform-select:focus:-moz-placeholder {
    opacity: 0.4;
}

.rd-mailform input:focus::-webkit-input-placeholder,
.rd-mailform textarea:focus::-webkit-input-placeholder,
.rd-mailform .rd-mailform-select:focus::-webkit-input-placeholder {
    opacity: 0.4;
}

.rd-mailform input:focus::-moz-placeholder,
.rd-mailform textarea:focus::-moz-placeholder,
.rd-mailform .rd-mailform-select:focus::-moz-placeholder {
    opacity: 0.4;
}

.rd-mailform input:focus:-ms-input-placeholder,
.rd-mailform textarea:focus:-ms-input-placeholder,
.rd-mailform .rd-mailform-select:focus:-ms-input-placeholder {
    opacity: 0.4;
}

.rd-mailform textarea {
    resize: vertical;
    overflow: auto;
    min-height: 60px;
    height: 191px;
    max-height: 286.5px;
}

.rd-mailform>*+* {
    margin-top: 30px;
}

@media (min-width: 1300px) {
    .rd-mailform>*+* {
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    .rd-mailform {
        margin-top: 27px;
    }
    .rd-mailform *:nth-child(2) {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    body {
        margin-top: 71px;
    }
    .container {
        padding-left: 8px;
        padding-right: 8px;
    }    
    .rd-mailform.row .col-xs-12 {
        margin-top: 30px;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .rd-mailform.row .col-sm-6:nth-child(n+3) {
        margin-top: 30px;
    }
}

@media (min-width: 1300px) {
    .rd-mailform.row .col-sm-6:nth-child(odd) {
        padding-right: 5px;
    }
    .rd-mailform.row .col-sm-6:nth-child(even) {
        padding-left: 5px;
    }
    .rd-mailform.row .col-sm-6.left-col {
        padding-left: 15px;
        padding-right: 5px;
    }
    .rd-mailform.row .col-sm-6.right-col {
        padding-left: 5px;
        padding-right: 15px;
    }
}

div[class^="rd-mailform-validate"] {
    position: fixed;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    max-width: 400px;
    min-height: 50px;
    font-weight: 700;
    text-align: center;
    padding: 12px 25px 10px 40px;
    font-size: 16px;
    border-radius: 6px;
    opacity: 0;
    transition: .3s;
    color: #fff;
    background: #ff6859;
    z-index: 999;
    pointer-events: none;
}

div[class^="rd-mailform-validate"]:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

div[class^="rd-mailform-validate"].success {
    opacity: 1;
}

div[class^="rd-mailform-validate"].error {
    opacity: 1;
}

.text-white {
    color: #fff;
}

.logo {
    float: left;
    margin-top: 3px;
    position: relative;
    z-index: 2
}

.logo img {
    height: 50px
}

.borderLeft {
    border-left: 1px solid #DADADA
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA
}

.mrgTop {
    margin-top: 30px
}

.page-content-heading {
    background: #8c35b1;
    background: -moz-linear-gradient(top, #ba8ace 0%, #8c35b1 100%);
    background: -webkit-linear-gradient(top, #ba8ace 0%, #8c35b1 100%);
    background: linear-gradient(to bottom, #ba8ace 0%, #8c35b1 100%);
    color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.page-content {
    padding: 15px;
    border: 1px solid #8c35b1;
}

.page-content-mobile {
    padding: 15px;
    border: 0px;
}

.bg-primary {
    background: #8c35b1;
    color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.maidbox1-border {
    border-color: #CCC
}

.maidbox1 {
    color: #000;
    font-size: 14px;
    padding-bottom: 5px
}

.maidbox1 a {
    font-size: 14px;
    color: #000;
    cursor: pointer;
}

.maidbox-img-td {
    width: 120px
}

.maidbox-img {
    border: 1px solid #000;
    width: 110px;
    height: 138px
}

.maidbox1-name {
    float: left;
    display: block;
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.maidbox td {
    align: left;
}

#more {
    float: right;
    background-color: #F63;
    color: #FFF;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer
}

#more span a {
    color: #FFF
}

#search_btn {
    float: left;
    background-color: #fad66b;
    color: #624b04;
    border-color: #624b04;
    padding: 4px;
    margin-top: 10px;
    width: 150px;
    text-align: center;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer
}

#search_btn a {
    color: #FFFFFF;
    text-decoration: none
}

.search_more {
    float: right;
    margin-top: 15px;
    color: #000
}

.search_more a {
    font-size: 12px;
    color: #000;
    text-decoration: none
}

.search_panel_title {
    background-color: #8c35b1;
    color: #FFF;
    text-shadow: 0px 0px 0px #8c35b1;
    padding: 5px 10px;
    font-size: 16px
}

.search_panel_table {
    padding: 8px;
    font-weight: normal;
    color: #000;
    border: 2px solid #8c35b1;
}

.search_panel input[type="text"] {
    width: 100%;
    height: 28px;
    padding: 3px;
    border: solid 1px #DCDCDC;
    transition: box-shadow 0.3s, border 0.3s;
    margin-bottom: 6px
}

.search_panel select {
    width: 100%;
    height: 28px;
    padding: 3px;
    border: solid 1px #DCDCDC;
    transition: box-shadow 0.3s, border 0.3s;
    margin-bottom: 5px
}

.search_panel a {
    cursor: pointer
}

.search_panel_text {
    float: left;
    font-size: 14px;
    padding: 4px 0px;
    font-weight: bold
}

.search_panel_text2 {
    float: left;
    font-size: 12px;
    padding: 0px 0px;
    font-weight: bold
}

.search_panel_img_label {
    background-color: #FFF
}

.search_panel_img {
    width: auto;
    height: 30px;
    padding: 5px 5px
}

.skill_label {
    float: left;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    margin-right: 5px;
    margin-bottom: 6px;
    background-color: #FFF
}

.skill_img {
    height: 25px;
    padding: 3px 3px
}

.search_panel_img_selected {
    background-color: #8c35b1
}

.search_panel input[type="checkbox"] {
    display: none;
    margin: 4px;
    background-color: #EFEFEF;
    border-radius: 4px;
    border: 1px solid #D0D0D0
}

.search_panel label {
    float: left;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    margin-right: 5px;
    margin-bottom: 6px;
    cursor: pointer;
    width: auto
}

.search_panel label span {
    font-size: 14px;
    text-align: center;
    padding: 2px 10px;
    display: block;
    border-radius: 4px;
    width: auto;
    color: #000;
    background-color: #fff;
}

.search_panel input:hover+span {
    background-color: #FFFFFF;
    color: #000
}

.search_panel input:checked+span {
    background-color: #8c35b1;
    color: #fff
}

.search_panel input:checked:hover+span {
    background-color: #8c35b1;
    color: #fff
}

.search_maid_total_found {
    float: left;
    font-size: 14px
}

.search_maid_sorting {
    float: right;
    font-size: 14px;
    margin-right: 20px;
}

.search_maid_again {
    float: right;
    font-size: 14px
}

.search_maid_again a {
    color: #00F;
    text-decoration: none;
    cursor: pointer
}

.page_btn label {
    float: left;
    border-radius: 4px;
    border: 1px solid #000;
    margin-right: 5px;
    margin-bottom: 6px;
    height: 29px
}

.page_btn_current_page {
    background-color: #DDD
}

.page_btn label span {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 12px;
    display: block;
    border-radius: 4px
}

.page_btn_img {
    height: 22px;
    padding: 3px 7px;
    margin-top: 2px
}

.news {
    color: #000;
    margin-left: 5px
}

.employer_comment_frame {
    float: left;
    width: 100%;
    height: 200px;
    padding: 10px;
    line-height: 20px
}

.employer_cell {
    color: #222222;
    margin-bottom: 20px
}

.employer_title {
    color: #3474C9;
    text-decoration: underline
}

.horizontal_line {
    float: left;
    border-bottom: 1px solid #CCC;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 8px
}

.horizontal_dotted_line {
    border-bottom: 1px dotted #000;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px
}

.main_section {
    position: relative;
    padding: 20px 0px
}

.main {
    line-height: 1.6em;
    margin-left: 0px
}

.main p {
    line-height: 1.6em;
    margin: 0px 0px 10px
}

.tab-notice {
    width: 100%;
    margin-bottom: 5px
}

.displayblock {
    display: block;
    border-bottom: 3px solid #000000
}

.tab-list-nav .nav_title {
    background-color: #000000;
    color: #FFF;
    text-shadow: 0px 0px 0px #000000;
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500
}

.cert_section {
    position: relative;
    padding: 10px 0px
}

img {
    max-width: 100%
}

.footer_wrapper {
    background: #232323
}

.footer_bottom {
    border-top: 2px solid #CCC;
    padding: 10px 0;
    margin-top: 8px
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #000;
    text-align: center
}

.footer_bottom span a {
    display: inline-block;
    color: #8c35b1;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out
}

.footer_bottom span a:hover {
    color: #fff
}

.footer_lang {
    float: right;
    font-size: 12px
}

.maid-search-border-primary {
    border-color: #8c35b1!important;
}

.maid-search-text-primary {
    color: #8c35b1;
}

.maid-search-bg-primary {
    background-color: #8c35b1;
    color: #fff;
}

.latest-maid .row {
    margin-right: -2px;
    margin-left: -2px;
}

.biodata-box {
    border-radius: 4px;
}

@media (max-width: 768px) {
    p {
        font-size: 14px
    }
    .navbar-toggle {
        margin-top: 15px
    }
    .bannercontainer {
        height: auto;
    }
    .bannercontainer .caption p,
    .bannercontainer .caption a {
        margin-left: 15px;
        margin-top: 36px;
        font-size: 18px;
    }
    .bannercontainer .caption a {
        height: auto;
        line-height: inherit;
        padding: 10px 20px;
        margin-right: 5px;
        font-size: 14px;
    }
    .promo_section {
        position: relative;
        padding-top: 10px
    }
    .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;
    }
    .latest-maid .col-xs-12 {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .contact .col-xs-12 {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    footer {
        margin-top: 40px;
    }
    .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
        max-height: 400px;
    }
    .navbar-nav {
        margin: 0px
    }
}

.maid-search-dotted-line {
    border-bottom: 1px solid #eee;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 10px
}

.branch {
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.slogan {
    background: rgba(0, 0, 0, 0.9);
    padding: 35px 0 15px;
    text-align: center;
}

.slogan h2 {
    color: #fff;
}

.slogan p {
    color: #fff;
    font-size: 0.7em;
}

.license {
    margin-bottom: 8px;
    display: flex;
    flex-direction: row;
    color: #000;
    font-size: 12px;
}

.license .number {
    margin-top: 4px;
    margin-left: 5px;
}

.license img {
    width: auto;
    height: 40px;
}

.maid-search {
    margin-top: 25px
}

.maid-search img,
.latest-maid-box img {
    width: auto;
}

.margin-div {
    margin-top: 20px;
}

.error {
    color: hotpink;
    font-weight: 600;
    font-size: 13px;
}

address {
    margin: 20px 0 0 0;
}

#enquiry-btn {
    margin-top: 20px;
    font-size: 16px;
    width: 80px;
}

.list-inline>li {
    padding-left: 10px;
    padding-right: 10px;
}

.fa-facebook-square {
    font-size: 24px;
    color: #3b5998;
}

.flex-99 {
    flex: 99;
}

@media (min-width:768px) and (max-width:991px) {
    body {
        margin-top: 171px;
    }
    body .container {
        max-width: 100%;
    }    
    header .navbar .navbar-nav {
        display: inline-block;
    }
    header .navbar,
    .container>.navbar-header,
    .container>.navbar-collapse {
        text-align: center;
    }
    header .navbar .navbar-header {
        width: 100%;
    }
    .navbar-brand,
    .navbar-nav {
        float: none;
        padding: 0px!important;
    }
    header .navbar .navbar-header .navbar-brand img {
        height: 50px;
        margin-right: 0px;
    }
    header .navbar .navbar-nav li a {
        margin-top: 15px;
        padding: 0 10px;
    }
    .rd-mailform .col-xs-12 {
        margin-top: 0px!important;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .rd-mailform input {
        margin-top: 10px;
    }
}

.latest-tabs {
    height: 200px
}

.top-menu {
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.top-menu a {
    color: #fff;
}

.top-menu .looking-for-job {
    display: inline-block;
    background: #F7931E;
    padding: 3px 15px;
}

.top-menu .lang {
    display: inline-block;
    background: #2d3339;
    padding: 3px 15px;
    margin-left: -5px;
}

header .navbar .navbar-nav li.menu-language a {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

header .navbar .navbar-nav li.menu-language a:not(:last-child):after {
    content: ' |';
    color: #999;
}

.d-flex {
    display: flex;
}

#job-form {
    color: #000;
    padding: 15px 15px;
}

#job-form .form-control {
    color: #000;
}

#job-form #login-form {
	padding-left: 5px;
	padding-right: 5px;	
}
#job-form #login-form input {
	margin-top:0px;
	padding-left:10px!important;
    font-size: 16px;
}	
#job-form #login-form input.form-control {
	width:280px!important;
}
#job-form .download {
	display:inline;
	margin:5px 5px 15px;
	color:blue
}	
#job-form #print h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
#job-form #print .desc {
	font-size: 14px;
    color: red;
	margin-top: 10px;
	margin-bottom: 30px;
}
#job-form #print a {
	color: blue;
}
#job-form .logout {
	font-size: 12px;
	margin-top: -15px;
	text-align: right;
	color: blue;
}

#job-form h4 {
    padding-top: 25px!important;
    padding-bottom: 15px!important;
    text-decoration: underline;
    font-weight: 600;
}

#job-form select,
#job-form input,
#job-form textarea {
    width: 100%!important;
    padding: 4px 10px 4px!important;
    margin-bottom: 8px;
    border: 1px solid;
    border-radius: 5px;
}

#job-form .btn:hover {
    transform: scale(1);
}

#job-form .datetimepicker,
#job-form .datetimepicker_dob {
    width: 170px!important;
}

#job-form .datetimepicker input,
#job-form .datetimepicker_dob input {
    margin: 0px;
    background: #fff;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
    font-size: 16px;
    padding-top: 6px!important;
    padding-bottom: 6px!important;
}

#job-form .date {
    margin-bottom: 8px;
}

#job-form .input-group.date .input-group-addon {
    border: 1px solid #000;
}

#job-form .heading {
    font-weight: 600;
    margin-bottom: 15px;
}

#job-form select.error,
#job-form input.error,
#job-form textarea.error,
#job-form label.error {
    color: red;
}

#job-form label.error {
    float: right;
    border: 0px;
}

#job-form .btn-back {
    background: #999;
    border-color: #ccc;
}

#job-form .btn-next,
#job-form .btn-save {
    background: #357ebd;
    border-color: #357ebd;
}

#job-form #btn-confirm {
    background: #d43f3a;
    border-color: #d43f3a;
}

#job-form .ui-button .ui-state-active .ui-button-text {
    background: #666!important;
    color: #fff!important;

}

#job-form .small {
    font-size: 14px;
}

#job-form input[type="checkbox"] {
    display: none;
    margin: 4px;
    border-radius: 4px;
    border: 1px solid #D0D0D0
}

#job-form label {
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    margin-right: 5px;
    margin-bottom: 6px;
    cursor: pointer;
    width: auto
}

#job-form label span {
    font-size: 16px;
    text-align: center;
    padding: 2px 10px;
    display: block;
    border-radius: 4px;
    width: auto;
    background: #fff;
    color: #000;
}

#job-form input:hover+span {
    background-color: #666;
    color: #fff
}

#job-form input:checked+span {
    background-color: #666;
    color: #fff
}

#job-form input:checked:hover+span {
    background-color: #666;
    color: #fff
}

#job-form #btn-save {
    color: #fff;
    background-color: #428bca;
    border: 1px solid #357ebd;
    border-radius: 5px;
    margin-top: 15px;
    padding: 5px 15px;
}

.past-step {
    color: #ccc;
}

.current-step {
    color: #8c35b1;
    font-weight: 600;
}

.applyForm,
.applyForm:hover {
    box-shadow: inset 0 1px 0 0 #ba8ace;
    background: linear-gradient(to bottom, #ba8ace 5%, #8c35b1 100%);
    background-color: #8c35b1;
    border-radius: 6px;
    border: 1px solid #ba8ace;
    display: inline-block;
    cursor: pointer;
    color: #FFF;
    font-family: Arial;
    font-size: 24px;
    font-weight: 700;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ba8ace;
    width: 100%;
    text-align: center;
    padding: 10px 15px;
}

.ui-button .ui-button-text {
    padding: 5px 15px!important;
}

.ui-button .ui-state-active .ui-button-text {
    background: #3c9537!important;
    color: #fff!important;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-30 {
    padding-bottom: 30px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.width-33 {
    width: 33%;
    min-width: 200px;
}

.width-100 {
    width: 100%;
}

.more {
    padding-top: 10px;
    text-align: right;
    font-size: 13px;
}

.more a {
    color: blue;
}

@media (max-width:767px) {
    ul.header_lang {
        list-style: none;
        text-align: right;
        margin-right: 60px;
        font-size:16px;
        font-weight: 400;
    }
    header .navbar {
        min-height: inherit;
    }
    header .navbar .navbar-header .navbar-brand {
        padding: 0px;
    }
    header .navbar .navbar-header .navbar-brand img {
        width: 100px;
        max-width: 97%;
        margin-top: 15px;
        margin-right: 0px;
    }
    .navbar-toggle {
        margin-top: 15px;
        margin-right: 0px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container1 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-content {
        padding: 15px 0px;
        border: 1px solid #8c35b1;
    }
    header .navbar .navbar-nav {
        padding: 0px 0px 15px;
    }
    header .navbar .navbar-nav li a {
        margin-top: 20px;
    }
    footer {
        margin-top: 15px;
    }
    .latest-tabs {
        height: 10px
    }
}