/*==========================================
             整體架構
==========================================*/
body, .dropdown-menu {
    font-size: 1rem;
}
body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Helvetica, Aria, Microsoft JhengHei, sans-serif;
}
a, a:hover {
    text-decoration: none;
    transition: all .2s;
	color: #333;
}
a:hover {
	color: #DB0003;
}

.postcontent.full {
    width: 100% !important;
}
.bottommargin-md {
	margin-bottom: 60px;
}
.nobottommargin {
	margin-bottom: 0 !important;
}

/*公版固定所需樣式*/

#logo img {
	margin: 0 auto;
}
.postcontent.full {
    width: 100% !important;
	float: none;
}
.bottommargin-md {
	margin-bottom: 60px;
}
#path a, #path span {
	display: inline-block;
	margin-top: 0;
}
#page-title #path span:before {
	content: "/";
	display: block;
	width: 16px;
	font-size: 0.6em;
	text-align: center;
}
#is_content:before, #is_content:after {
	content:"";
	display:table;
}
#is_content:after{
	clear:both;
	overflow:hidden;
}
#is_content {
    zoom:1;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
p:last-child {
	margin-bottom: 0;
}
#gotoTop:hover {
	background-color: #DB0003;
}
.color {
	color: #0b5b00 !important;
}
.cart-product-thumbnail a {
	position: relative;
}
.cart-product-thumbnail .quantity {
	display: block;
    position: absolute;
    top: -7px;
    left: auto;
    right: -3px;
    font-size: 14px;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    width: 20px;
    height: 20px;
	margin-right: 0;
    line-height: 20px;
    text-align: center;
    background-color: #1ABC9C;
    border-radius: 50%;
}
/*pager*/
.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center;
}
.pager li {
	display: inline;
}
.pager li > a, .pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 20px;
	font-size: 14px;
}
.pager li > a:hover, .pager li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.pager .back a, .pager .back > span {
	margin-right: 5px;
}
.pager .previous > a, .pager .previous > span, .pager .back > a, .pager .back > span {
	float: left;
}
.pager .next > a, .pager .next > span {
	float: right;
}

@media (min-width: 1730px) {

.container {
    max-width: 1700px;
}

}


@media (max-width: 767px) {
	.row [class^=col-] {
		margin-bottom: 30px;
	}
	.row [class^=col-]:last-child {
		margin-bottom: 0;
	}
	.col_half.col_last, .col_one_third.col_last, .col_two_third.col_last, .col_three_fourth.col_last, .col_one_fourth.col_last, .col_one_fifth.col_last, .col_two_fifth.col_last, .col_three_fifth.col_last, .col_four_fifth.col_last, .col_one_sixth.col_last, .col_five_sixth.col_last {
		margin-bottom: 0 !important;
	}
	.text-center-xs {
		text-align: center !important;
	}
}
@media (max-width: 479px) {
	.xs-bottommargin {
		margin-bottom: 30px;
	}
	.container, #header.full-header .container, .container-fullwidth {
		width: 100% !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

/*==========================================
             Header樣式
==========================================*/

#header, #header-wrap {
    height: auto !important;
}


#header {
    background-color: rgba(0,0,0,0.4) !important;
}

#header.semi-transparent.sticky-header #header-wrap {
    background-color: rgba(0,0,0,0.4) !important;
}


#header.dark.sticky-header.transparent-header #header-wrap:not(.not-dark), #header.sticky-header #header-wrap {
	background-color: rgba(60,12,12,0.8);
}


@media (max-width: 991px) {

#header-wrap {
    background: #14151a;
    padding: 10px 0;
}

.sticky-responsive-menu #header, #header, #header-wrap {
	height: 60px;
	min-height: 0;
}

#primary-menu-trigger {
	top: 5px;
	left: 15px;
}
.responsive-sticky-header #primary-menu > ul, .responsive-sticky-header #primary-menu > .container > ul {
    max-height: 450px;
	margin-bottom: 0;
}
#primary-menu ul > li > a#fb {
	border: solid 1px #DDD !important;
	margin: 10px 5px !important;
}
}

/*==========================================
                上方logo區塊
==========================================*/

#logo {
    width: 100%;
	margin-right: 0;
}

#logo a.mobile-logo {
	display: none;
}


#logo img {
    max-width: 177px;
    height: auto;
    margin: 0 auto;
}

@media (max-width: 991px) {
	
#logo, #logo img {
	height: 60px;
}

}

/*==========================================
             banner選單區塊
==========================================*/

/*banner選單區塊-連結文字樣式*/

#primary-menu ul li > a {
	font-size: 21px;
	color: #fff !important;
	font-family: Helvetica, Aria, 'Noto Sans TC', 微軟正黑體, sans-serif;
}

#primary-menu ul li:hover > a,
#primary-menu ul li.current > a {
	color: #FF6366;
}

/*banner選單區塊-fb按鈕樣式*/

#primary-menu ul li #fb {
    padding: 0 !important;
    margin: 30px 0;
}

#primary-menu ul li > #fb i {
    width: 100%;
    font-size: 16px;
    top: 0;
    margin-right: 0;
}

#header.sticky-header:not(.static-sticky) #primary-menu > ul > li > #fb {
    margin: 8px 0;
}

#primary-menu ul li > a i.icon-line2 {
	background: url(../image/icon-line.png) no-repeat center center;
	display: block;
	width: 38px;
	height: 38px;
}
.si-line:hover,
.si-colored.si-line {
	background-color: #00b900 !important;
}

@media (min-width: 992px) {

#primary-menu {
    display: table;
    margin: auto;
    float: none;
}

}

/*==========================================
             首頁banner區塊
==========================================*/

@media (min-width: 992px) {

#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {
    top: -213px;
    margin-bottom: -213px;
}



/*首頁banner區塊-線條裝飾遮罩*/

.index_banner .swiper-wrapper:before {
    width: 38px;
    height: 221px;
    content: "";
    background-image: url(../image/sp_line_01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    position: absolute;
    left: 49%;
    bottom: 5.5%;
    z-index: 1;
}

}

/*首頁banner區塊-藍色遮罩區塊*/

.index_banner .swiper-wrapper:after {
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../image/index_banner_cover.png);
    background-repeat: no-repeat;
    background-position: center bottom;
	background-size: contain;
    position: absolute;
}

/*==========================================
             Footer樣式
==========================================*/

/*下方區塊-主區塊*/

#footer {
    font-size: 17px;
    background-color: #14151a !important;
}

#footer .footer-widgets-wrap {
    padding: 35px 0;
}

/*下方區塊-下方logo設定*/

#footer .footer-logo {
    display: inline-block;
}

/*下方區塊-輔助選單樣式*/

#footer .copyrights-menu a {
    font-size: 17px;
    margin: 0 10px;
    border-bottom: 0 !important;
}

/*下方區塊-上稿內容區塊*/

#footer .footer_text {
	padding-top: 20px;
	padding-bottom: 20px;
}


/*下方區塊-版權聲明區塊*/

#footer #copyrights {
    font-size: 17px;
    color: #fff;
    padding: 15px 0;
    background-color: transparent;
    border-top: 1px solid #35363a;
}

/*下方區塊-版權聲明選單樣式*/

#footer #copyrights .copyrights-menu a {
    font-size: 14px;
	color: #fff;
}

.m-footer-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 0 10px 0;
	background: rgba(50,157,239,0.80);
	z-index: 100;
}
.m-footer-nav:before {
	display: block;
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: 15px;
	background: rgba(50,157,239,0.80);
	z-index: 100;
	-webkit-border-top-left-radius: 150%;
	-webkit-border-top-right-radius: 150%;
	-moz-border-radius-topleft: 150%;
	-moz-border-radius-topright: 150%;
	border-top-left-radius: 150%;
	border-top-right-radius: 150%;
}
.m-footer-nav .nav-item {
	padding: 0 5px;
}
.m-footer-nav .nav-item a {
	color: #ffffff;
	font-size: 13px;
}
.m-footer-nav .nav-item a .icon {
	width: 36px;
	margin: 0 auto;
}
@media (max-width: 991px) {
	#footer {
		padding-bottom: 80px;
	}
}

/*==========================================
             中間樣式
==========================================*/
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #ffffff;
}

#page-title.page-title-parallax:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	left: 0;
}
#page-title.dark h1 {
	color: #ffffff;
}
.dark .breadcrumb a, .dark .breadcrumb-item + .breadcrumb-item::before {
    color: #dfdfdf;
}
.dark .breadcrumb-item.active {
    color: #ffffff;
}

#content {
	background: url(../image/bg-paper-3.jpg) center top;
}

@media (max-width: 991px) {
	.content-wrap {
		padding: 30px 0;
	}
}


/*左選單*/
.sidebar-widgets-wrap .widget_links {
	background-color: #f3f3f3;
	padding: 15px !important;
}
#box_center_menu .sidebar-widgets-wrap .widget_links:before {
	position: absolute;
	content: '';
	top: 0;
	left: 15px;
	display: block;
	width: 5em;
	height: 5px;
	background-color: #DB0003;
}
#box_center_menu .widget_links li a {
	background: url(../images/widget-link.png) no-repeat left top;
	font-family: 'Raleway', Helvetica, Aria, 'Noto Sans TC', 微軟正黑體, sans-serif;
}
#box_center_menu .sidebar-widgets-wrap .widget > h4 {
	font-size: 20px;
	font-weight: 800;
	color: #666666;
	border-bottom: solid 1px #d1d1d1;
	padding-bottom: 10px;
}

#box_center_menu .widget_links li {
	padding: 0;
    padding-top: 10px;
    margin-top: 10px;
    border-top: solid 1px #d1d1d1;
}
#box_center_menu .widget_links li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.widget_links .nav-tree {
	padding-bottom: 10px;
}
.widget_links .nav-tree li {
	padding: 0;
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px #d1d1d1;
}
.widget_links .nav-tree li:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.widget_links .nav-tree ul li a {
	padding: 0;
	padding-left: 14px;
	color: #666666;
}
.widget_links .nav-tree ul ul {
	margin-top: 10px;
}
.nav-tree li:hover > a, .nav-tree li.current > a, .nav-tree li.active > a {
    color: #DB0003 !important;
}
#box_menu_ad {
	margin-top: 30px;
}

@media all and (max-width: 991px) {
	
	.postcontent {
		margin-top: 0;
		width: 100%;
		margin-top: 0px;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0 !important;
	}
	
	.sidebar {
		margin-top: 0;
	}
	
	.breadcrumb {
		text-align: right;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
	.sidebar-widgets-wrap {
		margin: 0;
		width: 50%;
		float: left;
	}
	.sidebar-widgets-wrap .widget {
		margin-bottom: 0;
	}
	#box_menu_ad {
		margin-top: 0;
		width: 50%;
		float: left;
	}
}
@media (max-width: 578.98px){
	#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
		margin-top: 10px !important;
	}
}


/*==========================================
             商品頁樣式
==========================================*/
.shop .product-image {
    position: relative;
    overflow: hidden;
	padding: 0;
	border-bottom: none;
}
.shop .product-image:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.shop .image-content {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow: hidden;
}
.shop .image-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.shop .image-content a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.shop .product-image img {
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.shop .product-image a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.shop .product-desc {
	text-align: center;
	padding-bottom: 0;
}
.shop .product-desc .product-title {
	margin-bottom: 0;
}

.single-product .col_half.product-desc {
	float: right;
}
.single-product .product-brand {
	width: 40%;
	float: right;
	text-align: right;
}
.single-product .product-brand img {
	max-width: 120px;
	margin-top: 10px;
}
.single-product .product-title {
	width: 60%;
	float: left;
}
.single-product .product-title h3 {
	color: #DB0003;
	font-size: 28px;
}
.single-product  .product-title h5 {
	margin-bottom: 0;
}
.single-product .product-specification {
	float: left;
	width: 100%;
	margin-top: 10px;
	text-align: right;
	font-style: italic;
}
.single-product .product-specification h4 {
	font-size: 14px;
}
@media (max-width: 991px){
	.single-product .product:not(.product-2):not(.product-3) .product-title h3 {
		font-size: 28px;
	}
}
@media (max-width: 767px){
	.single-product .col_full.nobottommargin {
		margin-bottom: 0 !important;
	}
	.col_half.product-desc {
		margin-bottom: 30px !important;
	}
	.single-product .col_half.product-desc {
		float: none;
	}
	.single-product .product-brand {
		width: 25%;
	}
	.single-product .product-brand img {
		max-width: 100%;
	}
	.single-product .product-title {
		width: 70%;
		margin-right: 5%;
	}
	.single-product .product-specification h4 {
		font-size: 13px;
	}
}
@media (max-width: 578.98px){
	.shop:not(.product-1) .product {
		margin: 0 0 30px 0;
		margin-right: 4%;
		width: 48%;
		float: left;
	}
	.shop .product:nth-child(2n+2) {
		margin-right: 0;
	}
	.shop .product .product-desc {
		padding-top: 8px;
	}
}


/*==========================================
             首頁樣式
==========================================*/
.slider-caption:not(.dark), .slider-caption:not(.dark) h2  {
	color: #ffffff;
}
.slider-caption p {
	margin-top: 10px;
}
@media (max-width: 578.98px){
	.slider-arrow-left, .slider-arrow-right {
		width: 32px;
		height: 32px;
		margin-top: -16px;
	}
	.slider-arrow-left i, .slider-arrow-right i {
		line-height: 30px;
		width: 14px;
		height: 32px;
		font-size: 24px;
	}
}

.fancy-title span {
	display: block;
}
.fancy-title.title-border:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    border-top: 1px solid rgba(255,255,255,0.15);
    right: auto;
    left: 0;
	top: 49%;
}
.fancy-title.title-border:before, .fancy-title.title-border:after {
	width: 36%;
}

/*==========================================
               套裝行程區塊
==========================================*/

/*套裝行程區塊-主區塊*/

#home-set {
    background-color: #a2e1fc;
    background-image: url(../image/home-set-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 60px;
}

/*套裝行程區塊-主標題文字樣式*/

#home-set .emphasis-title h2 {
    font-size: 28px;
    color: #000;
}

#home-set .emphasis-title h2:before, #home-set .emphasis-title h2:after{
    font-size: 18px;
    content: "|";
    padding: 0 10px;
}

#home-set .emphasis-title span {
	font-size: 14px;
    color: #217ede;
}

#home-set .entry-image {
    margin: 0;
}

/*套裝行程區塊-小標題樣式*/

#home-set .entry-title .badge-danger {
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    background-color: #dc3545;
    padding: 6px 20px;
    margin-bottom: 15px;
}

#home-set .entry-title h3 {
    font-size: 2rem;
	line-height: 1.3;
    margin-bottom: 0;
	color:#ffffff;
	font-family: Helvetica, Aria, "Noto Sans TC", 微軟正黑體, sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 0 #000f33,
    -1px 1px 0 #000f33,
    1px -1px 0 #000f33,
    -1px -1px 0 #000f33,
    0px 1px 0 #000f33,
    0px -1px 0 #000f33,
    -1px 0px 0 #000f33,
    1px 0px 0 #000f33,
    2px 2px 0 #000f33,
    -2px 2px 0 #000f33,
    2px -2px 0 #000f33,
    -2px -2px 0 #000f33,
    0px 2px 0 #000f33,
    0px -2px 0 #000f33,
    -2px 0px 0 #000f33,
    2px 0px 0 #000f33,
    1px 2px 0 #000f33,
    -1px 2px 0 #000f33,
    1px -2px 0 #000f33,
    -1px -2px 0 #000f33,
    2px 1px 0 #000f33,
    -2px 1px 0 #000f33,
    2px -1px 0 #000f33,
    -2px -1px 0 #000f33;
}

#home-set .button.button-xlarge {
	font-size: 1.5rem;
	letter-spacing: 0;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2),
    -1px 1px 0 rgba(0,0,0,0.2),
    1px -1px 0 rgba(0,0,0,0.2),
    -1px -1px 0 rgba(0,0,0,0.2),
    0px 1px 0 rgba(0,0,0,0.2),
    0px -1px 0 rgba(0,0,0,0.2),
    -1px 0px 0 rgba(0,0,0,0.2),
    1px 0px 0 rgba(0,0,0,0.2),
    2px 2px 0 rgba(0,0,0,0.2),
    -2px 2px 0 rgba(0,0,0,0.2),
    2px -2px 0 rgba(0,0,0,0.2),
    -2px -2px 0 rgba(0,0,0,0.2),
    0px 2px 0 rgba(0,0,0,0.2),
    0px -2px 0 rgba(0,0,0,0.2),
    -2px 0px 0 rgba(0,0,0,0.2),
    2px 0px 0 rgba(0,0,0,0.2),
    1px 2px 0 rgba(0,0,0,0.2),
    -1px 2px 0 rgba(0,0,0,0.2),
    1px -2px 0 rgba(0,0,0,0.2),
    -1px -2px 0 rgba(0,0,0,0.2),
    2px 1px 0 rgba(0,0,0,0.2),
    -2px 1px 0 rgba(0,0,0,0.2),
    2px -1px 0 rgba(0,0,0,0.2),
    -2px -1px 0 rgba(0,0,0,0.2);
}

@media (max-width: 578.98px){
	.content-wrap #home-set.header-stick {
		margin-top: -30px !important;
	}
	#home-set .entry-title h3 a.link {
		margin-top: 0;
	}
}

/*套裝行程區塊-群組區塊樣式*/

#home-set .entry-group {
    width: 100%;
    padding: 15px 35px;
    position: absolute;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 99%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	transition: all .5s;
}

#home-set .oc-item:hover .entry-group {
    opacity: 0;
}

/*套裝行程區塊-內文樣式*/

#home-set .entry-content p {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.5 !important;
}

/*套裝行程區塊-遮罩區塊樣式*/
#home-set .post-grid.grid-3 {
	margin-right: -31px;
}
#home-set .entry-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
	transition: all .5s;
	opacity: 0;
}

#home-set .entry:hover .entry-cover {
    opacity: 1;
}
#home-set .entry-cover-inner {
	background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../image/home-set_cover_bg.png);
    background-repeat: no-repeat;
    background-position: center 90%;
	width: 100%;
	height: 100%;
	padding: 30px;
}

#home-set .entry-cover a {
    width: 100%;
    font-size: 40px;
    color: #fff;
    letter-spacing: 1px;
    font-style: italic;
    text-align: center;
    display: block;
	padding-top: 80%;
}
#home-set .entry-cover .inner-block {
	padding-top: 40%;
}
#home-set .entry-cover .inner-block a {
	padding-top: 15px;
}

#home-set .entry-cover span {
    font-size: 22px;
    color: #a4a4a4;
}

#home-set .entry:after {
    display: none;
}

#home-set .entry a.link-phone {
	position: absolute;
	right: 35px;
	bottom: 15px;
	z-index: 2;
}
#home-set .entry a.link-phone .icon-line {
	background: url(../image/sns-r-line-t-g.png) no-repeat center center;
	background-size: 80%;
}
#home-set .entry a.link-phone .icon-line:before {
	display: none;
}
#home-set .entry a.link-phone:hover .icon-line {
	background: url(../image/sns-r-line-t-w.png) no-repeat center center #00c511;
	background-size: 80%;
}
#home-set .entry-inner {
	position: relative;
}
#home-set .entry-image {
    position: relative;
    overflow: hidden;
	padding: 0;
	border-bottom: none;
}
#home-set .entry-image:before {
    content: "";
    display: block;
    padding-top: 130%;
}
#home-set .entry-image .image-content {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	overflow: hidden;
}
#home-set .entry-image .image-content div {
   width: 100%;
   height: 100%;
}
#home-set .entry-image .image-content a {
    text-align: center;
    vertical-align: middle;
}
#home-set .entry-image:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	height: 50%;
	width: 100%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 57%, rgba(255,255,255,1) 99%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 99%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 57%,rgba(255,255,255,1) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
@media (min-width: 992px) and (max-width: 1199px){
	#home-set .entry-group {
		padding: 15px;
	}
}
@media (max-width: 578.98px){
	#home-set .entry-image:before {
		padding-top: 150%;
	}
	#home-set .entry-image:after {
		height: 60%;
	}
	#home-set .entry-content p {
		font-size: 1rem;
	}
	.post-grid.grid-2 .entry, .post-grid.grid-3 .entry {
		padding-right: 0 !important;
	}
}

/*套裝行程區塊-更多按鈕樣式*/

#home-set .more_box {
    text-align: center;
}

#home-set .more_box .more {
    width: 120px;
    height: 118px;
    font-size: 21px;
    color: #fff;
    line-height: 1.3;
    padding: 34px 33px;
    padding-left: 44px;
    display: inline-block;
    background-image: url(../image/home-set_more_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#home-set .more_box .more:hover {
    margin-top: -5px;
    margin-bottom: 5px;
}

@media (max-width: 1730px){
	#home-set .entry-cover a {
		font-size: 35px;
		padding-top: 64%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#home-set .entry-group .entry-content {
		margin-bottom: 15px;
	}
}
@media (max-width: 578.98px){
	#home-set .entry-cover-inner {
		padding: 15px;
	}
	#home-set .entry-cover a {
		font-size: 30px;
	}
	#home-set .entry-group {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*==========================================
               賞鯨之旅區塊
==========================================*/

/*賞鯨之旅區塊-主區塊*/

#home-travel {
    background-image: url(../image/gallery-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	overflow: inherit;
	background-size: cover;
}
#home-travel .container {
    max-width: 1385px;
}
#home-travel .portfolio-item a {
	overflow: hidden;
	display: block;
}
#home-travel .portfolio-item img {
	transition:.5s ease-in-out;
}
#home-travel .portfolio-item:hover img {
	transform:scale(1.2);
	-webkit-filter: brightness(1.3);
	filter: brightness(1.3);
}
#home-travel .gallery-content {
	margin: 1em 0;
    border: dashed 3px #f28f6b;
    padding: 2em;
    border-radius: 20px;
}

@media (max-width: 991px){
	#home-video .video-overlay {
		display: none;
	}
}
@media (max-width: 575.98px) {
	#home-travel.swiper_wrapper:not(.force-full-screen), #home-travel.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide {
		height: 300px !important;
	}
	#home-travel .container {
		margin-top: 60px;
	}
	#home-travel .gallery-content {
		padding: 1em;
	}
	#home-travel .portfolio:not(.portfolio-1) {
		margin: 0 -2px -2px 0;
	}
	#home-travel .portfolio .portfolio-item {
		width: 50%;
		padding: 0 2px 2px 0;
	}
}

/*賞鯨之旅區塊-裝飾線條樣式*/

#home-travel:before {
    width: 1px;
    height: 105px;
    content: "";
    position: absolute;
    top: -47px;
    left: 50%;
    background-image: url(../image/sp_line_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
	z-index: 2;
}

#home-travel:after {
    width: 1px;
    height: 105px;
    content: "";
    position: absolute;
    bottom: -58px;
    left: 50%;
    background-image: url(../image/sp_line_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

/*賞鯨之旅區塊-標題文字樣式*/

#home-travel .emphasis-title h2 {
    font-size: 28px;
    color: #fff;
}

#home-travel .emphasis-title h2:before, #home-travel .emphasis-title h2:after{
    font-size: 18px;
    content: "|";
    padding: 0 10px;
}

#home-travel .emphasis-title span {
	font-size: 14px;
    color: #a0a0a0;
}

/*賞鯨之旅區塊-列表區塊樣式*/

#home-travel .col_one_fourth {
    width: 24.2%;
    margin-right: 1%;
}

/*賞鯨之旅區塊-日期列表區塊*/

#home-travel .input-group {
    background-color: #eb6100;
    border: 1px solid #ced4da;
}

/*賞鯨之旅區塊-月歷icon區塊*/

#home-travel .input-group-append {
    margin-left: 0px;
}

#home-travel .input-group-text {
    font-size: 30px;
    color: #fff;
    background-color: transparent;
    border: 0px solid #ced4da;
}

#home-travel .form-control {
    height: 72px;
    font-size: 19px;
    color: #fff;
    padding: 5px 15px;
    background-color: transparent;
    border: 0px solid #ced4da;
    box-sizing: border-box;
}

#home-travel .form-control::-webkit-input-placeholder {
	color: #fff;
}

#home-travel .form-controll:-ms-input-placeholder { // IE10+
	color: #fff;
}

#home-travel .form-control:-moz-placeholder { // Firefox4-18
	color: #fff;
}

#home-travel .form-control::-moz-placeholder { // Firefox19+
	color: #fff;
}

/*賞鯨之旅區塊-列表按鈕樣式*/

#home-travel .list_box .button {
    width: 100%;
    height: auto;
    color: #eb6100;
    text-align: center;
    padding: 9px 15px;
    margin: 0;
    background-color: #fff;
	border: 1px solid #ced4da;
    text-shadow: none;
}

#home-travel .list_box .button:hover, #home-travel .list_box .active {
    color: #fff;
    background-color: #eb6100;
}

/*賞鯨之旅區塊-送出按鈕區塊*/

#home-travel #button_box {
    text-align: center;
    margin-top: 35px;
}

#button_box .button {
    height: auto;
    font-size: 25px;
    padding: 10px 45px;
    background-color: #eb6100;
}

#button_box .button i {
    height: 72px;
    line-height: 72px;
}

@media (max-width: 1200px){

/*賞鯨之旅區塊-列表區塊樣式*/

#home-travel .col_one_fourth {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px !important;
}

}

/*==========================================
               賞鯨奇趣區塊
==========================================*/

/*賞鯨奇趣區塊-主區塊*/

#home-video {
    background-image: url(../image/home-video-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
}

/*賞鯨奇趣區塊-標題文字樣式*/

#home-video .emphasis-title h2 {
    font-size: 28px;
    color: #fff;
}

#home-video .emphasis-title h2:before, #home-video .emphasis-title h2:after{
    font-size: 18px;
    content: "|";
    padding: 0 10px;
}

#home-video .emphasis-title span {
	font-size: 14px;
    color: #a0a0a0;
}

/*賞鯨奇趣區塊-撥放按鈕*/

#home-video .feature-box {
    display: table;
    text-align: center;
    padding: 100px 0;
    margin: 0 auto;
}

#home-video .feature-box .fbox-icon {
    position: relative;
}

#home-video  .feature-box .fbox-icon i {
    background-color: rgba(255, 255, 255, 0.5);
}

#home-video .fbox-effect:hover .fbox-icon i {
    background-color: #333;
}

/*==========================================
               報名區塊
==========================================*/
label.form-radio {
	display: block;
}
label small {
	color: #D80003;
}
.contact-widget #theform .radio-style-3-label {
	margin: 10px 5px;
	padding-left: 2.55em;
}
.contact-widget #theform .radio-style-3-label:before {
	margin-left: -2.55em;
}
.radio-style:checked + .radio-style-3-label:before {
	background-color: #eb6100 !important;
	color: #ffffff !important;
	border-color: rgba(0,0,0,0.1);
}

#float-ad {
	position: fixed;
	z-index: 299;
	right: 30px;
	bottom: 80px;
	width: 52px;
}
@media (max-width: 991.98px){
	#gotoTop {
		right: 8px;
		border-radius: 50%;
		width: 50px;
		height: 50px;
		line-height: 48px;
		font-size: 30px;
	}
	#gotoTop, .stretched #gotoTop {
		bottom: 90px;
	}
	#float-ad {
		right: 8px;
		bottom: 145px;
	}
	#float-ad a {
		display: block;
		margin-top: 5px;
	}
}

ul.tab-nav:not(.tab-nav-lg) li a {
	font-size: 1.2em;
}
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
	border-bottom-color: #0084FF;
	color: #0084FF;
}