@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family: 'Nunito', 'Noto Sans TC',  'Noto Sans SC', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 992px) {
    body {
      font-size: 16px; } }

a {
  color: #FFC300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #FFC300;
    outline: none;
    text-decoration: none !important; }

a.heading-meta{
	display:inline-block;
}
a.heading-meta:hover,.blog-entry:hover a.heading-meta{
	letter-spacing: 0.6em;
	padding-left:0.5em;
	color:#FFC300;
}

p {
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Nunito', 'Noto Sans TC',  'Noto Sans SC', sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0; }

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%; }
  figure figcaption {
    font-size: 16px;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
		font-family: 'Nunito', 'Noto Sans TC',  'Noto Sans SC', sans-serif;}
    @media screen and (max-width: 480px) {
      figure figcaption {
        width: 100%; } }

::-webkit-selection {
  color: #fff;
  background: #FFC300; }

::-moz-selection {
  color: #fff;
  background: #FFC300; }

::selection {
  color: #fff;
  background: #FFC300; }

#page {
  width: 100%;
  overflow: hidden;
  position: relative; }

#logo .title-en{    
	font-size:0.6em;
	display: block;
  margin-bottom: 9px;
}
#logo .title-zh{    
	font-weight: 400;
	display: block;
}

#aside {
  padding-top: 1em;
  padding-bottom: 20px;
  padding-left: 1em;
  padding-right: 1em;
	min-height: 580px;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 1001;
  background: #ffde72;
	border-right: 10px solid #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; 
      width: 270px;
			border-right:0;
      -moz-transform: translateX(-270px);
      -webkit-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
      -o-transform: translateX(-270px);
      transform: translateX(-270px);
      padding-top: 2em;}
  #aside #logo {
    text-align: right;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 2em;
    display: block;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #aside #logo {
        margin-bottom: 1em; } }
    #aside #logo a {
      display: block;
      text-align: center;
      color: #795548;
      letter-spacing: 2px;
			padding: 15px 10px;}
			#aside #logo a:hover{
				letter-spacing: 1px;
			}
  #aside #main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      #aside #main-menu ul {
        margin: 0 0 2em 0; } }
    #aside #main-menu ul li {
      margin: 0 0 10px 0;
      padding: 0;
      list-style: none;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #aside #main-menu ul li a {
        color: #79554880;
        text-decoration: none;
        position: relative;
        padding: 10px 0;
        font-family: 'Nunito', 'Noto Sans TC',  'Noto Sans SC', sans-serif;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        /* #aside #main-menu ul li a:after {
          content: "";
          position: absolute;
          height: 1px;
          bottom: 7px;
          left: 0;
          right: 0;
          background-color: #FFC300;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); } */
        #aside #main-menu ul li a:hover {
          text-decoration: none;
        color: #795548;
					letter-spacing: 3px;}
          #aside #main-menu ul li a:hover:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
      #aside #main-menu ul li{border-left:3px solid #ffde7200;border-right:3px solid #ffde7200;}
      #aside #main-menu ul li.active{border-right:3px solid #ffde7200; border-left:3px solid #fff;}
      #aside #main-menu ul li.active a {
        color: #795548; }
        #aside #main-menu ul li.active a:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
	#aside .footer {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #79554860;
    padding: 0 20px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #aside .footer {
        position: relative;
        bottom: 0; } }
    #aside .footer span {
      display: block; }
    #aside .footer ul {
      padding: 0;
      margin: 0; }
      #aside .footer ul li {
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none; }
        #aside .footer ul li a {
          color: #79554860;
          padding: 4px; }
          #aside .footer ul li a:hover, #aside .footer ul li a:active, #aside .footer ul li a:focus {
            text-decoration: none;
            outline: none;
						color: rgba(17,120,186,1);}

#main {
  width: 100%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 1200px) {
    #main {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    #main {
      width: 100%; } }

#hero {
	position: relative;
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 30px;
  clear: both; }
  @media screen and (max-width: 768px) {
		#hero {
			margin-bottom: 10px;
		}
	}
  #hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        min-height: 400px;
        position: relative; }
    #hero .flexslider .flex-control-nav {
      bottom: 20px;
      z-index: 1000;
      left: 20px;
      float: left;
      width: auto; }
      @media screen and (max-width: 768px) {
        #hero .flexslider .flex-control-nav {
          right: 20px;
          top: 100px;
					bottom: inherit; } }
      #hero .flexslider .flex-control-nav li {
        display: block;
        margin-bottom: 10px; }
        #hero .flexslider .flex-control-nav li a {
          background: rgba(255, 255, 255, 0.5);
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 12px;
          height: 12px;
          cursor: pointer; }
          #hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
						border: 2px solid #FFC300; }
    #hero .flexslider .flex-direction-nav {
      display: none; }
    #hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 500px;
      z-index: 9; }
      #hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px;
        padding: 2.5em;
        position: relative; }
        #hero .flexslider .slider-text > .slider-text-inner .desc {
          position: absolute;
          bottom: 75px;
          right: -17px;
          padding: 30px;
          background: rgba(255,255,255,0.8);
    			z-index: 99999;}
          @media screen and (max-width: 768px) {
            #hero .flexslider .slider-text > .slider-text-inner .desc {
              right: 0;
              left: 0; } }
        @media screen and (max-width: 768px) {
          #hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #hero .flexslider .slider-text > .slider-text-inner h1, #hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: black;
          font-family: 'Nunito', 'Noto Sans TC',  'Noto Sans SC', sans-serif; }
        #hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 30px;
          line-height: 1.1em;
          font-weight: 300; }
					#hero .flexslider .slider-text > .slider-text-inner h1 .title-en{
						font-size: 0.8em;
					}
          @media screen and (max-width: 768px) {
            #hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px; } }
        #hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 30px;
          font-weight: 300;
          font-family: 'Nunito', 'Noto Sans TC',  'Noto Sans SC', sans-serif; }
          #hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(0, 0, 0, 0.8); }
        #hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #hero .flexslider .slider-text > .slider-text-inner s
.lead {
          font-size: 20px;
          color: #fff; }
        #hero .flexslider .slider-text > .slider-text-inner p {
          margin-bottom: 0; }
        #hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #000;
          padding: 10px 15px !important;
          border: none;
          font-weight: 400; }
          #hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn {
            color: #000;
            border: 1px solid #fff;
            background: #fff !important;
						z-index: 1001;}
            #hero .flexslider .slider-text > .slider-text-inner .btn.btn-learn:hover {
              background: transparent !important;
              border: 1px solid #000 !important; }
          @media screen and (max-width: 768px) {
            #hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

.mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 99; }

.mouse-icon {
  width: 30px;
  height: 45px;
  border: 1px solid #79554880;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block; }

.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 4px;
  background: #79554880;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down; }

.mouse span{}
@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    margin-top: 20px;
    opacity: 0; } }

body.offcanvas {
  overflow-x: hidden; }
  body.offcanvas #aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #ffde72;
    z-index: 999;
    position: fixed; }
	body #aside #logo,
	body #aside #main-menu,
	body #aside #MenuLang2,
	body #aside .footer{
  	-webkit-transition: 0.6s;
  	-o-transition: 0.6s;
  	transition: 0.6s; 
    -moz-transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
		opacity: 0}
	body #aside #logo.offcanvas,
	body #aside #main-menu.offcanvas,
	body #aside #MenuLang2.offcanvas,
	body #aside .footer.offcanvas{
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
		opacity:1}
	body .top-lang{
  	-webkit-transition: 0.5s;
  	-o-transition: 0.5s;
  	transition: 0.5s; 
	}
  body.offcanvas #main, 
	body.offcanvas .nav-toggle,
	body.offcanvas .top-lang{
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px); }

.top-lang{
	position: absolute;
  z-index: 2000;
  right: 0;
  padding: 14px;
	background: #fff;
}
.top-lang #MenuLang{
	display: block;
	text-align: center;
}

.top-lang #MenuLang ul{
	padding-left:0;
	display: inline-block;
	margin-bottom: 0;
}
.top-lang #MenuLang ul li{
	display: inline-block;
}
.top-lang #MenuLang ul li a{
	padding: 6px 9px;
	color: #795548;
	color: #79554880;
}
.top-lang #MenuLang ul li a:hover{
	color: #795548;
}

@media screen and (max-width: 768px) {
	.top-lang{
		position: relative;
		height: inherit;
		padding: 3px 0;
	}
	.top-lang #MenuLang{
		text-align: left;
    padding: 0px 13px;
	}
}

.narrow-content {
  padding: 0 2.5em; }
  @media screen and (max-width: 768px) {
    .narrow-content {
      padding: 0 1em; } }

.no-gutters {
  margin: 0;
  padding: 0; }

.article,
.blog,
.work,
.about,
.services,
.contact {
  padding-top: 60px;
  padding-bottom: 20px;
  clear: both;
  width: 100%;
  display: block; }
  @media screen and (max-width: 768px) {
    .article,
		.blog,
    .work,
    .about,
    .services,
    .contact {
      padding-top: 40px;
      padding-bottom: 10px; } }
.article.inner,
.blog.inner,
.work.inner,
.about.inner,
.services.inner,
.contact.inner {
	padding-top: 90px;
}

.freq-hosp ul{
	list-style: none;
  padding-left: 1.7em;
}
.freq-hosp ul li{
	font-size: 16px;
	margin-bottom: 0.6em;
}
.freq-hosp ul li::before{
	content: "\2665";
  color: #FFC300;
  font-weight: bold;
  display: inline-block; 
  width: 1.5em;
  margin-left: -1.5em;
}

.services{
	padding-top: 60px;
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
}

.services ol{
	list-style: none !important;
	padding-left: 0;
	color: #894ee1;
}

.services ol li{
	font-size: 16px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 0;
	padding: 8px 20px;
}

.services .checking{
	line-height: 2.2em;
}

.about-img,
.about-img-2,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative; }
  .heading:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 60px;
    height: 4px;
    content: '';
    background: #FFC300; }
  .heading span {
    display: block; }
  @media screen and (max-width: 768px) {
    .heading {
      margin-bottom: 3em; } }

.heading-meta,
.heading-label{
  margin-bottom: 6px;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 500;
  letter-spacing: 6px; }

.heading-label{font-size: 14px;letter-spacing: 4px;}

.about-img {
  width: 100%;
  height: 600px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
		.about-img {
			height: 300px;
		}
	}

.about-desc h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 500; }

.padding {
  padding: 1em; }

.steps {
  display: block;
  position: relative; }
  .steps h3 {
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1.5;
    text-transform: uppercase; }
  .steps:before {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #e6e6e6;
    z-index: -1; }
  .steps .icon {
    display: block;
    margin-bottom: 20px;
    position: relative;
    z-index: 0; }
    .steps .icon span {
      display: table;
      width: 40px;
      height: 40px;
      border: 1px solid #e6e6e6;
      text-align: center;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      z-index: 1; }
      .steps .icon span i {
        display: table-cell;
        vertical-align: middle;
        color: #000; }
  .steps:hover i {
    color: #FFC300 !important; }
  .steps.active i {
    color: #FFC300 !important; }

.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }

.panel-heading a {
  padding: 15px 25px;
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  position: relative;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.panel {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
  border: none; }

.panel-heading a:after {
  font-family: "icomoon";
  content: "\ea0e";
  position: absolute;
  right: 20px;
  font-size: 20px;
  font-weight: 400;
  top: 50%;
  line-height: 1;
  margin-top: -10px; }

.panel-heading a.collapsed:after {
  content: "\ea1c"; }

.panel-heading a.collapsed {
  background: #fafafa;
  border: 1px solid #e6e6e6 !important;
  color: #333333; }

.panel-body {
  padding: 1.5em;
  margin-top: 5px;
  border: 1px solid #e6e6e6 !important; }

.services-wrap {
  display: block;
  margin-bottom: 40px;
  z-index: 0; }
  .services-wrap .services-img {
    height: 170px;
    display: block;
    z-index: -1; }
  .services-wrap .desc {
    width: 90%;
    z-index: 1;
    margin-top: -20px;
    background: #fafafa;
    padding: .8em .5em; }
    .services-wrap .desc h3 {
      font-weight: 500;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      letter-spacing: 3px;
      line-height: 1.5;
      margin-bottom: 0;
      text-transform: uppercase; }

.move-bottom {
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .move-bottom {
      margin-top: 0; } }

.feature {
  text-align: left;
  width: 100;
  margin-bottom: 10px;
  position: relative; }
  .feature .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    background: rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px; }
    .feature .icon i {
      display: table-cell;
      vertical-align: middle;
      color: #FFC300;
      font-size: 60px;
      height: 100px; }
      @media screen and (max-width: 1200px) {
        .feature .icon i {
          font-size: 40px; } }
  .feature .text {
    padding-left: 120px;
    width: 100%; }
    .feature .text h2, .feature .text h3 {
      margin: 0;
      padding: 0; }
    .feature .text h3 {
      font-weight: 500;
      margin-bottom: 20px;
      color: rgba(0, 0, 0, 0.7);
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase; }
.feature.feature-sm.address{
	margin-bottom: 10px;
}
.feature.feature-sm.profession{
	margin-top:7px;
}
.feature.feature-sm.profession h4{
	color: #ab6a6a;
	font-size: 16px;
	line-height: 1em;
}
.feature.feature-sm.title h4{
	color: #7661c4;
}
.feature.feature-sm.charity h4{
	color: #f36e8c;
}
.feature.feature-sm span.en{
	margin-bottom: 8px;
  display: inline-block;
}
.googlemap{
	margin-bottom:35px;
}
.feature.feature-sm h4{
	font-size:15px;
	letter-spacing: 1px;
	line-height: 1.2em;
}
.feature.feature-sm.consult h4{
	color: #333;
	line-height: 24px;
}
  .feature.feature-sm .text {
    margin-top: 30px;
		letter-spacing: 1px;}
	.feature.feature-sm h4, .feature.feature-sm h4 a{color: #333;}
	.feature.feature-sm:hover h4 a{color: #795548;}
  .feature.feature-sm .icon i {
    color: #FFC300;
    font-size: 40px; }
    @media screen and (max-width: 1200px) {
      .feature.feature-sm .icon i {
        font-size: 28px; } }

.feature-lg .text h2, .feature-lg .text h3 {
  margin: 0;
  padding: 0; }

.feature-lg .text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase; }

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 3em; 
	border-bottom: 3px solid #FFC30000;
	-webkit-transition: border-bottom .3s ease;
	-moz-transition: border-bottom .3s ease;
	-o-transition: border-bottom .3s ease;
	transition: border-bottom .3s ease;}
  @media screen and (max-width: 768px) {
    .blog-entry {
      margin-bottom: 3em; } }
  .blog-entry .blog-img {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
    .blog-entry .blog-img img {
      position: relative;
      max-width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .blog-entry .desc h3 {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: auto;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .blog-entry .desc h3 a {
      color: #000;
      text-decoration: none;
line-height: 1.4em;}
  .blog-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400; }
    .blog-entry .desc span small i {
      color: #999999; }
  .blog-entry .desc .lead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000; }
  .blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
.blog-entry:hover {
	border-bottom: 3px solid #FFC300;
}
.blog-entry:hover .blog-entry .desc h3 a{
	color:
}

.article-entry {
  width: 100%;
  float: left;
  background: #fff;
  margin-bottom: 0;     
	padding-left: 0;
  margin-left: 15px;
	border-left: 3px solid #FFC30000;
	-webkit-transition: border-left .3s ease;
	-moz-transition: border-left .3s ease;
	-o-transition: border-left .3s ease;
	transition: border-left .3s ease;}
  .article-entry .article-img {
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 25px; }
    .article-entry .article-img img {
      position: relative;
      max-width: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
	.article-entry .desc {    
		padding: 14px 15px;
		padding-left: 15px;
    border-bottom: 1px solid #f3f3f3;
		-webkit-transition: padding-left .2s ease;
		-moz-transition: padding-left .2s ease;
		-o-transition: padding-left .2s ease;
		transition: padding-left .2s ease;}
  @media screen and (max-width: 768px) {
    .article-entry .desc {
			padding: 20px 15px; } }
	.article-entry .desc:hover { 
		padding-left:20px;}
  .article-entry .desc h3 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: auto;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .article-entry .desc h3 a {
      color: #000;
      text-decoration: none;
			line-height: 1.4em;}
  .article-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4) !important;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400; }
    .article-entry .desc span small i {
      color: #999999; }
  .article-entry .desc .lead {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #000; }
  .article-entry:hover .article-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
.article-entry:hover {
	border-left: 3px solid #FFC300;
}
.article-entry:hover .article-entry .desc h3 a{
	color:
}

.article .pagination-wrap{
	margin: 20px auto 30px;
	padding:0;
}

.article-img-wrap img{
	width: 1000px;
	height: auto;
	max-width: 100%;
	margin-bottom:15px;
}

.article .art-desc{
	margin-bottom: -8px;
  color: #aaa;
  margin-top: 2px;
  font-size: 12px;
}

.pagination-wrap .disabled{opacity: 0.5;}
.pagination-wrap .disabled a{cursor: default !important;}


.overlap {
  margin-top: 5em;
  background: #fff;
  padding: 30px; }
  @media screen and (max-width: 768px) {
    .overlap {
      margin-top: 2em; } }

.project {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
  width: 100%;
  display: block;
  margin-bottom: 30px; }
  .project .desc {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .project .desc .con {
      padding: 20px;
      display: block;
      position: relative;
      height: 300px; }
      .project .desc .con .icon {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px; }
        .project .desc .con .icon span {
          display: inline;
          padding-right: 5px; }
          .project .desc .con .icon span a {
            color: #cccccc;
            padding: 5px;
            background: #333333;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px; }
        .project .desc .con .icon i {
          font-size: 16px;
          color: #cccccc; }
    .project .desc h3 {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 1px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
      margin-bottom: 15px; }
      .project .desc h3 a {
        color: #fff; }
    .project .desc span {
      display: block;
      color: #999999;
      font-size: 13px;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      -o-transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
      -webkit-transform: translate3d(0, 15px, 0);
      transform: translate3d(0, 15px, 0); }
      .project .desc span a {
        color: #000; }
    @media screen and (max-width: 768px) {
      .project .desc {
        opacity: 1;
        background: rgba(0, 0, 0, 0.4); }
        .project .desc h3 {
          font-style: 28px;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          color: #000; }
        .project .desc span {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } }
  .project:hover .desc {
    opacity: 1; }
    .project:hover .desc h3 {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .project:hover .desc span {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }

.project-desc h2 {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px; }

.project-desc span {
  display: block;
  color: #666666;
  font-size: 13px;
  margin-bottom: 15px; }
  .project-desc span a {
    color: #666666; }

.project-desc .icon span {
  display: inline;
  padding-right: 5px; }

.project-desc .btn-download {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: underline; }

#counter {
  position: relative;
  clear: both;
  margin-bottom: 5em; }

.counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4); }
  .counters .icon {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    margin-bottom: 20px; }
    .counters .icon i {
      display: table-cell;
      vertical-align: middle;
      width: 100px;
      height: 100px;
      font-size: 50px;
      color: #FFC300;
      background: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
  .counters .counter-wrap {
    border: 1px solid red !important; }
  .counters .counter {
    font-size: 40px;
    display: block;
    color: white;
    font-family: 'Nunito', 'Noto Sans TC',  'Noto Sans SC', sans-serif;
    width: 100%;
    font-weight: 700;
    margin-bottom: .3em; }
  .counters .counter-label {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 5px;
    margin-bottom: 2em;
    display: block; }

.lead {
  font-size: 18px;
  line-height: 1.5; }

#get-in-touch,#prof-quali {
  padding: 60px 0; }
  #get-in-touch .btn-learn {
    padding: 15px 30px !important;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px; }
#get-in-touch .btn-learn:hover{
	letter-spacing: 2px;
}

.social {
  padding: 0;
  margin: 0;
  text-align: center; }
  .social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .social li a {
      font-size: 22px;
      color: #000;
      padding: 10px;
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      border-radius: 7px; }
      @media screen and (max-width: 768px) {
        .social li a {
          padding: 10px 8px; } }
      .social li a:hover {
        color: #FFC300; }
      .social li a:hover, .social li a:active, .social li a:focus {
        outline: none;
        text-decoration: none;
        color: #FFC300; }

#map {
  width: 100%;
  height: 700px; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

.bg-color {
  background: #fafafa;
  position: relative; }

.pagination {
  padding: 0; }
  .pagination li {
    margin: 2px; }
    .pagination li a {
      color: #000;
      background: transparent;
      margin: 2px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .pagination li a:first-child {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
			.pagination li a:focus{
				color: #000;
				background: transparent;
			}
      .pagination li a:hover {
        background: #FFC300;
        color: #fff;
        border: 1px solid #FFC300; }
      @media screen and (max-width: 768px) {
        .pagination li a {
          padding: 7px 15px; } }
    .pagination li.active a {
      background: #FFC300;
      border: 1px solid #FFC300 !important; }
      .pagination li.active a:hover, .pagination li.active a:focus {
        background: #FFC300;
        color: #fff;
        border: 1px solid #FFC300 !important; }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: 'Nunito', 'Noto Sans TC',  'Noto Sans SC', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 15px !important; }
  .btn.btn-sm {
    padding: 4px 15px !important; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #FFC300;
  color: #fff;
  border: 2px solid #FFC300; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #ffc91a !important;
    border-color: #ffc91a !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #FFC300;
    border: 2px solid #FFC300; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #FFC300;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: transparent;
  background: #fafafa;
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-bottom: 2px solid #eee;}
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    /* background: #f0f0f0; */
    border-bottom: 2px solid #fec303;}

#message {
  height: 130px; }

.nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .nav-toggle.active i::before, .nav-toggle.active i::after {
    background: #795548; }
  .nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
    background: #795548; }
  .nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #795548;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #795548;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .nav-toggle i::before, .nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: #795548;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .nav-toggle.dark i {
    position: relative;
    color: #795548;
    background: #795548;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .nav-toggle.dark i::before, .nav-toggle.dark i::after {
      background: #795548;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.nav-toggle i::before {
  top: -7px; }

.nav-toggle i::after {
  bottom: -7px; }

.nav-toggle:hover i::before {
  top: -10px; }

.nav-toggle:hover i::after {
  bottom: -10px; }

.nav-toggle.active i {
  background: transparent; }

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.nav-toggle {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  padding: 10px 18px 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    .nav-toggle {
      opacity: 1;
			top: 2.1em;
      visibility: visible; }
		
		body.offcanvas #main, 
		body.offcanvas .nav-toggle{
			top: 2.1em;
		}
	}

body.offcanvas .nav-toggle.opaque,
.nav-toggle.opaque{
	top: 0px;
	background:#fff;
}

.header-logo{
	position: absolute;
  top: 14px;
  left: 78px;
  z-index: 1001;
  font-size: 16px;
	color: #795548;
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.header-logo.fade{
	opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row {max-width: 1240px; margin-left:auto;margin-right: auto}

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 1em; } }

.row-bottom-padded-md {
  padding-bottom: 3em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 1em; } }

.row-bottom-padded-sm {
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 1em; } }

.col-padding {
  padding: 10px !important; }

.js .animate-box {
  opacity: 0; }

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  #sticky_item.is_stuck {
    margin-top: 10px; }

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px; } }


/* ===================================================================
 * # section booking
 *
 * ------------------------------------------------------------------- */

#section-booking {
  padding: 60px 0 80px; }

/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 10001;
  height: 100%;
  width: 100%;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  transform-origin: 32px 32px;
}

#loader #heartrotat{
  transform: rotate(45deg);
}

#loader #heart {
  content: "";
	top: 5px;
  left: 0px;
  position: absolute;
  width: 26px;
  height: 26px;
  background: #ffde72;
  animation: load 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
#loader #heart:after,
#loader #heart:before {
  content: " ";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  background: #ffde72;
}
#loader #heart:before {
  left: -17px;
  border-radius: 50% 0 0 50%;
}
#loader #heart:after {
  top: -17px;
  border-radius: 50% 50% 0 0;
}

@-webkit-keyframes load {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

@keyframes load {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

#loader #shadow { 
  width: 40px;
  height: 5px;
  background: #000;
  opacity: 0.1;
  position: absolute;
  top: 23px;
  left: -14px;
  border-radius: 50%;
  animation: shadow 1.2s linear infinite;
}
@keyframes shadow {
  0% {
    transform: scale(0.95);
  }
  5% {
    transform: scale(1.1);
  }
  39% {
    transform: scale(0.85);
  }
  45% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.9);
  }
}

/***************** icon colors *****************/

.heading{
	margin-left: 40px;
}
.heading.doc-name{
	margin-left: 0;
}

.heading i{
	color: #FFC300;
	font-size: 36px;
  position: absolute;
  margin-left: -45px;
}

.contact-col .feature .heading-meta,
.contact-col .feature h4,
.contact-col .feature .feature-child{
	margin-left: 38px;
}

.ic-grey{
	position: absolute;
	font-size: 25px;
	color: #888;
}

#consult-time-table tr td:first-child{width:40%;font-weight: bold;}

/***************** captcha code *****************/

#captcha_code{border:1px solid #ccc;}

/***************** email submit page *****************/

.thankyou,.error{
	margin: 0;
	text-align: center;
}
.thankyou i{
	color: #FFC300;
}
.error i{
	color: #FF9800;
}
.thankyou i,
.error i{
  font-size: 38px;
  line-height: 30px;
  display: inline-block;
  margin: 16px 0;;
}
.thankyou .container,
.error .container{
	height: 96vh;
  position: relative;
}
.thankyou .content,
.error .content{
	background: #fff;
	width: 80vw;
	max-width: 600px;
	padding: 20px;
	position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	border-radius: 8px;
	box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.1);
}
.thankyou .title, .thankyou p,
.error .title, .error p{
	color: #795548;
}
.thankyou .title,
.error .title{
	line-height: 1.4em;
	font-weight: bold;
}
.thankyou .remark,
.error .remark{
	font-size: 14px;
	line-height: 1.3em;
}
.thankyou .btn-home,
.error .btn-home{
	background: #ffde72;
  display: inline-block;
  padding: 5px 10px 3px;
  border-radius: 3px;
  color: #795548;
}