@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);
@import 'https://fonts.googleapis.com/css?family=Poiret+One';
/*========================================================
                      Main Styles
=========================================================*/
body {
	background: #f5f2ea;
	color: #2b2a28;
	-webkit-text-size-adjust: none;
	text-align: center;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
}

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: Arial, "微軟正黑體", Helvetica, sans-serif;
  font-weight: bold;
  color: #302e33; }

h1 {
	font-size: 34px;
     font-family: Arial, "標楷體", Helvetica, sans-serif;
	color: #000000;
	line-height: 40px;
	font-weight: 600;
	padding-bottom: 10px;
    
}


h2 {
	font-size: 28px;
	line-height:32px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 10px;
}
 @media (max-width: 967px) {

	 h2 {
	font-size: 22px;
	line-height:26px;
}
 }
h3 {
    font-family: Arial, "標楷體", Helvetica, sans-serif;
	font-size: 30px;
	line-height: 40px;
	color: #a6380d;
	margin-bottom: 15px;
}


h4 {
	font-size: 24px;
	line-height: 40px;
	text-transform: uppercase;
	color: #000;
}

h5 {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	font-weight: 600;
	margin-bottom: 10px;
}


h6 {
	font-size: 20px;
	line-height: 25px;
	color: #333;
	font-weight: normal;
	margin-bottom: 10px;
}

	  


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: 10px;
}

* + .btn2 {
  margin-top: 10px; }



/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/

.logoBgPhome {
	
	display: none;
}

@media (max-width: 769px) {
.logoBgPhome {
	position: fixed;
	z-index:  99999991;
	left: 0px;
	top: 40px;
	background-color: #ed1c24;
	height: 40px;
	width: 100%;
	display: block;
}
 }
 
 .brand2 {
	display: none;
  }
  @media (max-width: 967px) {
.brand2 {
	display: inline-block;
	position: fixed;
	z-index:  99999999;
	left: 10px;
	top: 5px;
}
  }

.brand {
  display: inline-block; }
  .brand_name {
	overflow: hidden;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 30px;
	color: #FFF;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	height: 90px;
	background-position: left 10px;
	padding-left: 90px;
	vertical-align: middle;
	width: 320px;
}

@media (max-width: 967px) {
.brand_name {
	font-size: 18px;
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 44px;
	height: 60px;
	margin-left: 0px;
	width: 240px;
	}
}

@media (max-width: 479px) {
.brandText {
	display:none;
}
}
.city {
	font-size: 15px;
	text-transform: none;
}



/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #ea4661; }

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn, .btn2, .btn2_2, .btn3 {
	display: inline-block;
	/*border-radius: 5px;*/
	color: #799c00;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 22px;
	background-color: #FFF;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
  .btn:hover, .btn2:hover, .btn2_2:hover, .btn3:hover {
	color: #FFF;
	background-color: #967718;
	text-decoration: none;
}
  .btn:active, .btn2:active, .btn2_2:active, .btn3:active {
	background: #171618;
	color: #FFF;
}

.btn2 {
	color: #FFF;
	background-color: #a98d38;
	margin-top: -10px;
	padding: 5px 10px;
    float: right; 
	text-align: center;
	font-size: 16px;
	/*-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;*/
}
.btn2_2 {
	color: #FFF;
	background-color: #8c117d;
	margin-top: 10px;
	padding: 15px;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.btn3 {
  color: #FFF;
	background-color: #f39800;
	
	}

.btn4 {
	color: #0045ac;
}
.btn4_2 {
	font-size: 13px;
	color: #0045ac;
}
.btn5 {
	font-size: 13px;
    color: #FFF;
	background-color: #f39800;
	padding: 5px;
	margin: 1px;
	}
.btn5:hover {
	background-color: #967718;
	
	}
/*==================      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-bottom:20px;  
	  }
.box p{
	text-align: center;
	padding-top: 8px;
	  }

.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 {
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #d7c5a8;
	}


.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   ==========================*/

/*========================   Menu   ==========================*/

.amenu {
	display: none;
	
}
.sf-menu {
	display: inline-block;
	margin-top: 20px;
}
  .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;
	line-height: 25px;
}

.sf-menu > li > a {
	font-size: 20px;
	color: #3a3a39;
	padding-top: 25px;
	padding-bottom: 22px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 1px;
}


.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
	color: #a86926;
}
.sf-menu > li.active > a {
	color: #a86926;
}

.sf-menu ul {
	display: none;
	position: absolute;
	top: 100%;
	width: 180px;
	margin-top: 10px;
	z-index: 2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0f5f37;
	
	/*border-radius:5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #f39800;*/
}

.sf-menu ul {
  text-align: left; }
  .sf-menu ul > li > a {
	font-size: 15px;
	color: #FFF;
	line-height: 20px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
@media (max-width: 1199px) {
	.sf-menu ul > li > a {
	font-size: 13px;
}
}
  .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
	color: #FFFFFF;
	  background-color: #59997c;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 15px;
  padding: 0;
  z-index: 4;
  border: 0px;
}

.sf-menu ul ul > li > a {
  color: #FFF; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #101010; }

.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: -20px;
  left: -5px;
  bottom: -48px;
  width: 240px;
  padding: 100px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 16px;
  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-top: 10px;
	padding-right: 25px;
	padding-bottom: 12px;
	padding-left: 25px;
}
    .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: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      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: 70px;
	z-index: 99999991;
	-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);
	background-color: #f5f2ea;
	
}

.rd-mobilepanel_title {
	position: fixed;
	top: 0px;
	left: 56px;
	right: 20px;
	color: #FFF;
	font-size: 25px;
	line-height: 48px;
	text-overflow: ellipsis;
	letter-spacing: 0;
	text-align: right;
	white-space: nowrap;
	margin-top: 10px;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 10px;
  right: 8px;
  width: 48px;
  height: 48px; }
  .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: #ca945a;
	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: 14px; } }
/*==================  Stuck menu  ======================*/
.stuck_container {
	padding-top: 0px;
	padding-bottom: 0px;
    margin: 0px;
    background-color: #f5f2ea;
	/*z-index: 999;
	position: absolute;
	position: relative;*/
   }
@media (max-width: 1199px) {
	.stuck_container {
	padding-bottom: 0px;
   }
}
@media (max-width: 979px) {
	.stuck_container {
	padding-bottom: 0px;
   }
}
.isStuck {
	z-index: 999;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #f5f2ea;
	-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);
}

@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: 25px;
	bottom: 60px;
	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: #ed1c24;
}

@media only screen and (max-width: 479px) {
  .toTop {
    display: none !important; } }
	
/*==================   Parallax    ======================*/
.parallax {
	background-position: center 0;
	background-repeat: no-repeat;
	z-index: 1 !important;
	position: relative;
}
.mobile .parallax,
.tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}
.parallax1 {
	background-color: #000000;
	background-image: url(../images/parallax1.jpg);
	padding: 80px 0 200px;
	text-align: left;
}

.parallax2 {
	background-color: #000000;
	background-image: url(../images/parallax2.jpg);
	padding: 80px 0 120px;
	text-align: left;
}
.parallax3 {
	background-color: #000000;
	background-image: url(../images/parallax3.jpg);
	padding: 100px 0 100px;
	text-align: left;
}
.parallax4 {
	background-color: #000000;
	background-image: url(../images/parallax4.jpg);
	padding: 100px 0 100px;
	text-align: left;
}

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
  
  .parallax1 {
	padding: 40px 0 80px;
	  
}
.parallax2 {
	padding: 80px 0 80px;
}
.parallax3 {
	padding: 50px 0 50px;
}
.parallax4 {
	padding: 50px 0 50px;
}
  
}

.contactBox {
	background-color: #FFFFFF;
	padding: 30px;
	opacity: 0.9;
	border-radius: 15px;
}
.contactBox2 {
	text-align: center;
	float: left;
	width: 33.33333%;
}

@media (max-width: 567px) {
	.contactBox2 {
	width: 100%;
}
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
  background: #fff; }
  header .brand {
    float: left; }
  header .nav {
	float: right;
}
   header .back-home {
	float: right;
	margin-top: 30px;	
	margin-left: 30px;	
}


.back-home {
	color: #FFF;
	font-size: 24px;
}
.back-home a:hover {
	color: #b3e1ff;
}
  @media (max-width: 967px) {
    header {
      text-align: left; }
      header .brand, header .nav {
        float: none; }
		
		.back-home {
		display: none;	
		 }
		
		 }

@media (min-width: 1200px) {
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
	/*background: #ffdb00; */
    z-index: 2; }
    .abs .stuck_container {
      width: 1270px;
      margin: 0 auto;
	  /*background: #ffdb00; */
      border-bottom: 0; }
    .abs .isStuck {	
	background-image: url(../images/logobg2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
      /*border-bottom: 1px solid #38343e;*/ } }
	  
	  @media (min-width: 967px) {
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
	/*background: #ffdb00; */
    z-index: 2; }
	
   
    }
	  
	  @media (min-width: 359px) {
  .abs {
    position: absolute;
    top: 0;
    width: 100%;
	/*background: #ffdb00; */
    z-index: 2; }
    
   }
	  
	  
	  
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff; }

.num {
 font-family: Arial, "微軟正黑體", Helvetica, 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: 40px;
	padding-bottom: 200px;
	text-align: left;	
	background-color: #efeadc;
    background-image: url(../images/well1bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.well1_1 {
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: left;	
	background-color: #f3f3f3;
	color: #797979;
} 
 
.well2 {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f39800;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}

@media (max-width: 967px) {
    .well1 {
	padding-top: 0px;
	padding-bottom: 40px;
}
  .well1_1 {
	padding-top: 40px;
	padding-bottom: 60px;
} 
	
    }

.well3 {
	text-align: left;
	background-color: #f4f4f4;
	padding-top: 20px;
	padding-bottom: 40px;
}
 
.well_search {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 0px;
}  
	  
/*==================   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 {

	text-align: left;
}
.footerbg1 {
    background-color: #826b5d;
    color: #ded1c9;
    padding: 40px 0;
}
.footerbg2 {
    background-color: #2c2a27;
    color: #7c7c7c;
    padding: 25px 0 10px 0;
}

.footer_flower1 { 
    position: absolute;
    float: left;
    left: 0px;
}
.footer_flower2 {
    position: absolute;
    float: right;
    right: 0px;
}


/* 1. 關鍵：設定父層為定位基準點，並允許子元素疊在上方 */
.footerbg2 {
  position: relative !important; /* 讓兩朵花以此區塊為定位基準 */
  z-index: 1;                    /* 建立層級上下文 */
}

/* 2. footer_flower1：靠左、靠下 */
.footer_flower1 {
  position: absolute !important;
  left: 0;                      /* 緊貼最左邊 */
  bottom: 0;                     /* 緊貼最底邊 */
  z-index: 10;                   /* z-index 設大一點，確保疊在最上方 */
  pointer-events: none;          /* 避免圖片擋住滑鼠點擊下方連結 */
}

/* 3. footer_flower2：靠右、距離下方 200px */
.footer_flower2 {
  position: absolute !important;
  right: 0;                     /* 緊貼最右邊 */
  bottom: 20px;                /* 距離 footerbg1 底部往上 200px */
  z-index: 10;                  /* 確保疊在最上方 */
  pointer-events: none;          /* 避免圖片擋住滑鼠點擊下方連結 */
}

/* 確保裡面的圖片本身不會跑版 */
.footer_flower1 img,
.footer_flower2 img {
  display: block;
  max-width: 100%;
  height: auto;
}



/* 1. 左下角的花：縮小時跟著變小 */
.footer_flower1 {
  position: absolute !important;
  left: 0;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  
  /* 關鍵：用 vw (視窗寬度的百分比) 來控制容器大小 */
  width: 25vw;        /* 花的寬度會一直維持在瀏覽器寬度的 25% */
  max-width: 509px;   /* 設定最大上限，避免在大螢幕上大得太誇張 */
  min-width: 120px;   /* 設定最小下限，避免在手機版縮得太小看不見 */
}

/* 2. 右側離底 200px 的花：縮小時跟著變小 */
.footer_flower2 {
  position: absolute !important;
  right: 0;
  bottom: 20px;
  z-index: 10;
  pointer-events: none;
  
  /* 同樣使用相對寬度 */
  width: 20vw;        /* 寬度隨瀏覽器寬度自動縮放 */
  max-width: 300px;   /* 最大寬度限制 */
  min-width: 100px;   /* 最小寬度限制 */
}

/* 3. 確保圖片會跟隨外層容器（.footer_flower）100% 縮放 */
.footer_flower1 img,
.footer_flower2 img {
  display: block !important;
  width: 100% !important; /* 強制圖片寬度填滿外層容器 */
  height: auto !important; /* 高度自動等比例縮放，圖片絕不變形 */
}

.footerlogo {
    text-align: right;
}
@media (max-width: 991px) {
    .footerlogo {
    text-align: center;
}
}
.footeradd li {
    padding: 4px 0;
}


footer .Copyright {
	text-align: center;
}
.imgText {
	text-align: center;
	color: #333;
}
.text1 {
	color: #7f7a70;
}

.text2 {
	color: #ec6c00;
	font-weight: bold;
	
}
.text3 {
	color: #ffffff;
}

.text4 {
	color: #d50080;
}
.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;
}

.date2 {
	color: #C36;
	padding-right: 10px;
}
.product3Img li {
	float: left;
	margin-right: 20px;
	text-align: center;
	margin-bottom: 20px;
	}
	.contactText {
	text-align: left;
	color: #454545;
	}
	.contactText h5{
	color: #000;
	margin-top: 40px;
	}



.bannerPage{
	height: 72px;
	background-image: url(../images/logobg2.jpg)
}
.bannerPage1{
	display: block;
}
 .bannerPage2{
	display: none;
}
@media (max-width: 697px) {
    .bannerPage1{
	display: none;
}
    .bannerPage2{
	display: block;
}
}


.year {
	font-size: 25px;
	line-height: 35px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	color: #AA6943;
	
}
.list1 ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-bottom: 8px;
}
.list1 ul li a:hover {
	color: #000;
}
.list2{
	display: inline-table;
	padding-left: 20px;
}
.list2 ul li {
	margin-bottom: 5px;
	float: left;
	list-style-type: disc;
	padding-left: 0px;
	width: 33.3333%;
	padding-right: 30px;
}
.list2 ul li a:hover {
	color: #000;
}
@media (max-width: 1199px) {
	.list2 ul li {
	width: 50%;
}
}
@media (max-width: 479px) {
	.list2 ul li {
	width: 100%;
}
}

.list3{
	display: inline-table;
	padding-left: 20px;
}
.list3 ul li {
	margin-bottom: 5px;
	float: left;
	list-style-type: disc;
	padding-left: 0px;
	width: 100%;
	padding-right: 30px;
}
.list3 ul li a:hover {
	color: #000;
}

.list4{
	display: inline-table;
	padding-left: 20px;
}
.list4 ul li {
	margin-bottom: 5px;
	float: left;
	list-style-type: disc;
	padding-left: 0px;
	width: 50%;
	padding-right: 30px;
}
.list4 ul li a:hover {
	color: #000;
}
@media (max-width: 479px) {
	.list4 ul li {
	width: 100%;
}
}

.deleteIcon a {
	font-size: 25px;
	color: #ffcb05;
}
.language a {
	background-color: #b2e3e9;
	line-height: 20px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	border-radius: 50%;
	height: 22px;
	width: 24px;
	padding-top: 1px;
}
.language a:hover {
	background-color: #3691cf;	
	color: #FFF;
}

.bg03 {
	padding-bottom: 10px;
	background-color: #FFF;
	text-align: left;
}


.social-list2 {
  margin-top: 55px;
}
.social-list2:before,
.social-list2:after {
  content: " ";
  display: table;
}
.social-list2:after {
  clear: both;
}
.social-list2 li {
  margin-bottom: 30px;
}
.social-list2 li:before,
.social-list2 li:after {
  content: " ";
  display: table;
}
.social-list2 li:after {
  clear: both;
}
.social-list2 .fa {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #333333;
	color: #ffa409;
	font-size: 26px;
	line-height: 80px;
	text-align: center;
	float: left;
	margin-right: 27px;
}
.social-list2 .fa:before {
  display: inline-block;
}
.social-list2 .fa:hover {
	color: #fff;
	background-color: #ffa409;
}
.social-list2 h5 {
  margin-top: 10px;
  margin-bottom: 0;
}
.mask1 {
	background-image: url(../images/mask1.png);
	padding: 20px;
}
.roomBtn ul li a {
	background-color: #b99b79;
	float: right;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	color: #FFF;
	margin-left: 4px;
}
.roomBtn ul li a:hover {
	background-color: #a47947;
	
}
@media (max-width: 979px) {
	.roomBtn ul li a {
		float: left;
	}
}

.productList li {
	margin-bottom: 30px;	
}
 .title1 {
	font-size: 20px;
	color: #010101;
	line-height: 30px;
	 font-weight: 600;
 }
  .title2 {
	font-size: 35px;
	color: #010101;
	line-height: 38px;

 }
 
  .title3 {
	font-size: 24px;
	color: #36954d;
	line-height: 30px;
	font-weight: 600;
	  margin-bottom: 10px;
 }
.title4 {
	font-size: 18px;
	color: #010101;
	line-height: 28px;
	font-weight: 500;
 }
.title5 {
	font-size: 24px;
	color: #ffffff;
	line-height: 28px;
	font-weight: 500;
	background-color: #3d9553;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
 }

.titlt1Text {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #333;
	background-color: #FFF;
	padding-right: 20px;
	padding-left: 20px;	
}
.titlt1Text2 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 100;
	color: #333;
	background-color: #f7eae8;
	padding-right: 20px;
	padding-left: 20px;	
}
.titlt1Text3 {
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	color: #06783c;
	font-weight: bold;
}

  .indexImg img {
	  margin-bottom:20px;
	
 }
 .breadcrumbC {
	background-color:#f5f5f5;
	
	padding-top: 10px;
 }
 
 .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: #616161;
	background-color: #E2E2E2;
	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: #9f9f9f;
}
.button1-menu > li.active > a {
	color: #FFF;
	margin-right: 1px;
	margin-left:1px;
	background-color: #06C;
}
.input1 {
	border: 1px solid #CCC;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.logoen{
	font-size: 12px;
}
.brandLogo li {
	float: left;	
}
@media (max-width: 479px) {
	.brandLogo li {
		width:50%;
}
}
.olList ul {
	padding-left: 25px;
}

.olList li {
	
	list-style-type: disc;
}
.fbicon {
	text-align: right;	
}
@media (max-width: 979px) {
	.fbicon {
	text-align: left;	
}
}

.carBox {
	margin-bottom:30px;
	text-align: center;
}
.carBox img {
	margin-bottom: 15px;
}
.cost {
	font-size: 26px;
	font-weight: bold;
	color: #ed1c24;
}
@media (max-width: 479px) {
	.cost {
	font-size: 18px;
	font-weight: 600;
	color: #ed1c24;
}
}
.newCarTitle {
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	color: #FFF;
	background-color: #ed1c24;
	padding: 20px;
}
.newCarText {
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
	color: #333;
}


.carListUl {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.carListUl li {
	float: left;
	width: 25%;
	list-style-type: none;
	margin-bottom: 10px;
}
.carListUl img {
	margin-right: 8px;
}
.carListUl2 {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.carListUl2 li {
	float: left;
	width: 25%;
	list-style-type: none;
	margin-bottom: 10px;
}
@media (max-width: 979px) {
	.carListUl li {
	width: 50%;
}
.carListUl2 li {
	width: 50%;
}
}
@media (max-width: 479px) {
	.carListUl2 li {
	width: 100%;
}
}

.car_title {
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}

.loading{
	 z-index: 999999;
    padding: 10px 10px 5px;
    background: rgb(255, 0, 136);
    left: 0;
    top: 0;
    color: #fff;
    position: fixed;
    width: 150px;
    height: 30px;
    text-align: center;
    box-shadow: 2px 2px 10px;
    border-radius: 5px;
}


/*========================================================
                     calendar  Styles
=========================================================*/

.calendarBox {
	border: solid 1px #DBDBDB;
	padding: 15px;
	display: table;
	width: 100%
}
.arrowBox {
	width: 5%;
	height: 25px; 
	line-height: 25px;
	font-size: 13px;
	padding-top: 5px;
	float: left;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 50px;
	color: #0068c9;
}
.arrowBox:hover {
	background-color: #2598f0;
	color: #FFFFFF;
}
.arrowBoxNo {
	width: 5%;
	height: 25px; 
	line-height: 25px;
	font-size: 13px;
	padding-top: 5px;
	float: left;
	display: inline-block;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 50px;
	color: #c5c5c5;
	
}

.yearNo {
	width: 90%;
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 20px;
	color: #232323;
	font-size: 20px;
}



  .day-menu:before, .day-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .day-menu:after {
    clear: both; }
  .day-menu > li {
	  width: 14%;
	  height: 35px;
	  line-height: 35px;
	  color: #c1c1c1;
    position: relative;
    float: left;
	  text-align: center;
	  font-size: 16px;
	  font-weight: normal;
}
    .day-menu > li + li {
	margin-left: 0px;
    
}

  .day-menu a {
	display: block;
	font-size: 16px;
	line-height: 35px;
    height: 35px;
}

.day-menu > li > a {
	color: #333;
}
.day-menu > li.sfHover > a, .day-menu > li > a:hover {
	background-color: #bababa;
	color: #ffffff;

}
.day-menu > li.active > a {
    background-color: #ec6c00;
	color: #ffffff;
}



/*========================================================
                     news  Styles
=========================================================*/
.newsBox{
	width: 30%;
	height: 180px;
	margin-right: 30px;
	margin-bottom: 30px;
	float: left;
}
.newsDateBox{
	border-left: solid 5px #ec6c00;
	border-bottom: solid 1px #e2e1dc;
	height: 60px;
	margin-bottom: 15px;
	padding-left: 15px;
}
.newsMoon {
	font-size: 24px;
	color: #515151;
}
.newsMoon2 {
	font-size: 28px;
	color: #191919;
}


 @media (max-width: 967px) {
	 .newsBox{
	width: 45%;
	
}
}
 @media (max-width: 691px) {
	 .newsBox{
	width: 100%;
	margin-right: 0px;
	margin-bottom: 30px;
	float: none;
}
}


/*========================================================
                     menu  Styles
=========================================================*/


#content {
	overflow:hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	width: 100％;
}
.menu ul {
	background-color: #FFF;
}

.menu ul li {
	display:block;
	/*width:311px;*/
	padding-top:0px;
	padding-bottom: 10px;
	margin-bottom:1px;
	list-style:none;
	overflow:visible;
	background-image: url(../images/zakladka.png);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.menu ul li a {
	display:block;
	height:30px;
	/*width:273px;*/
	margin-top:0px;
	padding-top:8px;
	/*padding-bottom:33px;*/
	padding-left:10px;
	color:#FFF;
	outline:none;
}
.menu ul li a:hover {
	
	color:#f3ede9;
	/*background-color: #FFF;*/
}
.munu_text a {
	float: left;
	
}
.menu ul li .active {
	background:url(../images/on.png) top right no-repeat;
	
}
.menu ul li .inactive {
	background:url(../images/off.png) top right no-repeat;
}

.menu ul li ul {
	display:none;
	margin-top:10px;
	margin-bottom:0px;
	background-color: #FFF;
	padding-bottom: 2px;
}
.menu ul li ul li {
	display:block;
	background:none;
	list-style:circle;
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 10px;
	margin: 0px;
}
.menu ul li ul li a {
	background: none;
	color: #666;
	padding-left: 0px;
	text-decoration: none;
	line-height: 20px;
}
.menu ul li ul li a:hover {
	color:#ec6c00;
}
.menu ul li ul li ul {
	margin-bottom:2px;
	margin-top: 2px;
}
.menu ul li ul li ul li {
	display: block;
	list-style: circle;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
	padding-left: 0px;
	background-image: none;

}
.menu ul li ul li ul li ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #A79572;
	line-height: 16px;
}

.iconBox {
	position: fixed;
	right: 20px;
	bottom: 105px;
	z-index: 99999999999;
}
.iconBox ul{
	width: 50px;
}
.iconBox li{
	float: left;
	margin-bottom: 4px;
}

.storeBtn{
	display: inline-block;
	width: 100%;
}
.storeBtn:before, .storeBtn:after {
    display: table;
    content: "";
    line-height: 0; }
.storeBtn:after {
    clear: both; }

.storeBtn li a{
	float: left;
	width: 18%;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	background-color: #2aa239;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	
	padding: 10px;
	border-radius: 5px;
}
.storeBtn li a:hover{
	background-color: #06783c;
}
 
@media (max-width: 967px) {
  .storeBtn li a{
	width: 23%;
   }
}
@media (max-width: 691px) {
  .storeBtn li a{
	width: 48%;
   }
}
@media (max-width: 491px) {
  .storeBtn li a{
	width: 100%;
	  margin-left: 0px;
   }
}

.evaluate {
  display: inline-block;
	margin-bottom: 10px;
}
.evaluate:before, .evaluate:after {
    display: table;
    content: "";
    line-height: 0; }
  .evaluate:after {
    clear: both; }

.evaluate li{
	float: left;
	margin-right: 30px;
	margin-bottom: 5px;
	font-size: 18px;
}

.proSearch{

	width: 100%;
	text-align: right;
}
 @media (max-width: 991px) {
	 .proSearch{
		 text-align: left;
}
}

.about1 {
	margin-top: -20%;
}
@media (max-width: 991px) {
	.about1 {
	margin-top: -10%;
}
}

.textRight {
	text-align: right;
	border-right: solid 1px #C5C5C5;
	padding-right: 14%;
	margin-right: 10%;
}
@media (max-width: 991px) {
	.textRight {
	text-align: right;
	border-right: none 1px #C5C5C5;
	padding-right: 0%;
	margin-right: 0%;
}
	
}

.line1{
    width: 32px;
	height: 260px;
	background-image: url(../images/lint1.png);
	background-repeat: no-repeat;
	background-position: center center;
}


/*========================================================
                     second_menu
=========================================================*/
.second_menu {
	display: block;

}
  .second_menu:before, .second_menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .second_menu:after {
    clear: both; }
  .second_menu > li {
    position: relative;
    /*float: left;*/ 
		}
    .second_menu > li + li {
}
  .second_menu a {
	display: block;
	line-height: 22px;
}
.second_menu > li > a {
	color: #414141;
	padding: 10px 0;
    font-weight: bold;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;*/
}
	
	.second_menu > li.sfHover > a, .second_menu > li > a:hover {
    color: #a9590b;
}
.second_menu > li.active > a {
	color: #a9590b;
	
}
@media (max-width: 979px) {
	.second_menu {
	padding-top: 0px;
	padding-bottom: 0px;
	/*display: none;*/
}
	}

.newsList li {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom:  1px solid #aa8b5e;
	}
.newsList li a {
	color: #353535;
	}
.newsList li a:hover {
	color: #a6380d;
	}	
.newsList li:hover {
    background-color: rgba(255, 255, 255, 0.4);
} 
.newsDate1 {
	color: #a6380d;
	margin-right: 15px;
    padding-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
    border-right: solid 1px #4D4D4D;
}
.newstitle {
    display: block;
    background-image: url(../images/flower2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
    height: 180px;
    border-bottom: solid 1px #aa8b5e;
}

.newstitle img {
  position: relative;
  top: 120px; /* 數值越大，圖片就會越往下移（可依畫面視覺自由調整，例如 20px、30px） */
}
@media (max-width: 579px) {
    .newstitle img {
  background-color: #efeadc;
}
}

.pImg{
	display: block;
}

.pImg:before, .pImg:after {
    display: table;
    content: "";
    line-height: 0; }
.pImg:after {
    clear: both; 
	  
}
.pImg > li {
    position: relative;
	width: 23%;
	margin-right: 10px;
	margin-bottom: 20px;
    float: left;
	
		}
.pImgBod {
	border: solid 1px #D8D8D8;
	padding: 10px;
}
.pImgTitle {
	font-size: 13px;
	background-color: #F4F4F4;
	border: solid 1px #D8D8D8;
	padding: 5px;
	text-align: center;
	display: block;
	margin-top: -11px;
}
.pImgTabel {
	font-size: 13px;
}
.salesWrapper {
	display: table;
	width: 100%;
}
.salesBox {
	float: left;
	width: 32%;
	/*height: 180px;*/
	margin-right: 10px;
	margin-bottom: 20px;
}
@media (max-width: 1199px) {
	.salesBox {
	width: 48%;

}
}
@media (max-width: 469px) {
	.salesBox {
	width: 100%;
    height: none;
	margin-right: 0px;
}
}
.contentBox {
    margin-top: 100ps;
    margin-bottom: 200px;
    text-align: center;
}
@media (max-width: 569px) {
    .contentBox {
    margin-top: 100ps;
    margin-bottom: 20px;
}
}

/* 當螢幕寬度大於或等於 1200px 時，把 container 寬度改成 1370px */
@media (min-width: 1200px) {
  .container {
    /* 
      使用 max-width 可以確保當螢幕寬度不足 1370px 時，
      容器能自動縮小，避免產生左右滾動條！
    */
    max-width: 1370px; 
    width: 100%; /* 確保在小於 1370px 時能彈性撐滿 */
  }
}



/*========================================================
                     小花縮放加重疊
=========================================================*/
.overlap-flower {
  position: relative;
  
  /* 1. 往上移動它自身高度的一半（或是你想要的任意距離，例如 -150px） */
  margin-top: -120px; 
  
  /* 2. 確保這朵花的層級高於 Banner，才能順利「蓋在上面」 */
  z-index: 10; 
  
  /* 3. 選擇性加入：微調水平位置（如果需要的話，可視情況刪除） */
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
    .overlap-flower {
/* 1. 往上移動它自身高度的一半（或是你想要的任意距離，例如 -150px） */
  margin-top: -100px; 
  
}

}
@media (max-width: 991px) {
    .overlap-flower {
/* 1. 往上移動它自身高度的一半（或是你想要的任意距離，例如 -150px） */
  margin-top: -80px; 
  
}

    @media (max-width: 767px) {
        .overlap-flower {
            display: none;
        }
    }
    
}




/* 1. 外層容器：設定背景、高度、以及隱藏超出範圍的文字 */
.marquee-container {
  width: 100%;
 /* background-color: #fff9e6;  
  border: 1px solid #ffeeba;*/
  color: #313131;            /* 文字顏色 */
  padding: 10px 0;
  overflow: hidden;          /* ⚠️ 關鍵：隱藏超出邊界的文字 */
  position: relative;
  font-weight: 500;
    margin-top: -25px;
}

/* 2. 內容區：讓文字排成一橫排，並套用動畫 */
.marquee-content {
  display: inline-block;
  white-space: nowrap;       /* ⚠️ 關鍵：強制文字不換行 */
  padding-left: 100%;        /* 讓文字一開始從最右側外面（畫面外）開始跑 */
  animation: marquee-run 20s linear infinite; /* 20秒跑一次，無限循環 */
}

/* 讓多個消息之間有一點間距 */
.marquee-content span {
  display: inline-block;
  padding-right: 50px;       /* 消息與消息之間的距離 */
}

/* 滑鼠移上去時暫停播放，方便使用者閱讀 */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

/* 3. 定義跑馬燈動畫軌跡 */
@keyframes marquee-run {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0); /* 往左平移整段文字的長度 */
  }
}



/* ==========================================================================
   3張圓形 Icon 左右交疊、滑鼠懸停往上飄移與陰影效果
   ========================================================================== */

/* 1. 外層 Bootstrap col-md-12 容器置中排版 */
.iconBtnBox {
  display: flex;
  justify-content: center; /* 讓 3 個按鈕整體在網頁正中央 */
  align-items: center;
  flex-wrap: wrap;         /* 支援手機版自動換行，防破版 */
  padding: 40px 0;         /* 給上下預留一點呼吸空間 */
}

/* 2. 單個按鈕的基本樣式與重疊設定 */
.iconBtn {
  position: relative;
  display: block;
  
  /* 響應式寬度：最大 320px，並隨著瀏覽器縮小 */
  width: 100%;
  max-width: 500px;        /* 稍微縮小最大寬度，能讓重疊視覺更精緻 */
  height: auto;
  
  /* 左右交疊關鍵：
     除了第一個按鈕以外，後續按鈕向左重疊 30px（可改為 -40px 疊更深）
     同時在小螢幕時自動取消重疊，改為上下排列 */
  margin: -85px -65px; 
  
  z-index: 1; 
  
  /* 平滑的過渡動畫：當滑鼠移入/移出時，位置與陰影在 0.3 秒內平滑變化 */
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
              
              z-index 0.3s ease;
}

/* 確保圖片本身也是圓形，並帶有微微的預設陰影 */

.iconBtn img {
  width: 100%;
  height: auto;
  border-radius: 50%;      /* 確保是正圓形 */
  display: block;
}

/* 3. 滑鼠懸停（Hover）時的動態效果 */
.iconBtn:hover {
  z-index: 10;             /* 懸停時立刻升到最上層，不會被隔壁的圖遮住 */
  
  /* 核心效果：往上飄移 30px */
  transform: translateY(-30px); 
}

/* 懸停時，圖片的陰影變深、範圍變大（模擬離地面變高、陰影擴散的立體視覺） */
/* .iconBtn:hover img {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); 
} */

/* ==========================================================================
   手機版（螢幕小於 768px）自動適應優化
   ========================================================================== */
@media (max-width: 767px) {
    
    .iconBtnBox {

  margin-top: -100px;        /* 給上下預留一點呼吸空間 */
}
    
  .iconBtn {
    max-width: 400px;      /* 手機上圖縮小，才不會太擠 */
    
    /* 上下重疊關鍵：
       利用負的 margin-top (-35px) 讓第二個、第三個按鈕向上覆蓋前一個按鈕。
       你可以依需求調整 -35px：想疊多一點改 -45px，疊少一點改 -25px */
    margin: -120px auto 0;  
  }

  /* 第一個按鈕上方不需要負邊距，維持正常的頂部間距 */
  .iconBtn:first-child {
    margin-top: 0;
  }
}


