@charset "UTF-8";
@import url(animate.css);
@import url(https://fonts.googleapis.com/css?family=Ubuntu:300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #2F2F2F;
	-webkit-text-size-adjust: none;
	text-align: center;
	font-family: "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
	font-size: 16px;
	line-height: 24px;
	background-color: #FFF;
	word-break: break-all;
}

img {
  max-width: 100%;
  height: auto; }
.img1 {
	border: 8px solid #FFF;
	margin-bottom: 10px;
	text-align: center;
}

h1, h2, h3, h4, h5, .addr, .link1 {
  font-family: 'Trebuchet MS', sans-serif;
  font-weight: bold;
  color: #302e33; }

h1 {
	font-size: 22px;
	line-height: 35px;
	font-weight: 600;
	color: #7a4e31;
	margin-bottom: 20px;
	padding-right: 6px;
	padding-left: 6px;
}


h2 {
	
}

h3 {
	font-size: 36px;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 5px;
}


h4 {
		font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: #2f9869;
	margin-bottom: 20px;
}

h5, .addr, .link1 {
	font-size: 16px;
	line-height: 30px;
	color: #960;
	padding-bottom: 6px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
}

h6 {
	font-size: 18px;
	line-height: 24px;
	color: #FFF;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1e9e6;
}

@media (max-width: 479px) {

	h3 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 0px;
}

    h6 { 
	 font-size: 15px;
	line-height: 25px;
	
	  } }
	  
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #37807c;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

/*=======================================================
                       Main Layout
=========================================================*/
* + .btn {
	margin-top: 30px;
}

* + .btn2 {
  margin-top: 30px; }

h3 + h6 {
  margin-bottom: 95px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/

.brand2 {
	display: none;
  }
  @media (max-width: 979px) {
.brand2 {
	display: inline-block;
	position: fixed;
	z-index:  99999999;
	left: 8px;
	top: 10px;
}
  }

.brand {
  display: inline-block; }
  .brand_name {
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 70px;
	background-position: left top;
	padding-left: 90px;
	vertical-align: middle;
	width: 270px;
	padding-top: 0px;
	
}
@media (max-width: 979px) {
.brand_name {
	display:none;
	
}
}
@media (max-width: 979px) {
	.brand_name2 {
		background-image: url(../images/logo2.png);
		margin-top: 0px;
		height: 50px;
		width: 200px;
		}
}
@media (max-width: 320px) {
	.brand_name2 {
		background-image: url(../images/logo3.png);
		margin-top: 0px;
		height: 50px;
		width: 200px;
		}
}

.city {
	font-size: 15px;
	text-transform: none;
}



/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ea4661; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn, .btn2 {
	display: inline-block;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
	background-color: #ae6f26;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
  .btn:hover, .btn2:hover {
	color: #FFF;
	background-color: #D9974F;
	text-decoration: none;
}
  .btn:active, .btn2:active {
	background: #171618;
	color: #FFF;
}

.btn2 {
	color: #FFF;
	font-size: 15px;
	background-color: #baa373;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.btn2:hover {
	background-color: #b3985d;
}
.btn2_2 {
	color: #FFF;
	background-color: #B3B3B3;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	margin-left: -4px;	
}
.btn2_2:hover {
	background-color: #999999;
}
.btn3 {
	color: #FFFFFF;
	float: right;
	font-weight: 400;
	margin-top: 5px;
	margin-left: 5px;
}
.btn4 {
	color: #FFFFFF;
	float: right;
	font-weight: 400;
	margin-top: 5px;
}
.btn5 {
	color: #FFF;
	font-size: 20px;
	background-color: #9C5A32;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
} 
/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
.box_aside {
  float: left; }
.box_cnt__no-flow {
  overflow: hidden; }
.box .fl-sympletts {
  display: inline-block;
  font-size: 220px;
  line-height: 220px;
  color: #302e33; }
  .box .fl-sympletts + * {
    margin-top: 70px; }
.box * + .fl-sympletts {
  margin-top: 70px; }
  
.box{
	
	padding-top: 10px;
	  }
.box p{
	text-align: left;
	padding-top: 8px;
	  }
.box img{
	float: left;
	margin-right: 10px;
	  }	  
.box h2{
	font-size: 18px;
	color: #960;
	margin-bottom: -10px;
	font-weight: 500;
	  }	  
	  
.box1{
	text-align: center;
	border: 6px solid #FFF;
	background-color: #FFF;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.box1 img{
	padding-bottom: 6px;	
	}

.box2 {
	text-align: left;
	color: #474747;
	}
.box2 h2 + * {
  margin-top: 5px; }
.box2 .num + h5 {
  margin-top: 65px; }
.box2 * + .btn2 {
  margin-top: 15px; }

.fl-sympletts {
  display: inline-block;
  font-size: 220px;
  line-height: 220px;
  color: #302e33; }
  .fl-sympletts.sm {
    font-size: 150px;
    line-height: 150px; }


/*==================      indexBtn    ======================*/
.indexBtn {
	position: absolute;
	top: 200px;
	
}
.indexBtnImg {
	padding-left: 13%;
}

@media (max-width: 779px) {
    .indexBtn {
	display:none
	
	
	} 
}

/*==================      Gallery     ======================*/
.gallery:before, .gallery:after {
  display: table;
  content: "";
  line-height: 0; }
.gallery:after {
  clear: both; }
.gallery_item {
  width: 33.333333%;
  float: left;
  position: relative;
  background: no-repeat url(../images/cover.jpg) 0 0;
  background-size: cover;
  color: #fff; }
  @media (max-width: 979px) and (min-width: 480px) {
    .gallery_item {
      width: 50%; } }
  @media (max-width: 479px) {
    .gallery_item {
      width: 100%; } }
  .gallery_item img {
    width: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .gallery_item h4 {
    color: #fff; }
  .gallery_item a:hover img {
    opacity: 0; }
    .lt-ie9 .gallery_item a:hover img {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0); }
.gallery_cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  width: 100%;
  height: 100%; }
  .gallery_cover_inner {
    display: table;
    width: 90%;
    height: 100%;
    margin: 0 5%; }
    .gallery_cover_inner .mid {
      display: table-cell;
      vertical-align: middle; }

/*==================      Lists     ======================*/
.social-list li {
	display: inline-block;
	margin-top: -10px;
}
  .social-list li a {
	display: block;
	width: 50px;
	height: 38px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 23px;
	line-height: 50px;
	background-color: #73a400;
	padding-top: 12px;
}
    .social-list li a:hover {
      background: #302e33; }
    .social-list li a:active {
      background: #171618; }

.marked-list {
  text-align: left; }
  .marked-list li {
    position: relative;
    padding-left: 43px; }
    .marked-list li:before {
      content: '';
      display: block;
      width: 12px;
      height: 12px;
      background: #ea4661;
      border-radius: 2px;
      position: absolute;
      top: 7px;
      left: 0; }
    .marked-list li + li {
      margin-top: 10px; }

/*==================      Blockquote     ======================*/
.quote {
  text-align: left; }
  .quote_text {
    position: relative;
    padding-left: 65px; }
    .quote_text:before {
	content: '\f10d';
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 48px;
	line-height: 48px;
	font-family: FontAwesome;
}

/*========================   Menu   ==========================*/

.amenu {
	display: none;
	
}
.sf-menu {
	display: inline-block;
	
}
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative;
    float: left; }
    .sf-menu > li + li {
}
  .sf-menu a {
	display: block;
	font-size: 16px;
	line-height: 35px;
}
.sf-menu img {
	margin-top: -5px;
}
.sf-menu > li > a {
	
	color: #FFF;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 1px;
}
@media (max-width: 1229px) {
	.sf-menu > li > a {
	font-size: 15px;
	padding-right: 8px;
	padding-left: 8px;
}
}
@media (max-width: 982px) {
	.sf-menu > li > a {
	font-size: 13px;
	padding-right: 0px;
	padding-left: 0px;
}
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #FFF;
	background-color: #ac8d50;
}
.sf-menu > li.active > a {
	color: #FFF;
	background-color: #ac8d50;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 180px;
	margin-top: 0px;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ac8d50;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.sf-menu ul {
  text-align: left; }
  .sf-menu ul > li > a {
	color: #FFF;
	line-height: 20px;
	font-size: 15px;
	padding-bottom: 8px;
}
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #e5cd98;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 20px;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #FFF; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #f65f30; }

.sf-menu > li > .sf-with-ul {
  position: relative; }
  .sf-menu > li > .sf-with-ul:before {
    position: absolute;
    left: 50%;
    top: 62%;
    margin-left: -6px;
    content: "";
    font: 400 12px/12px "FontAwesome"; }

@media (max-width: 967px) {
  .sf-menu {
    display: none; } }
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -26px;
  left: 0;
  bottom: -46px;
  width: 240px;
  padding: 100px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 8px 25px 10px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
	color: #161616;
	background-color: #ECECEC;
}
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -14.5px;
      width: 28px;
      height: 28px;
      font: 400 10px "FontAwesome";
      line-height: 28px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 65px;
	color: #666;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
	z-index: 99999991;
	background-color: #FFFFFF;
}

.rd-mobilepanel_title {
	position: fixed;
	top: 8px;
	left: 56px;
	right: 55px;
	color: #666;
	font-size: 13px;
	line-height: 48px;
	text-overflow: ellipsis;
	letter-spacing: 0;
	text-align: right;
	font-weight: normal;
	white-space: nowrap;
}

.rd-mobilepanel_toggle {
	position: fixed;
	top: 8px;
	right: 8px;
	width: 48px;
	height: 48px;
	color: #ffffff;
	
}
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #bd9c5c;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 967px) {
  body {
    padding-top: 0px; 
	
	}

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
	
	 } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 13px; } }
/*==================  Stuck menu  ======================*/

.stuck_container {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	background-image: url(../images/btnBg.jpg);
	background-repeat: repeat-x;
	background-position: center -15px;
   }

.isStuck {
	z-index: 999;
	padding-top: 15px;
	padding-bottom: 0px;
	background-image: url(../images/btnBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	background: #302e33;
	border-radius: 50%;
	position: fixed;
	right: 66px;
	bottom: 180px;
	display: none;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	z-index: 20;
	padding-top: 10px;
}
  .toTop:hover {
	color: #fff;
	text-decoration: none;
	background-color: #58A39F;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important; } }
	
/*==================   Parallax    ======================*/
.parallax {
	background-position: center 0;
	background-repeat: no-repeat;
	text-align: left;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
	background-color: #000;
	background-image: url(../images/parallax01.jpg);
	padding: 150px 0 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D7D7D7;
	color: #e8e2dc;
}

.parallax2 {
	background-color: #FFF;
	background-image: url(../images/parallax02.jpg);
	padding: 110px 0 250px;
}
.parallax3 {
	background-color: #FFF;
	background-image: url(../images/parallax03.jpg);
	padding: 110px 0 110px;
}
.parallax4 {
	background-color: #a3cf80;
	background-image: url(../images/parallax04.jpg);
	padding: 110px 0 250px;
	color: #FFF;
}
.parallax5 {
	background-color: #f4db81;
	background-image: url(../images/parallax05.jpg);
	padding: 60px 0 60px;
	color: #FFF;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
	
	.parallax1 {
	padding: 60px 0 60px;
	background-image:none;
}	
	.parallax2 {
	padding: 60px 0 60px;
}
.parallax3 {
	padding: 60px 0 60px;
}
.parallax4 {
	padding: 40px 0 40px;
}
.parallax5 {
	padding: 40px 0 40px;
}	
}


/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #fff; 
  text-align: center;
  }
  header .brand {
    float: left; }
  header .nav {
	float: none;
	background-color: #bd9c5c;
	margin-top: 65px;
	height: 35px;
	/* border-radius: 10px; */
}
   header .back-home {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	display: block;
}
header .signIn {
	float: right;
	margin-top: 6px;
	padding-right: 20%;
}
.back-home {
	color: #666;
	font-size: 13px;
}

.back-home a:hover {
	color: #333;
}
.back-text {
	float: left;
	color: #999;
	font-size: 13px;
	margin-right: 8px;
}
 @media (max-width: 967px) {
	  header .nav {
	height: 0px;
	margin-top: 0px;
	background-color: none;
}
	header .signIn {
	float: right;
	margin-top: 15px;
	padding-right: 2%;
} 

 }
.back-icon {
	float: right;
	color: #2e6966;
	font-size: 13px;
	margin-left: 4px;
}
.car-amount {
	float: right;
	color: #FFF;
	font-size: 10px;
	position: relative;
	background-color: #E80202;
	line-height: 15px;
	margin-left: -5px;
	margin-top: -3px;
	border-radius: 50px;
	height: 15px;
	width: 15px;
	text-align: center;
}
.back-icon input {
	color: #999;
	font-size: 13px;
	height: 24px;
	width: 140px;
	border: 1px solid #b7e2e0;
	line-height: 20px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.amount_input {
	width: 50px;
	border: 1px solid #CCC;
	text-align: center;	
	}
	
.closeIcon {
	font-size: 26px;
	color: #FD7167;
}	
	
  @media (max-width: 967px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; }
		.brand{
			padding-left:15px;
		}
		.back-home {
		display: none;	
		 }
		.car-amount {
	float: right;
	color: #FFF;
	font-size: 11px;
	position: relative;
	background-color: #E80202;
	line-height: 15px;
	margin-left: -5px;
	margin-top: 8px;
	border-radius: 50px;
	height: 15px;
	width: 15px;
	text-align: center;
}
		 }

@media (min-width: 1200px) {
  .abs {
    /*position: absolute;*/
    top: 0;
    width: 100%;
	/*background: #8dd4d0; */
    z-index: 2; }
    .abs .stuck_container {
      width: 1170px;
      margin: 0 auto;
	  background: #ffffff; 
      border-bottom: 0; }
    .abs .isStuck {	
      border-bottom: 1px solid #38343e; } }
	  
 @media (max-width: 479px) {
	 header {
      text-align: center; }
	  .signIn {
	 display: none;
} 
	 }	  
	  
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
	display: block;
	background-attachment: fixed;
	background-color: #f4efe9;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
   }
@media (max-width: 967px) {
	main {	
	background-image: url(../images/bg2.jpg);
   }
}
@media (max-width: 479px) {
	main {
	background-image: url(../images/bg3.jpg);
   }
}
.num {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 210px;
  line-height: 160px;
  letter-spacing: -12px; }
  @media (max-width: 1199px) {
    .num {
      font-size: 150px;
      letter-spacing: -2px; } }
  @media (max-width: 979px) {
    .num {
      font-size: 120px;
      line-height: 100px; } }

.mt1 {
  margin-top: 10px; }

.mt2 {
  margin-top: 100px; }

.mg3 {
  margin-top: 40px;
  margin-bottom: 90px; }

.mb {
  margin-bottom: 0; }

.terms * + h5 {
  margin-top: 90px; }

.policy-link {
  margin-top: 90px; }

/*==================      Well     ======================*/
.well1 {
	padding-top: 120px;
	padding-bottom:120px;
	text-align: left;
}

.well2 {
	padding-top: 0px;
	padding-bottom: 120px;
}

.well3 {
	padding-top: 120px;
	padding-bottom: 120px;
}

.well4 {
	padding-top: 60px;
	padding-bottom:60px;
	text-align: left;
}
	
  @media (max-width: 979px) {
    .well1 {
	padding-top: 50px;
	padding-bottom: 50px;
}		
			.well2 {
		padding-bottom: 50px;
}	

	.well3 {
	padding-top: 50px;
		padding-bottom: 50px;
}

	   }
	   

	  
	  
/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
	position: absolute;
	left: 0;
	top: 2px;
	right: 0;
	bottom: 0;
	opacity: 0;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	color: #ffffff;
	background: transparent;
	height: 26px;
}
.thumb_overlay:before {
  content: '\f065';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px 'FontAwesome';
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
	  

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	font-size: 15px;
	background-color: #EDDECD;
	text-align: left;
	line-height: 20px;
	color: #171717;
	padding-top: 20px;
	padding-bottom: 10px;
}
footer .logo {
	float: left;
	margin-right: 20px;
	display: table;
}
 footer .add {
	float: left;
	margin-top: 15px;
	display: table;
}
 footer .icon li {
	float: right;
	background-color: #c6b39f;
	padding: 6px;
	margin-left: 10px;
	border-radius:50%;
}
footer .icon li:hover {
	background-color: #bba185;
}
@media (max-width: 979px) {
	 footer .icon li {
	float: left;
}
}


.icon2 li {
	float: right;
	background-color: #c6b39f;
	padding: 6px;
	margin-left: 10px;
	border-radius:50%;
}
.icon2 li:hover {
	background-color: #bba185;
}

.icon3 {
	display:none;
}

@media (max-width: 979px) {
	.icon2 {
	display:none;
}
.icon3 {
	display:block;
}
}
@media (max-width: 320px) {
	.lineIcon {
		display:none;
	}
	}

.footerMenu {
	background-color: #70cac5;
	padding-top: 60px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	color: #c6fffc;
	}
	.footerMenu li {
	display: block;
	}

.imgText {
	text-align: center;
	color: #333;
}
.text1 {
	color: #EB7D05;
}


.text2 {
	color: #333;
	font-weight: 600;
	font-size: 20px;
}
.text3 {
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.text4 {
	color: #33312B;
}
.text5 {
	color: #F60;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.text6 {
	color: #BB7C3E;
}
.text7 {
	color: #D0525C;	
}
.text8 {
	color: #90AD69;
}
.text9 {
	width: 65px;
	float: left;
}
.text10 {
	text-align: center;
	margin-top: 15px;
}
.th {
	font-size: 13px;
	vertical-align: 20%;
}
.tableC {
	border: 1px solid #bada37;
	padding: 8px;
}
.r {
	font-size: 18px;
	vertical-align: 40%;
	padding-right: 5px;
	padding-left: 2px;
}
.r2 {
	font-size: 13px;
	vertical-align: 20%;
	padding-right: 5px;
	padding-left: 2px;
}
.list1 {
}
.list1 li {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.list1 li a:hover{
	color: #000;
}
.list1 li li {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #EAEAEA;
	margin-top: 10px;
}
.list2 ul {
	padding-left: 20px;
}
.list2 li {
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
	width: 25%;
	margin-bottom: 5px;
	list-style-type: circle;
}
.list2 li a:hover{
	color: #000;
}
 @media (max-width: 979px) {
	 .list2 li {
	width: 50%;
}
 }
 
.list3 ul {
	padding-left: 20px;
}
.list3 li {
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: decimal;
}
.list3 li a:hover{
	color: #000;
} 
 
.date2 {
	color: #398ECC;
	padding-right: 15px;
}
.product3Img li {
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 20px;
	}

.banner {
	margin-top: 0px;
	}	

.headerBg {
	background-color: #ffffff;
	height: 100px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	}
@media (max-width: 979px) {
.headerBg {
	margin-left:-15px;
	margin-right:-15px;
	}	
}

.news {
	font-size: 13px;
	line-height: 20px;
	}
.news img {
	margin-bottom: 10px;	
	}
.news a:hover {
	font-size: 13px;
	color: #333;
	text-decoration: none;	
	}	
	
.newsList {
	margin-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b59773;
	letter-spacing: 1px;
	font-weight: bold;
}
.newsList li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b59773;
	}
.newsList li a {
	color: #666666;
	}
.newsList li a:hover {
	color: #202020;
	}	
	
	.newsList2 li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	}
	.newsList2 li:hover {
	background-color: #FAFAFA;
	}
.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	margin-right: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #999;
	}
	.newsDate1 {
	color: #000000;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.newsDate2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	background-color: #c6a04e;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height: 100px;
	width: 120px;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

@media (max-width: 1229px) {
	.newsDate3 {
	color: #333333;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #D5D5D5;
	width: auto;
	display: block;
	padding-right: 10px;
}
}
.newsMonth {
	font-size: 24px;
	padding-right: 15px;
	padding-left: 15px;
}
.newsBox {
	background-color: #FFF;
	display: table;
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	width: 100%;
}
.newsBox:hover {
	background-color: #fbf8f1;
}
.newsListBox {
	float: right;
	color: #666;
	width: 87%;
	text-align: left;
	padding-top: 10px;
}
@media (max-width: 1229px) {
	.newsListBox {
	width: 84%;
}
}
@media (max-width: 979px) {
	.newsListBox {
	width: 80%;
}
}
@media (max-width: 779px) {
	
	.newsDate2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 30px;
	background-color: #c6a04e;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	height: 100%;
	width: 100%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
	display: block;
	margin-bottom: 10px;
}
	
	.newsListBox {
	float: none;
	color: #666;
	width: 100%;
	text-align: left;
}
}
.input-amount {
	width: 50px;
	border: 1px solid #CCC;	
	}	
.coin1 {
	color: #55a8a3;
	text-decoration: line-through;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	}	
.coin2 {
	color: #ed1759;
	font-size: 20px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	}		
	.coin3 {
	color: #FF8D2F;
	font-size: 20px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	}	
.btnTop {
	padding-top: 10px;
	display: block;
	}	
.fb {
	font-size: 20px;
	color: #46aea8;
	line-height: 20px;
	}	
.pageContact {
	font-size: 15px;
	line-height: 26px;	
	}
.product_item {
	border: 1px solid #D8D8D8;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 30px;
	}	
	
.product_item p {
	line-height: 18px;
	}	
.product_item h4 {
	font-size:16px;
	}
.title1 {
	font-size: 28px;
	line-height: 36px;
	color: #bc7932;
	margin-bottom: 10px;
}

.title2 {
	font-weight: normal;
}
.title3 {
	font-size: 18px;
	color: #3A3A3A;
	line-height: 35px;
	display: block;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #DFDFDF;
}
.title4 {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: 600;
}
.slogan {
	color: #abd6ff;
	font-size: 20px;
	line-height: 30px;
}
/*========================================================
                    youtube  Styles
=========================================================*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

.indexNews ul li {
	display: block;
	padding-bottom: 5px;
	}
.indexNews h4 {
	font-size: 16px;
	margin-top: -10px;
	margin-bottom: -1px;
	font-weight: 500;
	}	
	.indexNews p {
	line-height: 22px;
	}
	.indexNews a:hover {
	color: #333;
	text-decoration: none;	
	}
	.medium {
	margin-bottom: 20px;
	}
	.textOl ol li {
	list-style-type: decimal;
	margin-left: 24px;
	}
.btnBox li{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
@media (max-width: 979px) {
	.btnBox li{
	width: 25%;
}
}
@media (max-width: 479px) {
	.btnBox li{
	width: 50%;
}
}
.titleS {
	height: 65px;
}
@media (max-width: 779px) {
	.titleS {
	height: 10px;
}
}
.input1 {
	border: 1px solid #E3E3E3;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;

	width: 150px;	
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	 border-radius: 5px; */
}
.searchBox {
	margin-bottom: 15px;
}
.galleryBoxWrapper {
	display: table;
	border: 1px solid #E6E6E6;
	margin-bottom: 15px;
}
.galleryBox1{
	margin-bottom: 15px;	
}
.galleryBox1 img{
	margin-bottom: 10px;	
}
.galleryBox2 {
	float: left;
	width: 55%;
	padding: 8px;
}


.nubOL ol {
	padding-left: 30px;
}
.nubOL ol li {
	list-style-type: decimal;
	padding-top: 3px;
	padding-bottom: 3px;
}

/*========================================================
                     btn_2nd
=========================================================*/

.btn_2nd li a {
	display: block;
	line-height: 30px;
	background-color: #F7F7F7;
	font-size: 16px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.btn_2nd > li > a {
	color: #666;
	font-weight: 600;
}
.btn_2nd > li.sfHover > a, .btn_2nd > li > a:hover {
	color: #FFFFFF;
	background-color: #C1C1C1;
}
.btn_2nd > li.active > a {
	color: #FFFFFF;
	background-color: #C1C1C1;
}

.btn_2nd li li a {
	display: block;
	line-height: 30px;
	background-color: #FFF;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	border-bottom-style: none;
	color: #999;
}

.btn_2nd > li li > a {
	color: #666;
	font-weight: 500;
}
.btn_2nd > li li.sfHover > a, .btn_2nd > li li > a:hover {
	color: #0099CC;
	background-color: none;
}
.btn_2nd > li li.active > a {
	color: #0099CC;
	background-color: none;
}
@media (max-width: 679px) {
.form-controlPadB {
	padding-bottom: 15px;
}
}

.searchForm {
	float: right;
	margin-top: 8px;
	margin-left: 20px;
	position: relative;
	z-index: 10;
	text-align: right;
}
.searchForm2 {
	margin-top: 25px;
	text-align: left;
	display:none;
}
.hotNews {
	float: right;
	margin-top: 6px;
	position: relative;
	z-index: 10;
	width: 420px;
	text-align: right;
	margin-right: 0px;
}
@media (max-width: 979px) {
	.searchForm {
	display:none;
}
.searchForm2 {
	display:block;
}
.hotNews {
	display:none;
}

}


/*========================================================
                    跑馬燈
=========================================================*/
div#abgne_marquee {
	position: relative;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	width: 415px;
	height: 25px;
	/*border: 1px solid #ccc;*/
	text-align: right;
}
div#abgne_marquee ul, div#abgne_marquee li {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#abgne_marquee ul {
	position: absolute;
	/* left: 30px;			往後推個 30px */
	right: 0px;
}
div#abgne_marquee ul li a {
	display: block;
	overflow: hidden;	/* 超出範圍的部份要隱藏 */
	font-size:15px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
}
div#abgne_marquee div.marquee_btn {
	position: absolute;
	cursor: pointer;
}
div#abgne_marquee div#marquee_next_btn {
	left: 5px;
}
div#abgne_marquee div#marquee_prev_btn {
	right: 5px;
}

.download_file{
	text-decoration: none;
	float: right;
	}

	.menberBox {
	text-align: center;
		}
		.menberBox img{
	border: 1px solid #D9D9D9;
		}
		.menberBox img:hover{
	border: 1px solid #003AB5;
		}
		.index_boxW{
	display: table;
		}
		.index_box{
	width: 50%;
	float: left;
		}
		@media (max-width: 579px) {
			.index_box{
	width: 100%;
	float: none;
		}
		}
		.index_box td {
	margin: 0px;
	padding: 0px;
		}
		.index_boxText {
	font-size: 30px;
	font-weight: 500;
	color: #000;
	line-height: 36px;
		}
		.index_boxText:hover {
	color: #666;
		}
		.index_boxText2 {
	font-size: 26px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
		}
		@media (max-width: 779px) {
			
			.index_boxText {
	font-size: 24px;
	line-height: 28px;
		}
		.index_boxText2 {
	font-size: 18px;
		}
		}
		
		.nbOL ol {
	padding-left: 20px;
	list-style-type: decimal;
		}
		.nbOL ol li{
	padding-top: 2px;
	padding-bottom: 2px;
		}
	.nbText {
	font-size: 36px;
	color: #2f9869;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	font-weight: 600;
	}
	.nbText1 {
	font-size: 36px;
	color: #2f9869;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	font-weight: lighter;
	}
	.nbText2 {
	color: #363636;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 10px;
	font-size: 20px;
	}
	.InformationBox {
	border-radius: 30px;
	background-color: #FFF;
	padding: 30px;
	width: 55%;
	}
	@media (max-width: 779px) {
		.InformationBox {
	padding: 30px;
	width: 100%;
	}
	}
	.codeInput1 {
	width: 200px;
	font-size: 14px;
	border: 1px solid #CCC;
	border-radius: 5px;
	color: #B3B3B3;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	}
	.link2 {
	margin-top: 20px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bce39e;
	border-bottom-color: #bce39e;
	}
	.link2 a {
	color: #FFF;
	}
	.link2 a:hover {
	color: #263e13;
	}
	@media (max-width: 779px) {
		.link2 {

	margin-bottom: 10px;
	
	}
	}
	


.video-container {

position: relative;

padding-bottom: 56.25%;

padding-top: 30px;

height: 0;

overflow: hidden;

}

.video-container iframe, .video-container object, .video-container embed {

position: absolute;

top: 0;left: 0;

width: 100%;

height: 100%;}



/*========================================================
                     contactIcon  Styles
=========================================================*/

.contactIcon {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.contactIcon > .child {
  position: relative;
  left: 50%;
}
.contactIcon ul li {
	float: left;
	list-style-type: none;
	text-align: center;
}

.contactIconPosition {
	margin-top: -100px;	
}

@media (max-width: 1229px) {
	.contactIcon ul li {
	width: 250px;
	height: 250px;
	}
}

@media (max-width: 979px) {
	.contactIcon ul li {
	width: 180px;
	height: 180px;
	}
	.contactIconPosition {
	margin-top: -70px;	
}
}

 @media (max-width: 479px) {
	.contactIcon ul li {
		float: none;
	width: 230px;
	height: 230px;
	
	}
	.contactIconPosition {
	margin-top: 0px;	
}
	
}


/*========================================================
                     menuPc
=========================================================*/
.pc-menu {
	display: inline-block;
	margin-top: 5px;	
}
  .pc-menu:before, .pc-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .pc-menu:after {
    clear: both; }
  .pc-menu > li {
    position: relative;
    float: left; }
    .pc-menu > li + li {
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}
  .pc-menu a {
	display: block;
	font-size: 15px;
	line-height: 30px;
}

.pc-menu > li > a {
	color: #FFF;
	background-color: #c33b09;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 32px;
	padding-left: 32px;
}
.pc-menu > li.sfHover > a, .pc-menu > li > a:hover {
	background-color: #e46f44;
}
.pc-menu > li.active > a {
	background-color: #e46f44;
	
}

.pc-menu2 {
	display: inline-block;
	margin-top: 5px;	
}
  .pc-menu2:before, .pc-menu2:after {
    display: table;
    content: "";
    line-height: 0; }
  .pc-menu2:after {
    clear: both; }
  .pc-menu2 > li {
    position: relative;
    float: left; }
    .pc-menu2 > li + li {
	margin-bottom: 5px;
}
  .pc-menu2 a {
	display: block;
	font-size: 15px;
	line-height: 24px;
}

.pc-menu2 > li > a {
	color: #bd7e40;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9CDBB;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B19876;
}
.pc-menu2 > li.sfHover > a, .pc-menu2 > li > a:hover {
	color: #904a06;
}
.pc-menu2 > li.active > a {
	color: #E67504;
}


.about3 {
	display: table;
}
.aboutBox3 {
	padding: 20px;
	border: 1px solid #cca57c;
	background-color: #f6f1ec;
	width: 31%;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
@media (max-width: 979px) {
	.aboutBox3 {
	width: 47%;
}
}
@media (max-width: 679px) {
	.aboutBox3 {
	width: 100%;
	margin-right: 0px;
}
}
.about5 {
	text-align: center;
	margin-bottom: 15px;
	}
	.about5 img {
	margin-bottom: 10px;
		}
	.viewText {
	text-align: center;
	display: block;
	margin-top: 10px;
	width: 100%;
	}
	
	.button1-menu {
display: inline-block; }
.button1-menu:before, .button1-menu:after {
display: table;
content: "";
line-height: 0; }
.button1-menu:after {
clear: both; }
.button1-menu > li {
position: relative;
float: left; }
.button1-menu > li + li {
	margin-right: 1px;
	margin-left:1px;
	margin-bottom:5px;
}
.button1-menu a {
	display: block;
	
	line-height: 30px;
}

.button1-menu > li > a {
	color: #382C1D;
	background-color: #debd97;
	padding-top: 2px;
	padding-right: 30px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin-right: 1px;
	margin-left: 1px;
}
.button1-menu > li.button1Hover > a, .button1-menu > li > a:hover {
	color: #FFF;
	background-color: #d5aa79;
}
.button1-menu > li.active > a {
	color: #FFF;
	margin-right: 1px;
	margin-left:1px;
	background-color: #ffb434;
}
.serviceDiv {
	padding: 30px;
	margin-top: 20px;
	border: 2px solid #dcb894;
	display: table;
	border-radius: 10px;
	text-align: left;
	background-image: url(../images/servicebg.png);
}
.serviceDiv1 {
	float: left;
	width: 30%;
	text-align: center;
}
.serviceDiv2 {
	float: left;
	width: 70%;	
}
@media (max-width: 479px) {
	.serviceDiv1 {
	float: none;
	width: 100%;
	text-align: center;
}
.serviceDiv2 {
	float: none;
	width: 100%;	
}
}