@charset "UTF-8";
@import url(animate.css);
@import url(//fonts.googleapis.com/css?family=Ubuntu:300);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import URL（http://fonts.googleapis.com/earlyaccess/ cwtexhei.css);
@import url(http://fonts.googleapis.com/earlyaccess/cwtexyen.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
	color: #6C6C6C;
	-webkit-text-size-adjust: none;
	text-align: center;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	background-color: #FFFFFF;
	word-wrap: break-word;
  /*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: 26px;
	line-height: 32px;
}
@media (max-width: 990px) {
	h1 {
	margin-top: 30px;
}
}

h2 {
	font-size: 30px;
	line-height: 34px;
	color: #161616;
	margin-bottom: 5px;
}

h3 {
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}


h4 {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

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) {
    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: 80px;
	background-position: left top;
	padding-left: 90px;
	vertical-align: middle;
	width: 340px;
	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: 240px;
		}
}
@media (max-width: 320px) {
	.brand_name2 {
		background-image: url(../images/logo3.png);
		margin-top: 0px;
		height: 50px;
		width: 230px;
		}
}

.city {
	font-size: 15px;
	text-transform: none;
}



/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ea4661; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn, .btn2 {
	display: inline-block;
	/*border-radius: 5px;*/
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	background-color: #135787;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
  .btn:hover, .btn2:hover {
	color: #FFF;
	background-color: #333;
	text-decoration: none;
}
  .btn:active, .btn2:active {
	background: #171618;
	color: #FFF;
}

.btn2 {
	color: #FFF;
	background-color: #666;
}
.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: #666666;
	float: right;
	font-weight: 400;
	margin-top: 5px;
}
.btn4 {
	color: #FFFFFF;
	float: right;
	font-weight: 400;
	margin-top: 5px;
}
 .btn5 {
	display: inline-block;
	/*border-radius: 5px;*/
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	background-color: #047be0;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.btn5:hover {
	background-color: #135787;
}
/*==================      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: 15px;
	line-height: 35px;
}

.sf-menu > li > a {
	font-size: 18px;
	color: #FFF;
	font-weight: 500;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 1px;
}
@media (max-width: 1229px) {
	.sf-menu > li > a {
	font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
}
@media (max-width: 982px) {
	.sf-menu > li > a {
	font-size: 13px;
	padding-right: 6px;
	padding-left: 6px;
}
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #FFF;
	background-color: #033443;
}
.sf-menu > li.active > a {
	color: #FFF;
	background-color: #033443;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 200px;
	margin-top: 0px;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #033443;
	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: 16px;
	padding-bottom: 8px;
}
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #9ad2cf;
}

.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: 0px;
	left: 56px;
	right: 20px;
	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: #1a4479;
      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: 30px; 
	
	}

  .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;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
	background-color: #FFF;
	background-image: url(../images/parallax01.jpg);
	padding: 120px 0 120px;
}
@media (max-width: 967px) {
	.parallax1 {
	background-color: #FFF;
	background-image: url(../images/parallax01_2.jpg);
	
}

}
.parallax2 {
	background-color: #FFF;
	background-image: url(../images/parallax02.jpg);
	padding: 90px 0 90px;
}
.parallax3 {
	background-color: #FFF;
	background-image: url(../images/parallax03.jpg);
	padding: 300px 0 300px;
}
.parallax4 {
	background-color: #FFF;
	background-image: url(../images/parallax04.jpg);
	padding: 300px 0 300px;
}
@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}


/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #fff; 
  text-align: center;
  }
  header .brand {
    float: left; }
  header .nav {
	float: none;
	background-color: #045a74;
	margin-top: 65px;
	height: 45px;
	/* border-radius: 10px; */
}
   header .back-home {
	float: right;
	margin-top: 5px;
	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: #fff; }

.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: 30px;
	padding-bottom: 30px;
	text-align: left;
	background-color: #0f4e9d;
}

.well2 {
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: left;
	background-color: #FFFFFF;
	line-height: 26px;
}

.well3 {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	background-color: #f7f7f7;
}
.well3 li {
	padding-top: 2px;
	padding-bottom: 2px;
}
	
  @media (max-width: 979px) {
    .well1 {
      padding-top: 0px;
      padding-bottom: 20px; }
			
			.well2 {
	padding-top: 20px;
}
	
	   }
	   

	  
	  
/*==================   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: #006fce;*/
	background-image: url(../images/footerBg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: left;
	line-height: 20px;
	color: #FFF;
	padding-top: 20px;
	padding-bottom: 5px;
}
 footer .add {
	float: left;
	 padding-top: 70px;
}
 footer .footerTree {
	float: left;
}
 @media (max-width: 1229px) {
	  footer .add {
	 padding-top: 0px;
}
}
 @media (max-width: 979px) {
	 footer .footerTree {
	float: none;
		 text-align: center;
}
}
.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: #046281;
	font-size: 16px;
	line-height: 32px;
}


.text2 {
	color: #333;
	font-weight: 600;
}
.text3 {
	color: #595959;
	line-height: 30px;
}
.text4 {
	color: #FFF;
}
.text5 {
	color: #963;
	font-size: 20px;
}
.text6 {
	color: #963;
	font-size: 16px;
}
.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: -10px;
	}	

.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 li {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}
.newsList li a {
	color: #6B6B6B;
	text-decoration: none;
	}
.newsList li a:hover {
	color: #202020;
	}	
.newsDate {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	margin-right: 20px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	color: #999;
	}
	.newsDate2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	}
 @media (max-width: 679px) {
	 .newsDate {
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
		 display: block;
	}
}

.newsDateBox{
	border-left: solid 5px #121212;
	height: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
}
.newsMoon {
	font-size: 24px;
	color: #191919;
}
.newsMoon2 {
	font-size: 28px;
	color: #191919;
}
.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;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 35px;
	margin-top: 30px;
}
@media (max-width: 979px) {
	.title1 {
	padding-top: 0px;
	font-size: 20px;
}
}
.title2 {
	font-weight: 600;
	color: #FFFFFF;
}
.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: 20px;
	font-weight: 600;
	color: #1D1D1D;
	background-color: #f7ebd6;
	padding: 10px;
	margin-bottom: 20px;
}
.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;
	/*-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: #FFF;
	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: #EEEEEE;
}

.btn_2nd > li > a {
	color: #666;
	font-weight: 600;
}
.btn_2nd > li.sfHover > a, .btn_2nd > li > a:hover {
	color: #121212;
	background-color: #F5F5F5;
}
.btn_2nd > li.active > a {
	color: #121212;
	background-color: #F5F5F5;
}

.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;
	margin-bottom: 6px;
	position: relative;
	z-index: 10;
	width: 400px;
	text-align: right;
	height: 55px;
}
.gsc-control-cse-zh-TW {
	
	padding: 0px !important;
}
.gsc-input {
	padding-right: 0px !important;
}
.gsc-search-button {
	
	font-size: 20px !important;
}

.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;
}
.newsDate1 {
	color: #185496;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.download_file{
	color: #333;
	text-decoration: none;
	float: right;
	background-image: url(../images/download.png);
	background-repeat: no-repeat;
	padding-left: 27px;
	margin-top: 5px;
	}
	.download_file:hover {
	color: #06C;
	}
	.menberBox {
	text-align: center;
		}
		.menberBox img{
	border: 1px solid #D9D9D9;
		}
		.menberBox img:hover{
	border: 1px solid #003AB5;
		}

.societyBox li {
	border: solid 1px #DBDBDB;
	background-color: #FFFFFF;
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 30px;
	text-align: center;
	padding: 4px;
}
.societyBox li:hover {
	border: solid 1px #95c1e6;
}
.societyText{
	padding: 15px;
	display: block;
}
@media (max-width: 979px) {
	.societyBox li {
	width: 48%;

}
}

.news_office_text {
	font-size: 20px;
}
.news_office_post {
  background-color: #505050;
	padding: 0px 6px;
	border-radius: 3px;
	color: #FFFFFF;
	float: left;
	margin-right: 10px;
	font-size: 14px;
	clear: both;
}
.news_office_title {
	background-color: #704524;
	padding: 40px 10px 10px 10px;
	color: #FFFBFB;
	font-size: 40px;
	line-height: 40px;
}
.news_office_list {
	background-color: #e4dccf;
}
.news_office_list ul{
	margin: 0px;
	display: block;
}
.news_office_list li{
	display: block;
	background-color: #e4dccf;
	padding: 15px;
}
.news_office_list li:hover {
	background-color: #e1d1b6;
}
.news_office_date {
	color: #78510d;
	font-size: 18px;

}
.news_office_text_box {
	color: #393939;
	margin-left: 50px;
    display: block;
	font-size: 16px;
}
.news_office_more {
	background-color: #704524;
	color: #FFFBFB;
	padding: 5px 10px;
	text-align: right;
	margin-top: -10xp
}


.news_activities_title {
	background-color: #097a9a;
	padding: 40px 10px 10px 10px;
	color: #FFFBFB;
	font-size: 40px;
	line-height: 40px;
}
.news_activities_list {
	background-color: #e4dccf;
}
.news_activities_list ul{
	margin: 0px;
	display: block;
}
.news_activities_list li{
	display: block;
	background-color: #cee4eb;
	padding: 10px 15px;
}
.news_activities_list li:hover {
	background-color: #b3d8e3;
}
.news_activities_date {
	color: #097a9a;
	font-size: 18px;

}
.news_activities_text_box {
	color: #393939;
	margin-left: 50px;
    display: block;
	font-size: 16px;
}
.news_activities_more {
	background-color: #097a9a;
	color: #FFFBFB;
	padding: 5px 10px;
	text-align: right;
	margin-top: -10xp
}

.news_links_title {
	background-color: #417f29;
	padding: 40px 10px 10px 10px;
	color: #FFFBFB;
	font-size: 40px;
	line-height: 40px;
}
.news_links_list {
	background-color: #d9e5d4;
}
.news_links_list ul{
	margin: 0px;
	display: block;
}
.news_links_list li{
	display: block;
	background-color: #d9e5d4;
	padding: 15px;
}

.news_links_date {
	color: #417f29;
	font-size: 18px;

}
.news_links_text_box {
	color: #393939;
	margin-left: 50px;
    display: block;
	font-size: 16px;
}
.news_links_more {
	background-color: #417f29;
	color: #FFFBFB;
	padding: 5px 10px;
	text-align: right;
	margin-top: -10xp
}