
body {
	color: #333;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.4;
	background: #FFF;
	color: #666666;
    overflow-x: hidden;
}
body > iframe {
	height: 0;
}
a {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	text-decoration: none;
	color: #00aeef;
}
a:hover {
	color: #333;
	text-decoration: none;
}
.blog_details ul{padding-left:20px;}
.blog_details ul li{margin-top:5px;margin-bottom:5px;}
ul {
	padding: 0;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	max-width: 100%;
}
p {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5 {
	font-family: 'Raleway', sans-serif;
}
.btn-primary {
	background-color: #45aae4;
	border-color: #288bc3;
}
.btn-primary:hover {
	background-color: #2d3992;
    border-color: #000;
}
.full {
	float: left;
	width: 100%;
	clear: both;
}
.clearfix {
	float: left;
	width: 100%;
	clear: both;
}
blockquote {
	display: block;
	float: left;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Arial;
	font-style: italic;
}
.totop {
	width: 34px;
	height: 34px;
	position: fixed;
	bottom: 40px;
	right: 20px;
	background: rgba(51,51,51,0.5);
	text-align: center;
	line-height: 34px;
	z-index: 99999;
	display: none;
	-webkit-transition: all .0s;
	-moz-transition: all .0s;
	-ms-transition: all .0s;
	-o-transition: all .0s;
	transition: all .0s;
}
.totop .fa {
	color: #FFF;
	margin-top: 12px;
}
.totop:hover {
	background: #333;
}
.btn:focus, .btn:active {
	outline: none;
}
/**/
#header {
	padding:20px 0;
}
.logo {
	display: block;
}
#menu-main {
	float: right;
}
#menu-main ul {
	margin:0;
	float: right;
	width: 100%;
}
#menu-main ul li {
	float: left;
	position: relative;
}
#menu-main ul li a {
	padding: 10px;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
}
#menu-main > ul > li > a {
	font-weight: 400;
	border-radius: 4px;
	color: #666;
}
#menu-main > ul > li.menu-item-has-children > a {
	border-radius: 4px 4px 0 0;
}
#menu-main .sub-menu {
	position: absolute;
	z-index: 9999;
	min-width: 280px;
	background: #45aae4;
	display: none;
}
#menu-main > ul > li > .sub-menu li {
	width: 100%;
}
#menu-main > ul > li > .sub-menu li a {
	width: 100%;
	font-size: 14px;
	color: #FFF;
	border-bottom: 1px solid #288bc3;
}
#menu-main > ul > li > .sub-menu li:last-child a {
	border-bottom: 0;
} 
#menu-main > ul > li > .sub-menu li:hover > a {
	background: #288bc3;
} 
#menu-main > ul > li > .sub-menu {
	top: 100%;
	left: 0;
	border-radius: 0 4px 4px 4px;
}
#menu-main > ul > li > .sub-menu > li:first-child > a {
	border-radius: 0 4px 0 0;
}
#menu-main > ul > li > .sub-menu > li:last-child > a {
	border-radius:0 0 4px 4px;
}
#menu-main > ul > li > .sub-menu > li > .sub-menu {
	left: 100%;
	top: 0;
	border-radius: 0 4px 4px 0;
}
#menu-main > ul > li > .sub-menu > li > .sub-menu > li:first-child > a {
	border-radius: 0 4px 0 0;
}
#menu-main > ul > li > .sub-menu > li > .sub-menu > li:last-child > a {
	border-radius: 0 0 4px 0;
}
/**/
#menu-main > ul > li:hover > a,
#menu-main > ul > li.current-menu-item > a
{
	background: #45aae4;
	color: #FFF;
}
#menu-main li:hover > .sub-menu {
	display: block;
}
/*owl-home*/
#owl-home, 
#owl-home .owl-wrapper-outer, 
#owl-home .owl-wrapper, 
#owl-home .slide_link,
#owl-home .owl-item,
#owl-home .owl-item > div
{
	height: 450px;
}
#owl-home .slide_link {
	float: left;
	width: 100%;
	background-position: center center;
	background-size: cover;
}
#owl-home .owl-controls {
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
}
/**/
#footer {
	padding: 30px 0;
	background: #f2f2f2;
}
.title_footer {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
	font-weight: 400;
	border-bottom: 1px solid #dfdfdf;
	width: 100%;
	float: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.social-list a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.social-list a:last-child {
	margin-right: 0;
}
.social-list a img {
	max-width: 40px;
	float: left;
}
#copyright {
	padding: 20px 0;
	background: #45aae4;
	color: #FFF;
}
#copyright a {
	color: #FFF;
}
#copyright a:hover {
	text-decoration: underline;
}
.menu_footer ul li {
	float: left;
	width: 100%;
}
.menu_footer ul li a {
	width: 100%;
	float: left;
	padding:5px 0;
	color: #45aae4;
}
.menu_footer ul li a:hover {
	text-decoration: underline;
}
.footer_contact {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.6em;
}
.footer_contact a {
	color: #45aae4;
	font-weight: bold;
}
.footer_contact h2, .footer_contact h3 {
	margin-top: 0;
	color: #ff3d00;
}
.footer_contact a:hover {
	text-decoration: underline;
}
/**/
#tour-filter {
	padding: 30px 0;
	background: #2b3a90;
}
#tour-filter h2 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
}
#tour-filter .btn {
	width: 100%;
	border: none;
}
#tour-filter .form-control {
	border: none;
}
/*why-book-us*/
.why-book-us {
	padding: 0 0 30px 0;
	text-align: center;
}
.content-why-book {
	float: left;
	width: 100%;
	border-bottom: 2px dashed #eee;
	padding-bottom: 20px;
}
.why-book-us .title {
	font-size: 20px;
	margin-bottom: 20px;
}
.why-book-us .row {
	margin-left: -5px;
	margin-right: -5px;
}
.why-book-us .col-md-2 {
	padding-left: 5px;
	padding-right: 5px;	
}
.why-book-us .fa {
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    margin-right: 5px;
    cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.content-why-book h2 {
	font-size: 18px;
	margin:0;
	text-align: center;
}
.why-book {
	font-size: 13px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	float: left;
}
.why-book span {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.why-book:hover {
	cursor: pointer;
}
.why-book:hover .fa {
	color: #5cb85c;
}
/*single cruise*/
.activity {
	margin-top: 10px;
}
.activity .btn {
	margin-right: 8px;
}
.activity .btn:last-child {
	margin-right: 0;
}
.head_detail {
	position: relative;
	padding-right: 160px;
	border-bottom: 1px solid #e3e6e7;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.head_detail h1 {
	margin-top: 0;
	font-size: 30px;
	font-weight: bold;
	color: #333;
}
.head_detail .price_head {
	position: absolute;
	right: 0;
}
.head_detail .price_head strong {
	font-size: 20px;
	color: #ff3d00;
}
.bread {
    border-top: 1px solid #e3e6e7;
    padding: 15px 0;
}
.bread a {
	color: #333;
}
.bread a:hover {
	color: #ff3d00;
}
.owl-controls .owl-buttons div {
	border-radius: 4px;
}
#sync-lg {
	margin-bottom: 10px;
}
#sync-lg .owl-controls .owl-buttons div {
	position: absolute;
	margin: -15px 0 0 0;
	top: 50%;
}
#sync-lg .owl-controls .owl-buttons div.owl-prev {
	left: 30px;
}
#sync-lg .owl-controls .owl-buttons div.owl-next {
	right: 30px;
}
#sync-xs img {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.owl-row {
	margin-right: -5px;
	margin-left: -5px;
}
.owl-row .owl-item > div {
	padding-left: 5px;
	padding-right: 5px;
}
.owl-row .owl-item.synced img {
	opacity: 0.5;
}
.tour-cabins-route {
	line-height: 2em;
	padding:10px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.body_cabin_type .desc h3 {
	margin:0 0 10px 0;
	font-size: 16px;
	color: #00aeef;
}
.body_cabin_type .AMENITIES {
	padding-left: 0 !important;
}
.body_cabin_type .AMENITIES ul li {
	float: left;
	width: 50%;
}
.body_cabin_type .AMENITIES ul li .fa {
	color: #45aae4;
}
.cabin_type {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border: 1px solid #ddd;
}
.head_cabin_type {
	background: #f6f8f9;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	padding:10px;
	border-bottom: 1px solid #ddd;
}
.item_cabin_type {
	border-bottom: 1px solid #ddd;
}
.item_cabin_type:nth-child(even) {
	background: #eee;
}
.item_cabin_type:last-child {
	border-bottom: 0;
}
.item_cabin_type .row {
	margin-right: -5px;
	margin-left: -5px;
}
.item_cabin_type .row > div {
	padding-left: 5px;
	padding-right: 5px;
}
.item_cabin_type .row > div > .full {
	padding:10px;
}
.item_cabin_type .desc {
	border-right: 1px solid #ddd;
}
.item_cabin_type img {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.item_cabin_type .desc p {
	margin-bottom: 10px;
}
.head_cabin_type strong {
	color: #2db300;
}
.book_cruise_in_type {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}
.book_cruise_in_type p {
	margin-bottom: 8px;
}
.this_price strong {
	color: #ff3d00;
	font-size: 20px;
}
.the_content h2, .the_content h3, .the_content h4, .the_content h5 {
	font-size: 18px;
	display: block;
	margin:0 0 15px 0;
}
.the_content p {
	margin-bottom: 15px;
}
.the_content ul li {
	position: relative;
	padding-left: 45px;
	height: 30px;
	line-height: 30px;
	margin: 10px 0;
}
.the_content ul li:before {
	width: 30px;
	height: 30px;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/check-success.png);
	background-size: 100% 100%;
}
.content_cuises {
	margin-top: 30px;
	margin-bottom: 30px;
}
.content_cuises ul li {
	float: left;
	width: 50%;
}
#itinerary {
	margin-bottom: 20px;
}
.itinerary_title {
	margin-bottom: 15px;
	font-size: 18px;
	margin-top: 0;
}
.itinerary_head {
	color: #45aae4;
	font-size: 15px;
	background: #eee;
	border: 1px solid #ddd;
	padding: 8px;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
}
.itinerary_head:hover {
	cursor: pointer;
	color: #ff3d00;
}
.itinerary_head.active {
	color: #ff3d00;	
}
.itinerary_head .fa {
	float: right;
	font-size: 21px;
}
.item_itinerary {
	margin-bottom: 10px;
}
.itinerary_body {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
}
.itinerary_body p {
	margin-bottom: 10px;
}
.itinerary_body p:last-child {
	margin-bottom: 0;
}
#options ul li {
	margin: 8px 0;
	line-height: 1.5em;
}
.price_inclusion .fa {
	color: #2db300;
}
.price_exclusions .fa {
	color: #ff3d00;
}
.cruise_policy .fa, .booking_policy .fa {
	color: #45aae4;
}
/*comment*/
#comment.full {
	margin-bottom: 30px;
}
#comment img.avatar {
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 1px solid #ddd;
}
.commentlist {
	padding:0;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.commentlist li {
	list-style-type: none;
	float: left;
	width: 100%;
	padding-left: 80px;
	position: relative;
}
.commentlist > li {
	padding: 15px 10px;
	padding-left: 80px;
	border-top: 1px solid #ddd;
}
.commentlist .children {
	padding-left: 80px;
	float: left;
	width: 100%;
	padding-right: 15px;
}
.comment-author > strong {
	color: #45aae4;
	text-transform: capitalize;
}
.commentlist .children img {
	left: 0 !important;
	top: 20px !important;
}
.commentlist .children li {
	border-top: 1px dashed #acd3de;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 70px;
}
.loged_as {
	margin-bottom: 10px;
}
.cancel-comment-reply a {
	color: #FFF;
}
/**/
#related {
	padding-bottom: 30px;
	padding-top: 30px;
}
#related h3 {
	margin:0 0 10px 0;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}
.cruise-item .map-marker {
	margin-bottom: 5px;
	font-size: 12px;
	color: #666;
}
.cruise-item .title a {
	font-size: 15px;
	color: #000;
	line-height: 1.5em;
}
.cruise-item .price {
	margin-bottom: 10px;
	color: #000;
}
.cruise-item .route {
	margin-bottom: 5px;
	color: green;
}
.cruise-item .duration {
	margin-bottom: 10px;
	color: #888;
}
.cruise-item .price strong {
	font-size: 16px;
	color: #ff3d00;
}
.cruise-item .title a:hover {
	color: #45aae4;
}
.cruise-item .btn {
	color: #FFF;
}
.thumb-related {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.owl5 .owl-controls .owl-buttons div {
	position: absolute;
	top: -40px;
	margin: 0;
}
.owl5 .owl-controls .owl-buttons div.owl-prev {
	right: 40px;
}
.owl5 .owl-controls .owl-buttons div.owl-next {
	right: 5px;
}
/*end single cruise*/
/*check_sidebar*/
.check_sidebar {
	text-align: center;
	border: 1px solid #e4e7e8;
}
.check_sidebar div {
	padding: 20px 10px;
}
.check_sidebar div a {
	width: 100%;
	color: #FFF;
}
.check_sidebar div a:focus, .check_sidebar div a:active, .check_sidebar div a:visited {
	color: #FFF;
}
.check_sidebar span {
	padding: 10px;
	border-top: 1px solid #e4e7e8;
	color: #5cb85c;
	font-weight: bold;
}
.item_sidebar {
	margin-top: 20px;
	border: 1px solid #e4e7e8;
}
.sidebar_title {
	padding: 15px;
	font-weight: bold;
	font-size: 14px;
}
.sidebar_title span {
	border-bottom: 2px solid #e4e7e8;
	padding-bottom: 10px;
	width: 100%;
}
.sidebar_body {
	padding: 0 10px 10px;
}
.sidebar_body ul {
	margin-top: 15px;
}
.sidebar_body ul.list-check li {
	color: #666;
	margin-bottom: 14px;
	padding-left: 25px;
	position: relative;
}
.sidebar_body .list-check li:before {
    content: '\f00c';
    display: inline-block;
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(0, 117, 201, 0.5);
}
.sidebar_body .list-check li:before {
    content: '\f05d';
    color: #74c63d;
    font-size: 16px;
}
.sidebar_body .list-check li strong {
    display: block;
    color: #00aeef;
}
.item_sidebar_search form {
	position: relative;
}
.item_sidebar_search .form-control {
	padding-right: 49px;
}
.item_sidebar_search .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 34px;
	line-height: 34px;
	border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	-ms-border-radius: 0 4px 4px 0;
	-o-border-radius: 0 4px 4px 0;
}
.item-post-sidebar {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e4e7e8;
}
.item-post-sidebar > a {
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 60px;
	background-position: center center;
	background-size: cover;
}
.item-post-sidebar img {
	display: none;
}
.post-title-sidebar {
	margin: 0 0 5px 0;
}
.post-title-sidebar a {
	font-size: 13px;
	font-weight: bold;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #555;
}
.post-title-sidebar a:hover {
	color: #45aae4;
}
#sync-xs .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin: -15px 0 0 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
#sync-xs .owl-controls .owl-buttons div.owl-prev {
	left: -100px;
} 
#sync-xs .owl-controls .owl-buttons div.owl-next {
	right: -100px;
} 
#sync-xs {
	overflow: hidden;
}
#sync-xs:hover div.owl-prev {
	left: 20px !important;
}
#sync-xs:hover div.owl-next {
	right: 20px !important;
}
/*end check_sidebar*/
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
} 
.aligncenter {
	display: block;
	margin: 10px auto;
}
#included {
	color: #333;
	margin-bottom: 30px;
	line-height: 1.5em;
	padding: 25px;
	background: #f2f2f2;
	border-radius: 4px;
}
#included h3, #included h2, #included h4 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}
#included p {
	margin-bottom: 0px;
}
#included ul {
	margin-bottom: 15px;
}
#included li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 12px;
}
#included li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #666;
}
.the_content.content_tour {
	background: #f2f2f2;
	padding: 25px;
	color: #333;
	border-radius: 4px;
}
.the_content.content_tour ul {
	margin-bottom: 15px;
	display: block;
	float: left;
	width: 100%;
}
.single-tour .tour-cabins-route {
	margin-bottom: 0;
}
.book_tour {
	background: #d2f0fb;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 3px;
}
.book_tour h4 {
	margin:0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.book_tour strong {
	color: #ff3d00;
	font-size: 20px;
}
.book_tour .btn {
	text-transform: uppercase;
	font-size: 16px;
}
body.single-cruise .content_cuises {
	border: 1px solid #ddd;
	padding:15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
/*category*/
.title-cat {
	margin:0 0 30px 0;
	font-size: 30px;
}
body.archive .cruise-item,
body.search .cruise-item,
body.home .cruise-item
 {
	margin-bottom: 30px;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
body.archive .cruise-item:hover,
body.search .cruise-item:hover,
body.home .cruise-item:hover 
{
	box-shadow: 1px 1px 20px 2px rgba(0,1,1,0.5);
    animation: shadow 1s;
}
.category_desc {
	text-align: justify;
	border: 1px solid #ddd;
	padding:25px;
	margin-bottom: 30px;
}
.category_desc img {
	margin-bottom: 10px;
	max-width: 400px;
}
.category_desc img.alignleft {
	margin-right: 25px;
}
.category_desc img.alignright {
	margin-left: 25px;
}
body.tax-hotel_category .title-cat,
body.category .title-cat
 {
	position: relative;
}
body.tax-hotel_category .title-cat:after,
body.category .title-cat:after
 {
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: #ddd;
	content: '';
	left: 0;
}
body.tax-hotel_category .title-cat span,
body.category .title-cat span
 {
	border-bottom: 2px solid #ff3d00;
	float: left;
	padding-bottom: 10px;
	z-index: 99;
	position: relative;
}
body.archive .thumb-related,
body.search .thumb-related,
body.home .thumb-related
 {
	margin-bottom: 0;
}
body.archive .cruise-item .bottom,
body.search .cruise-item .bottom, 
body.home .cruise-item .bottom
 {
	background: #f2f2f2;
	padding: 5px 15px 15px;
}
.cruise-item .title {
	min-height: 34px;
}
/*wp-pagenavi*/
.wp-pagenavi {
	margin-bottom: 30px;
	float: left;
	width: 100%;
	text-align: left;
	font-size: 0;
}
.wp-pagenavi span, .wp-pagenavi a {
	display: inline-block;
	font-size: 14px;
	height: 30px;
	min-width: 30px;
	text-align: center;
	line-height: 30px;
	padding: 0 10px;
	background: #f2f2f2;
	color: #333;
	margin: 0 5px;
	border-radius: 3px;
}
.wp-pagenavi .pages {
	margin-left: 0;
}
.wp-pagenavi .nextpostslink {
	margin-right: 0;
}
.wp-pagenavi span.current, .wp-pagenavi a:hover {
	background: #45aae4;
	color: #FFF;
}
/* banner_adet */
.banner_adet p, .banner_adet img {
	margin-bottom: 0;
	margin-top: 0;
}
.banner_adet p {
	margin-bottom: 15px;
}
.banner_adet {
	border-top: 1px solid #ddd;
	padding-top: 30px;
	margin-bottom: 15px;
}
body.tax-tour_category .title-cat {
	text-align: center;
}
body.tax-tour_category .title-cat span {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
}
body.tax-tour_category .title-cat span:after {
	height: 2px;
	width: 40%;
	left: 30%;
	position: absolute;
	background: #ff3d00;
	bottom: 0;
	content: '';
}
/**/
body.tax-cruise_category .title-cat {
	text-align: center;
}
body.tax-cruise_category .title-cat span {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
}
body.tax-cruise_category .title-cat span:after {
	height: 3px;
	width: 50%;
	left: 25%;
	position: absolute;
	background: #662f1c;
	bottom: 0;
	content: '';
}
/**/
body.page .bread {
	border-top: 0;
}
body.page-template-page-booking .bread, body.page-template-page-transfer-booking .bread {
	border-top: 1px solid #ddd;
}
.title-page {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.cover_banner {
	height: 320px;
	position: relative;
	background-position: center center;
	background-size: cover;
}
.wpcf7-not-valid {
    border-color: red;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-validation-errors {
    color: red !important;
}
div.wpcf7-response-output {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    border: 0;
    font-size: 12px;
}
.row div.wpcf7-response-output {
    padding: 0 15px;
}
div.wpcf7-validation-success {
    color: green !important;
}
.no-margin {
	margin:0 !important;
}
/*news_detail*/
.news_detail .album {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
body.tax-attraction_category .cruise-item {
	text-align: center;
}
body.tax-attraction_category .title-cat {
	text-align: center;
	margin-bottom: 40px;
}
body.tax-attraction_category .title-cat span {
	position: relative;
	padding-bottom: 10px;
}
body.tax-attraction_category .title-cat span:after {
	position: absolute;
	content: '';
	left: 30%;
	width: 40%;
	height: 2px;
	background: #ddd;
	bottom: 0;
}
body.tax-attraction_category .wp-pagenavi,
body.tax-tour_category .wp-pagenavi,
body.tax-cruise_category .wp-pagenavi
 {
	text-align: center;
}
/*news-item*/
.news-item {
	color: #777;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.news-item .new-thumb {
	float: left;
	margin-right: 15px;
}
.news-item .title {
	margin-top: 0;
	margin-bottom: 10px;
}
.news-item .title a {
	color: #333;
}
.news-item .title a:hover {
	color: #45aae4;
}
.widget {
    margin-bottom: 20px;
    border: 1px solid #e0e4e6; }
.widget h5 {
    padding: 12px 10px;
    background-color: #e4e7e8;
    font-weight: 700;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px; 
	margin:0;
}
.widget .widget-body {
    padding: 16px 14px; }
.widget-airport {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e0e4e6; }
.widget-airport h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 14px; 
	margin-top: 0;
}
.widget-airport .table {
    margin-bottom: 0; }
.widget-airport .table tr td:first-child {
    padding-left: 0; }
.widget-airport .table tr td:last-child {
    padding-right: 0;
    text-align: right; }
.widget-airport .table tr:first-child td {
    border: none; }
.widget-airport .table tr:last-child td {
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 0; }

.widget-featured .avatar, .widget-support .avatar {
    width: 104px;
    height: 104px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 6px;
    margin: 0 auto;
    border: 1px solid #eaeaea; }
.widget-featured .avatar img, .widget-support .avatar img {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
.widget-featured p, .widget-support p {
    margin-top: 12px; }

.widget-support.block66 {
    margin-top: 66px; }
.widget-support .btn, .widget-support .btn:active, .widget-support .btn:focus {
	color: #FFF;
}
.the_content ul li {
	line-height: 1.2em;
	margin: 15px 0;
}
/**/
.payment-room .payment-info h2, .payment-price h2 {
	margin: 0;
    font-size: 26px;
    font-weight: bold;
    color: #25ab4b;
    line-height: 24px;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 15px;
}
.payment-room .payment-info ul {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 13px;
}
.payment-room .payment-info ul li {
    position: relative;
    color: #666;
    font-family: 'Open sans';
    padding-left: 105px;
    line-height: 30px;
    border-bottom: 1px dotted #ddd;
	padding-bottom: 8px;
	padding-top: 8px;
}
.payment-room .payment-info ul li span {
    color: #666;
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: 600;
}
.payment-room .payment-price {
    margin-top: 45px;
    border: 1px solid #e8e8e8;
    background-color: #fbfbfb;
    font-family: 'Open sans';
    overflow: hidden;
}
.payment-room .payment-price figure {
    width: 270px;
    float: left;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}
.payment-room .payment-price figure img {
    max-width: 100%;
}
.payment-room .payment-price .total-trip {
    padding: 20px;
    margin-left: 270px;
}
.payment-room .payment-price .total-trip span {
    color: #666;
    font-weight: 600;
    line-height: 26px;
    display: block;
}
.payment-room .payment-price .total-trip p {
    color: #666;
    margin: 10px 0 0;
    padding-top: 13px;
    line-height: 20px;
    border-top: 1px solid #e8e8e8;
}
.payment-room .payment-price .total-trip p i {
    font-style: normal;
    display: block;
    color: #666;
    font-size: 13px;
}
.payment-room .payment-price .total-trip p i {
    font-size: 12px;
}
.customer_info {
	margin-bottom: 30px;
}
.customer_info h2 {
	margin: 0 0 30px 0;
	font-size: 26px;
	font-weight: bold;
	color: #25ab4b;
	line-height: 24px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 15px;
}
#your-product {
	display: none;
}
.sum_info {
	line-height: 1.5em;
}
.sum_info p {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.block_slide {
	padding-top: 30px;
}
.block_product.odd {
	background-color: #f2f2f2;
}
.block_slide .bottom {
	background: #FFF !important;
}
.block_slide .owl-carousel .owl-wrapper-outer {
	padding-top: 15px;
}
body.home .block_slide .cruise-item {
	border-radius: 4px;
	overflow: hidden;
	border: 1px solid #eee;
}
body.home .block_slide .cruise-item:hover {
    box-shadow: 1px 1px 10px 2px rgba(0,1,1,0.2);
    animation: shadow 1s;
}
body.home .block_slide .owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
body.home .block_slide .owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -40px;
} 
body.home .block_slide .owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -40px;
}
/*.block_title*/
.block_title {
	text-align: center;
	position: relative;
	padding-bottom: 38px;
	margin: 0;
}
.block_title span {
	position: relative;
	padding-bottom: 20px;
}
.block_title span:after {
	width: 40%;
	content: '';
	position: absolute;
	left: 30%;
	height: 2px;
	bottom: 0;
	background: #ff3d00;
}
/*.box-help*/
.box-help {
	color: #333;
    position: relative;
    background-color: rgba(167, 187, 207, 0.3);
    padding: 30px 200px 30px 185px;
    margin-bottom: 50px;
}
.box-help img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
    position: absolute;
    left: 55px;
    bottom: 0;
}
.box-help h5 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
.box-help .btn {
	position: absolute;
	right: 30px;
	padding: 6px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#showmenu {
	display: none;
}
.news_detail .head_detail {
	padding-right: 0;
}
body.search .title-cat {
	margin-top: 30px;
	font-size: 20px;
}
/*more*/
.important_notes {
	border: 1px solid #ddd;
	padding: 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	line-height: 1.5em;
	background: #f2f2f2;
	margin-top: 0;
}
.important_notes p {
	margin-bottom: 10px;
}
.important_notes h2 {
	display: block;
	margin: 0 0 15px 0;
	color: #ff3d00;
	font-size: 16px;
}
.important_notes strong{
	color: #ff3d00;
}
#reviews {
	margin-bottom: 30px;
}
#reviews_inner {
	border:1px solid #ddd;
	border-radius: 4px;
	padding-top: 15px;
	padding-right: 10px;
}
.review_item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
}
.review_item:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}
.review_item .row {
	margin-left: -5px;
	margin-right: -5px;
}
.review_item .col-xs-12 {
	padding-right: 5px;
	padding-left: 5px;
}
.review_item img {
	display: block;
	margin: 0 auto;
	max-width: 120px;
	border-radius: 50%;
}
.review_item .cus_info {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.review_item .name, .review_item .from {
	display: block;
	margin-top: 5px; 
}
.review_item .name {
	margin-top: 15px;
}
.review_item h4 {
	font-size: 15px;
}
.review_item h4 strong {
	font-size: 18px;
}
.review_item .fa-thumbs-up {
	color: #3b5998;
	margin-left: 10px;
}
.review_item .fa-star {
	color: #ffb300;
}
.title_review, .commentsheadline {
	font-size: 18px;
	margin-top: 0;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px dashed #ddd;
}
.commentsheadline {
	margin-top: 0;
}
/*tours*/
#tours {
	margin-bottom: 30px;
}
.tours_title {
	margin-bottom: 15px;
	font-size: 18px;
	margin-top: 0;
}
.tours_ctn {

}
.item_tours {
	margin-bottom: 15px;
	background: #f2f2f2;
	padding: 10px;
	position: relative;
}
.item_tours:last-child {
	margin-bottom: 0;
}
.item_tours .center_ctn {
	padding-left: 80px;
}
.item_tours .left_ctn {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 60px;
	height: 40px;
	margin-top: -20px;
	border:1px dashed #ddd;
	text-align: center;
}
.item_tours .left_ctn span {
	height: 40px;
	line-height: 1.2;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 60px;
}
.item_tours .left_ctn span strong {
	display: block;
	font-size: 16px;
	color: #333;
}
.tourssss_title {
	display: block;
	margin: 0 0 10px 0;
	font-size: 15px;
}
.tourssss_title a {
	color: #25ab4b;
}
.tourssss_title a:hover {
	color: #25aae3;
}
.item_tours .right_ctn strong {
	font-size: 16px;
	color: #ff3d00;
}
.cruise_info_in_tour {
	background: #f2f2f2;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 4px;
}
.cruise_info_in_tour h2 {
	margin:0 0 16px 0;
}
.cruise_info_in_tour h2 a {
	font-size: 15px;
}
.cruise_info_in_tour .route {
	margin-top: 10px;
	color: green;
}
.cruise_info_in_tour .cabin_num {
	margin-top: 10px;
}
/**/
.map_destination{width:100%; float:left; background:#f6f5f3; padding:20px 0;}
.map_destination .cap1{color:#333; text-align:center; font-size:30px; padding:20px 0;}
.map_destination .cap2{text-align:center;width:61%; margin:auto; position:relative;}
.map_destination .cap2 img{width:100%}
.map_destination .cap2 .cap20{width:25%; height:35%; position:absolute; top:2%; right:0.5%;}
.map_destination .cap2 .cap20 a{width:100%; height:100%; display:inline-block;}
.map_destination .cap2 .cap22{width:25%; height:35%; position:absolute; top:8%; left:0.5%;}
.map_destination .cap2 .cap22 a{width:100%; height:100%; display:inline-block;}
.map_destination .cap2 .cap21{width:25%; height:35%; position:absolute; bottom:13%; left:0.5%;}
.map_destination .cap2 .cap21 a{width:100%; height:100%; display:inline-block;}
.item-service {
	margin-top: 15px;
}
.item-service h2 {
	margin-top: 10px;
}
.item-service h2 a {
	font-weight: bold;
}
.item-service > a {
	display: block;
	height: 145px;
	position: relative;
	overflow: hidden;
}
.item-service > a {
	height: 145px;
}
.single-hotel #book_tour {
	margin-bottom: 20px;
	background: #eee;
	padding: 15px;
	border: 2px dashed #ddd;
}
.single-hotel #book_tour .pull-left strong {
	font-size: 22px;
	color: red;
}
.full.album .owl-item {
	text-align: center;
}
.thumb-related .special_deal {
	position: absolute;
	left: -10%;
	top: -10%;
	z-index: 9999;
	display: block !important;
	width: 100px;
}
.archive .thumb-related .special_deal {
	width:  70px;
}
.owl-item .thumb-related .special_deal {
	top: 8px;
	left: 8px;
	width: 90px;
}
.cruise-item .price {
	position: relative;
}
.cruise-item .price .discount {
	position: absolute;
	right: -15px;
	top: 2.5px;
	font-size: 25px;
	color: white;
	padding: 0 15px;
	background: red;
}
.banner_home {
	margin-top: 50px;
	margin-bottom: 20px;
}
.banner_home p, .banner_home img {
	margin: 0;
}
.album {
	position: relative;
}
.album .special_deal {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 9999;
	width: 120px;
}
.price_head .discount {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	background: red;
	border-radius: 3px;
	float: left;
	text-align: center;
	padding: 0 5px;
}
@media screen and (min-width: 1024px){
	.cruise-item .route {
		height: 36px;
		position: relative;
		overflow: hidden;
	}
	.cruise-item .map-marker {
		height: 48px;
		position: relative;
		overflow: hidden;
	}
	.cruise-item .title a {
		height: 40px;
		position: relative;
		overflow: hidden;
		display: block;
	}
}
@media screen and (max-width: 768px){
	#tour-filter .col-md-7 {
		margin-bottom: 15px;
	}
	#people1 {
		display: none;
	}
	.box-help {
		padding:15px 15px 15px 110px;
	}
	.box-help img {
		left: 0;
	}
	.box-help .btn {
		position: static;
		margin-top: 20px;
	}
	#owl-home, #owl-home .owl-wrapper-outer, #owl-home .owl-wrapper, #owl-home .slide_link, #owl-home .owl-item, #owl-home .owl-item > div {
		height: 300px;
	}
	#header {
		padding: 20px 0;
	}
	#menu-main ul li {
		float: left;
		width: 100%;
	}
	#menu-main {
		display: none;
		background: #45aae4;
	}
	#menu-main > ul > li > a {
		color: #FFF;
		border-bottom: 2px solid #fff;
		border-radius: 0 !important;
	}
	#menu-main ul li a {
		width: 100%;
	}
	#menu-main .sub-menu {
		position: static;
		display: block;
		border-bottom: 2px solid #fff;
		border-radius: 0 !important;
		background: #288bc3;
	}
	#menu-main .sub-menu li a {
		border-bottom: 1px solid #45aae4 !important;
	}
	#menu-main > ul > li > .sub-menu > li:last-child > a {
		border-radius: 0;
	}
	#menu-main > ul > li.menu-item-has-children > a {
		border-bottom: 2px solid #288bc3;
	}
	.logo {
		margin-right: 100px;
	}
	#showmenu img {
		width: 40px;
		height: auto;
		margin-top: 10px;
	}
	#showmenu {
		display: block;
		position: absolute;
		right: 15px;
		bottom: 0;
		width: 70px;
		text-align: center;
		height: 60px;
		background: #45aae4;
		color: #FFF;
	}
	.cover_banner {
		height: 300px;
	}
	.the_content ul li {
		height: auto;
		min-height: 30px;
		vertical-align: middle;
	}
	.block_title {
		font-size: 25px;
	}
	.title-cat, .title-page, .head_detail h1 {
		font-size: 25px;
	}
	.category_desc img {
		max-width: 100%;
		margin: 10px 0 !important;
	}
	.news-item .new-thumb {
		width: 150px;
	}
	.head_detail {
		padding-right: 0;
	}
	#sidebar {
		margin-bottom: 20px;
	}
	#sidebar > div {
		display: none;
	}
	#sidebar > div.check_sidebar {
		display: block;
	}
	.head_detail .price_head {
		float: left;
		width: 100%;
		margin-top: 15px;
		position: static;
	}
	.body_cabin_type .AMENITIES {
		padding-left: 10px !important;
	}
	.bread {
		border-bottom: 1px solid #e3e6e7;
		margin-bottom: 15px;
	}
	.book_tour .btn {
		width: 100%;
	}
	#tour-filter #s {
		margin-bottom: 15px;
	}
	.thumb-related .special_deal {
		left: 0;
		top: 0;
		width: 80px;
	}
	body.home .block_slide .owl-theme .owl-controls .owl-buttons div.owl-next {
		right: 30px;
	} 
	body.home .block_slide .owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: 30px;
	}
}
@media screen and (max-width: 640px){
	#tour-filter {
		margin-bottom: 30px;
	}
	.album .special_deal {
		width: 60px;
		top: 0;
		right: 0;
	}
}
@media screen and (max-width: 480px){
	#owl-home, #owl-home .owl-wrapper-outer, #owl-home .owl-wrapper, #owl-home .slide_link, #owl-home .owl-item, #owl-home .owl-item > div {
		height: 200px;
	}
	.cover_banner {
		height: 150px;
	}
	.block_title, .title-page {
		font-size: 20px;
	}
	.title-cat {
		font-size: 20px;
	}
	.news-item .new-thumb {
		width: 100px;
	}
	.head_detail h1 {
		font-size: 15px;
	}
	.activity .btn {
		margin-bottom: 5px;
	}
	.book_cruise_in_type .btn-success {
		width: 100%;
	} 
	.content_cuises ul li {
		width: 100%;
	}
	.payment-room .payment-price figure {
		display: none;
	}
	.payment-room .payment-price .total-trip {
		margin:0;
		width: 100%;
		float: left;
		padding: 15px;
	}
	.wpcf7-submit {
		width: 100%;
	}
}