﻿
.p001 {
	font-family: "微軟正黑體";
	font-size: 1.1em;
	color: #E7663E;
}
.p001 span {
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.1em;
	color: #E7663E;
}
button {
  font-size: 15px;
  color: var(--whiteColor);
  padding: 10px 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  line-height: 1;
  background-color: var(--mainColor);
  border: none;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.80);
}
.theme-dark .header-wrap .header-bottom {
  background-color: #121212;
}
.single-tour-box .content .price {
	border: 1px solid #E7663E;
}
.single-tour-box .content .price {
	color: #E7663E;
}
.single-tour-box:hover .content .price {
  background-color: #E7663E;
  color: var(--whiteColor);
}
.header-wrap .header-top {
  padding: 8px 0 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
  .header-wrap .navbar .navbar-nav .nav-item a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 35px 0 20px ;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: relative;
  }
  .theme-dark a {
	 color: #f1f1f1 !important; 
  }
  .theme-dark a:hover {
	 color: #fff !important; 
  }
 
@media only screen and (min-width: 992px) {
  .theme-dark .header-wrap .navbar .navbar-nav .nav-item a:hover, .theme-dark .header-wrap .navbar .navbar-nav .nav-item a:focus, .theme-dark .header-wrap .navbar .navbar-nav .nav-item a.active {
    color: #E7663E !important;
  }
  .header-wrap .navbar .navbar-brand {
    padding: 10px 20px 0 0;
  }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
		top: 78px;
	}
}
@media (max-width: 576px) {
	
 .spDisp {
    display: none;
}
.spDisp2 {
    display: inline-block;
}
input[type="text"] {
    padding: 6px 10px;
}

}

/***** 按鈕購物車 *****/
/*4.6 Top Cart */
.top-cart-contain .top-cart-content {
	opacity: 0;
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	-ms-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
}
.top-cart-contain .mini-cart:hover .top-cart-content {
	opacity: 1;
	-ms-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.top-cart {
	margin-top: 38px;
}
.mini-products-list .product-image {
	float: left;
	padding: 0;
	width: 68px;
	padding: 0px;
	border: 1px #e8e8e8 solid
}
.top-cart-content .product-name {
	margin: 0;
	width: 178px;
	line-height: 1.3em;
	padding: 0 0 3px
}
.top-cart-content .product-name a {
	font-size: .9em;
	color: #2b2b2b;
	line-height: normal;
	font-weight: 600;
	padding-right: 5px;
}
.top-cart-title span {
	font-weight: normal;
	font-size: 12px;
	color: #2b2b2b;
	text-transform: inherit
}
.top-cart-title p span {
	text-transform: none
}
.top-cart-contain .price {
	color: #000;
	/*font-weight: 600;*/
	text-transform: uppercase;
	padding-left: 10px;
	float: right
}
.top-cart-contain .product-details .price {
	width: auto;
	float: none;
	/*font-weight: 600;*/
	padding-left: 0px;
	font-size: 12px
}
.mini-cart {
	text-align: center;
}
@media (max-width: 576px) {	
.mini-cart {
  margin: 20px 2px 0 10px;
  z-index: 99;
}
}
@media (max-width: 540px) {	
.mini-cart {
  margin: 17px 2px 0 0px;
  z-index: 99;
}
}
.mini-cart .basket a {
	color: #868686;
	margin: 0px;
	font-size: 12px;
	font-weight: 600;
	padding: 0px;
	display: inline-block;
}
.mini-cart .basket a .cart-title {
	font-size: 13px;
	font-weight: 500;
	display: inline-block;
	line-height: 26px;
	margin-left: 5px;
	font-family: 微軟正黑體;
}
.mini-cart .basket a .cart-total {
	background-color: #E7663E;
	border-radius: 20px;
	color: #fff;
	font-size: 11px;
	height: 20px;
	line-height: 18px;
	position: absolute;
	left: 18px;
	text-align: center;
	top: -10px;
	width: 20px;
}
@media (max-width: 576px) {	
.mini-cart .basket a .cart-total {
  top: -15px;
}
}
.cart-icon, .shoppingcart-inner {
	float: left;
	text-align: left;
	position: relative;
}

.mini-cart .cart-icon i {
	font-size: 2em;
	margin-right: 13px;
	vertical-align: -1px;
	float: left;
}
.mini-cart .basket a:hover .fa-shopping-basket:before {
	background: #e83f33;
	color: #fff;
}
.mini-cart .open .basket a {
	color: #fff;
	background: #fff;
	box-shadow: 0 3px 9px rgba(0,0,0,0.3)
}
.mini-cart .dropdown-toggle {
	font-size: 12px;
	padding: 0;
	text-transform: none
}
@media (max-width: 912px) {	
.mini-cart .cart-icon i {
	font-size: 2.3em;
	margin: 0 3px;
}
}
@media (max-width: 820px) {	
.mini-cart .cart-icon i {
	font-size: 2.5em;
	margin: 0 10px;
}
}
@media (max-width: 576px) {	
.mini-cart .cart-icon i {
	font-size: 2.1em;
	margin: 0 10px;
}
.mini-cart .dropdown-toggle {
  line-height: 1em;
}
}
.top-cart-contain {
	padding: 1rem 0;
	color: #333;
	margin-top: 18px;
	float: right;
	margin-left: 12px;
}
.mtmegamenu .top-cart-contain {
	display: none;
}
.top-cart-title p {
	margin: 0
}
.top-cart-content .empty {
	padding: 10px
}
.top-cart-content {
	width: 308px;
	position: absolute;
	top: 60px;
	right: 0px;
	padding: 0;
	text-align: right;
	background: #fff;
	box-shadow: 0 0 3px 0 #eaeaea;
	border: 1px #e8e8e8 solid;
	z-index: 50
}
.top-cart-content p {
	color: #333333;
	margin: 0;
	padding: 10px
}
.top-subtotal {
	color: #333333;
	font-size: 12px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: left;
	text-transform: none;
	background-color: #f5fafc;
	margin-bottom: 12px
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 4px
}
.top-cart-title {
	display: inline-block;
	padding: 3px;
	margin: 0;
	vertical-align: top;
	text-align: center;
	color: #223D62;
	line-height: 12px;
	position: relative;
	font-size: 12px;
	width: 20px;
	margin-top: 2px;
	margin-left: 29px
}
.top-cart-content .block-subtitle {
	border-bottom: 1px solid #fbfbfb;
	color: #333333;
	overflow: hidden;
	padding: 15px;
	text-align: left;
	font-size: 12px;
	background: #f5f5f5
}
ul#cart-sidebar {
	padding: 3px 15px 6px;
	margin: auto;
	max-height: 195px;
	overflow: auto;
}
.top-cart-title .cart_arrow {
	position: absolute;
	bottom: -6px;
	right: 50px;
	width: 18px;
	height: 11px;
	z-index: 1000;
	display: none
}
.top-cart-contain:hover .top-cart-title .cart_arrow {
	display: block
}
.top-cart-content li.item {
	width: 272px;
	margin: 5px 0px;
	border-bottom: 1px #e8e8e8 solid;
	min-height: 67px
}
.top-cart-content li.item.last {
	margin: 0;
	border-bottom: 0px #eee solid;
	padding-bottom: 10px
}
.top-cart-content .product-details {
	color: #333333;
	position: relative;
	text-align: left
}
.mini-products-list .product-details {
	margin-left: 80px;
	padding: 0
}
.top-cart-content .product-details .btn-remove {
	position: absolute;
	right: 10px;
	top: 12px
}
.top-cart-content .product-details .btn-edit {
	position: absolute;
	right: 22px;
	top: 6px
}
.top-cart-content .actions {
	padding: 5px 15px 20px;
	margin: 0;
	overflow: hidden
}
.top-cart-icon {
	padding: 5px;
	width: 20px;
	height: 24px;
	display: inline-block;
	vertical-align: middle
}
.top-cart-title span {
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase
}
.top-cart-title p span {
	text-transform: none
}
.mini-cart .actions .fa-shopping-cart:before {
	font-size: 12px;
	padding-right: 8px
}
.mini-cart .actions .fa-check:before {
	font-size: 12px;
	padding-right: 8px
}
.mini-cart .actions .btn-checkout {
	background: #333;
	color: #999;
	font-size: 12px;
	padding: 8px 16px;
	border: none;
	cursor: pointer;
	display: inline-block;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	border: none;
	font-weight: 500;
	text-transform: uppercase;
}
.mini-cart .actions .btn-checkout:hover {
	background: #333333;
	color: #fff;
}
.mini-cart .actions .view-cart {
	font-family: 微軟正黑體;
	background: #4F4F4F;
	color: #fff;
	font-size: 1em;
	padding: 8px 16px;
	cursor: pointer;
	text-decoration: none;
	transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
	font-weight: 600;
	border: none;
	letter-spacing: 1px;
	width: 100%;
}
.mini-cart .actions .view-cart i, .mini-cart .actions .btn-checkout i {
	margin-right: 2px;
	font-size: 16px;
	vertical-align: 0px;
}
.mini-cart .actions .view-cart:hover {
	background-color: #191919;
}
.mini-cart .actions .button {
	display: inline-block;
	width: 100px;
	text-align: center;
	margin-bottom: 3px;
	padding: 8px 10px 6px;
	text-transform: none;
	border: none;
	font-size: 12px;
	text-transform: uppercase
}
.mini-cart .button.btn-checkout {
	background-color: #970400;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px 6px;
	height: 32px;
	line-height: 32px;
}
.block_mini_cart_above_products {
	margin-bottom: 15px
}
.mini-cart>.button {
	color: #333333;
	font-size: 12px;
	font-weight: 300;
	text-shadow: none;
	border: none;
	box-shadow: none;
	background: none
}
#cart-sidebar li {
	border-bottom: 1px solid #ECECEC;
	list-style: none;
	margin-bottom: 8px;
	overflow: hidden;
	padding: 8px 0 15px
}
#cart-sidebar li.last {
	padding: 5px 0 0;
	border-bottom: none;
	margin-bottom: 0
}
.remove-cart {
	display: block;
	width: 15px;
	height: 13px;
	position: absolute;
	right: 1px;
	top: 0;
	color: #666;
}
.remove-cart i {
	font-size: 16px;
}
.remove-cart:hover {
	color: #e83f33;
}
.top-nav {
  margin-top: 0px;
}
  @media screen and (max-width: 768px) {
.top-nav {
  margin-top: -20px;
  width: 85%;
  padding-right: 0px;
}
}
@media (max-width: 576px) {
.top-cart-contain {
	padding: .7rem 0 0;
	margin-top: 0px;
}
.header .nav-elements > ul > li {
  padding: 1.3rem 0 0;
    padding-right: 0px;
    padding-left: 0px;
}
}

/*car_checkout*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}

.border-radius {
    border-radius: 3px;
}
/*連絡我們*/
.contact_from01 {
    display: inline-block;
	width:100%
}
.contact_from02 {
    text-align: left; 
	padding: 80px 0;
}
.contact01 {
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    display: inline-block;
	width:100%
}
.contact02 {
    margin: 1em 0 1.25em;
}
.contact02b {
    margin: 2em 0 1.25em;
}
.contact02c {
	margin: 0.5em 0;
 }
.contact03 {
	font-family: "微軟正黑體";
    font-size: 1.15em;
    margin-bottom: 5px;
    margin-left: 30px;
}
.contact03b {
	font-family: "微軟正黑體";
    /*font-size: 1.15em;*/
    margin-bottom: 5px;
	display: block;
}
.contact_p01{
	font-family: "微軟正黑體";
	font-size: 1.05em;
	line-height: 1.7em;
	padding-bottom: 25px;
	text-align: center;
	}
.contact_p01b{
	font-family: "微軟正黑體";
	font-size: 1.1em;
	line-height: 1.7em;
	padding-bottom: 25px;
	}
.contact_line {
	padding: 25px 20px 20px;
	border: 5px solid #f2eaf3;
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	width:100%;
}
.contact_form {
	padding: 30px 0 0 30px;
}
.contact_line01 {
  font-size: 1.5rem;
  color: #2a2a2a;
  padding-bottom: 1px;
  border-bottom: 2px solid #4A4A4A;
  font-family: "微軟正黑體";
  font-weight: 600;
}
@media (max-width: 820px) {
	.contact03 {
    margin-left: 0px;
    line-height: 2.2em;
    }
	.contact03b {
	line-height: 2.2em;
	text-align: left;
    }
	.contact02 {
		margin: 0.5em 0 0.2em;
    }
	.contact02b {
		margin: 1.2em 0 0.8em;
    }
	.contact02c {
		margin: 0.2em 0 0.2em;
    }
	.contact04 {
    margin-bottom: 0.6em;
    }
	.contact05 {
    margin-bottom: 0.6em;
    }
	.contact_p01{
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 5px;
	}
	.contact_line {
	padding: 5px 0;
    }
    .contact_form {
	padding: 30px 15px 0;
    }
	.breadcrumbs-custom {
	 border-radius: 0px;
	}
	}
	@media (max-width: 576px) {	
	.contact_from02 {
	padding: 55px 0;
}
	.contact_form002 {
	padding: 0;
    }
	.contact_line01 {
    font-size: 1.5rem;
    }
	.contact02c {
	padding: 0;
    }
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  float: none;
}
    }
/*form.customform input:hover, form.customform textarea:hover, form.customform select:hover, form.customform input:focus, form.customform textarea:focus, form.customform select:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
form.customform input[type="radio"], form.customform input[type="checkbox"] {
    margin-right: 0.625em;
    width: auto;
    padding: 0;
    height: auto;
}*/
.text-white, .text-white *, .primary-color-white .text-primary, .primary-color-white .text-primary * {
    color: #fff !important;
}

/*search*/
.search_f01 {
    width: 70%;
	margin: 0 auto;
}