
@import "animate.css";
@import url(https://fonts.googleapis.com/css?family=Cabin+Condensed:400,600,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #ffffff;
  color: #a3a3a2;
  font: 400 16px/24px 'Cabin Condensed', sans-serif;
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f6b402;
}
h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #7e604c;
  /* text-transform: uppercase; */
  text-align: center;
}
h2.primary {
  color: #f6b402;
}
h3 {
  margin-top: 50px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
  color: #7e604c;
  text-transform: uppercase;
}
h4 {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  color: #f6b402;
  text-transform: uppercase;
}
h4 a:hover {
  color: #d75070;
}
/* h5 {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #7e604c;
} */
h6 {
  display: block;
  color: #7e604c;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 30px;
} 
h5 {
  display: block;
  color: #7e604c;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 30px;
} 
h2 + h5 {
  text-align: center;
  margin-bottom: 35px;
  margin-top: -32px;
}
h3 + h5,
h3 + ol {
  margin-top: 37px;
}
h3 + .box04 {
  margin-top: 45px;
}
.box-img + h4 {
  margin-top: 25px;
}
.thumb + h4 {
  margin-top: 15px;
}
p a:hover {
  text-decoration: underline;
}
time {
  display: block;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  outline: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  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;
}
/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before,
.sf-menu:after {
  content: " ";
  display: table;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
  margin-right: 19px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .sf-menu > li {
    margin-right: 5px;
  }
}
.sf-menu a {
  display: block;
}
.sf-menu > li > a {
  display: block;
  color: #7e604c;
  padding: 35px 15px;
  font-size: 18px;
  line-height: 30px;
}
.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover {
  color: #d75070;
}
.sf-menu > li.active > a {
  background: #7e604c;
  border-bottom: 5px solid #d75070;
  color: #fff;
}
.sf-menu ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 17px 0 20px;
  background: #d75070;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li {
  padding: 8px 10px;
  position: relative;
}
.sf-menu ul > li > a {
  color: #FFF;
  text-transform: uppercase;
}
.sf-menu ul > li.sfHover > a,
.sf-menu ul > li > a:hover {
  font-weight: 700;
}
.sf-menu ul ul {
  position: absolute;
  top: 5px;
  left: 100%;
  width: 100px;
  margin-top: 0;
  padding: 3px 0;
  background: #7e604c;
  z-index: 4;
}
.sf-menu ul ul > li {
  padding: 6px 0 6px 15px;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a,
.sf-menu ul ul > li > a:hover {
  color: #d75070;
}
.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: '\f0d7';
  font: 400 12px/12px 'FontAwesome';
  color: #bcbcbc;
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 30px auto;
  width: 420px;
  background: #f5f5f5 url('../images/select.png') no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px 'Cabin Condensed', sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}
/*==================  Stuck menu  ======================*/

.isStuck {
  background: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #f5f5f5;
}
.isStuck .brand {
  top: 0;
  width: 195px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 42px;
  line-height: 36px;
  color: #fff;
  background: #887e77;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #d75070;
  text-decoration: none;
}
/*==================   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: 0;
  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;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background: url(../images/icon_expand.png) no-repeat left top;
  margin-top: -20px;
  margin-left: -20px;
}
.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);
}
.video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 56px;
  height: 56px;
  background: url(../images/icon_video.png) no-repeat left top;
  margin-top: -28px;
  margin-left: -28px;
}
.video .thumb_overlay:before {
  display: none;
}
/*========================================================
                     Top_section
=========================================================*/
.top_panel {
  float: right;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .top_panel {
    float: none;
  }
}
.action-link {
  display: inline-block;
  margin-right: 11px;
  vertical-align: top;
  font-size: 14px;
  line-height: 30px;
  color: #7e604c;
}
.action-link:hover {
  color: #d75070;
}
.action-link .fa {
  color: #a3a3a2;
  margin-right: 5px;
}
.social-list1 {
  display: inline-block;
  margin-left: 11px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .social-list1 {
    margin-left: 0;
  }
}
.social-list1 li {
  display: inline-block;
  margin-left: 10px;
}
.social-list1 li a {
  display: block;
  color: #d75070;
}
.social-list1 li a:hover {
  color: #b1b1b1;
}
.social-list1 li a .fa {
  display: block;
  font-size: 18px;
  line-height: 30px;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #ffffff;
}
header .brand {
  position: absolute;
  top: -50px;
  left: 0;
  display: inline-block;
  overflow: hidden;
}

@media (max-width: 979px) and (min-width: 768px) {
  header .brand {
    width: 200px;
  }
}
@media (max-width: 767px) {
  header .brand {
    position: static;
  }
}
header .nav {
  /* float: right; */
  display: flex;
  justify-content: center;  /* 水平居中 */
  align-items: center;      /* 垂直居中 */
  width: 100%;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand,
  header .nav {
    float: none;
  }
}
header .container {
  position: relative;
}
/*=======================================================
                     CONTENT  Layout
=========================================================*/
/*========================================================
                     CONTENT  Styles
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
main p {
  margin-bottom: 25px;
}
.mt0 {
  margin-top: 0;
}
.mt01 {
  margin-top: 20px;
}
.mb01 {
  margin-bottom: 20px;
}
.mb02 {
  margin-bottom: 25px;
}
.primary {
  color: #f6b402;
}
.link1:hover {
  color: #d75070;
  text-decoration: underline;
}
/*==================  Backgrounds  ======================*/
.bg01 {
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
}
.bg02 {
  background: #fafafa url(../images/bg02.jpg) repeat-x bottom left;
  padding-bottom: 35px;
}
.bg03 {
  position: relative;
  background: #d75070;
}
.bg04 {
  position: relative;
  background: #7e604c;
}
.bg05 {
  background: #ffffff url(../images/page4_img04.jpg) no-repeat center -210px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .bg05 {
    background: #fff;
  }
}
/*==================      Well     ======================*/
.well01 {
  padding-bottom: 35px;
}
.well03 {
  padding-bottom: 55px;
}
.well04 {
  padding: 35px 0 35px;
}
.well05 {
  padding-top: 15px;
  padding-bottom: 60px;
}
.well06 {
  padding-top: 20px;
  padding-bottom: 35px;
}
.well07 {
  padding-bottom: 10px;
}
/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  width: 111px;
  margin-bottom: 10px;
  margin-right: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  background: #d75070;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}

.btn:hover {
  text-decoration: none;
  background: #7e604c;
}

/*========================================================
                Mobile Floating Button Styles
=========================================================*/
/* 默认在电脑端隐藏 */
.mobile-buy-bar {
    display: none;
}

/* 僅在手機端顯示 (767px 以下) */
@media (max-width: 767px) {
    .mobile-buy-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: #ffffff; /* 白色底座，更有質感 */
        padding: 0 15px;
        box-sizing: border-box;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); /* 頂部微陰影 */
        z-index: 9999;
    }

    /* 左側價格區塊 */
    .price-section {
        display: flex;
        flex-direction: column; /* 文字上下排 */
    }

    .old-price {
        font-size: 13px;
        color: #a3a3a2;
        text-decoration: line-through; /* 原價刪除線 */
    }

    .special-price {
        font-size: 20px;
        color: #d75070; /* 使用網站主色調 */
        font-weight: bold;
    }

    /* 右側購買按鈕 */
    .buy-btn {
        background-color: #d75070;
        color: #ffffff !important;
        padding: 10px 25px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 16px;
        display: flex;
        align-items: center;
        box-shadow: 0 3px 6px rgba(215, 80, 112, 0.3);
    }

    .buy-btn i {
        margin-right: 6px;
    }

    /* 防止頁面內容被底部條遮住，給 body 加點 padding */
    body {
        padding-bottom: 70px !important;
    }
}

/*==================      Box      ======================*/
.box01 {
  /* 移除原来的边框，添加更适合视频的样式 */
  background: #f8f8f8;
  border-radius: 8px;  /* 添加圆角，使外观更现代 */
  overflow: hidden;    /* 确保内容不会溢出圆角 */
  margin-bottom: 40px;
  text-align: center;
  padding: 0 0 15px 0;  /* 改为上下左右分别设置，顶部内边距为0，让视频贴顶 */
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);  /* 添加轻微阴影增加立体感 */
  transition: all 0.3s ease;  /* 添加过渡效果 */
}

.box01:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.15);  /* 悬停时阴影加深 */
  transform: translateY(-2px);  /* 轻微上浮效果 */
}

/* 为视频容器添加特殊样式 */
.box01 .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;  /* 16:9 宽高比 (9/16 = 0.5625) */
  height: 0;
  overflow: hidden;
  background: #000;  /* 视频加载前的背景色 */
}



.row .video-container1 {
  position: relative;
  width: 60%;                    /* 寬度設為父容器的60% */
  padding-bottom: 33.75%;        /* 調整高度比例：60% * 56.25% = 33.75%，保持16:9比例 */
  height: 0;
  overflow: hidden;
  background: #000;              /* 視頻加載前的背景色 */
  margin: 0 auto;                /* 水平居中（關鍵） */
  display: block;                /* 確保margin:auto生效 */
}


/* 讓 video 完全適應容器 */
.row .video-container1 video,
.row .video-container1 iframe,
.row .video-container1 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;      /* 寬度填滿容器 */
  height: 100%;     /* 高度填滿容器 */
  object-fit: cover; /* 可選：cover 會裁剪以填滿，contain 會保持完整比例 */
  border: none;
}



.box01 .video-container iframe,
.box01 .video-container video,
.box01 .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;  /* 移除默认边框 */
}

.box01 h4 {
  margin: 15px 0 5px;
  font-size: 16px;
  line-height: 21px;
  color: #d75070;
  padding: 0 10px;
}

.box01 h4 a:hover {
  color: #f6b402;
}

.box01 p {
  padding: 0 15px 10px;
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  color: #7e604c;
}

/* 保留原有的布局类 */
.box01:before,
.box01:after {
  content: " ";
  display: table;
}

.box01:after {
  clear: both;
}

.box01_aside {
  float: left;
}

.box01_cnt__no-flow {
  overflow: hidden;
}


.box-img {
  border: 2px solid #edecec;
}
.box-img img {
  width: 100%;
  height: auto;
}
.date {
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
}
.box02 {
  margin-bottom: 45px;
}
.box02 p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 30px;
}
.box03:before,
.box03:after {
  content: " ";
  display: table;
}
.box03:after {
  clear: both;
}
.box03_aside {
  float: left;
  margin-right: 15px;
}
@media (max-width: 1199px) {
  .box03_aside {
    float: none;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.box03_aside .fa {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 8px solid #edecec;
  text-align: center;
  line-height: 70px;
  font-size: 36px;
  color: #e2472e;
}
.box03_cnt__no-flow {
  overflow: hidden;
}
.box03_cnt__no-flow.middle {
  vertical-align: middle;
  display: table-cell;
}
@media (max-width: 1199px) {
  .box03_cnt__no-flow.middle {
    display: block;
    text-align: center;
  }
}
.box03_cnt__no-flow p {
  font-size: 14px;
  line-height: 18px;
}
.box03 .contact-text {
  color: #e2472e;
  font-size: 16px;
  line-height: 21px;
  
}
.box03 a.contact-text:hover {
  color: #f6b402;
}
.box04 {
  margin-bottom: 3px;
}
.box04:before,
.box04:after {
  content: " ";
  display: table;
}
.box04:after {
  clear: both;
}
.box04_aside {
  float: left;
  margin-right: 25px;
}
@media (max-width: 479px) {
  .box04_aside {
    float: none;
    margin-bottom: 20px;
  }
}
.box04_cnt__no-flow {
  overflow: hidden;
}
.box04_cnt__no-flow h5 {
  margin-top: -5px;
  margin-bottom: 5px;
}
.circle {
  border-radius: 50%;
  border: 8px solid #edecec;
  float: left;
}
@media (max-width: 767px) {
  .circle {
    float: none;
  }
}
.stripe {
  position: relative;
}
@media (max-width: 767px) {
  .stripe {
    background: #d75070;
  }
}
.stripe .bg-stripe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.stripe .bg-stripe:before,
.stripe .bg-stripe:after {
  content: " ";
  display: table;
}
.stripe .bg-stripe:after {
  clear: both;
}
.stripe .bg-stripe > div {
  width: 50%;
  height: 100%;
  float: right;
}
@media (max-width: 767px) {
  .stripe .bg-stripe {
    display: none;
  }
}
@media (max-width: 767px) {
  .stripe .bg03,
  .stripe .bg04 {
    background: transparent;
    margin-top: 0;
  }
  .stripe .bg04 .stripe-link {
    margin-top: 0;
  }
}
.stripe .stripe-link {
  display: inline-block;
  margin: 20px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 2.3px;
}
@media (max-width: 1199px) {
  .stripe .stripe-link {
    font-size: 34px;
    line-height: 44px;
  }
}
.stripe .stripe-link:hover {
  color: #f6b402;
}
@media (min-width: 979px) {
  .stripe .stripe-link.ml01 {
    margin-left: 62px;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .stripe .stripe-link.ml01 {
    margin-left: 30px;
  }
}
.stripe .stripe-left .fa {
  padding-right: 20px;
  font-size: 36px;
}
.stripe .stripe-right .fa {
  padding-left: 10px;
}
.num-list {
  list-style-type: none;
  counter-reset: item;
}
.num-list .num-list-item {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.num-list .num-list-item:before {
  content: counter(item) '.';
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 42px;
  font-weight: 600;
  color: #d75070;
  line-height: 40px;
}
.num-list .num-list-item h5 {
  margin-bottom: 0;
}
.num-list li.num-list-item {
  border-bottom: 1px solid #dadada;
}
.num-list li.num-list-item h5 {
  margin-bottom: 5px;
}
.addr {
  font-size: 14px;
  line-height: 18px;
}
.addr dl:before,
.addr dl:after {
  content: " ";
  display: table;
}
.addr dl:after {
  clear: both;
}
.addr dl dt {
  float: left;
  width: 70px;
}
.addr dl dd {
  overflow: hidden;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #70635a;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.social-list2 {
  margin-bottom: 15px;
}
.social-list2 li {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 479px) {
  .social-list2 li {
    margin: 0 5px;
  }
}
.social-list2 li a {
  display: block;
  color: #fff;
}
.social-list2 li a:hover {
  color: #d75070;
}
.social-list2 li a .fa {
  display: block;
  font-size: 30px;
  line-height: 30px;
}
.copy {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 36px;
  color: #c0c0c0;
  margin: 15px 0;
}
.copy a:hover {
  color: #d75070;
}

