@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
/* CSS Document */
html {
	height: 100%;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	height: 100%;
	background-color: #fff;
	font-family:"Noto Sans TC", "微軟正黑體", "黑體", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
img {
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
	/*object-fit: scale-down; /* FF */
	width: 100%;
	height: inherit;
}
button:focus {
    outline: 0 !important;
	border: 0 !important;
}
.badge-pill {
	font-size: 10px;
    margin-left: -2px;
}
.wrapper {
	position: relative;
	width: 100%;
	min-height: 88%;
}
.hight100 {
	height: 80%;
}
.header {
	position: fixed;
	width: 100%;
	background: #fff;
	z-index: 9999;
	border-bottom: 1px solid #00D7E1;
}
.header_container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
}
.header_logo {
	position: relative;
    float: left;
    margin: 10px 5px;
    width: calc( 15% - 10px);
    max-width: 200px;
}
.header_nav {
	position: relative;
    float: right;
    margin: 13px 5px 5px 5px;
    width: calc( 85% - 10px);
    text-align: right;
}
.header_acc {
	position: relative;
    display: block;
    width: 100%;
    text-align: right;
	color: #00D7E1;
}
.header_acc i {
    margin: 0 5px 0 10px;
}
.header_acc a {
	color: #00D7E1;
    font-size: 14px;
    text-decoration: none;
}
.header_acc a:hover {
	color: #ccc;
    text-decoration: none;
}
.header_navbar {
	position: relative;
    width: fit-content;
    text-align: right;
    display: inline-flex;
}
.navbar {
    padding: .5rem 0;
}
.nav-link {
    display: block;
    padding: 0 15px;
	padding-left: 15px !important;
	padding-right: 15px !important;
    border-right: 1px solid #eee;
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
    float: right;
    margin: 0px;
}
.dropdown>.dropdown-menu {
  top: 200%;
  transition: 0.3s all ease-in-out;
}
.dropdown:hover>.dropdown-menu {
  display: block;
  top: 100%;
}
.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0px;
    content: none;
    border-bottom: 0;
    font-size: 16px;
    border-top: 0;
    border-right: 0;
}
.dropdown-toggle i {
    display: inline-block;
    margin-left: 5px;
    vertical-align: 0px;
    content: none;
    border-bottom: 0;
    font-size: 14px;
    border-top: 0;
    border-right: 0;
}
.mobile_nav {
	display: none;
}
.top_banner {
	position: relative;
	width: 100%;
	padding-top: 90px;
}
.carousel-item {
    max-height: 500px;
	overflow: hidden;
}
.carousel_img {
	margin-top: -5%;
}
.promo_txt {
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 50%;
	max-width: 700px;
	z-index: 9;
	color: #fff;
	text-align: center;
	text-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}
.promo_txt h1 {
	font-size: 40px;
    font-weight: 600;
}
.promo_txt h3 {
	font-size: 20px;
}
.search_bar {
	position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
	max-width: 700px;
	z-index: 9;
}
.form-control {
    border: 0;
	outline: none;
}
.btn_search {
	background: rgb(60,235,193);
    background: linear-gradient(90deg, rgba(60,235,193,1) 0%, rgba(0,215,225,1) 100%);
	outline: none;
	border: 0;
}
.btn_search:hover {
	background: rgb(60,235,193);
    background: linear-gradient(90deg, rgba(0,215,225,1) 0%, rgba(60,235,193,1) 100%);
	outline: none!important;
	border: 0;
}
.btn_search i {
	color: #fff;
}
.home_xie {
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 0;
}
.content_container {
	position: relative;
    padding: 10px 0;
    width: 100%;
	height: 100%;
}
.content {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
.main_title {
    position: relative;
    margin: 10px auto 0 auto;
    width: fit-content;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #00D7E1;
}
.sub_title {
	font-size: 24px;
    font-weight: 600;
	color: #00D7E1;
	margin-bottom: 5px;
}
.main_title img {
	width: 30px;
    margin-bottom: 10px;
}
#hot_destination, #pick_list, #product_list01, #product_list02 , #product_list03, #product_list04, #product_list05, #product_list06, .productList {
	margin: 10px 10px 20px 10px;
	width: calc( 100% - 20px);
}
.destination {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
	border-radius: 4px;
    overflow: hidden;
	margin-bottom: 6px;
    flex-direction: column;
    background: #fff;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.destination:hover, .destination img:hover,.spots_list:hover {
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	opacity: 0.8;
}
.destination div {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dest_name {
	position: absolute !important;
    font-size: 24px;
    font-weight: bolder;
    line-height: 28px;
    color: #fff;
    width: 24px;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.7);
}
#hot_destination .owl-nav {
	position: absolute;
    top: 14vw;
    left: 0;
    right: 0;
    z-index: 9;
}
#hot_destination .owl-prev {
	left: 1%;
    position: absolute;
	font-size: 58px !important;
	color: #fff !important;
}
#hot_destination .owl-next {
	right: 1%;
    position: absolute;
	font-size: 58px !important;
	color: #fff !important;
}
#hot_destination .disabled {
	opacity: 0.4;
}
.bg_pick {
	background: #f3f3f3;
}
.main_pick {
	position: relative;
    margin: 10px 10px 20px 10px;
    width: calc( 100% - 20px);
    border-radius: 4px;
    overflow: hidden;
}
.pick_content {
	position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 33%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    top: 0px;
	text-align: left;
}
.pick_content p b {
	font-size: 22px;
    color: #00D7E1;
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}
.pick_content p {
	color: #fff;
    line-height: 28px;
}
.pick_content .more {
	color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: hsla(0,0%,100%,.1);
    height: auto;
    font-weight: 300;
    cursor: pointer;
    padding: 5px 20px;
    text-align: center;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.pick_content .more:hover {
    background-color: hsla(0,0%,100%,.5);
}
.btn_morepick {
	position: relative;
    margin: 10px auto 6% auto;
    width: 200px;
}
.btn_morepick a {
	display: block;
    margin: 10px auto;
    padding: 6px;
    width: 100%;
    background: #00D7E1;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
	text-decoration: none;
}
.btn_morepick a:hover {
    color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.hr {
	position: relative;
    border-top: 2px solid #00D7E1;
    margin: 15px auto 20px auto;
    width: 2%;
}
.product {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
	border-radius: 4px;
    overflow: hidden;
    margin: 2px 2px 6px 2px;
    flex-direction: column;
    background: #fff;
	cursor: pointer;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product:hover, .product_s:hover {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
	opacity: 0.8;
}
.productList .highlight {
    width: 100% !important;
    flex-direction: row;
    align-items: stretch;;
	background: #00D7E1 !important;
}
.productList .highlight .pick_date {
	color: #bcfafd;
}
.productList .highlight .product_content {
    margin: 15px 15px 0px 15px;
    width: calc( 100% - 30px );
}
.productList .highlight .product_name {
    line-height: 32px;
    font-weight: 600;
    min-height: 130px;
    font-size: 28px;
	color: #fff;
}
.productList .highlight .selling_point {
    margin: 10px 0;
    padding: 0 0px 0 0px;
    font-size: 18px;
    font-weight: 500;
    color: #d8fbfd;
    line-height: 24px;
    list-style: none;
}
.productList .highlight .btn_morelist {
    width: 100%;
}
.productList .highlight .btn_morelist a {
    background: #fff !important;
	color: #00D7E1 !important;
	margin: 5px auto;
}
.pick_links {
	position: absolute;
	display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
	z-index: 3;
    opacity: 0;
    text-align: center;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product:hover .pick_links {
	opacity: 1;
}
.pick_links img {
    vertical-align: middle;
    padding: 12px;
    position: absolute;
    top: 40%;
    bottom: 40%;
    left: 40%;
    right: 40%;
    width: 20%;
	opacity: 0;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product:hover .pick_links img {
	opacity: 1;
	top: 43%;
    bottom: 43%;
    left: 42%;
    right: 42%;
    width: 16%;
}
.pick_links .fa-link:before {
    right: 0;
    left: 0;
    position: absolute;
}
#product_list01 .product, #product_list02 .product, #product_list05 .product, #product_list06 .product, .productList .product {
    background: #f9f9f9;
}
#product_list03 .product_s, #product_list04 .product_s {
    background: #efefef;
}
.product_img {
	position: relative;
	width: 100%;
}
.product_img .area {
	position: absolute;
    bottom: 0;
    padding: 8px 15px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    display: flex;
    flex-direction: row;
}
.product_img {
	color: #fff;
    font-size: 14px;
    line-height: 1.3;
}
.product_img i {
	color: #fff;
    font-size: 14px;
    margin-right: 5px;
    line-height: 1.3;
}
.icon_rate {
    position: absolute;
    top: 0;
    right: 5px;
    width: 15%;
}
#product_list03 .icon_rate, #product_list04 .icon_rate, #product_list05 .icon_rate, #product_list06 .icon_rate {
	width: 18%;
}
.product_content {
	position: relative;
	margin: 15px 15px 10px 15px;
	width: calc( 100% - 30px );
	text-align: left;
	display: flex;
    flex-direction: column;
	justify-content: space-between;
}
.product_name {
    color: #333;
    line-height: 22px;
    font-weight: 600;
    min-height: 130px;
}
.product_name .label {
    list-style: none;
    display: flex;
	margin: 0;
    padding: 10px 0;
	flex-wrap: wrap;
	align-items: flex-start;
}
.product_name .label li {
    display: flex;
    background: #19B0C1;
    color: #fff;
    font-size: 12px;
    margin: 0 5px 5px 0px;
    padding: 1px 8px;
    border-radius: 18px;
    font-weight: normal;
}
.product_spec {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
	color: #00D7E1;
	
}
.product_spec .book_mark {
	position: relative;
	display: flex;
}
.product_spec .book_mark i {
    font-size: 14px;
    line-height: 1.8;
    margin-right: 4px;
}
.product_spec .price {
	position: relative;
    display: flex;
    font-size: 14px;
    line-height: 24px;
}
.product_spec .price b {
    font-size: 18px;
}
#pick_list .owl-nav, #product_list01 .owl-nav, #product_list02 .owl-nav, #product_list05 .owl-nav, #product_list06 .owl-nav {
	font-size: 80px;
    color: #00D7E1;
    line-height: 70px;
    position: absolute;
    top: 38%;
    width: 106%;
    left: -3%;
    right: -3%;
}
#pick_list .owl-nav .owl-prev, #product_list01 .owl-nav .owl-prev, #product_list02 .owl-nav .owl-prev, #product_list03 .owl-nav .owl-prev, #product_list05 .owl-nav .owl-prev, #product_list06 .owl-nav .owl-prev {
	left: 0;
    position: absolute;
}
#pick_list .owl-nav .owl-next, #product_list01 .owl-nav .owl-next, #product_list02 .owl-nav .owl-next, #product_list03 .owl-nav .owl-next, #product_list05 .owl-nav .owl-next, #product_list06 .owl-nav .owl-next {
	right: 0;
    position: absolute;
}
#pick_list .disabled, #product_list01 .disabled, #product_list02 .disabled, #product_list03 .disabled, #product_list05 .disabled, #product_list06 .disabled {
	opacity: 0.3;
}
.owl-dots .owl-dot {
	background: #ccc !important;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 3px;
}
.owl-dots .active {
	background: #00D7E1 !important;
}
.product_s {
    display: -webkit-flex;
    display:         flex;
    -webkit-align-items: stretch;
            align-items: stretch;
    -webkit-justify-content: start;
            justify-content: start;
	border-radius: 4px;
    overflow: hidden;
    margin: 2px 2px 6px 2px;
    flex-direction: row;
    background: #fff;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.bottom_txt {
    position: relative;
    margin: 50px auto;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #999;
}
.footer {
	position: relative;
	background-image: linear-gradient(90deg,#3bebc2 0,#00D7E1);
    padding: 20px 0;
    width: 100%; 
}
.footer_container {
	position: relative;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.footer_logo {
	position: relative;
    display: flex;
    width: 13%;
    max-width: 180px;
}
.footer_logo img {
	object-fit: contain;
	-ms-interpolation-mode: bicubic;
	flex: 0 0 auto;  /* IE */
	object-fit: scale-down; /* FF */
	max-height: 62px;
}
.footer_menu {
	position: relative;
	display: flex;
	flex-direction: row;
    width: 40%;
}
.footer_menu div {
	position: relative;
    display: flex;
    flex-direction: column;
	width: 33%;
}
.footer_menu div a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 14px;
}
.subscribe {
	position: relative;
	display: flex;
	flex-direction: row;
	width: 35%;
	justify-content: flex-end;
}
.subscribe_txt {
    border-top-right-radius: 0;
    position: relative;
    display: flex;
	width: 72%;
    height: 48px;
    border-bottom-right-radius: 0;
    background: rgb(255,255,255,0.8);
}
.btn_subscribe {
    background: rgb(255,255,255,1);
    outline: none;
    border: 0;
    padding: 0 18px;
    width: 70px;
    height: 48px;
    display: flex;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.right {
	position: relative;
	display: flex;
	width: 100%;
    background: #fff;
}
.right_container {
	position: relative;
    display: flex;
    margin: 5px auto;
    width: 100%;
    max-width: 1200px;
    justify-content: space-between;
    background: #fff;
    color: #999;
    font-size: 12px;
    flex-direction: row;
}
.copyright {
	position: relative;
	display: flex;
}
.support {
	position: relative;
	display: flex;
}
/* page */

.banner_category {
	position: relative;
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	text-align: center;
}
.banner_pick {
    position: relative;
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    text-align: center;
}
.banner_category img, .banner_pick img {
	width: 100%;
    margin-top: -3%;
}
.name_page {
	position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    font-size: 32px;
    color: #fff;
    z-index: 2;
    text-align: center;
}
.name_page h1 {
	font-weight: 600;
	text-shadow: 0px 2px 6px rgba(0,0,0,0.5);
}
.name_page h3 {
	display: block;
    padding: 5px 12px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 4px;
    width: fit-content;
    margin: 0 auto;
	background-color: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.5);
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.name_page h3:hover {
	background-color: rgba(255, 255, 255, 0.7);
	color: #000;
}
.breadcrumb {
	position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 5px 10px 10px 10px;
    font-size: 12px;
    background: #fff;
    color: #aaa;
	text-align: left;
}
.breadcrumb a {
	color: rgb(0, 202, 171);
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #ccc;
	text-decoration: none;
}
.page_top {
	position: relative;
	margin-bottom: 5px;
    padding: 0 10px 5px 10px;
}
.page_title {
	position: relative;
    display: flex;
    font-size: 24px;
    font-weight: bolder;
    color: #333;
    text-align: left;
}
.list_result {
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}
.result {
	position: relative;
    display: flex;
    font-size: 16px;
    color: #666;
    padding: 12px 11px;
}
.result b {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 22px;
}
.list_style {
	position: relative;
    display: flex;
    flex-direction: row;
    margin: 5px 10px;
    align-items: center;
    font-size: 16px;
    color: #666;
}
.select_list {
	width: fit-content;
    margin-left: 10px;
}
.productList {
	position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productList .product {
	position: relative;
    width: 31%;
    margin-bottom: 20px;
}
.btn_morelist {
    position: relative;
    margin: 10px auto;
    width: 200px;
}
.btn_morelist a {
	display: block;
    padding: 6px;
    width: 100%;
    background: #3BEBBF;
	background-image: linear-gradient(90deg,#3bebc2 0,#00D7E1);
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
	text-decoration: none;
}
.btn_morelist a:hover {
    color: rgba(255, 255, 255, 0.7);
	text-decoration: none;
}
.page_desc {
	position: relative;
    padding: 20px 0 40px 0;
    text-align: center;
    font-size: 18px;
    color: #00D7E1;
}
.about_desc {
	text-align: center;
}
.about_desc .hr {
	margin: 40px auto 40px auto;
}
.page_desc h4 {
	color: #333;
    border-left: 3px solid rgb(0, 202, 171);
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding-left: 8px;
    margin-bottom: 16px;
}
.page_desc p, .page_desc ul, .page_desc li {
    text-align: left;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}
.about_desc p, .about_desc ul, .about_desc li {
    text-align: center;
}
.page_subcat_list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
}
.page_subcat {
	position: relative;
    display: flex;
    width: 32%;
    overflow: hidden;
    border-radius: 4px;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.page_subcat:hover {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
}
.page_subcat:hover > .page_subcat_img {
	opacity: 0.7;
}
.page_subcat_img {
	position: relative;
    width: 100%;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.page_subcat_img img {
    width: 100%;
}
.page_subcat_txt {
	position: absolute;
    width: 70%;
    top: 20%;
    bottom: 20%;
    left: 10%;
    right: 10%;
    color: #fff;
    margin: auto;
    padding: 20px 10px;
    border-radius: 4px;
    background: rgb(0, 0, 0, 0.5);
}
.page_subcat_txt p {
	font-size: 14px;
}
.page_subcat_txt b {
	font-size: 20px;
}
.form_container {
	position: relative;
    background: #f9f9f9;
    border-radius: 4px;
}
.function_form {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
	padding: 10px;
    width: fit-content;
    min-width: 450px;
}
.form_title {
    position: relative;
	margin-bottom: 10px;
    padding: 5px;
    font-size: 20px;
    border-bottom: 1px dotted #ccc;
}
.form_row {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
	margin-bottom: 10px;
    text-align: left;
	width: 100%;
    font-size: 14px;
    color: #999;
}
.form_row label {
    width: 110px;
    padding: 8px 0;
}
.select_cal {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: calc(1.5em + .75rem + 2px);
    margin-left: 10px;
    padding: .375rem .7rem .375rem .7rem;
    font-size: 1rem;
    border-radius: 4px;
    background: #fff;
    width: 160px;
    border: 1px solid #ced4da;
}
.selling_point {
	margin: 5px 0;
    padding: 0 0px 0 0px;
    font-size: 14px;
    font-weight: 500;
    color: #777;
    line-height: 20px;
    list-style: none;
}
.list_dec {
	position: relative;
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.list_dec div {
	position: relative;
    display: flex;
    flex-direction: row;
    width: 25%;
	color: #666;
}
.list_dec div i {
	font-size: 14px;
    line-height: 1.8;
    margin-right: 4px;
}
.sample_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.sample_list table {
	width: calc( 50% - 10px);
	margin: 30px 0px 10px 0;
	color: #333;
	font-size: 14px;
	border-spacing: 1px;
    border-collapse: separate;
	border-radius: 8px;
    overflow: hidden;
}
.sample_list table td {
	padding: 8px 5px;
	background: #defafe;
}
.table_head td {
	background: #00D7E1 !important;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.table_subhead td {
	background: #9feefa !important;
	
}
.custom-input {
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-textarea {
	height: auto;
    min-width: 352px;
}
.counter {
    width: 150px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 5px;
    background-color: #fff;
	position: relative;
	display: flex;
	flex-direction: row;
    justify-content: center;
    margin-left: 10px;
    align-items: center;
}
.minus {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #888;
    background-color: #eee;
    font-size: 14px;
    cursor: pointer;
}
.add {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 5px;
    color: #888;
    background-color: #eee;
    font-size: 14px;
    cursor: pointer;
}
.faq_cats {
	padding-right: 0;
}
.faq_quests {
	padding-left: 0;
}
.nav-pills .nav-link {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 0px;
    color: #00D7E1;
	border-right: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background: #3BEBBF;
    background-image: linear-gradient(90deg,#3bebc2 0,#00D7E1);
}
.register_box .nav-pills .nav-link {
    width: 50%;
	border-bottom: 1px solid #00D7E3;
}
.register_box .nav-pills .nav-link:first-child {
	border-bottom-left-radius: 0px;
}
.register_box .nav-pills .nav-link:last-child {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
}
.register_box .form_row {
	justify-content: flex-start;
	width: 100%;
}
.register_box .form_row input {
	width: calc( 100% - 110px );
}
.register_box .form_row .disabled {
	background-color: #eef3f6;
    color: #9facbc;
}
.accordion>.card {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border: 1px solid #00D7E1;
    text-align: left;
    color: #666666;
    font-size: 14px;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.btn-link {
    color: #00D7E1;
	padding-left: 0;
	width: 100%;
	text-align: left;
}
.promise_list {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.promise {
	position: relative;
    margin: 20px 0;
    width: calc( 33.3% - 16px );
    border-radius: 8px;
    overflow: hidden;
    background: #00D7E1;
    padding: 8px;
}
.promise_img {
	position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #fff;
}
.promise_txt {
	position: relative;
	margin: 10px 0 0 0;
}
.promise_txt h5 {
	color: #fff;
}
.promise_txt p {
	color: #dbfcfe;
}
.pick_date {
	font-size: 14px;
	color: #999;
}
.member_container {
    position: relative;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 200px;
    width: 100%;
	max-width: 1920px;
    min-height: 100%;
    background: url(../images/login_bg.jpg) center -50px no-repeat;
	background-size: 75%;
}
.member_box {
    position: relative;
    margin: 0px auto;
    padding: 15px;
    width: 30%;
    max-width: 450px;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    border: 3px solid #00D7E1;
}
.login_box {
	position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
}
.register_box {
	margin-top: 10px;
}
.btn_verify {
	display: block;
    padding: 10px 15px;
    width: 150px;
    background: #19B0C1;
    color: #fff;
    text-align: center;
    border-radius: 4px;
	outline: none;
    border: 0;
}
.btn_verify:hover {
	opacity: 0.8;
}
.box_title {
	color: #00D7E1;
    font-size: 24px;
    font-weight: bolder;
    position: relative;
	padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #00D7E1;
}
.login_box .form_row {
    justify-content: center;
	text-align: center;
	margin-bottom: 15px;
}
.login_box .form_row label {
    width: 122px;
    padding: 8px 0;
    text-align: right;
}
.login_box .form_row .custom-input {
    width: calc( 100% - 120px);
}
.member_container .btn_morelist {
    width: 100%;
}
.login-gap {
	border-bottom: 1px solid #eee;
    text-align: center;
    height: 12px;
    margin: 0px 0 30px;
}
.login-gap span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
    color: #aaa !important;
}
.member_container .fb_login a {
    background: #3a5695;
}
.login_other {
	position: relative;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #00D7E1;
    margin-top: 20px;
    padding-top: 15px;
    color: #999;
}
.login_other a {
	color: #00D7E1;
}
.register_other {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    font-size: 14px;
    border-top: 1px solid #00D7E1;
    margin-top: 20px;
    padding-top: 15px;
    color: #999;
}
.register_other a {
	color: #00D7E1;
}
.pick_detail {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 10px 5px 10px;
	text-align: left;
	border-bottom: 1px dotted #ccc;
}
.pick_img_wrap {
	position: relative;
	width: 40%;
}
.pick_content_wrap {
	position: relative;
    width: calc( 60% - 30px );
}
.pick_desc {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}
.pick_img {
	position: relative;
	width: 100%;
	font-size: 14px;
	text-align: center;
	color: #666;
}
.pick_img img {
	width: 100%;
	margin-bottom: 10px;
}
.pick_detail p {
	font-size: 14px;
	color: #333;
}
.pick_detail p span {
	color: #999;
}
.pick_detail h2 {
	color: #00D7E1;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
}
.pick_detail table {
	width: 100%;
	background: #fff;
	border-color: #fff;
	margin-bottom: 20px;
	color: #444;
    font-size: 14px;
}
.pick_detail th {
	background: #a8f6e3;
	padding: 5px 10px;
	width: 40%;
    vertical-align: top;
}
.pick_detail td {
	background: #ddfbf4;
	padding: 5px 10px;
}
.pick_content_wrap img {
    width: 20px;
    vertical-align: top;
}
.spots_container {
	position: relative;
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: flex-start;
}
.spots_list {
	position: relative;
    margin: 10px;
    width: calc( 25% - 20px);
    border-radius: 4px;
    overflow: hidden;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.spot_list_img {
	width: 100%;
}
.spot_list_img img {
	flex: 0 0 auto;
    width: 116%;
    margin: 0 -8%;
}
.spots_title {
	position: absolute !important;
    top: 48%;
    left: 10%;
    right: 10%;
    margin: auto;
    font-size: 24px;
    font-weight: bolder;
    line-height: 28px;
    color: #fff;
    width: auto;
    text-shadow: 0px 2px 6px rgba(0,0,0,0.7);
}
.modal-dialog {
    margin: 6rem auto;
}
.spots_list_icon {
	width: 4%;
    max-width: 15px;
    vertical-align: text-top;
}
.spot_title {
	color: #19b0c1;
	font-weight: bolder;
}
.spot_content {
	text-align: left;
}
.spot_content img {
	margin-bottom: 15px;
}
.page_subtitle {
	position: relative;
    margin-bottom: 15px;
    padding: 10px 0;
    display: flex;
    font-size: 24px;
    font-weight: bolder;
    color: #333;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}
.alertNote {
    position: absolute;
    top: 23%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
	max-width: 1100px;
    background: rgba(20, 0, 0, 0.6);
    z-index: 99;
    border-radius: 4px;
    color: #fff;
    display: flex;
    align-items: center;
}
.alertNote i {
	color: #FFDA76;
	margin: 10px 15px;
}
.early {
    position: relative;
    margin-top: 2px;
    margin-right: 15px;
    font-size: 16px;
}
@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media (max-width: 1200px) {
	#pick_list .owl-nav, #product_list01 .owl-nav, #product_list02 .owl-nav, #product_list03 .owl-nav, #product_list04 .owl-nav, #product_list05 .owl-nav, #product_list06 .owl-nav {
        width: 98%;
        left: 1%;
        right: 1%;
    }
	.member_container {
        background-size: 90%;
		padding-top: 30px;
    }
	.footer_container, .right_container {
		margin: 5px;
		width: calc( 100% - 10px)
	}
	.page_subcat_list {
        width: calc( 100% - 20px);
        margin: 0 10px 40px 10px;
    }
	.page_desc {
        padding: 20px 10px 40px 10px;
    }
	.login_box .form_row {
        flex-direction: column;
    }
	.login_box .form_row label {
        width: 100%;
        padding: 0px 0;
        text-align: center;
        margin-bottom: 2px;
    }
	.login_box .form_row .custom-input {
        width: calc( 100% - 0px);
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
	.wrapper {
        padding: 0;
		font-size: 14px;
		overflow: hidden;
    }
	.header {
        padding: 0 10px 5px 10px;
    }
	.header_nav {
        margin: 0.4vw 5px;
    }
	.navbar-expand-md .navbar-nav .nav-link {
        padding-right: 8px !important;
        padding-left: 8px !important;
        font-size: 14px;
    }
	.top_banner {
        padding-top: 8.2%;
    }
	.pick_content p b {
        font-size: 18px;
        margin-bottom: 10px;
    }
	.pick_content p {
        color: #fff;
        line-height: 22px;
    }
	.product_img, .product_img i {
        font-size: 12px;
    }
	.product_img .area {
        padding: 8px 10px;
    }
	.product_content {
        margin: 10px 10px 5px 10px;
        width: calc( 100% - 20px );
    }
	.product_img .area {
        position: relative;
    }
	.product_s .label li {
        display: none;
    }
	.product_s .label > :first-child, .product_s .label > :nth-child(2)  {
		display: block;
		font-size: 12px !important;
    }
	.product_name {
        min-height: 109px;
    }
	.right_container {
        flex-direction: column;
    }
	.copyright, .support {
        display: block;
		text-align: center;
    }
	.page_subcat_txt {
        width: 80%;
        top: 10%;
        bottom: 10%;
        padding: 10px 10px;
    }
	.page_subcat_txt p {
        font-size: 14px;
        margin-bottom: 2px;
    }
	.productList .highlight .product_name {
        line-height: 24px;
        font-size: 20px;
    }
	.productList .highlight .selling_point {
        font-size: 14px;
        line-height: 20px;
    }
	.member_box {
        min-width: 320px;
    }
}
@media (max-width: 769px) {
    .header {
        padding: 4px 10px 5px 10px;
    }
	.navbar-expand-md .navbar-toggler {
        display: initial;
    }
	.navbar-expand-md .navbar-nav {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
	.header_logo {
        margin: 3px 5px;
		width: calc( 30% - 10px);
		position: absolute;
        top: 0;
        left: 0;
		z-index: 10;
    }
	.header_logo img {
		max-height: 40px;
		width: auto;
	}
	.header_nav {
        width: calc( 100% - 10px);
    }
	.header_acc {
        position: absolute;
        top: 7px;
        right: 50px;
		z-index: 9;
    }
	.header_acc a {
        font-size: 18px;
    }
	.header_acc i {
        margin: 0 5px 0 16px;
    }
	.header_navbar {
        width: 100%;
        text-align: right;
        display: block;
    }
	.hight100 {
        min-height: 100%;
    }
	.navbar {
        display: block;
		padding: 0;
    }
	.navbar-toggler {
        border: 0px solid transparent;
		padding: .25rem 0rem .25rem .75rem;
        font-size: 1.3rem;
    }
	.navbar-collapse {
        border-top: 1px solid #ccc;
        margin-top: 10px;
    }
	.navbar-expand-md .navbar-nav .nav-link {
        font-size: 16px;
        text-align: left;
        border-right: 0;
        padding: 8px 0;
        border-bottom: 1px dotted #ccc;
    }
	.dropdown-toggle i {
        float: right;
        font-size: 16px;
        line-height: 28px;
        margin-right: 10px;
    }
	.dropdown-menu {
        padding: 0rem 0;
        margin: .125rem 0 0;
        border: 0px solid rgba(0,0,0,.15);
    }
	.dropdown-item {
        padding: 10px 1.2rem;
        border-bottom: 1px dotted #eee;
    }
	.mobile_nav {
        display: block;
		margin: 0 -15px;
		background: #efefef;
		padding: 0px 15px;
    }
	.promo_txt {
        top: 35%;
        width: 96%;
    }
	.search_bar {
        width: 75%;
    }
	.top_banner {
        padding-top: 51px;
    }
	.carousel_img {
        width: 200%;
        margin: 0 -50%;
    }
	.main_pick img {
		width: 130%;
        margin: 0 -15%;
	}
	.pick_content {
        position: relative;
        background-color: #333;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px;
        top: 0px;
        text-align: left;
    }
	.btn_morepick {
        margin: 10px auto 10% auto;
    }
	.product_img, .product_img i {
        font-size: 12px;
    }
	.product_img .area {
        padding: 5px 10px;
    }
	.product_name {
        min-height: 120px;
        line-height: 22px;
		font-size: 18px;
    }
	.product_spec .price b {
        font-size: 22px;
    }
	.product_s .product_content {
        margin: 10px 10px 5px 10px;
        width: calc( 100% - 20px );
    }
	.product_s .product_name {
        min-height: inherit;
        font-size: 16px;
        line-height: 19px;
    }
	.footer_logo, .footer_menu {
        display: none;
    }
	.subscribe {
        justify-content: center;
		width: 100%;
    }
	.banner_category img {
        width: 116%;
        margin-left: -8%;
        margin-right: -8%;
        max-height: 400px;
    }
	.name_page {
        top: 45%;
    }
	.productList .product {
        width: 48.8%;
    }
	.page_desc br {
        display: none;
    }
	.page_subcat_list {
        width: calc( 100% - 40px);
        margin: 0 20px 40px 20px;
        flex-direction: column;
    }
	.page_subcat {
        margin-bottom: 10px;
        max-height: 150px;
        width: 100%;
    }
	.page_subcat_img {
        margin: -15% 0;
    }
	.page_subcat_txt {
        width: calc( 100% - 40px);
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 10px 10px;
    }
	.page_subcat_txt p:first-child {
    }
	.page_subcat_txt p:nth-child(2) {
    }
	.productList .highlight {
        flex-direction: column;
    }
	.member_container {
        background-size: 130%;
    }
	.member_box {
        padding: 10px 15px;
    }
	.box_title {
        padding-bottom: 5px;
    }
	.login_box {
        padding: 10px 0;
    }
	.spots_list {
        width: calc( 33.3% - 20px);
    }
	.spots_title {
        font-size: 24px;
    }
	.spot_list_img img {
        width: 140%;
        margin: 0 -20%;
    }
	.register_other {
        display: block;
    }
	.page_desc {
        padding: 20px 10px 40px 10px;
    }
}
@media (max-width: 576px) {
	.banner_category img {
        width: 220%;
        margin-left: -60%;
        margin-right: -60%;
		margin-top: 0;
    }
	.promo_txt h1 {
        font-size: 30px;
        font-weight: 500;
		margin-bottom: 2px;
    }
	.promo_txt h3 {
        font-size: 18px;
    }
	.name_page {
        top: 40%;
		width: 100%;
    }
	.name_page h3 {
        display: block;
        padding: 10px 20px;
    }
	.list_style {
        justify-content: center;
    }
	.productList .product {
        width: 100%;
    }
	.faq_cats {
        padding-right: 15px;
        max-width: none;
        flex: 100%;
    }
	.flex-column {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
		justify-content: space-between;
		font-size: 14px;
    }
	.nav-pills .nav-link {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
	.faq_quests {
        padding-left: 15px;
        flex: 100%;
        max-width: none;
    }
	.accordion>.card {
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
	.function_form {
        width: 100%;
        min-width: inherit;
    }
	.custom-input, .custom-select, .custom-textarea {
        min-width: 100%;
		font-size: 14px;
		margin-left: 0;
        margin-bottom: 5px;
    }
	.list_style .custom-select {
		min-width: fit-content;
        margin-left: 15px;
	}
	.promise_list {
        flex-direction: column;
    }
	.promise {
        width: calc( 100% - 0px );
    }
	.member_container {
        background-size: 260%;
        padding-top: 0;
        padding-bottom: 30px;
    }
	.list_result {
        flex-direction: column;
    }
	.list_style {
        font-size: 14px;
		flex-direction: column;
    }
	.result {
        font-size: 14px;
		justify-content: center;
    }
	.form_row {
        flex-direction: column;
    }
	.form_row label {
        width: 100%;
        padding: 0px 0;
        margin-bottom: 0;
    }
	.select_cal {
        margin-left: 0;
        margin-bottom: 5px;
    }
	.page_desc h4 {
        margin-top: 20px;
    }
	.box_title {
        font-size: 20px;
    }
	.btn_morelist a {
        font-size: 16px;
    }
	.pick_detail {
        flex-direction: column;
    }
	.banner_category img, .banner_pick img {
        width: 200%;
        margin: 0 -50%;
        margin-top: -3%;
    }
	.pick_img_wrap {
        width: 100%;
    }
	.pick_content_wrap {
        width: calc( 100% - 0px );
    }
	.spots_list {
        width: calc( 50% - 20px);
    }
	.spots_title {
        font-size: 18px;
		top: 40%;
    }
	.alertNote {
        top: 20%;
        width: 92%;
    }
	#product_list01 .icon_rate, #product_list02 .icon_rate, #product_list05 .icon_rate, #product_list06 .icon_rate {
        width: 12%;
    }
	#product_list03 .icon_rate, #product_list04 .icon_rate {
        width: 20%;
    }
	.sample_list {
        flex-direction: column;
    }
	.sample_list table {
        width: 100% !important;
    }
}