@charset "utf-8";
/* CSS Document */
/*主題頁介紹與資訊*/
.theme_menubg{
	background-color:#0a7cd0;
}
.theme_menu ul{
	margin:0;
	padding:10px 0;
	text-align: center;
}
.theme_menu li{
	padding:0;
	margin:0;
	list-style:none;
	display: inline-block;
	font-size:21px;
	padding-top:5px;
	padding-bottom:5px;
}
.theme_menu li a{
	text-decoration:none;
	color:#fff;
	padding: 0 30px;
	line-height:30px;
	border-right:1px solid #fff;
}
.theme_menu li:last-child a{
	border-right:0;
}
.theme_menu li a.active{
	color:#fff;
	font-weight:bold;
}
.theme_bg {
	background: url(../images/theme_bg.png);
}
.theme_margin {
	padding-top: 60px;
	padding-bottom: 50px;
}
.theme_bg h2 {
	margin: 0;
	color: #222;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 50px;
}
.theme_bg h2:before, .theme_bg h2:after {
	content: '';
	display: inline-block;
	width: 110px;
	height: 1px;
	background-color: #222;
	transform: translateY(-15px);
}
.theme_bg h2:before {
	margin-right: 15px;
}
.theme_bg h2:after {
	margin-left: 15px;
}
.theme_list{
	padding-bottom: 40px;
}
.theme_list ul{
	margin: 0;
	padding: 0;
	text-align: center;
}
.theme_list li{
	padding:0;
	margin:10px 3px;
	list-style:none;
	display: inline-block;
	font-size:18px;
}
.theme_list li a{
	text-decoration:none;
	background-color:#999999;
	color:#fff;
	padding: 8px 20px;
	border-radius: 3px;
}
.theme_list li a:hover,
.theme_list li.active a{
	background-color:#FF7600;
	color:#fff;
	text-decoration: none;
}
.theme_box1 {
	background-color: #fff;
	border-radius: 8px;
	padding: 25px;
}
.theme_tab {
	margin:0;
	padding:0;
	border-bottom: 0;
	text-align: center;
}
.theme_tab>li{
	padding-bottom:10px;
	padding-right:10px;
}
.theme_tab>li>a, .theme_tab>li>a:focus, .theme_tab>li>a:hover {
	font-size: 17px;
	color: #666;
	background-color: #fff;
	border: 2px solid #ddd;
	text-align: center;
	border-radius: 8px;
	padding: 7px 20px;
}
.theme_tab>li.active>a, .theme_tab>li.active>a:focus, .theme_tab>li.active>a:hover {
	color: #fff;
	background-color: #1272cc;
	border: 2px solid #1272cc;
}
.theme_tab>li.active:after {
	position: absolute;
	content: '';
	display: block;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 7px;
	border-color: #0a7cd0 transparent transparent transparent;
}
.theme_box1 .item {
	padding-top: 20px;
	padding-bottom: 20px;
	display: table;
	width:100%;
	border-bottom: 2px dotted #ccc;
}
.theme_box1 .item .pic {
	display: table-cell;
    width: 35%;
	vertical-align: top;
}
.theme_box1 .item img {
	border-radius: 8px;
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.theme_box1 .item .desc {
	display: table-cell;
	width: 65%;
	vertical-align: top;
	font-size:15px;
    padding-left: 15px;
}
.theme_box1 .item h4 {
	margin: 0;
	padding-bottom: 3px;
	font-size: 17px;
	line-height: 26px;
	color: #1272cc;
}
.theme_box1 .item h4 a {
	color: #0a7cd0;
}
.theme_box1 .item h4 a:hover {
	color: #FF3300;
	text-decoration: none;
}
.theme_box1 .item p {
	font-size: 14px;
	line-height: 23px;
	margin: 0;
}
.theme_box2 {
	background-color: #fff;
	border-radius: 8px;
	padding: 15px 30px 30px 30px;
	margin-bottom: 20px;
}
.theme_box2 h3 {
	margin: 0;
	color: #222;
	font-size: 28px;
	line-height: 28px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 8px;
	border-left: 5px solid #333;
}
.theme_box2 .list_pic {
	margin: 0;
	padding: 0;
}
.theme_box2 .list_pic li {
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.theme_box2 .list_pic .item {
	display: table;
	width:100%;
}
.theme_box2 .list_pic .item .pic {
	display: table-cell;
	width: 25%;
	vertical-align: top;
}
.theme_box2 .list_pic .item img {
	border-radius: 5px;
	width: 100%;
	height: 130px;
	object-fit: cover;
}
.theme_box2 .list_pic .item .desc {
	position:relative;
	display: table-cell;
	width: 75%;
	vertical-align: top;
	padding-left: 15px;
}
.theme_box2 .list_pic .item h4 {
	margin:0;
	padding-bottom:5px;
	color: #333;
	font-size:18px;
	line-height: 26px;
    font-weight: 600;
}
.theme_box2 .list_pic .item .date_list {
    width: 100%;
    display: block;
    overflow: hidden;
}
.theme_box2 .list_pic .item .date {
/*	float: left;*/
/*  width: 80%;*/
    text-align: left;
    font-size: 15px;
    color: #1272cc;
}
.theme_box2 .list_pic .item .date a {
	color: #1272cc;
}
.theme_box2 .list_pic .item .date a:hover,
.theme_box2 .list_pic .item .date a:focus {
	color: #FF3300;
	text-decoration: none;
}
.theme_box2 .list_pic .item .more {
    float: right;
    text-align: right;
    width: 20%;
    font-size: 14px;
    color: #1272cc;
}
.theme_box2 .list_pic .item .more i {
    font-size: 20px;
    line-height: 14px;
}
.theme_box2 .list_pic .item .more a{
	color: #1272cc;
}
.theme_box2 .list_pic .item .more a:hover, 
.theme_box2 .list_pic .item .more a:focus {
    color: #FF3300;
    text-decoration: none;
}
.theme_box2 .list_pic .item .price {
	position:absolute;
	bottom:0;
	right:0;
	text-align: right;
	color: #F22727;
	font-size: 22px;
    padding-top: 10px;
}
.theme_box2 .list_pic .item .price small {
	font-size: 14px;
}

/*郵輪*/
.theme_box2 .list {
	margin: 0;
	padding: 0;
}
.theme_box2 .list li {
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
}
.theme_box2 .list .block {
	display: table;
	width:100%;
}
.theme_box2 .list .block h4 {
    margin: 0;
    padding-bottom: 3px;
    color: #333;
    font-size: 17px;
    line-height: 26px;
}
.theme_box2 .list .block .price {
	display: table-cell;
    vertical-align: top;
    width: 15%;
    text-align: right;
    color: #F22727;
    font-size: 20px;
}
.theme_box2 .list .block .price small{
	font-size:14px;
}
.theme_box2 .list .date {
    text-align: left;
    font-size: 14px;
    color: #1272cc;
}
.theme_box2 .list .date a {
	color: #1272cc;
}
.theme_box2 .list .more a:hover, 
.theme_box2 .list .more a:focus {
    color: #FF3300;
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
.theme_box1 .item img {
	height: 130px;
}
.theme_box2 .list .block .price {
    width: 20%;
}
}
@media screen and (max-width: 992px) {
.theme_menu li{
	font-size:18px;
}
.theme_menu li a{
	padding: 0 25px;
}
.theme_margin {
	padding-top: 50px;
	padding-bottom: 30px;
}
.theme_bg h2 {
	font-size: 36px;
    padding-bottom: 40px;
}
.theme_bg h2:before, .theme_bg h2:after {
	width: 80px;
}
.theme_bg h2:before {
	margin-right: 10px;
}
.theme_bg h2:after {
	margin-left: 10px;
}
.theme_list li a {
    padding: 7px 15px;
	font-size: 16px;
}
.theme_tab>li>a, .theme_tab>li>a:focus, .theme_tab>li>a:hover {
	padding:6px 15px;
	border-radius: 5px;
	font-size: 16px;
}
.theme_box1 {
	margin-bottom: 20px;
}
.theme_box1 .item .pic {
    width: 25%;
}
.theme_box1 .item img {
	border-radius:5px;
}
.theme_box1 .item .desc {
    width: 75%;
}
.theme_box2 h3 {
	font-size: 28px;
	line-height: 30px;
}
}
@media screen and (max-width: 767px) {
.theme_menu ul {
    padding: 5px 0;
}
.theme_menu li {
    font-size: 17px;
}
.theme_menu li a{
	padding: 0 20px;
}
.theme_margin {
	padding-top: 40px;
	padding-bottom: 20px;
}
.theme_bg h2 {
	font-size: 28px;
	padding-bottom: 25px;
}
.theme_bg h2:before, .theme_bg h2:after {
	display: none;
}
.theme_list {
    padding-bottom: 30px;
}
.theme_tab>li>a, .theme_tab>li>a:focus, .theme_tab>li>a:hover {
	padding:5px 12px;
	border-radius: 3px;
	font-size: 15px;
}
.theme_box1 .item .pic {
    width: 35%;
}
.theme_box1 .item img {
	height: 130px;
}
.theme_box1 .item .desc {
    width: 65%;
}
.theme_box1 .item h4 {
	font-size:16px;
	line-height:23px;
}
.theme_box2 h3 {
	font-size: 24px;
	line-height: 26px;
	margin-bottom: 5px;
}
.theme_box2 .list .block h4 {
	font-size:16px;
	line-height:23px;
}
.theme_box2 .list .block .price {
    width: 100%;
	text-align:left;
	display:block;
	padding-bottom:3px;
}
.theme_box2 .list_pic .item .pic {
    width: 35%;
}
.theme_box2 .list_pic .item .desc {
    width: 65%;
}
.theme_box2 .list_pic .item h4 {
	font-size:17px;
	line-height:25px;
}
.theme_box2 .list_pic .item .price {
	position:inherit;
	font-size:20px;
}
}
@media screen and (max-width: 480px) {
.theme_menu li a{
	padding: 0 10px;
}
.theme_box1 {
    padding:15px 15px 20px 15px;
}
.theme_box1 .item .pic, .theme_box1 .item .desc {
	display: block;
	width: 100%;
}
.theme_box1 .item .desc {
	padding-left: 0px;
}
.theme_box1 .item h4 {
	padding-top: 10px;
}
.theme_box2 {
    padding:5px 15px 20px 15px;
}
/*
.theme_box2 .list_pic .item .pic, .theme_box2 .list_pic .item .desc {
	display: block;
	width: 100%;
}
.theme_box2 .list_pic .item .desc {
	padding-left: 0px;
}
*/
.theme_box2 .list_pic .item .pic {
    width: 80px;
}
.theme_box2 .list_pic .item .desc {
    width: calc(100% - 80px);
}
.theme_box2 .list_pic .item img  {
    width: 80px;
    height: 80px;
}
.theme_box2 .list_pic .item .date ,
.theme_box2 .list_pic .item .more{
	display: block;
	width: 100%;
}
}


/*更多出團日期*/
@media (min-width: 768px){
.Modal_date .modal-dialog {
    width: 700px;
    margin: 100px auto;
}
}
.Modal_date .modal-content{
	border-radius:0;
	border:0;
}
.Modal_date .close{
	outline: none; /* for Firefox Google Chrome  */
    behavior:expression(this.onFocus=this.blur()); /* for IE */
	position:absolute;
	z-index:1000;
	top:-55px;
	right:-35px;
	color: #fff;
    text-shadow: 0 0px 0 #fff;
	font-size:50px;
	line-height:50px;
	filter: alpha(opacity=100);
    opacity:1;
}
.Modal_date .modal-body{
	padding:0;
}

@media screen and (max-width: 767px) {
.Modal_date .modal-dialog {
    margin: 40px 10px 10px 10px;
}
.Modal_date .close{
	top:-40px;
	right:0;
	font-size:38px;
	line-height:38px;
}
}