@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;
}
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: #046BAE;
  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 .form-control {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9499af;
  margin: 20px 0 0 0;
}
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: #046BAE;
  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;
}
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: auto;
  height: 100px;
}
header .navbar .navbar-header .navbar-toggle {
  background: #046BAE;
}
header .navbar .navbar-header .navbar-toggle span {
  background: #fff;
}
header .navbar .navbar-nav {
  padding: 25px 0 0 80px;
}
header .navbar-nav>li {
  padding: 0 5px;
  margin-top:22px;  
}
header .navbar .navbar-nav li a {
  color: #2d3339;
  padding: 0 18px;
  font-size:14px;
  font-weight: 400;
  /*margin: 16px 0 0 0;*/
  background: none;
  text-align: center;
}
header .navbar .navbar-nav li:not(:last-child) {
  border-right:1px solid #ddd;
}
header .navbar .navbar-nav li.active>a,
header .navbar .navbar-nav li a:hover {
  color: #046BAE;
  /*padding-bottom: 3px;
  border-bottom: 2px solid #046BAE;*/
}
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:#046BAE;
  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: #046BAE!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;
  }
  .looking-for-job {
	float:right;
    margin-top: 50px;
	margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .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: #046BAE;
	background: -moz-linear-gradient(top, #0589e1 0%, #046BAE 100%);
	background: -webkit-linear-gradient(top, #0589e1 0%,#046BAE 100%);
	background: linear-gradient(to bottom, #0589e1 0%,#046BAE 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 #046BAE;
}
.page-content-mobile {
	padding: 15px;
	border: 0px;
}
.bg-primary {
	background: #046BAE;
	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: #046BAE;
	color: #FFF;
	text-shadow: 0px 0px 0px #046BAE;
	padding: 5px 10px;
	font-size: 16px
}
.search_panel_table {
	padding: 8px;
	font-weight: normal;
	color: #000;
	border: 2px solid #046BAE;
}
.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: #046BAE
}
.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: #046BAE;
	color: #fff
}
.search_panel input:checked:hover + span {
	background-color: #046BAE;
	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: #046BAE;
	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: #046BAE!important;
}	
.maid-search-text-primary {
	color: #046BAE;
}
.maid-search-bg-primary {
	background-color: #046BAE;
	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:992px) and (max-width:1199px) {
	header .navbar .navbar-nav {
		padding: 0px 0 0 80px;
		margin-top: 0px;
	}	
}
@media (min-width:768px) and (max-width:1199px) {
	.looking-for-job {
		float:right;
		margin-top: 0px;
	}	
}
@media (min-width:768px) and (max-width:991px) {
	header .navbar .navbar-nav {
		display: inline-block;		
	}
	header .navbar .navbar-header .navbar-brand img {
		margin-top:0px;
	}
	header .navbar-nav>li {
		margin-top:0px;
		margin-bottom:10px;
	}
	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:100px;
		margin-right:0px;
	}
	header .navbar .navbar-nav li a {
		margin-top: 15px;
		padding: 0 20px;
	}
    .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;
}
.looking-for-job {
	display: inline-block;
	background: #F7931E;
	padding: 3px 15px;
}
.looking-for-job a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.top-menu .lang {
	display: inline-block;
	background: #2d3339;
	padding: 3px 15px;
	margin-left:-5px;
}
form .form-control {
    background: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    margin: 20px 0 0 0;
}
.section-inset-1 {
	padding-top:30px;
}
.tabbable-panel {
  border:1px solid #046BAE;
  padding: 10px;
}
.content {
  border:1px solid #046BAE;
  padding: 30px 15px 40px;
}
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
  height:44px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #F7931E;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 30px 10px;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
.content table,
.tabbable-panel table {
    width: 100%;
    border: 1px dotted grey;
    background-color: #E5E4E2;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;	
}
.content tr,
.tabbable-panel tr {
    border-bottom: solid 1px #848482;
}
.content tfoot, .content thead, .content tr:nth-of-type(2n),
.tabbable-panel tfoot, .tabbable-panel thead, .tabbable-panel tr:nth-of-type(2n) {
    background: #f0f0f0;
}
.content td, .content th,
.tabbable-panel td, .tabbable-panel th {
    padding: .4em 1em;
}
.notes .nav>li>a {
	padding-bottom:5px;
}
.notes .tabbable-panel .tab-content ul {
	padding-left: 20px;
}
.notes .tabbable-panel .tab-content ul>li {
	padding-bottom: 5px;
}
.forms .content a {
	color:blue;
}
@media (max-width:767px) {
	header .navbar {
		min-height:inherit;
	}
	header .navbar .navbar-header .navbar-brand {
		padding:0px;
	}
	header .navbar .navbar-header .navbar-brand img {
		height: 55px;
		max-width: 97%;
		margin-top: 1px;
		margin-right: 0px;
	}	
	.navbar-toggle {	
	    margin-top: 15px;
		margin-right: 0px;
	}
	.container {
		padding-left:8px;
		padding-right:8px;
	}
	.container1 {
		padding-left:0px;
		padding-right:0px;
	}	
	.page-content {
		padding: 15px 0px;
		border: 1px solid #046BAE;
	}	
	header .navbar .navbar-nav { 
		padding:0px 0 15px;
	}
	header .navbar .navbar-nav li a {
		margin-top: 20px;
	}
	header .navbar .navbar-nav li:not(:last-child) {
		border:0px
	}
	.looking-for-job {
		margin-right: -15px;
	}	
	footer {
		margin-top: 15px;
	}
	.latest-tabs { height:10px }
	.section-inset-1 {
		padding-top: 0px;
	}	
}