/*
Name:			custom.css
Written by:
Version:
*/

/*
 * Google Web fonts
 * */
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanssc.css');
@import url('https://fonts.googleapis.com/css?family=Roboto:300, 400, 500, 700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:400,500,600&display=swap');


#header .header-logo img {
  margin: 0 0 0 0;
}

#header .header-btn-collapse-nav {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin: 16px 10px 0 0;
  padding: 6px 6px 6px 6px;
}

#header .header-btn-cart, #header .header-btn-mbr{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #000000;
  color: #FFF;
  display: none;
  float: right;
  margin: 16px 10px 0 0;
  padding: 6px 6px 6px 6px;
}

#header .header-btn-cart .badge {
    display: inline-block;
    min-width: 10px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #D2312D;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: -5px;
    top: 0;
    border-radius: 100%;
    z-index: 99;
}
@media (max-width: 991px){
  #header .header-btn-cart, #header .header-btn-mbr {
      outline: 0;
      display: block;
      position: relative;
      z-index: 1;
  }
  #header .header-nav-main nav>ul li a {
    font-size: 1em;
    font-style: normal;
    line-height: 1.5em;
    padding: 7px 8px;
    margin: 1px 0;
    border-radius: 4px;
  }
  #header .header-nav-main nav>ul>li>a {
    text-transform: unset;
    font-weight: 400;
  }



}



@media (min-width: 992px) {
  #header .header-container .custom-fullwidth-dropdown-menu {
    padding: 0;
    width: 100% !important;
    left: 0 !important;
    background-color: #f4f4f4;
  }

  #header .header-nav-main nav > ul > li > a {
    text-transform: none;
  }

  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li {
    /* line-height: 20px;
		margin-bottom:20px; */
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li
    > a {
    font-size: 18px;
    font-weight: 300;
    color: #043b83;
  }

  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li
    > a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    border-bottom: 2px solid #4477a4;
    transition: 0.4s;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li
    > a:hover:after {
    width: 100%;
  }
}

#header
  .header-nav-main
  nav
  > ul
  > li.dropdown-mega
  .dropdown-mega-sub-nav
  > li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 0 1.25rem;
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 20px;
}

@media (min-width: 1200px) {
  #header .header-logo img {
    /* margin: -50px 15px 0 0; */
  }

  /* Container */
  .container-xl {
    /* width: 90%;
		max-width: 1630px; */
    padding-right: 80px;
    padding-left: 80px;
  }
  #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
    padding: 50px 80px 30px 80px;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li {
    width: 24%;
  }
}
@media (max-width: 991px) {
  html.sticky-header-negative.sticky-header-active #header .header-logo {
    padding-top: 0;
  }
  #header .header-nav-main nav > ul li.dropdown.opened > .dropdown-menu {
    margin-left: 0;
  }
  #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
    margin: 0 0 0 0px;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    /* clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative; */
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li:last-child {
    border-bottom: 0 !important;
  }
  #header
    .header-nav-main
    nav
    > ul
    > li.dropdown-mega
    .dropdown-mega-sub-nav
    > li {
    padding: 0 1.25rem;
    margin: 0 0 0 0;
  }
}


/*切換不同Logo檔*/
@media (min-width: 992px) {

  #header.header-narrow .header-logo .logo-default {
    /* margin: -105px -70px -102px 0; */
    margin: 0;
    position: relative;
    z-index: 2;
    opacity: 1;
  }
  #header.header-narrow .header-logo .logo-small {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0x, 0, 0);
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin: 0;
    left: 0;
    top: -100px;
  }

  .sticky-header-active #header.header-narrow .header-logo .logo-small {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    margin-top: 0px;
    left: 0;
    top: 60px;
  }
  .sticky-header-active #header.header-narrow .header-logo .logo-default {
    opacity: 0;
    top: -100px;
  }
}
@media (max-width: 991px) {
  #header.header-narrow .header-logo .logo-default {
    /* margin: -105px -70px -102px 0; */
    margin: 0;
    position: relative;
    z-index: 2;
    opacity: 1;
  }
  #header.header-narrow .header-logo .logo-small {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0px, 0, 0);
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin: 0;
    left: 0;
    top: -100px;
  }

  .sticky-header-active #header.header-narrow .header-logo .logo-small {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    margin-top: 0px;
    left: 0;
    top: 60px;
  }
  .sticky-header-active #header.header-narrow .header-logo .logo-default {
    opacity: 0;
    top: -100px;
  }
}
/* @media (max-width: 991px) {
  .logo-default {
    display: none !important;
  }

  .logo-small {
    display: block;
  }

  #header .header-logo {
    width: auto !important;
    height: auto !important;
  }
} */

html.sticky-header-active #header .header-body {
  border-bottom-color: #313234;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}





.btn {
  white-space: normal;
}

table {
  background-color: #ffffff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent !important;
  /*background-color: #ccc; */
  color: #ead9bb !important;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent !important;
  border-radius: 4px;
}

.pagination ul {
  box-shadow: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.pagination ul li {
  display: inline;
  padding: 10px;
  font-size: 1.5em;
}

.container-fluid {
  /* padding-right: 70px;
	padding-left: 70px; */
}

/* 
覆寫theme.css 
*/
body {
  background: #fff;
  color: #777;
  /* font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;*/
	font-family: Roboto, Arial, Verdana, 'Noto Sans TC', 'Noto Sans SC', "WenQuanYi Zen Hei", PingFang, "Microsoft JhengHei", "Microsoft YaHei", sans-serif; 
  /* font-family: "Open Sans", Arial, sans-serif; */
  /* font-family: "Raleway", Arial, sans-serif; */
  font-size: 18px;
  line-height: 2em;

}

.serif {
  font-family: 'Noto Serif TC', serif;
}

p {
  color: #515151;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  margin: 0 0 20px;
  font-weight: 300;
}

p.justify-break-all {
  text-align: justify;
  word-break: break-all;
}
h3 {
  text-transform: none;
}





#header .header-search .form-control,
#header .header-nav-main nav > ul > li > a,
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu,
#header
  .header-nav-main
  nav
  > ul
  > li.dropdown
  .dropdown-menu
  li.dropdown-submenu
  > .dropdown-menu,
#header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu,
#header
  .header-nav-main
  nav
  > ul
  > li.dropdown-mega
  .dropdown-mega-sub-nav
  > li
  > a,
#header.header-transparent .header-nav-main,
#header.header-semi-transparent .header-nav-main,
#header.header-semi-transparent-light .header-nav-main,
#header
  .header-nav-main
  nav
  > ul
  > li.dropdown-mega.dropdown-mega-signin
  .dropdown-menu,
.slider-container .tparrows,
.nivo-slider .theme-default .nivoSlider,
.nivo-slider .theme-default .nivoSlider img,
.home-intro-compact,
html.dark #header,
html.boxed .body,
blockquote.with-borders,
p.drop-caps.drop-caps-style-2:first-child:first-letter,
.btn-3d,
select,
.captcha-refresh,
.featured-icon,
.panel-group .panel-heading,
.tabs,
.nav-tabs li a,
.tab-content,
.tabs.tabs-bottom .tab-content,
.tabs.tabs-bottom .nav-tabs li a,
.tabs-left .tab-content,
.tabs-left .nav-tabs > li:first-child a,
.tabs-left .nav-tabs > li:last-child a,
.tabs-right .tab-content,
.tabs-right .nav-tabs > li:first-child a,
.tabs-right .nav-tabs > li:last-child a,
.nav-tabs.nav-justified li:first-child a,
.nav-tabs.nav-justified li:first-child a:hover,
.nav-tabs.nav-justified li:last-child a,
.nav-tabs.nav-justified li:last-child a:hover,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a,
.tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a,
.tabs-navigation,
.tabs-navigation .nav-tabs > li:first-child a,
.tabs-navigation .nav-tabs > li:last-child a,
.toggle > label,
.toggle.toggle-simple .toggle > label,
.toggle.toggle-simple .toggle > label:after,
.owl-carousel .owl-nav [class*='owl-'],
.owl-carousel.rounded-nav .owl-nav [class*='owl-'],
.owl-carousel.rounded-nav .owl-nav [class*='owl-']:hover,
.owl-carousel.full-width .owl-nav .owl-prev,
.owl-carousel.big-nav .owl-nav .owl-prev,
.owl-carousel.full-width .owl-nav .owl-next,
.owl-carousel.big-nav .owl-nav .owl-next,
.embed-responsive.embed-responsive-borders,
.pricing-table h3,
.pricing-table .plan,
.featured-box,
.featured-box .box-content,
.thumb-info,
.thumb-info .thumb-info-wrapper,
.thumb-info .thumb-info-wrapper:after,
.thumb-info .thumb-info-type,
.thumb-info img,
section.timeline .timeline-date,
section.timeline .timeline-box,
.testimonial blockquote,
.testimonial.testimonial-style-2 blockquote,
.testimonial.testimonial-style-3 blockquote,
.testimonial.testimonial-style-4,
.testimonial.testimonial-style-4 blockquote,
.testimonial.testimonial-style-5 blockquote,
.testimonial.testimonial-style-6 blockquote,
.container .call-to-action,
.progress,
.progress.progress-border-radius,
.progress.progress-border-radius .progress-bar,
.progress-bar,
.progress-bar-tooltip,
.counters.with-borders .counter,
html .scroll-to-top,
.google-map.small,
.google-map-borders,
article.post .post-date .month,
article.post .post-date .day,
article .post-video,
article .post-audio,
ul.comments .comment-block,
.recent-posts .date .month,
#header nav.mega-menu .mega-menu-shop .dropdown-menu,
.shop ul.products .product .add-to-cart-product,
.product-info,
.product-info img,
.product-info + .product-info,
.img-thumbnail.img-thumbnail-hover-icon:before,
.product-thumb-info {
  border-radius: 0;
}

#header .header-body {
  padding: 0 0;
  min-height: 100px;
  border-top: 0;
}

#header .header-body {

  background-color: #313234;

}
#header .header-column {
  vertical-align: baseline;
}

#header .header-nav-top .nav > li > a,
#header .header-nav-top .nav > li > span {
  color: #cfa968;
  font-size: 0.9em;
  padding: 6px 10px;
  display: inline-block;
}

@media (min-width: 992px) {
  #header .header-nav-main nav > ul > li > a {
    /* display: inline-block;
		border-radius: 4px; */
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    /* padding: 10px 13px;
		text-transform: uppercase; */
  }
}

section.section {
  min-height: 150px;
}

#footer {
  /* background: #043b83;
  border: none;
  font-size: 15px; */
  background:#417076 url(/include/img/bkg_footer.png) no-repeat 100% 0;
  border: 0;
}
#footer p,
#footer a {
  color: #ffffff;
}
#footer strong {
  color: #FFFFFF;
}
#footer .list-footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  margin-bottom: 10px;
}
#footer .list-footer-nav li {
  margin-bottom: 5px;
  font-size: 15px;
}
#footer .contact-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}
#footer .contact-details ul i {
  color: #95989c;
}
#footer .contact-details ul p {
  margin-bottom: 5px;
}
#footer .contact-details ul strong {
  font-weight: normal;
}
#footer .footer-copyright {
  /* background: #4477a4;
  border-top: 1px solid #53585e; */
}
#footer .footer-copyright p {
  color: #ffffff;
  /* font-size: 12px; */
}
#footer .slider-border {
  position: absolute;
  width: 100%;
  left: 0;
  top: -16px;
  height: 16px;
  background: url("/include/img/slider-border-bg.png");
  background-repeat: repeat-x;
  z-index: 30;
}


.page-header {
  margin: 0;
}

html .page-header-color.page-header-primary h4 {
  font-size:0.85em;
  color: #FFF;
  font-weight: 300;
}
html .page-header-color.page-header-primary h4{ /*超過寬度顯示...*/
  /* float: left;
  width: 360px; 
  overflow: hidden;
  height: 20px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: nowrap; */
}
.heading.heading-bottom-border h4, .heading.heading-bottom-border h5, .heading.heading-bottom-border h6 {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 10px;
}

/* goback button */
.btn-borders.inside-button {
  font-size: 1.2em;
  border-radius: 30px !important;
  padding: 10px 30px;
}
/* html .btn-borders.btn-primary:hover:hover, html .btn-borders.btn-primary:focus:hover {
  border-color: #009ffb #009ffb #007fc9;
  background-color: #009ffb;
} */
html .btn-borders.btn-primary.custom-btn-style-2:hover a, 
html .btn-borders.btn-primary.custom-btn-style-2:focus a {
  color: #fff;
}



.divider.divider-fullwidth hr {
  width: 100% !important;
}

.page-header .breadcrumb>li {
  text-transform: none;
}


.owl-carousel .owl-nav [class*='owl-']:hover,
.owl-carousel .owl-nav [class*='owl-']:active,
.owl-carousel .owl-nav [class*='owl-']:focus,
.owl-carousel .owl-nav [class*='owl-']:active:hover,
.owl-carousel .owl-nav [class*='owl-']:active:focus {
  border: none;
  background-color: transparent;
}
.owl-carousel .owl-nav [class*='owl-'] {
  outline: 0;
}







/* Home Banner Slider */
/* Custom navigation */
#slider-banner.owl-carousel .owl-nav .owl-prev:before,
#slider-banner.owl-carousel .owl-nav .owl-next:before {
  content: none;
}


#slider-banner .owl-nav .owl-prev, #slider-banner .owl-nav .owl-next {
    width: 30px;
    height: 80px;
    background-color: #ffffff;
    top: -55px;
	/* padding: 20px; */
	box-shadow: 0 10px 10px -5px rgba(56,59,60,0.375);
}
/* #slider-banner .owl-nav .owl-prev {
left: 3px;
}
#slider-banner .owl-nav .owl-next {
right: 3px;
} */

#slider-banner.owl-carousel .nav-btn {
    height: 48px;
    position: absolute;
    width: 26px;
    cursor: pointer;
    top: 0 !important;
    /* left: 7px; */
    /* margin: 10px; */
	margin: 16px 2px;

}

#slider-banner.owl-carousel .owl-prev.disabled,
#slider-banner.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

#slider-banner.owl-carousel .prev-slide{
    background: url(../img/nav-icon.png) no-repeat scroll 0 0;
}
#slider-banner.owl-carousel .next-slide{
    background: url(../img/nav-icon.png) no-repeat scroll -26px 0px;
}

#slider-banner.owl-carousel .prev-slide:hover {
	background-position: 0px -53px;
  }
#slider-banner.owl-carousel .next-slide:hover {
	background-position: -26px -53px;
} 

#slider-banner.full-width .owl-nav [class*='owl-'],
#slider-banner.full-width .owl-nav [class*='owl-']:hover,
#slider-banner.big-nav .owl-nav [class*='owl-'],
#slider-banner.big-nav .owl-nav [class*='owl-']:hover {
  height: auto;
  padding: 30px 0;
  font-size: 24px;
}
#slider-banner.full-width .owl-nav,
#slider-banner.big-nav .owl-nav {
  margin-top: -60px;
}
#slider-banner.nav-inside .owl-nav {
  bottom: unset;
}
#slider-banner.nav-inside .owl-nav,
#slider-banner.nav-inside .owl-dots {
  right: 0;
}
#slider-banner.nav-inside .owl-dots {
  left: 0;
}
#slider-banner.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#slider-banner.owl-theme .owl-dots .owl-dot.active span,
#slider-banner.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}
#slider-banner .innercnt {
  /* position: absolute; */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 20px;
}
#slider-banner .innercnt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#slider-banner .slideshow__cnt {
  padding: 3.5rem 5.5rem 2.5rem;
  margin: 10rem 1.5rem;
  overflow: visible;
}

#slider-banner .slideshow__cnt .cnt-title {
  font-size: 2em;
  line-height: 1.3;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1.5rem 0.5rem;
  display: table;
  color: #000;
}
#slider-banner .slideshow__cnt .cnt-description {
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 1.5rem 1rem;
  width: 400px;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #000;
}
#slider-banner .slideshow__cnt .cnt-readmore {
  padding: 0 1.5rem 0;
}

#slider-banner.owl-theme .owl-dots .owl-dot {
  outline: 0;
}

@media (max-width: 479px) {
  #slider-banner .innercnt {
    position: relative;
  }

  #slider-banner .slideshow__cnt .cnt-description {
    width: auto;
  }
  #slider-banner.nav-inside .owl-dots {
    bottom: -50px;
  }
  #slider-banner.nav-inside .owl-nav {
    /* display: none; */
  }

  #slider-banner .slideshow__cnt {
    padding: 0;
    margin: 0 1.5rem;
    overflow: visible;
  }
}
/* Home Banner Slider END */


@media (max-width: 991px) {

	/*mobile時，服務項目的某row的圖片col跟內文col順序修正*/
	.custom-sm-flex-order {
		display: flex;
		flex-flow: row wrap;
	}

	.custom-sm-flex-order .col-md-4 {
		width: 100%;
	}

	.custom-sm-flex-order .col-md-4:nth-child(1) {
		order: 2;
	}

	.custom-sm-flex-order .col-md-4:nth-child(2) {
		order: 1;
	}
}


/* Event Slider */
#slider-event.owl-carousel .owl-stage-outer,
#slider-news.owl-carousel .owl-stage-outer {
  padding-bottom: 40px;
}
#slider-event.owl-carousel .owl-nav .owl-prev:before,
#slider-event.owl-carousel .owl-nav .owl-next:before,
#slider-news.owl-carousel .owl-nav .owl-prev:before,
#slider-news.owl-carousel .owl-nav .owl-next:before {
  content: none;
}
#slider-event .item,
#slider-news .item {
  opacity: 0.4;
  transition: 0.4s ease all;
  margin: 0 0;
  transform: scale(0.8);
  margin: 40px;
}

#slider-event h4,
#slider-news h4 {
  color: #000;
  font-size: 1.2em;
  line-height: 1.2em;
  margin:0;
}
#slider-event p,
#slider-news p {
  font-size: 1em;
  line-height: 1.2em;
  margin: 10px 0 0 0;
  color: #000000;
}
#slider-event span,
#slider-news span {
  /* font-size: 1.3rem;
  line-height: 1.4rem;
  margin: 10px 0 0 0; */
}
@media (max-width: 1000px) {
  #slider-event .item,
  #slider-news .item {
    margin: 0;
    transform: scale(0.9);
  }
}
#slider-event .active .item,
#slider-news .active .item {
  opacity: 1;
  transform: scale(1);
}



#slider-event .owl-item,
#slider-news .owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
#slider-event .owl-prev, #slider-event .owl-next,
#slider-news .owl-prev, #slider-news .owl-next {
  position: absolute;
  top: calc(50% - 20px);
  background: transparent;
  color: #708004;
  border: 1px solid #708004;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
#slider-event .owl-prev:hover, #slider-event .owl-prev:active, 
#slider-event .owl-prev:focus, #slider-event .owl-next:hover, 
#slider-event .owl-next:active, #slider-event .owl-next:focus,
#slider-news .owl-prev:hover, #slider-news .owl-prev:active, 
#slider-news .owl-prev:focus, #slider-news .owl-next:hover, 
#slider-news .owl-next:active, #slider-news .owl-next:focus {
  background: rgba(230, 75, 42, 0.95);
  color: #000;
  outline: none;
}
#slider-event .owl-prev, #slider-event .owl-next {
  color: #e64b2a;
  border: 1px solid #e64b2a;
}
#slider-event .owl-prev:hover, #slider-event .owl-prev:active, 
#slider-event .owl-prev:focus, #slider-event .owl-next:hover, 
#slider-event .owl-next:active, #slider-event .owl-next:focus {
  background: rgba(230, 75, 42, 0.95);
  color: #ffffff;
}
#slider-event .owl-prev .fa, #slider-event .owl-next .fa,
#slider-news .owl-prev .fa, #slider-news .owl-next .fa {
  font-size: 50px;
  position: relative;
}
#slider-event .owl-prev,
#slider-news .owl-prev {
  left: 15px;
}
#slider-event .owl-prev .fa,
#slider-news .owl-prev .fa {
  right: 2px;
}
#slider-event .owl-next,
#slider-news .owl-next {
  right: 15px;
}
#slider-event .owl-next .fa,
#slider-news .owl-next .fa {
  left: 2px;
}
/* 
#slider-event .inner,
#slider-news .inner {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  text-align: center;
}
#slider-event .inner a,
#slider-news .inner a {
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.7);
  transition: 0.3s ease border-color;
}
#slider-event .inner a:hover,
#slider-news .inner a:hover {
  border-color: #fff;
}
#slider-event .black .inner a,
#slider-news .black .inner a {
  color: #000;
  border-color: rgba(0, 0, 0, 0.4);
}
#slider-event .black .inner a:hover,
#slider-news .black .inner a:hover {
  border-color: #000;
} */
#slider-event .owl-controls,
#slider-news .owl-controls {
  position: absolute;
  margin-top: 300px;
}
#slider-event.owl-carousel .owl-item img {
  border-radius: 50%;
}


#slider-event a:link,#slider-event a:visited,#slider-event a:hover,#slider-event a:active {
  text-decoration:none;
}
#slider-event .thumb-info {
    background-color: unset;
  }
#slider-event .thumb-info:hover img {
    -webkit-transform: scale(0.9, 0.9);
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
}
/* .thumb-info .thumb-info-wrapper:after { */
#slider-event .thumb-info .thumb-info-wrapper:after {
    content: "";
    background: rgba(230, 75, 42, 0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /* border-radius: 4px; */
    bottom: 0;
    color: #FFF;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
}
#slider-event .thumb-info:hover .thumb-info-wrapper:after {
    opacity: 1;
}

.thumb-info.thumb-info-centered-icons .thumb-info-action {
   margin-top: -30px;
    left: 0;
    height: 60px;
    opacity: 0;
}
#slider-event .thumb-info.thumb-info-centered-icons .thumb-info-action-icon {
    margin-right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
#slider-event .thumb-info .thumb-info-action-icon i {
    left: 0;
    top: 0;
    color: #FFF;
}
#slider-event .thumb-info.thumb-info-centered-icons .thumb-info-action-icon i {
    font-size: 60px;
}
#slider-event .thumb-info .thumb-info-action-icon-light {
    background-color:unset;
}
#slider-event .thumb-info .thumb-info-action-icon-light i {
  color: rgba(255, 255, 255, 0.7);
}
#slider-event .thumb-info .thumb-info-caption-title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background:transparent;
    /* bottom: 10%; */
    color:black;
    font-size: 1.2em;
    line-height: 130%;
    font-weight: 400;
    /* left: 0; */
    /* letter-spacing: -1px; */
    padding: 0;
    position:relative;
    text-shadow:unset;
    /* text-transform: uppercase; */
    /* z-index: 2; */
    max-width: 100%;
}
#slider-event .thumb-info .thumb-info-caption-text {
  font-size: 1em;
    line-height: 1.5em;
    margin: 10px 0 0 0;
    color: #000000;
    font-weight: 300;
}
#slider-event .item .thumb-info-caption{
  opacity: 0;
  transition:.4s ease all;
  /* color: #313131; */
  padding:10px 15px;
}
#slider-event .active .item .thumb-info-caption {
  opacity: 0.7;
  transition: .4s ease all;
}
/* Event Slider END*/




/* Home page Event&News Card */
.body.home .inner h4 {
  display: block;
  word-wrap: break-word;
  white-space: normal;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  line-height: 1.1em;
  height: 2.25em;
}


.body.home .inner p {  /*被以下取代*/
  display: block;
  word-wrap: break-word;
  white-space: normal;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  line-height: 1.1em;
  height: 2.45em;
}
#slider-event .thumb-info .thumb-info-caption-text {
  display: block;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  height: 3.1em;
}



/*左側浮動選單樣式*/
ul.nav-list{
  padding: 10px 0  10px 0;
  /* border-right:2px solid #dddddd; */
  margin-bottom: 10px;
}
ul.nav-list li a {
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  transition: background 0.1s;
  border-bottom: 2px solid #dddddd;
  padding: 8px 0 8px 18px;
  display: block;
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
  line-height: 20px;
}



/* List page Event&News Card */
.body.eventsandnews .inner{
    padding: 0 55px 10px 10px;
}
.body.eventsandnews .inner h4 {
  font-size: 1.2em;
  margin: 0;
  display: block;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

  line-height: 1.2em;
  height: 1.25em;
}
.body.eventsandnews .inner p {
  font-size: 1em;
    line-height: 1.2em;
    margin: 10px 0 10px 0;

  display: block;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  line-height: 1.2em;
  height: 3.65em;
}
.body.eventsandnews .inner span {
  font-size: 1.3rem;
  line-height: 1.4rem;
  margin: 10px 0 0 0;
}
.thumb-info.custom-thumb-info-style-1 {
  border: none;
}
.thumb-info.custom-thumb-info-style-1 a {
  color: #2e353e !important;
  text-decoration: none;
}
.thumb-info.custom-thumb-info-style-1:hover a, 
.thumb-info.custom-thumb-info-style-1:hover a:hover, 
.thumb-info.custom-thumb-info-style-1:hover a:focus {
  color: #ffffff !important;
}

.thumb-info.custom-thumb-info-style-1:hover .inner h4{
  color: rgba(255, 255, 255, 0.9) !important;
}

.thumb-info.custom-thumb-info-style-1:hover .inner p {
  color: rgba(255, 255, 255, 0.6) !important;
}
.thumb-info.custom-thumb-info-style-1:hover .inner span {
  color: rgba(255, 255, 255, 0.4) !important;
}

.thumb-info.custom-thumb-info-style-1 .thumb-info-caption {
  position: relative;
  /* padding: 15px; */
  display: block;
  -webkit-transition: ease background 300ms, ease width 300ms;
  -moz-transition: ease background 300ms, ease width 300ms;
  transition: ease background 300ms, ease width 300ms;
  min-height: 110px;
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption {
  background: #775926 !important;
}
.thumb-info-caption .thumb-info-caption-text, .thumb-info-caption p {
  padding: 0;
}

/* .thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title span {
  color: #777;
} */
/* .thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-thumb-info-title .custom-thumb-info-name {
  display: block;
  padding-right: 50px;
} */
/* .thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-thumb-info-title span {
  color: #FFF !important;
} */


.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow {
  width: 55px;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease all 300ms;
  -moz-transition: ease all 300ms;
  transition: ease all 300ms;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  width: 100%;
  border-top: 1px solid #1e1e24;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:before {
  border-top: 1px solid #FFF;
}
.thumb-info.custom-thumb-info-style-1 .thumb-info-caption .custom-arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  border-top: 1px solid #1e1e24;
  border-right: 1px solid #1e1e24;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.thumb-info.custom-thumb-info-style-1:hover .thumb-info-caption .custom-arrow:after {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}

/* Event&News Card END*/


/* Subject page Card */
/* .body.album .thumb-info-side-image-wrapper img{
  width: 195px;
}
@media (max-width: 479px) {
  .body.album .thumb-info-side-image-wrapper img{
    width: 125px;
  }
}
.body.album .custom-parallax-medium-padding {
  padding: 128px 0 !important;
}
.body.album .thumb-info-caption .thumb-info-caption-text
{
  margin: 0;
}
.body.album .thumb-info-caption h2 {
  font-size: 1.3em;
  font-weight:400;
  line-height: 1.2em;
  margin: 0 0 32px 0;
  
}
.body.album .thumb-info-caption p {
  font-size: 1em;
  word-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  line-height: 1.1em;
  height: 3.35em;  
} */
/* Subject page Card END */

/* Ourpeople page Card*/
/* .body.Ourpeople .testimonial .testimonial-author img {
  max-width: 80px;
}
.body.Ourpeople .testimonial:hover .testimonial-author img{
  transition: .3s all;
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
} */
/* Ourpeople page Card END */


/* Contact Us page*/
/* .body.contactus .contactinfo.custom-min-height-1 {
  min-height: 190px;
}
.body.contactus .contactinfo h4 {
  font-size: 1em;
  line-height: 1.1em;
}

.body.contactus .contactinfo .custom-text-color-1 {
  color: #818898 !important;
  font-size: 14px;
  line-height: 16px;
}
.body.contactus .contactinfo .custom-list {
  padding: 0;
}
.body.contactus .contactinfo .custom-list-style-3 {
  padding: 0;
}
.body.contactus .contactinfo .custom-list-style-3 li {
  list-style: none;
}
.body.contactus .contactinfo .custom-list li {
  list-style: none;
}
.body.contactus .contactinfo .custom-list-style-3 li .title {
  display: inline-block;
  width: 80px;
  font-weight: 600;
  font-size: 14px;;
} */
/* Contact Us page END */


/* 特色商店頁Card */
.store-card{}
/* 特色商店頁Card END */


/* 行程報報 */
.solution .title {
	color: #545454;
	font-weight: 400;
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 2px solid #f4645a;
}

section.section.travel {
	padding-bottom: 210px;
  background: #383f48 url(../img/bkg_travel.jpg) 50% 100% no-repeat;
  background-size:cover;
}

.rocket {
	width: 90px;
	height: 130px;
	display: block;

	margin: auto;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
  z-index: 99;
  opacity:0;
  position:fixed;

}

section.rocketbenefit.timeline {
	width: 100%;
	/* margin: 50px 12.5% 0; */
	margin: 0 0 0;
	position: relative;
	float: left;
	/* padding-bottom: 120px; */
	padding-bottom: 0;
}

/* section.rocketbenefit.timeline.star {
	margin-top: 0;
	padding-bottom: 30px;
} */


section.rocketbenefit.timeline .timeline-box.left:before,
section.rocketbenefit.timeline .timeline-box.right:before {
	background: #ff5b41;
	box-shadow: 0 0 0 3px #FFF, 0 0 0 6px #ff5b41;
}

section.rocketbenefit.timeline:after {
  background:#dddddd url(../img/road.png) 50% 50% repeat-y;
	/* background: #dddddd; */
	/* background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 8%, #ffffff 92%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e5799), color-stop(100%, #7db9e8));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 8%, #ffffff 92%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 8%, #ffffff 92%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 8%, #ffffff 92%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 8%, #ffffff 92%, rgba(255, 255, 255, 0) 100%); */
	content: "";
	display: block;
	height: 100%;
	left: 50%;
	margin-left: -18px;
	position: absolute;
	/* top: -60px; */
	top: 0;
	width: 36px;
	z-index: 0;
	filter: alpha(opacity=35);
	opacity: 1;
}

section.rocketbenefit.timeline .timeline-date {
	box-shadow: none;
	position: relative;
	display: block;
	clear: both;
	width: 120px;
	height: 120px;
	padding: 5px;
	border: 0;
	margin: 0 auto 10px;
	text-shadow: none;
	border-radius: 50%;
	background: #ffffff;
	z-index: 1;
}

section.rocketbenefit.timeline .timeline-date .circle-dotted {
	position: absolute;
	/* padding: 16px; */
	width: 120px;
	height: 120px;
	top: 0;
	left: 0;
	display: table;
	/* border-style: dashed;
	border-width: 1px; */
  border-radius: 50%;
  border: 6px solid #dddd;
}

section.rocketbenefit.timeline .timeline-date .circle-center {
	display: table-cell;
	vertical-align: middle;
	color: #775926;
}

section.rocketbenefit.timeline .timeline-box {
	box-shadow: none;
	border: 0;
	background: transparent;
	color: #ffffff;
}

section.rocketbenefit.timeline .timeline-box.left {
	/* text-align: right; */
}

section.rocketbenefit.timeline .timeline-box.right:before {
  background: #cfa968;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #dddddd, 0 0 0 8px #dddddd;
    content: "";
    display: block;
    height: 40px;
    margin-left: -16px;
    position: absolute;
    left: -8.3%;
    top: 22px;
    width: 40px;
}

section.rocketbenefit.timeline .timeline-box.left:before {
  background: #cfa968;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #dddddd, 0 0 0 8px #dddddd;
    content: "";
    display: block;
    height: 40px;
    margin-right: -16px;
    position: absolute;
    right: -8.3%;
    top: 32px;
    width: 40px;
}

section.rocketbenefit.timeline .timeline-box.right:after {
	display: none;
}

section.rocketbenefit.timeline .timeline-box.left:after {
	display: none;
}

@media (max-width: 991px) {

	section.rocketbenefit.timeline .timeline-box.left:after,
	section.rocketbenefit.timeline .timeline-box.right:after,
	section.rocketbenefit.timeline .timeline-box.left:before,
	section.rocketbenefit.timeline .timeline-box.right:before {
		display: none;
	}

	section.rocketbenefit.timeline .timeline-box {
		background: #ffffff;
		color: #525252;
		text-align: center;
	}
}
.post-content p{
  color: #515151;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin: 0 10px 0;
    font-weight: 400;
}

/* 行程報報 end */

/*
* APP輕鬆連
*/
/*
* Overview
*/
.custom-top-title-box:after {
  content: '';
  display: block;
  clear: both;
}
.custom-top-title-box span:not(.custom-as-seen) {
  /* display: block; */
}
.custom-top-title-box span.custom-as-seen {
  position: relative;
  padding-top: 15px;
  float: left;
  clear: left;
}
.custom-top-title-box span.custom-as-seen:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  border-top: 2px solid #FFF;
}
.custom-top-title-box a {
  float: left;
}
.custom-top-title-box img {
  margin-left: 35px;
}
/*
* Home Intro
*/
.custom-home-intro {
  padding: 20px 0;
}
.custom-home-intro p {
  font-size: 1.15em;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
.custom-home-intro p span {
  padding-top: 0;
  color: #FFF;
}

/* Owl Carousel */
#appcarousel.owl-carousel.custom-background-1 {
  bottom: -5px;
  padding: 31.8% 6.8% 0;
}
#appcarousel.owl-carousel.custom-background-1:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../img/smartphone.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
#appcarousel.owl-carousel.custom-background-1 .owl-stage {
  overflow: hidden;
  max-height: 365px;
}
@media (max-width: 767px) {
  #appcarousel.owl-carousel.custom-left-pos-1 {
    margin-top: 50px !important;
  }
}
@media (min-width: 768px) {
  #appcarousel.owl-carousel.custom-left-pos-1 {
    left: -50px;
    margin-top: 70px !important;
  }
}
@media (min-width: 992px) {
  #appcarousel.owl-carousel.custom-left-pos-1 {
    left: -140px;
    margin-top: -50px !important;
  }
}
#appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-prev, #appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-next {
  background: transparent !important;
}
#appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-prev:before, #appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-next:before {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-prev:after, #appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-next:after {
  content: "";
  display: block;
  height: 60px;
  left: -28px;
  position: absolute;
  top: -13px;
  width: 74px;
  z-index: 0;
}
#appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-prev {
  left: -60px;
}
#appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-next {
  left: initial;
  right: -60px;
}
#appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav .owl-next:after {
  left: -20px;
}
#appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav [class*="owl-"]:hover:active:before, #appcarousel.owl-carousel.custom-arrows-style-1 .owl-nav [class*="owl-"]:focus:before {
  border-color: #FFF;
}
@media (max-width: 767px) {
  #appcarousel.owl-carousel.custom-arrows-style-1._custom-nav-bottom {
    margin-bottom: 60px;
  }
  #appcarousel.owl-carousel.custom-arrows-style-1._custom-nav-bottom .owl-nav {
    width: 0%;
    top: initial;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*
* Custom Classes
*/
.custom-background-color-1 {
  background-color: #cfa968 !important;
}

.custom-background-style-1 {
  padding-top: 100px !important;
  padding-bottom: 0 !important;
  min-height: 615px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .custom-background-style-1 {
    min-height: 520px;
  }
}
@media (max-width: 991px) {
  .custom-background-style-1 {
    padding-top: 120px !important;
    min-height: 480px;
  }
}
.custom-background-style-1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/overview-parallax.jpg");
  background-size: cover;
  opacity: 0.1;
  z-index: 0;
}
.custom-background-style-1 > div {
  position: relative;
  z-index: 1;
}

.custom-text-align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .custom-xs-image-center {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}

.custom-icon-fix-pos {
  margin-left: 3px;
}

.custom-btn-style-1, .custom-btn-style-1:active {
  background: #f4645a;
  background: -moz-linear-gradient(left, #f4645a 0%, #ff857c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4645a), color-stop(100%, #ff857c));
  background: -webkit-linear-gradient(left, #f4645a 0%, #ff857c 100%);
  background: -o-linear-gradient(left, #f4645a 0%, #ff857c 100%);
  background: -ms-linear-gradient(left, #f4645a 0%, #ff857c 100%);
  background: linear-gradient(to right, #f4645a 0%, #ff857c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4645a', endColorstr='#ff857c', GradientType=1 );
  border: none;
  border-radius: 50px !important;
  padding: 13px 30px;
  /* font-size: 12px; */
  /* font-weight: 600; */
  -webkit-transition: ease all 300ms;
  -moz-transition: ease all 300ms;
  transition: ease all 300ms;
}
.custom-btn-style-1:hover {
  opacity: 0.9;
}
.custom-btn-style-1._borders {
  background: transparent;
  border: 1px solid #ff8880;
}
.custom-btn-style-1._borders:hover, .custom-btn-style-1._borders:active, .custom-btn-style-1._borders:focus {
  border-color: #ff8880;
  background: -moz-linear-gradient(left, #f4645a 0%, #ff857c 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #f4645a), color-stop(100%, #ff857c));
  background: -webkit-linear-gradient(left, #f4645a 0%, #ff857c 100%);
  background: -o-linear-gradient(left, #f4645a 0%, #ff857c 100%);
  background: -ms-linear-gradient(left, #f4645a 0%, #ff857c 100%);
  background: linear-gradient(to right, #f4645a 0%, #ff857c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4645a', endColorstr='#ff857c', GradientType=1 );
}
.custom-btn-style-1._size-1 {
  padding: 13px 42px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.custom-btn-style-2 {
  /* border-radius: 50px;
  border-width: 2px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.5px;
  padding: 8px 24px;
  background: transparent !important;
  border-color: rgba(244, 100, 90, 0.5) !important; */
}
.custom-btn-style-2:hover, .custom-btn-style-2:hover:active, .custom-btn-style-2.active, .custom-btn-style-2:focus {
  border-color: #f4645a !important;
}

.custom-product-image-pos-1._absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.custom-product-image-pos-1._relative {
  position: relative;
  top: 60px;
  padding-bottom: 60px;
}

.custom-product-image-pos-2 {
  position: absolute;
  top: -80px;
  left: 61vw;
  width: auto;
  height: 170%;
  z-index: 2;
}
@media (max-width: 991px) {
  .custom-product-image-pos-2 {
    left: 74vw;
  }
}
@media (max-width: 767px) {
  .custom-product-image-pos-2 {
    display: none;
  }
}
.custom-product-image-pos-2._litle-small {
  top: -65px;
  left: 67vw;
  z-index: 1;
  height: 155%;
}
@media (max-width: 991px) {
  .custom-product-image-pos-2._litle-small {
    left: 86vw;
  }
}

.custom-tall {
  margin: 60px 0 80px;
  background: #efecec !important;
}

.custom-shadow-on-hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  -webkit-transition: ease box-shadow 300ms;
  -moz-transition: ease box-shadow 300ms;
  transition: ease box-shadow 300ms;
}
.custom-shadow-on-hover:hover {
  box-shadow: 0px 10px 48px -7px rgba(0, 0, 0, 0.2);
}

/*
* APP輕鬆連 END
*/

/* 會員登入/註冊 */

.featured-box .box-content {
  border: 0;
}
html .social-button-facebook {
  color: #fff;
  background: #3B5998; 
  border: 0;
}
html .social-button-google {
  color: #fff;
  background: #4285F4;
  border: 0;
}
html .social-button-line {
  color: #fff;
  background: #00C300;
  border: 0;
}
html body .tabs.tabs-simple .nav-tabs>li.active a, html.dark body .tabs.tabs-simple .nav-tabs>li.active a, html body .tabs.tabs-simple .nav-tabs>li.active a:focus, html.dark body .tabs.tabs-simple .nav-tabs>li.active a:focus {
  background: #6a4e37;
  border: 1px solid #fff;
  font-size: 18px;
  color: #ffffff;
}
.tabs.tabs-simple .nav-tabs>li a {
  padding: 15px 30px;
  background: none;
  border: 1px solid #ddd;
  border-radius: 0;
  color: #000;
  font-size: 18px;
}
html body .tabs.tabs-simple .nav-tabs>li.active a:hover, html.dark body .tabs.tabs-simple .nav-tabs>li.active a:hover {
  background: #6a4e37;
  border: 1px solid #fff;
  font-size: 18px;
  color: #ffffff;
}
html body .tabs.tabs-simple .nav-tabs>li a:hover, html.dark body .tabs.tabs-simple .nav-tabs>li a:hover {
  background: none;
  border: 1px solid #ddd;
  font-size: 18px;
}
@media (min-width: 768px){
.form-horizontal .control-label {
    padding-top: 0;
    margin-bottom: 0;
    text-align: right;
}
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
input[type="radio"], input[type="checkbox"] {
  margin: 10px 0 0;
}
/* 會員登入/註冊 end */

/* 會員中心 */
.accountmaintain.featured-box{
  border: 0;
}
.accountmaintain.featured-box .box-content {
  border: 0;
  border-left: 2px solid #ddd;
  padding-top: 0;
  background: #ffffff;
}
/* 會員中心 end */