@charset "utf-8";

.clearfix:before,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

/*清理浮動*/
.form-action::after {
	clear: both;
}

.form-action::before,
.form-action::after {
	content: " ";
	display: table;
}

body {
	font: 100%/1.4 "微軟正黑體", Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #393939;
	font-size: 16px;
	line-height: 1.5;
}

a {
	color: #666666;
}

a:focus,
a:hover {
	text-decoration: none;
}

p {
	margin: 0;
}

iframe {
	width: 100%;
}

.container {
	position: relative;
}

.content {
	padding: 45px 55px;
}

#header {
	background: url('../images/beader_bt.png') center top;
	height: 180px;
	z-index: 1000;
	/*  position: absolute;*/
	top: 0;
	width: 100%;
}

#header .logo {
	position: absolute;
	top: 18px;
	left: 50%;
	margin-left: -73px;
}

#header .cart {
	position: absolute;
	right: 30px;
	top: 0px;
	border-radius: 0px 0px 5px 5px;
	background: #1AA3AD;
	color: #fff;
	font-size: 16px;
	padding: 6px 20px 7px 10px;
}

#header .cart:hover,
#header .cart:focus {
	background: #a9cc16;
}

#header .cust {
	position: absolute;
	right: 165px;
	top: 0px;
	border-radius: 0px 0px 5px 5px;
	background: #1AA3AD;
	color: #fff;
	font-size: 16px;
	padding: 6px 20px 7px 10px;
}

#header .cust img {
	width: 15px;
	margin: 0px 10px;
	position: relative;
	top: -2px;
}

#header .cust:hover,
#header .cust:focus {
	background: #a9cc16;
}

#header .order {
	position: absolute;
	right: 335px;
	top: 0px;
	border-radius: 0px 0px 5px 5px;
	background: #1AA3AD;
	color: #fff;
	font-size: 16px;
	padding: 6px 20px 7px 10px;
}

#header .order img {
	width: 15px;
	margin: 0px 10px;
	position: relative;
	top: -2px;
}

#header .order:hover,
#header .order:focus {
	background: #a9cc16;
}

.socials {
	background: url(../images/socials.png) no-repeat;
	width: 216px;
	height: 56px;
	position: absolute;
	top: 0px;
	left: 40px;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	padding: 0px 0px 0px 10px;
	;
}

.socials a {
	display: inline-block;
	width: 45px;
	height: 56px;
}

.socials a::after {
	content: ''
}

#bs-navbar {
	padding-top: 55px;
}

.navbar-nav>li {
	text-align: center;
	font-size: 18px;
	min-width: 115px;
}

.navbar-nav>li.logo-block {
	width: 190px;
	display: block;
	height: 1px;
}

.nav>li>a {
	padding: 0px 10px 10px 10px;
}

.nav>li>a:hover {
	background: inherit;
}

#main-frame {
	width: 100%;
	/*  position: absolute; */
	/*  top: 105px;   */
	/*  left: 0px;  */
	z-index: -1;
	margin-top: -70px;
}

#main-frame a {
	width: 100%;
	height: 570px;
	display: inline-block;
	font-size: 0;
	background-size: cover;
	background-position: center top;
}

.header-bb {
	background: url('../images/beader_bb.png') center top;
	height: 50px;
	margin-top: 455px;
	z-index: 1000;
}

#footer {
	height: auto;
	background: url('../images/footer.png') center top no-repeat;
	border-bottom: 8px solid #1aa3ad;
	position: relative;
	padding-bottom: 20px;
}

#footer.footer-wrap {
	background: url('../images/footer.png') center top no-repeat #f6fae7;
}

.footer {
	padding: 50px 30px 0px 30px;
}

.footer::after {
	border-bottom: 1px solid #1aa3ad;
	position: absolute;
	content: '';
	width: 60%;
	right: 40px;
	bottom: 15px;
	display: inline-block;
}

.footer .footer-logo {
	float: left;
}

.footer .comp-data {
	float: left;
	width: 42%;
	padding: 0px 0px 0px 0px;
	color: #666666;
}

.footer .comp-data img {
	float: left;
}

.footer .comp-data h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color: #000000;
}

.footer .comp-data p {
	font-size: 13px;
	line-height: 20px;
}

.footer .comp-data .conts p {
	display: inline-block;
	padding-right: 10px;
}

.footer .comp-data2 {
	padding: 2px 0px 0px 0px;
	float: right;
	width: 58%;
	text-align: right;
	font-size: 14px;
	color: #666666;
}

.footer .comp-data2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .comp-data2 ul li {
	display: inline-block;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #666666;
	line-height: 14px;
}

.footer .comp-data2 ul li:first-child {
	border-left: 0px;
}

.footer .comp-data2 ul li a {
	color: #1aa3ad;
}

.footer .comp-data2 .cr {
	font-size: 12px;
	line-height: 26px;
	padding-right: 10px;
}

.footer .comp-data2 .ct {
	font-size: 14px;
	line-height: 26px;
	color: #9c9c9c;
}

.footer .comp-data2 .ct span {
	color: #1D3050;
	padding: 0px 10px 0px 5px;
	font-weight: bold;
}

.list-row {
	padding: 20px 30px;
}

.list-row .title,
.page_title {
	margin: 0px 0px 40px 0px;
}

.list-row .title h1,
.page_title h1 {
	color: #1aa3ad;
	font-size: 32px;
	position: relative;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
	font-weight: bold;
}

.list-row .title h1::before,
.list-row .title h1::after,
.page_title h1::before,
.page_title h1::after {
	position: absolute;
	content: '';
	border-bottom: 2px solid #1aa3ad;
	top: 20px;
	display: inline-block;
	width: 40%;
}

.list-row .title h1::before,
.page_title h1::before {
	left: 15px;
}

.list-row .title h1::after,
.page_title h1::after {
	right: 15px;
}

.page_title p {
	color: #666666;
	text-align: center;
	line-height: 25px;
}

.page_title img {
	display: block;
	width: 25px;
	height: 25px;
	margin: 0 auto;
}

/* list-row2 */
.list-row2 .title h1 {
	color: #a9cc16;
}

.list-row2 .title h1::before,
.list-row2 .title h1::after {
	border-bottom: 2px solid #a9cc16;
}

.list-wraps {
	padding: 0px 10px 40px 10px;
}

.list-wraps .sch-form {
	background: #f6fae7;
}

.list-wraps.index-sch {
	max-height: 425px;
}

.list-wraps .sch-form h2 {
	background: #a9cc16;
	margin: 0;
	line-height: 70px;
	font-size: 28px;
	color: #fff;
	text-align: center;
}

.list-wrap {
	border: 2px solid #a9cc16;
	border-radius: 5px;
	/* height: 400px;*/
	padding-bottom: 5px;
}

.list-wrap .img {
	width: 100%;
	position: relative;
}

.list-wrap .img img {
	width: 100%;
}

.list-wrap h3 {
	color: #a6bf10;
	font-size: 18px;
	padding: 0px 15px;
	line-height: 1.3em;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-wrap h3 a {
	color: #a6bf10;
}

.list-wrap p {
	color: #666666;
	font-size: 13px;
	padding: 0px 20px;
	margin: 0;
	height: 45px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-wrap p.price {
	color: #595757;
	font-size: 16px;
	padding: 0px 20px;
	line-height: 36px;
}

.list-wrap p.price span {
	color: #ce161e;
	font-size: 24px;
}

.list-wrap2 {
	border: 2px solid #1aa3ad;
	background: #fff;
	padding-bottom: 10px;
}

.list-wrap2 h3 {
	color: #1aa3ad;
}

.bg-02 .list-wrap2 h3 {
	border-bottom: 1px dashed #1aa3ad;
	padding: 0;
	margin-left: 15px;
	margin-right: 15px;
}

.input-groups-tr {
	padding: 20px 40px 20px 40px;
}

.input-group-tr {
	position: relative;
	display: table;
	border-collapse: separate;
	padding: 10px 0px;
	width: 100%;
}

.input-group-tr label {
	width: 100%;
	font-size: 17px;
	font-weight: normal;
	color: #545454;
	padding-right: 10px;
}

.input-group-tr select {
	font-size: 15px;
	color: #545454;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	padding: 7px 15px !important;
	width: 100%;
	line-height: 35px;
}

.input-group-tr input {
	font-size: 15px;
	color: #545454;
	border: 1px solid #bbbbbb;
	border-radius: 3px;
	padding: 7px 15px;
	width: 100%;
	height: 40px;
}

.input-group-tr input#date {
	border-left: none;
}

.input-group-tr .input-group-addon {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	border-right: none;
}

.input-group-tr .input-group-addon i {
	color: #a9cc16;
	font-size: 18px;
}

.input-group-tr .checkbox-inline {
	padding-right: 0;
	padding-left: 0;
}

.input-group-tr .checkbox-inline input[type="radio"] {
	width: auto;
	height: auto;
}

.input-group-tr input[type="checkbox"] {
	width: 25%;
	height: 15px;
	vertical-align: middle;
}

.index-h2 {
	color: #a9cc16;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #a9cc16;
	padding: 0px 20px 10px 0px;
	margin: 20px 5px 20px 15px;
}

.travel_l {
	background: #F6FAE7;
}

.travel-groups .travel-group {
	padding-bottom: 15px;
}

.travel-groups .travel-group img {
	width: 80%;
}

.index-news {
	list-style: none;
	padding: 0px 0px 0px 15px;
}

.index-news li {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dashed #d4d4d4;
}

.index-news li:first-child {
	padding: 0px 0px 10px 0px;
}

.index-news li p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}

.index-news li a {
	font-size: 18px;
	color: #a9cc16;
}

#swiper-links {
	padding: 15px 15px 10px;
	margin-bottom: 50px;
	position: relative;
	text-align: center;
	border-bottom: 1px dashed #a9cc16;
}

.swiper-links {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
}

.arrow-btn {
	position: absolute;
	top: 35%;
	cursor: pointer;
	width: 40px;
	height: 90px;
	top: 30%;
}

.arrow-btn.prev {
	background: url(../images/arrow.png) 0px 50% no-repeat;
	display: block;
	left: 0;
}

.arrow-btn.next {
	background: url(../images/arrow.png) -12px 50% no-repeat;
	display: block;
	right: 0;
}

/* about */
.lf-menu {
	width: 25%;
	float: left;
	position: relative;
	border: 2px solid #1aa3ad;
	border-radius: 5px;
	padding: 40px 20px 30px 20px;
	background: #E8F5F6;
	margin-left: 30px;
}

.lf-menu::before,
.lf-menu::after {
	position: absolute;
	content: '';
	border-left: 2px solid #1aa3ad;
	top: -20px;
	display: inline-block;
	height: 40px;
}

.lf-menu::before {
	left: 50px;
}

.lf-menu::after {
	right: 50px;
}

.lf-menu ul {
	list-style: none;
	padding: 0;
}

.lf-menu ul li {
	margin: 0px 0px 8px 0px;
	text-align: center;
	line-height: 42px;
}

.lf-menu ul li a {
	background: #a7ca16;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: block;
}

.lf-menu ul li a:hover,
.lf-menu ul li a.act {
	background: #1AA1AB;
}

.lf-menu-n {
	border: 2px solid #a7ca16;
	background: #F6FAE7;
}

.lf-menu-n::before,
.lf-menu-n::after {
	border-left: 2px solid #a7ca16;
}

.container-text {
	width: 70%;
	float: left;
	padding: 0px 0px 10px 40px;
}

.container-text .title,
.container-text .title2 {
	font-size: 24px;
	font-weight: bold;
	color: #a7ca16;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}

.container-text .title2 {
	color: #1aa3ad;
}

.container-text .title_ext {
	font-size: 14px;
	color: #666666;
	padding: 0px 0px 20px 0px;
}

.content .container-text .desctext {
	line-height: 32px;
	padding: 0px 0px 20px 0px;
}

.content .desctext {
	padding: 0px 20px 30px 20px;
	color: #666666;
	font-size: 16px;
	line-height: 36px;
}

.content .desctext h3 {
	font-size: 18px;
	font-weight: bold;
}

.content .desctext p {
	margin: 0;
}

/* news */
.news-group {
	padding: 20px 0px 40px 0px;
	border-bottom: 2px solid #1aa3ad;
	margin: 0px 0px 20px 0px;
}

.news-group .img {
	width: 180px;
	padding: 0px 10px 0px 0px;
	float: left;
}

.news-group .data {
	width: 520px;
	padding: 0px 0px 0px 10px;
	float: left;
}

.news-group .news-title {
	border-left: 2px solid #a7ca16;
	padding: 0px 0px 1px 20px;
	margin-top: 10px;
}

.news-group .news-title2 {
	border-left: 2px solid #1aa3ad;
}

.news-group .news-title p {
	color: #a7ca16;
	font-size: 14px;
}

.news-group .news-title h2 {
	color: #2b2e32;
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0px 5px 0px;
}

.news-group .news-text {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	padding: 20px 0px 0px 0px;
}

.container-text .news-title {
	border-left: 4px solid #a7ca16;
	padding: 0px 0px 1px 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.container-text .news-title p {
	color: #a7ca16;
	font-size: 14px;
}

.container-text .news-title h2 {
	color: #2b2e32;
	font-size: 18px;
	font-weight: bold;
	margin: 8px 0px 5px 0px;
}

.news-group .news-title2 {
	border-left: 4px solid #1aa3ad;
	color: #1aa3ad;
}

.news-group .news-title2 p {
	color: #1aa3ad;
}

/* links */
.links-groups {
	padding: 10px 0px 10px 0px;
}

.links-group {
	text-align: center;
	padding: 0px 0px 30px 0px;
}

.links-group .img {
	border: 2px solid #a3c600;
	border-radius: 50%;
	width: 169px;
	height: 169px;
	font-size: 0;
	text-align: center;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.links-group p {
	font-size: 16px;
	color: #231815;
	padding: 20px 0px;
}

.links-group .img .mark,
.mark span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.travel_w_r {
	padding-left: 60px;
	font-size: 13px;
}

.links-group .img .mark {
	background: transparent;
	opacity: 0;
}

.mark i.zoom {
	position: absolute;
	background: url('../images/zoom.png') 0 0 no-repeat;
	width: 44px;
	height: 44px;
	display: inline-block;
	z-index: 1;
	left: 50%;
	top: 50%;
	margin: -22px 0px 0px -22px;
}

.mark span {
	background: #a9cc16;
	opacity: 0.8;
	display: block;
	z-index: 0;
	border-radius: 100px;
}

.links-group a:hover .img .mark {
	transition: all 0.1s ease-out;
	opacity: 1;
}

/* contact */
.contact_infos>p {
	color: #666666;
	line-height: 32px;
}

.contact_infos .info {
	padding: 20px 20px;
	position: relative;
	border: 1px solid #a5a5a5;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 36px;
	font-size: 16px;
	margin: 20px 0px;
}

.contact_infos .info:before,
.contact_infos .info:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
}

.contact_infos .info:before {
	border-width: 15px 8px 0px 8px;
	border-color: #a5a5a5 transparent transparent transparent;
	left: 50%;
	bottom: -15px;
	margin-left: -15px;
}

.contact_infos .info:after {
	border-width: 14px 7px 0px 7px;
	border-color: #fff transparent transparent transparent;
	left: 50%;
	bottom: -13px;
	margin-left: -14px;
}

.contact_infos .info h3 {
	color: #1aa3ad;
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.contact_infos .info ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}

.contact_infos .info ul li {
	line-height: 30px;
	display: inline-block;
	padding-right: 20px;
}

.contact_infos .info ul li span {
	color: #1aa3ad;
}

.contact_form {
	padding: 20px 0px 20px 0px;
	margin: 0;
}

.contact_form input.text,
.contact_form textarea {
	background: none;
	border: 0px;
	font-size: 17px;
}

.contact_form textarea {
	height: 130px;
	width: 100%;
}

.contact_form .form_box {
	position: relative;
	padding: 10px 20px 10px 0px;
}

.contact_form .form_box::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid #1aa3ad;
	height: 10px;
	width: 95%;
}

.contact_form .form_box2::after {
	width: 98%;
}

.contact_form input.text {
	display: inline-block;
	width: 70%;
	margin-left: 5px;
}

.contact_form .form_box label {
	font-size: 17px;
	font-weight: normal;
	display: inline-block;
	padding-right: 3px;
}

.contact_form input.code {
	display: inline-block;
	width: 130px;
	margin-left: 5px;
}

.contact_form .form_box .codeimg {
	font-size: 0px;
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
}

/* faq */
#faqs .faq {
	position: relative;
	border-bottom: 1px dashed #666666;
	margin: 0px 0px 30px 0px;
}

#faqs .faq .title {
	font-size: 18px;
	color: #666666;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	background: url('../images/faqon.png') no-repeat top right;
	cursor: pointer;
}

#faqs .faq .title.active {
	background: url('../images/faqoff.png') no-repeat top right;
}

#faqs .faq .title span {
	color: #1aa3ad;
	font-weight: bold;
	float: left;
	width: 50px;
}

#faqs .faq .title p {
	float: left;
	width: 650px;
	padding: 0px 50px 5px 0px;
}

#faqs .faq .faqdesc {
	display: none;
	padding: 0px 20px 20px 50px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}

/* product */
.content>.page-desc {
	padding: 0px 0px 0px 0px;
	margin: 0px 15px 60px 15px;
	border-radius: 10px;
	background: url(../images/product_bg.png) no-repeat right bottom #1aa3ad
}

.content>.page-desc .img {
	padding: 0px;
	font-size: 0px;
}

.content>.page-desc .img img {
	max-width: 528px;
}

.content>.page-desc .text {
	text-align: left;
	padding: 60px 28px 33px 60px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	z-index: 0;
	display: block;
}

.page-desc .desc_btn {
	display: none;
	font-size: 30px;
	text-align: center;
	width: 100%;
	color: #fff;
	cursor: pointer;
}

.page-desc_left {
	width: 50%;
	float: left
}

.page-desc_left img {
	width: 100%;
	border-radius: 5px;
}

.page-desc_left2 {
	width: 40%;
}

.page-desc_left2 img {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.container-text.ptods {
	padding: 0px 0 10px 15px;
}

.lf-menu-prod {
	width: 25%;
	float: left;
	position: relative;
	border: 2px solid #1aa3ad;
	border-radius: 5px;
	padding: 40px 20px 30px 20px;
	background: #E8F5F6;
	margin-left: 30px;
}

.lf-menu-prod::before,
.lf-menu-prod::after {
	position: absolute;
	content: '';
	border-left: 2px solid #1aa3ad;
	top: -20px;
	display: inline-block;
	height: 40px;
}

.lf-menu-prod::before {
	left: 50px;
}

.lf-menu-prod::after {
	right: 50px;
}

.lf-menu-prod ul {
	list-style: none;
	padding: 0;
}

.lf-menu-prod ul>li {
	margin: 0px 0px 25px 0px;
	text-align: center;
	line-height: 42px;
}

.lf-menu-prod ul li.cat a {
	position: relative;
	background: #1AA1AB;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	display: block;
}

.lf-menu-prod ul li.cat a::before {
	position: absolute;
	border-width: 13px 8px 0px 8px;
	border-color: #1AA1AB transparent transparent transparent;
	left: 50%;
	bottom: -12px;
	margin-left: -15px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
}

.lf-menu-prod .scat ul {
	margin: 0px 0px 20px 0px;
}

.lf-menu-prod .scat ul li {
	position: relative;
	text-align: left;
	line-height: 26px;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}

.lf-menu-prod .scat ul li::before {
	position: absolute;
	top: 11px;
	left: 2px;
	background: #1aa3ad;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	display: inline-block;
	content: '';
}

.lf-menu-prod ul li.scat a {
	color: #858585;
	font-size: 14px;
}

.lf-menu-prod-t {
	border: 2px solid #a9cc16;
	background: #F6FAE7;
}

.lf-menu-prod-t::before,
.lf-menu-prod-t::after {
	border-left: 2px solid #a9cc16;
}

.lf-menu-prod-t ul li.cat a {
	background: #a9cc16;
}

.lf-menu-prod-t ul li.cat a::before {
	border-color: #a9cc16 transparent transparent transparent;
}

.login-form .code img {
	padding-left: 30%
}

.lf-menu-prod-t .scat ul li::before {
	background: #a9cc16;
}

.prod-details {
	padding: 0px 0px 30px 0px;
}

.prod-details .row {
	margin-left: 0;
}

.prod-details .img {
	padding: 0px;
}

.prod-details .img img {
	border: 2px solid #1aa3ad;
	border-radius: 10px;
	width: 100%;
}

.prod-details .detail h1 {
	font-size: 28px;
	font-weight: bold;
	color: #1aa3ad;
	margin: 0px 0px 20px 0px;
}

.prod-details .detail p {
	font-size: 14px;
	color: #666666;
	margin: 0;
	line-height: 26px;
	border-bottom: 1px solid #1aa3ad;
	padding: 10px 0px;
}

.prod-details .detail .price {
	margin-top: 10px;
	font-size: 18px;
	color: #595757;
}

.detail .price label,
.detail .qty label {
	padding-right: 10px;
	font-weight: normal;
}

.detail .price span {
	font-size: 32px;
	color: #ce161e;
}

.detail .text {
	color: #666666;
	padding-top: 10px;
}

.detail .text span {
	display: inline-block;
	width: 120px;
}

.prod-details .detail .qty {
	margin-top: 20px;
	font-size: 18px;
	color: #595757;
}

.detail .qty>div {
	padding: 0;
}

.detail .qty label {
	width: 65%;
}

.detail .qty select {
	border: 1px solid #666666;
	padding: 5px;
	width: 30%;
}

.detail .qty label,
.detail .qty select {
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.prods-swiper-wrap {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 20px 25px 0px 25px;
	background: #E7F5F6;
}

.prods-swiper {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.swiper-slide {
	display: inline-block;
}

.slide-prods {
	padding: 10px;
}

.slide-prod {
	border: 1px solid #1aa3ad;
	border-radius: 5px;
	padding: 10px;
}

.prods-paginations {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	z-index: 50;
	margin-top: -40px;
}

.prods-pagination.swiper-pagination-bullets {
	text-align: center;
}

.prods-pagination .swiper-pagination-bullet {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #b9abd6;
	height: 10px;
	width: 10px;
	opacity: 1;
	margin: 0px 5px;
}

.prods-pagination .swiper-pagination-bullet-active {
	background: rgba(185, 171, 214, 1) none repeat scroll 0 0;
}

.prods-button-prev,
.prods-button-next {
	background: url('../images/arrow.png') no-repeat;
	width: 30px;
	height: 80px;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
}

.prods-button-prev {
	background-position: 0px 30px;
	left: 4px;
	top: 0px;
}

.prods-button-next {
	background-position: -23px 30px;
	right: 2px;
	top: 0px;
}

.slide-prods .infos::after {
	clear: both;
}

.slide-prods .infos::before,
.slide-prods .infos::after {
	content: " ";
	display: table;
}

.slide-prods .infos {
	width: 100%;
}

.prod-details .slide-prods .img img {
	border: 0;
	border-radius: 0;
}

.slide-prods .img,
.slide-prods .img img {
	width: 100%;
}

.slide-prods .infos {
	padding: 5px 0px 0px 0px;
}

.slide-prods .infos h3 {
	float: none;
	color: #898989;
	font-size: 14px;
	padding: 11px 0px 0px 0px;
	margin: 0;
	height: 58px;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.slide-prods .infos p {
	float: none;
	color: #898989;
	font-size: 14px;
}

.slide-prods .infos p span {
	color: #ce161e;
	font-size: 22px;
}

.slide-prods .puha {
	font-size: 14px;
	color: #1aa3ad;
	padding: 10px 10px 0px 10px;
	line-height: 15px;
}

.slide-prods .puha input {
	margin-right: 8px;
}

.slide-prods .puha label {
	font-weight: normal;
	cursor: pointer;
}

.teavel-swiper-wrap {
	background: #F7FAE7;
}

.teavel-swiper-wrap .slide-prods {
	padding-bottom: 30px;
}

.teavel-swiper-wrap .slide-prod {
	border: 1px solid #A4BD10;
}

.teavel-swiper-wrap .slide-prods .puha {
	color: #A4BD10;
	padding-left: 0;
	padding-right: 0;
}

.teavel-swiper-wrap .slide-prods .puha select {
	border-color: #A4BD10;
	color: #000000;
	padding: 5px;
	width: 75%;
}

.teavel-swiper-wrap .slide-prods .puha span {
	background-color: #A4BD10;
	color: #ffffff;
	padding: 0 5px;
	display: inline-block;
	line-height: 33px;
	text-align: center;
	width: 20%;
	height: 33px;
}

.prod-details .prod_label {
	border-top: 2px solid #1aa3ad;
	margin: 40px 0px 10px 0px;
}

.prod-details .prod_label h2 {
	display: inline-block;
	background: #1aa3ad;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px 11px 20px;
}

.prod-details .detail_desc {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
}

.prod-details .detail_desc img {
	padding: 10px 0px;
}

.prod-details .detail_title {
	font-size: 18px;
	color: #1aa3ad;
	font-weight: bold;
}

.container-text.ptods .img {
	position: relative;
}

.container-text.ptods .img .badge {
	border-radius: 0;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 10px 8px;
	position: absolute;
	top: 25px;
	left: 0;
}

.container-text.ptods .img .badge-light {
	background-color: #a9cc16;
}

.container-text.ptods .img .badge-dark {
	background-color: #1aa1ab;
}

.container-text.ptods .img .badge::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 0;
	position: absolute;
	top: 0;
	right: -10px;
}

.container-text.ptods .img .badge::after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 0 10px;
	position: absolute;
	right: -10px;
	bottom: 0;
}

.container-text.ptods .img .badge-light::before {
	border-color: #a9cc16 transparent transparent transparent;
}

.container-text.ptods .img .badge-light::after {
	border-color: transparent transparent transparent #a9cc16;
}

.container-text.ptods .img .badge-dark::before {
	border-color: #1aa1ab transparent transparent transparent;
}

.container-text.ptods .img .badge-dark::after {
	border-color: transparent transparent transparent #1aa1ab;
}

.review .title {
	position: relative;
}

.review .title h3 {
	margin-right: 60px;
}

.review button.btn {
	background-color: #ce161e;
	color: #ffffff;
	font-size: 15px;
	padding: 2px 10px;
	position: absolute;
	top: 0;
	right: 10px;
}

.review button.btn:hover,
.review button.btn:focus {
	background-color: #aa0b17;
}

.review .ptods-content::after {
	content: '';
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}

.review .ptods-content p.price {
	float: left;
	width: 40%;
}

.review .ptods-content .nav {
	float: right;
	width: 60%;
	text-align: right;
	padding-right: 20px;
}

.review .ptods-content .nav>li {
	font-size: 13px;
	display: inline-block;
}

.review .ptods-content .nav>li>a {
	color: #000000;
	font-size: 13px;
	line-height: 42px;
	padding-bottom: 0;
	padding: 0 3px;
}

.review .ptods-content .nav>li>a:hover,
.review .ptods-content .nav>li>a:focus {
	background-color: transparent;
}

.review .ptods-content .nav>li>a:hover i,
.review .ptods-content .nav>li>a:focus i,
.review .ptods-content .nav>li>a.active i {
	color: #d4343c;
}

.review a i {
	font-size: 16px;
}

.review a .fill {
	display: none;
}

.review a:hover .frame,
.review a:focus .frame,
.review a.active .frame {
	display: none;
}

.review a:hover .fill,
.review a:focus .fill,
.review a.active .fill {
	display: inline-block;
}

.review .modal-content {
	width: 400px;
	border-radius: 15px;
	margin: 0 auto;
}

.review .modal-header {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	background-color: #1aa3ad;
	padding-right: 0;
}

.review .modal-header h4 {
	color: #ffffff;
	text-align: center;
	padding: 10px;
}

.review .modal-header .close {
	color: #ffffff;
	text-shadow: none;
	opacity: 1;
	margin-right: 15px;
}

.review .modal-body {
	text-align: center;
	padding: 15px;
}

.review .modal-body p {
	display: inline-block;
	border-bottom: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
	height: auto;
	padding: 0px 20px;
	margin-bottom: 15px;
	overflow: auto;
	-webkit-line-clamp: auto;
}

.review .modal-body .btn {
	border-radius: 0;
	background-color: #1aa3ad;
	color: #ffffff;
	padding: 3px 15px;
}

.review .modal-body .btn:hover,
.review .modal-body .btn:focus {
	background-color: #009999;
}

.travel_view.review .ptods-content .nav {
	float: none;
	width: 100%;
	text-align: left;
}

.travel_view.review button.btn {
	top: auto;
	bottom: 100px;
}

.travel_view.review .modal-body p {
	margin-bottom: 23px;
}

.review-title::after {
	content: '';
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}

.review-title .total {
	float: right;
	width: 50%;
	text-align: right;
	margin-top: 10px;
	padding-right: 40px;
}

.review-title .total i.fa-star {
	color: #d4343c;
}

.review-body {
	margin-top: 20px;
}

.review-item {
	border-top: 1px solid #a7ca16;
	background-color: #f5f5f5;
	padding: 20px 0;
	margin: 0;
}

.review-txt .row {
	margin: 0;
}

.review-txt .title {
	color: #232323;
	font-size: 16px;
}

.review-txt i.fa-star {
	color: #d4343c;
}

.review-txt .text {
	margin-bottom: 20px;
}

.review-txt .text p {
	font-size: 14px !important;
	line-height: 20px !important;
}

.review-txt .arrow-btn.next {
	background: url(../images/arrow-g.png) -12px 50% no-repeat;
	top: -20px;
	right: -10px;
}

.review-txt .arrow-btn.prev {
	background: url(../images/arrow-g.png) 0px 50% no-repeat;
	top: -20px;
	left: -10px;
}

.swiper-review img {
	width: 80px;
}

.fr-close {
	right: 50px !important;
}

.fr-side-previous {
	left: 50px !important;
}

.fr-side-next {
	right: 50px !important;
}

.fr-position-outside {
	right: 50px !important;
}


/* login */
.login-form {
	margin-bottom: 30px;
}

.login-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.login-form .inp-f {
	border-radius: 0;
	border-width: 0;
	border-bottom: 1px solid #666666;
	font-size: 16px;
	width: 100%;
	height: 50px;
	margin: 0px 0px 0px 0px;
}

.inp-phd:-moz-placeholder {
	color: rgba(26, 163, 173, 1);
}

.inp-phd::-moz-placeholder {
	color: rgba(26, 163, 173, 1);
}

.inp-phd:-ms-input-placeholder {
	color: rgba(26, 163, 173, 1);
}

.inp-phd::-webkit-input-placeholder {
	color: rgba(26, 163, 173, 1);
}

.login-form .code {
	display: inline-block;
	width: 190px;
	padding-left: 10px;
	color: #1aa3ad;
}

.login-form .codeimg {
	font-size: 0px;
	line-height: 46px;
	display: inline-block;
}

.login-form .codeimg img {
	vertical-align: top;
}

.login-form .link {
	color: #1aa3ad;
	padding: 20px 0px 20px 0px;
	display: inline-block;
}

.login-form .fb-login {
	border-top: 1px dashed #666666;
	text-align: center;
	padding: 30px 0px 20px 0px;
	margin: 30px 0px 20px 0px;
	;
}

.login-form .fb-login p {
	font-size: 14px;
	color: #666666;
}

.login-form .fb-login a {
	background: #3B5998;
	padding: 0px 80px;
	margin: 10px 0px;
	display: block;
	border-radius: 5px;
}

/* join */
.join_form {
	padding: 20px 0px 20px 0px;
	margin: 0;
}

.join_form input.text,
.join_form textarea {
	background: none;
	border: 0px;
	font-size: 17px;
}

.join_form textarea {
	height: 130px;
	width: 100%;
}

.join_form .form_box {
	position: relative;
	padding: 10px 20px 10px 0px;
	font-size: 14px;
}

.join_form .form_box::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid #1aa3ad;
	height: 10px;
	width: 95%;
}

.join_form .form_box2::after {
	width: 98%;
}

.join_form_nl .form_box::after {
	border-bottom: 0px solid #1aa3ad;
}

.join_form p,
.join_form_nl p {
	display: inline-block;
	font-size: 16px;
}

.join_form input.text {
	display: inline-block;
	width: 70%;
	margin-left: 5px;
}

.join_form .form_box label {
	font-size: 16px;
	font-weight: normal;
	display: inline-block;
	padding-right: 3px;
	color: #1aa3ad;
	min-width: 100px;
}

.join_form input.code {
	display: inline-block;
	width: 230px;
	margin-left: 5px;
}

.join_form .form_box .codeimg {
	font-size: 0px;
	display: inline-block;
	line-height: 30px;
	vertical-align: top;
}

.join_form input.name {
	width: 220px;
}

.join_form .agree {
	padding: 20px 0px;
	font-size: 14px;
	color: #666666;
}

.join_form .agree a {
	color: #1aa3ad;
}

.join_form .text_ext {
	font-size: 14px;
	color: #666666;
	padding: 10px;
}

.join_form .form_box select {
	border: 0;
	font-size: 16px;
}

.join_form .label_top {
	vertical-align: top;
}

.join_form .radio-group {
	display: inline-block;
	width: 70%;
	margin-left: 10px;
	line-height: 30px;
}

.join_form .select {
	width: 70%;
}

.join_form .age-group {
	display: inline-block;
	width: 70%;
	margin-left: 10px;
}

.join_form .age-group input {
	width: 15%;
}

.join_form input#budget {
	width: 60%;
}

.join_form .checkbox-group {
	display: inline-block;
	width: 70%;
	margin-left: 10px;
	line-height: 30px;
}

.join_form .checkbox-item {
	clear: both;
	margin-bottom: 5px;
}

.join_form .room-group {
	width: 50%;
	float: right;
}

.join_form input.room {
	border-bottom: 1px solid #666666;
	width: 30%;
	padding-left: 0;
	margin-right: 5px;
}

.join_form .agree-group {
	padding: 0;
	margin-top: 10px;
}

.join_form .btn {
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #1aa1ab;
	font-size: 16px;
	text-decoration: underline;
	padding: 0;
	margin-top: -2px;
}

.join_form .btn:hover,
.join_form .btn:focus {
	color: #a3c600;
}

.modal-content {
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
}

.modal-header {
	border-bottom: none;
	padding: 0;
	padding-right: 15px;
}

.modal-header .close {
	font-size: 40px;
}

.modal-body {
	padding: 15px 50px 30px;
}

.modal-body h2 {
	border-bottom: 1px solid #1aa3ad;
	color: #1aa3ad;
	font-size: 21px;
	font-weight: bold;
	margin-top: 0;
	padding-bottom: 10px;
}

.modal-body p {
	font-size: 15px;
	margin-bottom: 20px;
}

.modal-body ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.modal-body ul>li {
	padding-left: 15px;
	padding-bottom: 5px;
	position: relative;
}

.modal-body ul>li::before {
	content: '>';
	position: absolute;
	left: 0;
}

.modal-body ol {
	margin: 0;
	padding-left: 15px;
	padding-top: 5px;
}

/* review */
.review .page_title p {
	color: #a3bb0c;
}

.review-form .form-group {
	border-bottom: 1px solid #666666;
	margin: 0 0 10px;
}

.review-form .form-group .file-group {
	position: relative;
	margin-bottom: 10px;
}

.review-form .form-group .file-group a {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #1aa3ad;
	border-radius: 50%;
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
}

.review-form input[type="file"] {
	width: 90%;
}

.review-form .control-label {
	color: #1aa3ad;
	text-align: left;
	padding: 6px 0;
}

.review-form .form-control {
	border: none;
	box-shadow: none;
	padding: 6px 0;
}

.review-form .form-control::placeholder {
	color: #d2d2d2;
	font-size: 15px;
}

.review-form i.fa-star {
	color: #d4343c;
}

.review-form .help-block {
	color: #d2d2d2;
	font-size: 15px;
}

.review-form .btn-login {
	display: inline-block;
}

/* msgs */
.msgs {
	text-align: center;
}

.msgs .msgs-title {
	color: #a3c600;
	font-size: 26px;
	padding: 10px 0px 20px 0px;
}

.msgs .msgs-body {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

/* cart */
.cart-bar {
	border-bottom: 2px solid #1aa3ad;
	margin: 0px 50px 10px 50px;
}

.cart-bar a {
	line-height: 32px;
	background: #fff;
	color: #1aa3ad;
	font-size: 16px;
	float: left;
	padding: 0px 15px;
	border: 1px solid #1aa3ad;
	margin-bottom: -1px;
}

.cart-bar a.act,
.cart-bar a:hover {
	background: #1aa3ad;
	color: #fff;
}

.cart_list {
	padding: 0px 50px 20px 50px;
}

.cart-bar::after,
.cart_list .table_head::after,
.cart_list .table_cell::after,
.cart_list .table_total::after,
.cart_list::after {
	clear: both;
}

.cart-bar::before,
.cart-bar::after,
.cart_list .table_head::before,
.cart_list .table_head::after,
.cart_list .table_cell::before,
.cart_list .table_cell::after,
.cart_list .table_total::before,
.cart_list .table_total::after,
.cart_list::before,
.cart_list::after {
	content: " ";
	display: table;
}

.cart_list ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}

.cart_list .table_head,
.cart_list .table_cell {
	width: 100%;
}

.cart_list .table_head {
	font-size: 16px;
	color: #fff;
	background: #1aa3ad;
	margin: 0;
}

.cart_list .table_head li {
	text-align: center;
	padding: 4px 10px;
}

.cart_list .table_head li:first-child,
.cart_list .table_cell li:first-child {
	text-align: left;
}

.cart_list .table_cell {
	color: #666666;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #cecece;
	margin: 0;
}

.cart_list .table_cell.btmline {
	border-bottom: 1px solid #1aa1ab;
}

.cart_list .table_cell.nol {
	border-top: 0px solid #1aa3ad;
}

.cart_list .table_cell.cats {
	background-color: #efefef;
}

.cart_list .table_cell li {
	line-height: 2em;
	text-align: center;
	padding: 20px 10px;
}

.cart_list .table_cell.nol li {
	line-height: 52px;
}

.cart_list .table_cell li span {
	display: block;
	color: #40a643;
	font-size: 15px;
}

.cart_list .table_cell li span.pha {
	color: #1aa3ad;
	display: inline-block;
	padding-right: 10px;
}

.cart_list .table_cell li.price {
	font-size: 16px;
	color: #ce161e;
}

.cart_list .table_cell li.clear a {
	font-size: 16px;
	color: #1aa1ab;
	text-decoration: underline;
}

.cart_list .table_cell li .rmitem,
.cart_list .table_cell li .nxitem {
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 2px 5px 3px 5px;
	margin: 0px auto 5px auto;
	max-width: 88px;
	line-height: 24px;
}

.cart_list .table_cell li .rmitem {
	background: #a9cc16;
}

.cart_list .table_cell li .nxitem {
	background: #1aa3ad;
}

.cart_list .table_cell li .rmitem2 {
	display: inline-block;
	min-width: 88px;
}

.cart_list .table_cell li .sel {
	border: 1px solid #a9cc16;
	-moz-appearance: none;
	/*FF*/
	appearance: none;
	/*CSS3*/
	/*  background: url("../img/arrow.png") no-repeat scroll right center #fff; */
	padding: 2px 18px 2px 5px;
	min-width: 50px;
	text-align: center;
}

.cart_list .table_cell li .sel::-ms-expand {
	display: none;
	/*IE*/
}

.cart_list .table_total {
	padding: 10px 0px 0px 0px;
}

.cart_list .table_total li {
	padding: 0;
	padding-right: 15px;
	text-align: center;
	font-size: 16px;
}

.cart_list .table_total .price {
	color: #ce161e;
}

.cart_list .table_total.topline {
	border-top: 1px solid #1aa3ad;
}

.cartline {
	border-top: 1px solid #1aa3ad;
}

.cart_search {
	border-radius: 10px;
	background: #E8F5F6;
	margin: 30px 50px;
	padding: 10px 20px;
}

.cart_search .join_form {
	padding: 0;
}

.cart_search .join_form input.text {
	background-color: #fff;
	border: 1px solid #1aa3ad;
}

.cart_search .join_form input.code {
	width: 170px;
}

.cart_search .form_box {
	padding: 10px 0;
}

.cart_search .form_box::after {
	display: none;
}

.cart_search .btn02 {
	display: inline-block;
	margin: 0;
	padding: 8px 10px;
	margin-top: 30px;
}

.cart_search p {
	color: #1aa3ad;
	margin-top: 25px;
}

/* checkout */
.checkout_list {
	padding: 0px 50px 20px 50px;
}

.checkout_list .title {
	border-bottom: 2px solid #1aa3ad;
	font-size: 0;
	margin: 10px 0px 20px 0px;
}

.checkout_list .title h2 {
	color: #fff;
	font-size: 16px;
	background: #1aa3ad;
	display: inline-block;
	margin: 0;
	padding: 8px 15px 10px 15px;
}

.checkout_list .title p {
	display: inline-block;
	font-size: 16px;
	padding-left: 20px;
}

.checkout_list .title p span {
	color: #b51f2a;
}

.checkout_list .item-wrap {
	line-height: 36px;
	font-size: 16px;
	padding: 0px 20px 20px 20px;
}

.checkout_list .item-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checkout_list .item-wrap ul li span {
	padding: 0px 20px 0px 10px;
	min-width: 120px;
	display: inline-block;
	color: #595757;
	font-size: 16px;
}

.checkout_list .item-wrap ul li p {
	display: inline-block;
}

.checkout_list .item-wrap ul li.fot-pay {
	font-size: 14px;
	color: #666666;
}

.checkout_list .item-wrap ul li.fot-pay label {
	font-size: 16px;
	color: #1aa3ad;
}

.checkout_list .item-wrap ul li.fot-pay .form_box {
	position: relative;
	padding: 10px 20px 10px 0px;
	font-size: 14px;
	margin-left: 30px;
}

.checkout_list .item-wrap ul li.fot-pay .form_box::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-bottom: 1px solid #1aa3ad;
	height: 10px;
	width: 30%;
}

.checkout_list .notes {
	font-size: 12px;
	color: #666666;
	padding: 10px 0px 10px 20px;
}

.checkout_list .notes i {
	width: 5px;
	height: 5px;
	background: #1aa3ad;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 0px 0px;
}

.checkout_list .join_form .row {
	margin: 0px;
}

.checkout_list .join_form {
	padding: 0px 0px 50px 0px;
}

.checkout_list .custom_form label span {
	color: #b51f2a;
}

.checkout_list .item-wrap .rs-detail {
	font-size: 16px;
	color: #393939;
	padding: 5px 0px;
}

.checkout_list .item-wrap .rs-detail span {
	padding: 0px 20px 0px 10px;
	min-width: 120px;
	display: inline-block;
	color: #393939;
	font-size: 16px;
}

/* orderlist */
.order_list {
	padding: 0px 0px 20px 0px;
}

.order_list .table_head::after,
.order_list .table_cell::after,
.order_list::after {
	clear: both;
}

.order_list .table_head::before,
.order_list .table_head::after,
.order_list .table_cell::before,
.order_list .table_cell::after,
.order_list::before,
.order_list::after {
	content: " ";
	display: table;
}

.order_list ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}

.order_list .table_head,
.order_list .table_cell {
	width: 100%;
}

.order_list .table_head {
	font-size: 16px;
	color: #fff;
	background: #1aa3ad;
}

.order_list .table_head li {
	line-height: 40px;
	text-align: center;
	padding: 4px 10px;
}

.order_list .table_head li:first-child,
.order_list .table_cell li:first-child {
	text-align: left;
}

.order_list .table_cell {
	color: #666666;
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #1aa3ad;
}

.order_list .table_cell li {
	line-height: 45px;
	text-align: center;
	padding: 0 px 10px 5px 10px;
}

.order_list .table_cell li span {
	display: block;
	color: #40a643;
	font-size: 15px;
}

.order_list .table_cell li.price {
	font-size: 16px;
	color: #ce161e;
}

.order_list .table_cell a {
	color: #1aa3ad;
}

.order-bar {
	width: 100%;
	padding: 10px 50px 30px 50px
}

.order-bar p {
	font-size: 16px;
	color: #595757;
	width: 33%;
	text-align: center;
	display: inline-block;
}

.order-bar p span {
	color: #1aa3ad;
	padding-right: 20px;
}

/* 分頁 */
.pagination {
	position: relative;
	width: 100%;
	padding: 0px 0px;
	text-align: center;
}

.pagination .page {
	color: #604c3f;
	display: inline-block;
	color: #1aa3ad;
	border: 2px solid #1aa3ad;
	border-radius: 20px;
	width: 36px;
	height: 36px;
	background: #fff;
	line-height: 31px;
	margin: 0px 5px;
}

.pagination .page:hover,
.pagination .page.active {
	color: white;
	background: #1aa3ad;
}

.pagination .prev,
.pagination .next {
	background: url(../images/arrow-page.png) no-repeat;
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	top: 10px;
}

.pagination .prev {
	background-position: 0px -1px;
	left: 0px;
}

.pagination .next {
	background-position: -42px -1px;
	right: 0px;
}

.pagination .prev:hover,
.pagination .prev.enable {
	background-position: 0px -34px;
}

.pagination .next:hover,
.pagination .next.enable {
	background-position: -42px -34px;
}

/* Line */
.line {
	border-top: 2px solid #1aa3ad;
}

.line-dashed {
	border-top: 1px dashed #a9cc16;
}

/* 背景 */
.bg-01 {
	background: url(../images/back.png);
}

.bg-02 {
	margin: 30px 0px;
	padding: 20px 0px;
	background: url(../images/tour.png) #f6fae7;
}

.bg-03 {
	margin: 30px 0px 0px;
	padding: 20px 0px;
	background: #f6fae7;
}

/* 按鈕 */
.btn-travel {
	color: #fff;
	background-color: #a9cc16;
	border-color: #a9cc16;
	font-size: 25px;
	padding: 3px 40px;
	margin-top: 15px;
}

.btn-travel:hover {
	color: #fff;
	background-color: #99cc00;
	border-color: #669900;
}

.more-btn,
.more2-btn {
	border-width: 2px;
	border-style: solid;
	border-radius: 5px;
	padding: 9px 40px 10px 40px;
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	display: inline-block;
}

.more-btn {
	color: #a9cc16;
	border-color: #a9cc16;
}

.more-btn:hover {
	color: #99cc00;
	border-color: #99cc00;
}

.more2-btn {
	color: #1aa3ad;
	border-color: #1aa3ad;
}

.more2-btn:hover {
	color: #009999;
	border-color: #009999;
}

.seal img {
	width: auto !important;
	padding-top: 10px;
	padding-left: 50px;
}

.seal>div {
	margin: 30px 0;
}

.btn-back {
	border-width: 2px;
	border-style: solid;
	padding: 5px 40px 6px 40px;
	font-size: 18px;
	margin: 5px 0px 5px 0px;
	display: inline-block;
	color: #1aa3ad;
	border-color: #1aa3ad;
	letter-spacing: 5px;
}

.btn-back:hover {
	color: #009999;
	border-color: #009999;
}

.btn-back2 {
	border-width: 2px;
	border-style: solid;
	padding: 5px 20px 6px 20px;
	font-size: 16px;
	margin: 5px 10px 5px 10px;
	display: inline-block;
	color: #fff;
	border-color: #1aa3ad;
	letter-spacing: 5px;
	background: #1aa3ad;
}

.btn-back2:hover {
	color: #fff;
	border-color: #009999;
	background: #009999;
}

.btn01 {
	background: #1aa3ad;
	padding: 8px 60px;
	letter-spacing: 5px;
	border: 1px solid #1aa3ad;
	border-radius: 5px;
	color: #fff;
	font-size: 17px;
	margin-top: 10px;
}

.btn02 {
	background: #1aa3ad;
	padding: 8px 20px;
	letter-spacing: 5px;
	border: 1px solid #1aa3ad;
	color: #fff;
	font-size: 16px;
	margin: 10px 20px;
}

.btn02:hover,
.btn02:focus {
	color: #fff;
	border-color: #009999;
	background: #009999;
}

.joincart {
	width: 100%;
	background: #a9cb00;
	padding: 6px 20px;
	border: 1px solid #a9cb00;
	color: #fff;
	font-size: 19px;
	margin-top: 10px auto;
	margin-top: 50px;
}

.btn-login {
	background: #1aa3ad;
	padding: 6px 20px;
	border: 1px solid #1aa3ad;
	color: #fff;
	font-size: 15px;
	margin-top: 10px auto;
}

/* 圖示 */
.icon {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background-image: url('../images/icons.png');
	background-repeat: no-repeat;
}

.i-about {
	background-position: -8px -5px;
}

.i-news {
	background-position: -62px -5px;
}

.i-product {
	background-position: -114px -5px;
}

.i-travel {
	background-position: -167px -5px;
}

.i-tour {
	background-position: -218px -5px;
}

.i-links {
	background-position: -272px -5px;
}

.i-contact {
	background-position: -325px -5px;
}

.i-user {
	background-position: -378px -5px;
}

.i-tour2 {
	background-position: -325px -60px;
}

.i-product2 {
	background-position: -6px -60px;
}

.i-cart2 {
	background-position: -274px -60px;
}

.i-cart {
	display: inline-block;
	background-position: -122px -68px;
	width: 20px;
	height: 20px;
	font-size: 0px;
	vertical-align: text-top;
	margin: 0px 10px;
}

.i-flag,
.i-flag2 {
	display: inline-block;
	background-position: -174px -68px;
	width: 25px;
	height: 25px;
	font-size: 0px;
	vertical-align: bottom;
	margin: 0px 10px 0px 0px;
}

.i-flag2 {
	background-position: -225px -68px;
}

.i-flag3 {
	background-position: -217px -60px;
}

/* color */
.col-g,
.col-g:hover {
	color: #a9cc16;
}

.desc-h2 {
	color: #1aa3ad;
	font-size: 18px;
	font-weight: bold;
}

/* 其他類別 */
.fltrt {
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.dipib {
	display: inline-block;
}

.central {
	text-align: center;
}

.right {
	text-align: right;
}

.reset {
	clear: both;
	float: none;
	;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.pad-b5 {
	padding-bottom: 50px;
}

/*----------------------------------------------------------------------------------*/
/*歷史訂單_新增*/
.order_top {
	padding-top: 10%
}

.toc {
	border-bottom: solid 2px #1AA1AB;
	margin: 10px 0
}

.toc a {
	font-size: 16px;
	border: 1px solid #1AA1AB;
	display: block;
	width: 62px;
	line-height: 35px;
	text-align: center;
	border-bottom: none;
	float: left
}

.toc_n {
	background: #1AA1AB;
	color: #fff;
}

.toc_n:hover {
	color: #fff
}

.toc_m {
	margin-right: -1px;
	color: #1AA1AB;
}

.toc_m:hover {
	color: #1AA1AB;
}

.table_order {
	background: #1AA1AB;
	color: #fff
}

.table_order li {
	float: left;
	text-align: center;
	line-height: 43px;
}

.table_order li:nth-child(1) {
	width: 19%;
	text-align: left;
	padding-left: 10px;
}

.table_order li:nth-child(2) {
	width: 13%
}

.table_order li:nth-child(3) {
	width: 13%
}

.table_order li:nth-child(4) {
	width: 10%
}

.table_order li:nth-child(5) {
	width: 13%
}

.table_order li:nth-child(6) {
	width: 10%;
}

.table_order li:nth-child(7) {
	width: 12%;
}

.table_order li:nth-child(8) {
	width: 10%;
}

.table_order_c {
	border-bottom: solid 1px #666
}

.table_order_c li {
	float: left;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
}

.table_order_c li:nth-child(2) {
	color: #1AA1AB
}

.table_order_c li:nth-child(2) a {
	color: #1AA1AB
}

.display_no {
	display: none
}

.table_order_c li:nth-child(2) {
	width: 19%;
	text-align: left;
	padding-left: 10px;
}

.table_order_c li:nth-child(4) {
	width: 13%
}

.table_order_c li:nth-child(6) {
	width: 13%
}

.table_order_c li:nth-child(8) {
	width: 10%
}

.table_order_c li:nth-child(10) {
	width: 13%
}

.table_order_c li:nth-child(12) {
	width: 10%;
}

.table_order_c li:nth-child(14) {
	width: 12%;
}

.table_order_c li:nth-child(16) {
	width: 10%;
}

/*購物明細*/
.view_top {
	padding-top: 20%
}

.b_line {
	border-bottom: solid 1px #ccc;
	margin-bottom: 5%;
}

/*旅客資料*/
.travel_txt {
	padding-top: 10%;
}

.t_p1 {
	font-size: 14px;
}

.t_p2 {
	font-size: 18px;
}

.t_red {
	color: #C30D23;
	padding: 0 3px;
}

.item_travel {
	width: 90%;
	margin: 0 auto
}

.travel_title {
	border-bottom: solid 1px #1AA1AB;
	margin-bottom: 3%
}

.travel_title h1 {
	background: #1AA1AB;
	color: #fff;
	width: 115px;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
	margin: 0
}

.travel_table {
	width: 50%;
	float: left;
	list-style: none;
	padding-left: 7%;
}

.travel_table li {
	border-bottom: solid 1px #666;
	line-height: 36px;
	padding: 10px 0 5px 0;
	color: #1AA1AB;
	font-size: 16px;
}

.travel_contract {
	margin-top: 30px;
}

.travel_contract .travel_title {
	margin-bottom: 0;
}

.travel_contract .travel_title h1 {
	width: 100%;
}

.travel_content {
	border: 1px solid #1aa1ab;
	width: 90%;
	margin: 0 auto;
	height: 350px;
	padding: 30px;
}

.contract_content {
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.contract_content input {
	position: absolute;
	top: 0;
	right: 0;
	color: #c91414;
	text-decoration: underline;
	background: transparent;
	cursor: pointer;
}

.contract_content h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #1aa1ab;
}

.contract_content span {
	display: block;
	font-size: 16px;
	color: #666666;
	padding: 10px 0 20px;
}

.contract_content::-webkit-scrollbar {
	width: 0.8em;
	height: 2em;
	background-color: #f4f4f4;
}

.contract_content::-webkit-scrollbar-thumb {
	background-color: #1aa1ab;
	border-radius: 30px;
}

.name_t {
	width: 300px;
}

.name_tn {
	width: 60%
}

input {
	outline: none;
	border: none;
	padding-left: 10px;
	color: #000;
}


input::placeholder {
	color: #d2d2d2;
	font-size: 15px;
}

/*清除表單邊框顏色*/
.radio_m {
	padding: 0 10px;
	font-size: 16px;
}

.b_txt {
	color: #000;
	font-size: 14px;
	font-weight: 100
}

.travel_table_right {
	float: left;
	list-style: none
}

.travel_table_right li {
	color: #939393;
	font-size: 14px;
}

.travel_table_right li:nth-child(1) {
	margin-top: 76px
}

.travel_table_right li:nth-child(2) {
	margin-top: 33px
}

.travel_wtop {
	margin-top: 4%;
}

.read_ok {
	margin: 3% 0 5%;
	text-align: center;
}

.red_c {
	color: #C30D23
}

.read_ok2 {
	width: 15px;
	height: 15px;
	color: #1AA1AB;
	border: none;
}

.send_info {
	margin: 3%;
	text-align: center;
}

.send_info a {
	width: 115px;
	line-height: 35px;
	background: #1AA1AB;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin: 0 18px;
	font-size: 16px;
}

.select {
	margin-left: 18px
}

/*旅客資料_付款方式*/
.travel_2 {
	padding-top: 22%;
}

.fot-pay_p {
	color: #1AA1AB;
	font-size: 14px;
	padding-left: 130px;
}

.title_mt {
	margin-bottom: 8%;
}

.p_right {
	width: 85%;
	text-align: right;
}

/*旅客資料_訂購方式*/
.travel_3 {
	padding-top: 22%;
}

.line_b {
	width: 100%;
	height: 1px;
	border-top: solid 1px #1AA1AB;
	margin: 5% 0
}

/*旅客資料_訂單完成*/
.travel_4 {
	padding-top: 22%;
}

.col-h {
	color: #1AA3AD;
}

.travel_4_c {
	text-align: center;
	line-height: 30px;
}

.m_t5 {
	margin-top: 6%;
}

/*其它頁面*/
/*checkouted*/
.m_b {
	margin-bottom: 10%;
}

/*趣遊*/
.travel_view h1 {
	font-size: 22px;
	font-weight: bold;
	color: #A4BD10;
	margin: 0px 0px 10px 0px;
}

.travel_view p {
	font-size: 14px;
	color: #666666;
	margin: 0;
	line-height: 26px;
	border-bottom: 1px solid #A4BD10;
	padding: 10px 0px;
}

.travel_view .img {
	text-align: center;
}

.travel_view_img {
	border: 2px solid #A4BD10;
	border-radius: 10px;
	width: 100%;
}

.travel_date {
	text-align: left;
}

.travel_date p {
	font-size: 18px;
	color: #A4BD10;
	text-align: left;
	border: 0;
}

.travel_date span {
	width: 33.33%;
	min-width: 100px;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	float: left;
}

.travel_calendars {
	padding: 20px;
	margin-top: 10px;
	border-top: 1px solid #a7ca16;
	background: #f4f4f4;
}

.qty {
	padding-top: 20px;
}

.detail .qty select {
	border-left: none;
	border-top: none;
	border-right: none;
}

.travel_view_h1 {
	border-top: 2px solid #A7CA16;
	margin: 40px 0px 10px 0px;
}

.travel_view_h1 h2 {
	display: inline-block;
	background: #A7CA16;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 20px 11px 20px;
}

.detail_desc p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	border-bottom: none
}

.detail_desc p.date {
	font-size: 12px;
	line-height: 16px;
}

.detail_desc ul li {
	float: left;
	width: 33.33333%;
	padding: 0 1.5%;
}

.detail_desc ul {
	list-style: none;
	padding: 0;
	margin-top: 3%
}

.detail_desc ul li img {
	width: 100%
}

.detail_desc .detail_btn {
	display: block;
	font-size: 30px;
	text-align: center;
	width: 100%;
	color: #a7ca16;
	cursor: pointer;
}

.detail_desc .detail_view {
	display: none;
}

.tv_h3 {
	color: #A4BD10;
	font-size: 20px
}

.detail_desc ul li:nth-child(1) {
	padding-left: 0
}

.tv_line {
	border-top: solid 1px #A7CA16;
	height: 1px;
	margin: 35px 0;
}

.thumbs_line {
	background: url(../images/line.png) no-repeat center;
	width: 22px;
	height: 22px;
	text-align: center;
	display: block;
	margin: 0 auto;
}

.tv_txt {
	padding: 30px 0;
}

.tv_txt p {
	padding: 0;
	margin: 0;
	line-height: 32px;
}

.tv_txt p:nth-child(1) {
	color: #A7CA16;
}

.tv_txt p:nth-child(3) {
	color: #AF0808
}

.tv_txt_r {
	color: #A7CA16;
}

.tv_txt_r2 p {
	padding: 0;
	margin: 0;
	line-height: 32px;
	font-size: 16px;
}

.color_a76 {
	color: #A7CA16;
	padding-top: 20px;
}

.color_af8 {
	color: #AF0808
}

.tv_mt {
	margin-top: 20px;
}

.bord_b_line {
	border-top: 2px solid #1AA1AB;
	height: 2px;
	margin: 35px 0 10px 0
}

.m_t_tv {
	margin-top: 35px;
}

.mt_2 {
	margin-top: 20px;
}

.left_p {
	text-align: left
}

/*手機版導覽列*/
.wrapper {
	display: none;
}

.navigation_bar {
	display: none
}

.in_red {
	color: #F00;
	vertical-align: sub;
	padding-left: 3px;
}

.table_order_1 li {
	float: left;
	background: #1AA1AB;
	color: #fff;
	line-height: 36px;
}

.table_order_1 li:nth-child(1) {
	width: 20%;
	padding-left: 20px;
}

.table_order_1 li:nth-child(2) {
	width: 20%
}

.table_order_1 li:nth-child(3) {
	width: 20%
}

.table_order_1 li:nth-child(4) {
	width: 20%
}

.table_order_1 li:nth-child(5) {
	width: 20%
}

.table_order_c_1 {
	border-bottom: solid 2px #ccc
}

.table_order_c_1 li {
	width: 20%;
	float: left;
	font-size: 14px;
	line-height: 42px;
}

.table_order_c_1 li:nth-child(2) {
	padding-left: 20px;
	font-size: 14px;
	color: #1AA1AB
}

.check_b {
	color: #1AA1AB
}

.check_b:hover {
	color: #1AA1AB
}

.d_no {
	display: none
}

/*-----------------------------------------------------------------------------------*/
.mobile_s {
	display: none;
}

.adinfo {
	position: absolute;
	bottom: -15px;
	left: 150px;
}

/*blog*/
.blogger .page-desc .text {
	width: 60%;
	padding: 10px 60px;
	line-height: 2em;
}

.blogger .page-desc .text h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.blogger .page-desc .text h3 span {
	font-size: 14px;
	padding: 3px 5px;
	border: 1px solid #fff;
	margin-right: 30px;
	;
}

.blogger .list-wrap p i {
	color: #1aa1ab;
	padding-right: 10px;
}

.blogger_view img {
	max-width: 100%;
}

.blogger_view .lf-menu {
	width: 20%;
	float: right;
	margin: 0 20px;
}

.blogger_view .lf-menu h4 {
	color: #1aa1ab;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}

.blogger_view .lf-menu p {
	font-size: 13px;
	margin-bottom: 30px;
}

.blogger_view .lf-menu p:last-child {
	margin-bottom: 0;
}

.blogger_view .lf-menu p {
	font-size: 13px;
	margin-bottom: 30px;
}

.blogger_view .container-text {
	width: 74%;
}

.blogger_view h2 {
	margin-bottom: 50px;
}

.blogger_view .social {
	text-align: left;
}

.blogger_view .sharefb:first-child {
	padding-left: 0;
}

.article-info p {
	font-size: 14px;
	margin-bottom: 10px;
}

.article-info span {
	padding-right: 30px;
}

.article-info i {
	color: #1aa1ab;
	padding-right: 10px;
}

.article-text {
	margin-top: 30px;
	word-wrap: break-word;
}

.article-text p {
	margin-bottom: 30px;
}

.article-text img {
	width: 100%;
}

.article-text h3 {
	font-size: 16px;
	color: #1aa1ab;
	margin-bottom: 30px;
}

.article-page {
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding: 20px 0;
	margin-bottom: 20px;
}

.article-page span {
	display: block;
	margin-bottom: 10px;
}

.article-page a {
	display: inline-block;
	width: 200px;
}

.article-page .prev {
	display: inline-block;
	width: 49%;
	text-align: left;
}

.article-page .prev a {
	color: #a9cc16;
}

.article-page .prev a:hover {
	color: #1aa1ab;
}

.article-page .next {
	display: inline-block;
	width: 50%;
	text-align: right;
}

.article-page .next a {
	color: #1aa1ab;
}

.article-page .next a:hover {
	color: #a9cc16;
}

.article-hot {
	width: 20%;
	float: right;
	margin: 20px 20px 0;
}

.article-hot h4 {
	color: #1aa1ab;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border-bottom: 2px solid #1aa1ab;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.article-hot ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.article-hot li {
	border-left: 2px solid #1aa1ab;
	padding-left: 10px;
	margin-bottom: 30px;
}

.article-hot a {
	color: #565656;
	font-weight: bold;
}

.article-hot a:hover {
	color: #1aa1ab;
}

/*search*/
.search .input-group {
	height: 34px;
	border: 1px solid #1aa1ab;
}

.search-light .input-group {
	border: 1px solid #a7ca16;
}

.search .input-group .form-control {
	background: #fff;
	border-radius: 0;
	border: 0;
}

.search .input-group-addon {
	background: #fff;
	border-radius: 0;
	border: 0;
	color: #1aa1ab;
	padding: 0;
}

.search-light .input-group-addon {
	color: #a7ca16;
}

.search .input-group-addon .btn {
	background: #fff;
	border-radius: 0;
}

.search .input-group-addon .btn.focus,
.search .input-group-addon .btn:focus,
.search .input-group-addon .btn:hover {
	color: #a7ca16;
}

.search_view .lf-menu {
	width: 100%;
}

.search_view .container-text {
	width: 100%;
}

.search_info {
	text-align: center;
	margin-bottom: 30px;
}

.search_info p {
	font-size: 14px;
}

.search_info span {
	color: #1aa1ab;
	font-size: 18px;
	display: block;
}

.search_info .search {
	display: inline-block;
	width: 25%;
	margin-top: 20px;
}

@media screen and (max-width: 977px) {
	.footer .comp-data {
		text-align: center;
		width: 100%
	}

	#footer {
		height: auto;
		padding-bottom: 30px;
	}

	.footer .comp-data2 {
		float: none;
		text-align: center;
	}

	.adinfo {
		left: 50%;
		margin-left: -180px;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container {
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

@media (max-width: 1200px) {
	.content {
		padding: 40px 10px;
	}

	.navbar-nav>li {
		font-size: 16px;
		min-width: 90px;
	}

	.navbar-nav {
		margin: 0 auto;
		float: none;
		max-width: 920px;
	}

	.news-group .data {
		width: 70%;
	}

	.view_top {
		padding-top: 220px;
	}

	.logo_img {
		width: 100%
	}

	.cart_list .table_total li span.total {
		display: block;
	}
}

@media (max-width: 1080px) {
	.input-groups-tr {
		padding: 20px;
	}
}

@media (max-width: 1024px) {
	.bg-01 {
		background: none
	}

	.desctext img {
		width: 100%;
	}

	.prod-details .detail_desc img {
		width: 100%;
	}

	.footer {
		padding: 50px 15px 0px;
	}

	.footer::after {
		width: 55%;
	}

	.adinfo {
		left: 133px;
	}

	.detail .qty label {
		width: 100%;
	}
}

@media (max-width: 992px) {
	.navbar-nav {
		max-width: 920px;
	}

	.navbar-nav>li {
		min-width: 9%;
	}

	#header .logo {
		width: 120px;
		margin-left: -70px;
	}

	#header .logo img {
		width: 100%;
	}

	.navbar-nav>li.logo-block {
		width: 18%;
		;
	}

	.footer::after {
		display: none;
	}

	.footer .comp-data img {
		float: none;
	}

	.footer .comp-data,
	.footer .comp-data2 {
		width: 100%;
		float: none;
		text-align: center;
	}

	.adinfo {
		left: 50%;
		bottom: -20px;
		transform: translateX(-50%);
		margin-left: 0;
	}

	.news-group .data {
		width: 65%;
	}

	.container-text .desctext img {
		max-width: 100%;
	}

	.content>.page-desc .img img {
		width: 100%;
		max-width: unset;
	}

	.list-wrap {
		height: auto;
	}

	#faqs .faq .title p {
		width: 90%;
		padding: 0px 30px 5px 0px;
	}
}

@media (max-width: 946px) {
	.order-bar p {
		width: 100%;
		text-align: left
	}

	.checkout_list .item-wrap {
		border-bottom: 2px solid #1aa3ad
	}
}

@media (max-width: 935px) {
	.container-text .news-title {
		margin-bottom: 0
	}

	.news-group .data {
		width: 65%
	}
}

@media (max-width: 856px) {
	.joincart {
		padding: 6px 10px;
		font-size: 16px;
		margin: 30px 0;
	}
}

@media (max-width: 812px) {
	.news-group .news-text {
		padding-top: 0
	}

	.news-group .data {
		width: 60%
	}
}

@media (max-width: 768px) {
	.socials {
		left: 0px;
		z-index: 9999
	}

	#main-frame a {
		height: 450px;
	}

	.footer::after {
		display: none;
	}

	#swiper-links {
		max-width: 500px;
		margin: 0 auto;
	}

	.lf-menu,
	.lf-menu-prod {
		/* display: none; */
		width: 100%;
		/*margin-left: 0;*/
	}

	.container-text {
		width: 100%;
		padding: 40px 10px 10px 10px;
	}

	.list-row .title h1::before,
	.list-row .title h1::after,
	.page_title h1::before,
	.page_title h1::after {
		width: 30%;
	}

	.lf-menu-prod .scat ul li::before {
		display: none;
	}

	.lf-menu-prod .scat ul li {
		text-align: center;
		padding: 0px;
	}

	.container-text.ptods {
		padding: 40px 14px 10px 43px;
	}

	.travel-groups .travel-group .img {
		text-align: center;
	}

	.list-wrap {
		height: auto;
		max-width: 354px;
		margin: 0 auto;
	}

	.prod-details .row {
		margin: 0;
	}

	.prod-details .detail_desc img {
		max-width: 100%;
	}

	.prod-details .detail h1 {
		margin: 20px 0px 20px 0px;
	}

	.checkout_list,
	.cart_list {
		padding: 0px 0px 20px 0px;
	}

	.cart-bar {
		margin: 0px 0px 10px 0px;
	}

	.cart_list .table_cell li {
		line-height: 36px;
	}

	.cart_list .table_head li:first-child,
	.cart_list .table_cell li:first-child {
		text-align: center;
	}

	.checkout_list .item-wrap ul li p {
		width: 100%;
		line-height: 30px;
	}

	.checkout_list .join_form {
		padding: 0px 0px 0px 0px;
	}

	.cart_list .table_cell li .rmitem,
	.cart_list .table_cell li .nxitem {
		min-width: 88px;
		display: inline-block;
	}

	.lf-menu,
	.lf-menu-prod {
		width: 91%
	}

	.login-form .fb-login {
		padding-bottom: 0px;
	}

	.join_form_nl .form_box::after {
		border-bottom: 1px solid #1aa3ad;
	}

	.news-group .data {
		width: 70%
	}
}

@media (max-width: 767px) {

	.lf-menu,
	.lf-menu-prod {
		display: none;
		width: 100%;
		/*margin-left: 0;*/
	}

	.cart_list .table_cell {
		padding: 5px 0;
	}

	.cart_list .table_cell li {
		padding: 0 10px;
	}

	.cart_list .table_total {
		padding: 0;
		margin-bottom: 0;
	}

	.cart_list .table_total li {
		padding: 10px 0;
	}

	.detail .qty label {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.news-group .data {
		width: 65%
	}

	.search_info .search {
		width: 50%;
	}
}

@media (max-width: 600px) {
	#footer {
		padding-bottom: 30px;
		margin-bottom: 20px;
	}

	.footer {
		background-color: #F4F4F4;
	}

	.news-group .img {
		width: 100%;
		text-align: center;
	}

	.news-group .data {
		width: 100%;
	}

	.pagination {
		margin-bottom: 0
	}

	.container-text .news-title {
		padding-left: 10;
	}

	.mobile_s {
		display: none;
		margin-top: 40px !important;
	}

	.mobile_h {
		display: none;
	}

	.detail .qty label {
		width: 100%;
	}

	.detail .qty select {
		width: 80%;
	}
}

@media (max-width: 500px) {
	#header .logo {
		top: 55px;
		width: 100px;
		margin-left: -50px;
	}

	#swiper-links {
		padding: 20px 0px;
		max-width: 300px;
		;
		margin: 0 auto;
	}

	.arrow-btn.next,
	.arrow-btn.prev {
		display: none;
	}

	#faqs .faq .title p {
		width: 80%;
		padding: 0px 30px 5px 0px;
	}

	.join_form input.text {
		width: 100%;
	}

	.content {
		padding: 40px 0px;
	}

	.list-row .title h1::before,
	.page_title h1::before,
	.list-row .title h1::after,
	.page_title h1::after {
		display: none;
	}

	.checkout_list .item-wrap {
		padding: 0px 0px 20px 0px;
	}

	.checkout_list .item-wrap .rs-detail span {
		padding: 0px 10px 0px 0px;
		min-width: 70px;
	}

	.checkout_list .item-wrap .rs-detail {
		font-size: 15px;
	}

	.pagination .btn02 {
		display: inherit;
	}

	.view_top {
		padding-top: 195px;
	}

	.page_title {
		margin-bottom: 20px;
	}

	.lf-menu,
	.lf-menu-prod {
		margin-left: 4.5%
	}

	.container-text_p {
		padding-left: 37px;
	}

	.footer {
		padding: 30px 30px 0px 30px;
	}

	.container-text .news-title h2 {
		line-height: 30px;
	}

	.adinfo {
		left: 0;
		margin-left: 0;
		position: relative;
		top: 0;
		display: block !important;
		transform: none;
	}
}

@media (max-width: 400px) {
	#main-frame a {
		height: 350px;
	}

	.list-wrap .img img {
		width: 100%;
	}

	.pagination .next,
	.pagination .prev {
		display: none;
	}

	.content {
		padding: 10px 0px;
	}

	.view_top {
		padding-top: 195px;
	}

	.container-text_p {
		padding-left: 10px;
	}

	.travel_content {
		padding: 30px 15px;
	}

	.contract_content h4 {
		padding-top: 30px;
	}
}

@media (max-width: 370px) {
	.list-wrap {
		max-width: 338px;
	}

	.travel_date span {
		width: 50%;
	}

	.qty .col-xs-6 {
		width: 100%;
	}
}

.travel_if {
	background: #F6FAE7;
	border: 2px solid #a9cc16;
}

.col-md-offset-1 {
	margin-left: 0
}

/*print*/
.print {
	width: 1000px;
	margin: 3% auto
}

.print_font {
	text-align: center;
	font-size: 32px;
	color: #1aa3ad;
	width: 100%;
	padding-bottom: 12px;
}

.print_content {
	padding-left: 5%;
	font-family: "微軟正黑體";
	font-size: 16px;
}

.print_content p {
	line-height: 36px;
}

.print_red {
	color: #cc0000
}

.print_p {
	padding-top: 5%
}

.print_l {
	padding-left: 120px
}

.print_l_2 {
	padding-left: 68px;
	padding-top: 25px;
}

.print_information {
	display: block;
	background: #1aa3ad;
	color: #fff;
	text-align: center;
	line-height: 46px;
	padding: 0 15px;
	width: 116px;
	margin: 3% auto 0
}

.print_content a:hover {
	color: #fff;
}

.print_1 {
	width: 80px;
	border-bottom: solid 1px #ccc;
	line-height: 24px;
	text-align: center;
}

.print_2 {
	width: 40px;
	border-bottom: solid 1px #ccc;
	line-height: 24px;
	text-align: center;
}

.print_3 {
	width: 200px;
	border-bottom: solid 1px #ccc;
	line-height: 24px;
	text-align: center;
}

.print_4 {
	width: 100px;
	border-bottom: solid 1px #ccc;
	line-height: 24px;
	text-align: center;
}

.print_5 {
	width: 100px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	line-height: 24px;
}

.print_6 {
	width: 50px;
	text-align: center;
	border-bottom: solid 1px #ccc;
	line-height: 24px;
}

.list-row .title h2,
.page_title h2 {
	color: #1aa3ad;
	font-size: 32px;
	position: relative;
	text-align: center;
	margin: 0;
	font-weight: bold;
}

.list-row .title h2::before,
.page_title h2::before {
	position: absolute;
	content: '';
	border-bottom: 2px solid #1aa3ad;
	top: 20px;
	display: inline-block;
	width: 27%;
}

.list-row .title h2::before,
.list-row .title h2::after,
.page_title h2::before,
.page_title h2::after {
	position: absolute;
	content: '';
	border-bottom: 2px solid #1aa3ad;
	top: 20px;
	display: inline-block;
	width: 27%;
}

.list-row .title h2::before,
.page_title h2::before {
	left: 15px;
}

.list-row .title h2::after,
.page_title h2::after {
	right: 15px;
}

.social::after {
	clear: both;
}

.social::before,
.social::after {
	content: " ";
	display: table;
}

.social {
	margin-top: 15px;
	text-align: right;
}

.social ul {
	list-style: none;
	padding: 0;
	display: inline-block;
}

.sharefb {
	float: left;
	padding: 0 0 0 10px;
	line-height: 15px;
}

/* calendar */
.calendars .panel {
	text-align: center;
	margin: 10px 0;
	background: none;
	border: 0px;
	box-shadow: none;
	font-size: 16px;
	color: #000;
}

.calendars .panel select {
	height: 30px;
	margin: 0 5px;
}

.calendars .panel .btn,
.calendars .panel .btn-r,
.calendars .panel .btn-square {
	margin: 0 10px;
	padding: 0 5px;
	color: #A9CB00;
	font-weight: bold;
	font-size: 25px;
	line-height: 22px;
}

.calendars .panel .btn {
	font-size: 20px;
	line-height: 25px;
	padding-bottom: 5px;
}

.calendars .calendar {
	width: 100%;
}

.calendars .calendar th {
	background-color: #A9CB00;
	padding: 10px 0;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
	font-size: 13px;
	text-align: center;
	width: 14%;
}

.calendars .calendar td {
	position: relative;
	height: 50px;
	padding: 5px;
	vertical-align: top;
	background-color: #edf0dd;
	border: 1px solid #fff;
}

.calendars .calendar td.active {
	background-color: #f1fff0;
}

.calendars .calendar td .date {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: arial;
	display: block;
	padding: 0px 2px 0px;
}

.calendars .calendar td .date_g {
	color: #656565;
}

.calendars .calendar td.date_g {
	background-color: rgb(167, 202, 22, .1);
	border: 1px solid #fff;
	margin: 10px;
}

.calendars .calendar td .acts {
	text-align: center;
}

.calendars .calendar td .qty {
	font-size: 14px;
	color: #40A643;
	white-space: nowrap;
	display: block;
	padding-top: 0px;
}

.calendars .calendar td:hover {
	background-color: rgb(167, 202, 22, .2);
}

.calendars .calendar td .qty.full {
	color: #999;
}

.calendars .calendar td.current {
	background-color: #fffded;
}

.calendar .text-r {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #ce161e;
	font-size: 14px;
}

.calendar .text-g {
	display: block;
	text-align: center;
	font-weight: bold;
	color: #1aa1ab;
	font-size: 14px;
}

.calendar label {
	font-weight: normal;
	display: block;
	cursor: pointer;
}

#cboxLoadedContent {
	border: 2px solid #A7CA16;
	padding: 60px;
}

#cboxClose {
	top: 10px;
}

.purchase-data>img {
	width: 100%;
}

.pu-titles {
	color: #666666;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 5px;
}

.pu-title {
	color: #A4BD10;
	font-size: 20px;
	padding-right: 10px;
}

.pu-price {
	color: #ce161e;
	font-size: 20px;
	padding-left: 10px;
}

.pu-text {
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}

.pu-text img {
	max-width: 100%;
}

/*Mobile Menu*/
.navbar-default {
	background-color: transparent;
	border: none;
	min-height: auto;
	margin-bottom: 0;
}

.navbar-default .navbar-toggle {
	margin-top: -100px;
	position: relative;
}

.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #a9cc16;
	border: none;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-collapse {
	width: 100%;
	background-color: rgba(26, 163, 173, 0.1);
	margin-top: -40px;
	padding-bottom: 30px;
}

.navbar-default .navbar-nav>li {
	text-align: left;
	width: 84%;
	margin: 0 auto;
}

.navbar-default .navbar-nav>li>a {
	color: #1AA3AD;
	border-bottom: #0C7051 1px solid;
	font-size: 16px;
	padding: .75em 1em;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #1AA3AD;
}

.navbar-default li.dropdown-submenu>a:after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	margin-left: 2px;
	vertical-align: middle;
}

.navbar-default li.dropdown-submenu.open>a:after {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
}

.navbar-default li.open ul.dropdown-menu>li.open>ul.dropdown-menu {
	position: relative;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #1AA3AD;
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu {
	border-radius: 0;
	padding: 0;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #ffffff;
	background-color: rgba(26, 163, 173, .8);
	border-bottom: #0C7051 1px solid;
	font-size: 16px;
	padding: .75em 2em;
	white-space: normal;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	background-color: rgba(26, 163, 173, .7);
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>ul>li>a {
	background-color: rgba(26, 163, 173, .5);
	padding: .75em 3em;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>ul>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>ul>li>a:hover {
	color: #1AA3AD;
	background-color: rgba(26, 163, 173, .1);
}

.navbar-default .search {
	background-color: rgba(26, 163, 173, .9);
	border-bottom: #0C7051 1px solid;
	padding: 10px 20px;
}

/*vote*/
.travel_vote_btn a {
	background: url(../images/travel_vote_bg.svg) left center no-repeat;
	width: 180px;
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 999;
	text-align: center;
}

.travel_vote_btn a:hover,
.travel_vote_btn a:focus {
	background: url(../images/travel_vote_bg_hover.svg) left center no-repeat;
}

.page-vote {
	border-bottom: 2px solid #66c1d6;
	padding-bottom: 10px;
	margin-bottom: 30px;
	margin-left: 15px;
	margin-right: 15px;
}

.page-vote img {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 20px;
}

.page-vote h3 {
	color: #0280ad;
	font-size: 23px;
	font-weight: bold;
}

.page-vote ol {
	padding-left: 25px;
}

.page-vote ol li {
	font-size: 15px;
	padding-bottom: 5px;
}

.container-text.review.vote .modal-content {
	width: 300px;
}

.container-text.review.vote .modal-body {
	padding: 20px 15px;
}

.container-text.review.vote .modal-body p {
	margin-bottom: 0;
}

.container-text.vote {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 100px;
}

.container-text.vote .list-wrap {
	border: 2px solid #73c6d9;
}

.container-text.vote h3 {
	margin-bottom: 15px;
}

.vote-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.vote-text p {
	padding: 0px 15px;
	margin-bottom: 0;
	height: auto;
}

.vote-text p span {
	color: #cc161e;
	font-size: 23px;
	padding-right: 8px;
}

.vote-btn {
	padding-right: 15px;
}

.vote-btn a {
	border-radius: 5px;
	font-size: 15px;
	padding: 2px 15px;
}

.vote-btn a+a {
	margin-left: 5px;
}

.vote-btn a.check {
	border: 1px solid #dddddd;
	background-color: #ffffff;
	color: #1ea569;
}

.vote-btn a.link {
	border: 1px solid #0c84b0;
	background-color: #0c84b0;
	color: #ffffff;
}

.vote-btn a.link:hover,
.vote-btn a.link:focus {
	border: 1px solid #1aa3ad;
	background-color: #1aa3ad;
}

.vote-result {
	border-radius: 20px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 250px;
	min-height: 120px;
	padding: 20px;
	position: fixed;
	right: 30px;
	bottom: 100px;
	z-index: 999;
}

.vote-result p {
	font-size: 24px;
	color: #6f7b8a;
	margin-bottom: 15px;
}

.vote-result a {
	color: #fff;
	background-color: #6a9e20;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 14px;
	cursor: pointer;
}

.vote-result a:hover,
.vote-result a:focus {
	background-color: #1aa3ad;
}

/*ad*/
@-webkit-keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes rollIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.adsbox {
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
}

.adscontent {
	width: 635px;
	height: 635px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	-webkit-animation-name: rollIn;
	animation-name: rollIn;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.adscontent img {
	width: 100%;
}

.btn-close {
	background-color: transparent;
	position: absolute;
	right: 40px;
    top: 40px;
}