@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Kanit:200,300,400,500,600,700|Poppins:300,400,500,600,700');
body {
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	color:#222222;
	line-height:24px;
	font-weight:300;
}
img {
	max-width:100%;
	height:auto;
}
.header-cont {
	width:100%;
	float:left;
	background:#07184e;
	padding:10px 0px;
	color:#ffffff;
	font-family: 'Kanit', sans-serif;
	padding-bottom:0px;
}
.header-cont a {
	color:#ffffff;
}
.header-row1 {
	width:100%;
	float:left;
	border-top:#2c3a68 solid 1px;
	z-index:1;
	position:relative;
	margin-top:10px;
	padding-top:5px;
}
.header-row2 {
	width:100%;
	float:left;
	padding-top:0px;
}
ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.phone {
	float:left;
	margin-right:25px;
	margin-top:10px;
	width:200px;
	margin-left:75px;
	line-height:20px;
}
.email {
	width:310px;
	float:left;
	margin-top:10px;
	margin-left:20px;
	line-height:20px;
}
.top-contact {
	font-size:14px;
	font-weight:300;
}
.top-contact img {
	float:left;
	margin-right:10px;
	margin-top:7px;
}
.top-contact span {
	font-size:19px;
	font-weight:400;
}
/*menu*/

nav {
	position:relative;
	margin:0 auto;
	font-family: 'Kanit', sans-serif;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
	border:0;
	list-style:none;
	line-height:1;
	display:block;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}
#cssmenu #head-mobile {
	display:none
}
#cssmenu {
}
#cssmenu > ul > li {
	float:left;
	margin: 5px 15px
}
#cssmenu > ul > li > a {
	padding:5px 10px;
	font-size:15px;
	letter-spacing:0px;
	text-decoration:none;
	color:#ffffff;
	font-weight:300;
	text-transform:uppercase;
	padding-bottom:7px;
}
#cssmenu > ul > li:hover > a, #cssmenu ul li.active a {
	color:#fff
}
#cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
	/*border-bottom:#ce9e14 solid 3px;
 -webkit-transition:background .3s ease;
 -ms-transition:background .3s ease;
 transition:background .3s ease;*/
	background-color: #ce9e14;
}
#cssmenu > ul > li.has-sub > a {
/*padding-right:30px*/
}
/*#cssmenu > ul > li.has-sub > a:after {
	position:absolute;
	top:22px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:''
}
#cssmenu > ul > li.has-sub > a:before {
	position:absolute;
	top:19px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
	-webkit-transition:all .25s ease;
	-ms-transition:all .25s ease;
	transition:all .25s ease
}
#cssmenu > ul > li.has-sub:hover > a:before {
	top:23px;
	height:0
}*/
#cssmenu ul ul {
	position:absolute;
	left:-9999px;
	/*margin-top:5px;*/
}
#cssmenu ul ul li {
	height:0;
 -webkit-transition:all .25s ease;
 -ms-transition:all .25s ease;
	background:#333;
 transition:all .25s ease
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
	left:auto
}
#cssmenu li:hover > ul > li {
	height:37px
}
#cssmenu ul ul ul {
	margin-left:100%;
	top:0
}
#cssmenu ul ul li a {
	border-bottom:1px solid rgba(150, 150, 150, 0.15);
	padding:11px 15px;
	width:250px;
	font-size:14px;
	text-decoration:none;
	color:#ddd;
	font-weight:400;
}
#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
	border-bottom:0
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
	color:#ffffff;
	background:#cba715;
}
#cssmenu ul ul li.has-sub > a:after {
	position:absolute;
	top:16px;
	right:11px;
	width:8px;
	height:2px;
	display:block;
	background:#ddd;
	content:''
}
#cssmenu ul ul li.has-sub > a:before {
	position:absolute;
	top:13px;
	right:14px;
	display:block;
	width:2px;
	height:8px;
	background:#ddd;
	content:'';
 -webkit-transition:all .25s ease;
 -ms-transition:all .25s ease;
 transition:all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top:17px;
	height:0
}
#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background:#363636;
}
#cssmenu ul ul ul li.active a {
	border-left:1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top:1px solid #333
}
 @media screen and (max-width:1000px) {
nav {
 width:100%;
}
#cssmenu {
 width:100%
}
#cssmenu ul {
 width:100%;
 display:none;
 background: #07184e;
}
#cssmenu ul li {
	width: 100%;
	border-top: 1px solid #eeeeee;
	margin: 0px;
}
#cssmenu ul li:hover {
 background:#cba715;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
 height:auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
 width:100%;
 border-bottom:0
}
#cssmenu > ul > li {
 float:none
}
#cssmenu ul ul li a {
 padding-left:25px
}
#cssmenu ul ul li {
 background:#333!important;
}
#cssmenu ul ul li:hover {
 background:#363636!important
}
#cssmenu ul ul ul li a {
 padding-left:35px
}
#cssmenu ul ul li a {
 color:#ddd;
 background:none
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
 color:#fff
}
#cssmenu ul ul, #cssmenu ul ul ul {
 position:relative;
 left:0;
 width:100%;
 margin:0;
 text-align:left
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
 display:none
}
#cssmenu #head-mobile {
 display:block;
 padding:10px;
 color:#ffffff;
 font-size:16px;
}
.button {
 width:55px;
 height:46px;
 position:absolute;
 right:0;
 top:-4px;
 cursor:pointer;
 z-index: 12399994;
}
.button:after {
 position:absolute;
 top:22px;
 right:20px;
 display:block;
 height:8px;
 width:20px;
 border-top:2px solid #ffffff;
 border-bottom:2px solid #ffffff;
 content:''
}
.button:before {
 -webkit-transition:all .3s ease;
 -ms-transition:all .3s ease;
 transition:all .3s ease;
 position:absolute;
 top:16px;
 right:20px;
 display:block;
 height:2px;
 width:20px;
 background:#ffffff;
 content:''
}
.button.menu-opened:after {
 -webkit-transition:all .3s ease;
 -ms-transition:all .3s ease;
 transition:all .3s ease;
 top:23px;
 border:0;
 height:2px;
 width:19px;
 background:#ffffff;
 -webkit-transform:rotate(45deg);
 -moz-transform:rotate(45deg);
 -ms-transform:rotate(45deg);
 -o-transform:rotate(45deg);
 transform:rotate(45deg)
}
.button.menu-opened:before {
 top:23px;
 background:#ffffff;
 width:19px;
 -webkit-transform:rotate(-45deg);
 -moz-transform:rotate(-45deg);
 -ms-transform:rotate(-45deg);
 -o-transform:rotate(-45deg);
 transform:rotate(-45deg)
}
#cssmenu .submenu-button {
 position:absolute;
 z-index:99;
 right:0;
 top:0;
 display:block;
 border-left:1px solid #eeeeee;
 height:46px;
 width:46px;
 cursor:pointer
}
#cssmenu .submenu-button.submenu-opened {
 background:#262626
}
#cssmenu ul ul .submenu-button {
 height:34px;
 width:34px
}
#cssmenu .submenu-button:after {
 position:absolute;
 top:22px;
 right:19px;
 width:8px;
 height:2px;
 display:block;
 background:#777777;
 content:''
}
#cssmenu ul ul .submenu-button:after {
 top:15px;
 right:13px
}
#cssmenu .submenu-button.submenu-opened:after {
 background:#fff
}
#cssmenu .submenu-button:before {
 position:absolute;
 top:19px;
 right:22px;
 display:block;
 width:2px;
 height:8px;
 background:#777777;
 content:''
}
#cssmenu ul ul .submenu-button:before {
 top:12px;
 right:16px
}
#cssmenu .submenu-button.submenu-opened:before {
 display:none
}
#cssmenu ul ul ul li.active a {
 border-left:none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
 border-top:none
}
 #cssmenu > ul > li > a {
 padding: 16px 10px;
/* padding-bottom: 7px; */
}
 #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
 border-bottom:none;
 -webkit-transition:background .3s ease;
 -ms-transition:background .3s ease;
 transition:background .3s ease;
}
 .header-cont {
 padding-top:0px;
}
}
.social {
	text-align:right;
	margin-top:10px;
}
.slider-cont {
	width:100%;
	float:left;
}
.home-part1 {
	width:100%;
	float:left;
	padding:75px 0px;
	padding-bottom:25px;
}
.heading1 {
	text-align:center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Kanit', sans-serif;
}
.heading1 {
	background:url(../images/line1.png) center bottom no-repeat;
	padding-bottom:28px;
	margin-bottom:40px;
}
.heading1 h2, .heading1 h2, .heading1 h2, .heading1 h5 {
	font-size:46px;
	color:#07184e;
	margin-bottom:10px;
}
.heading1 span {
	font-family: 'Kanit', sans-serif;
	color:#777777;
	font-size:20px;
	font-weight:200;
}
.tour-thumb {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.tour-name {
	width:100%;
	float:left;
	font-size:24px;
	text-align:center;
	margin-top:15px;
	min-height:85px
}
.tour-price {
	width:100%;
	float:left;
	font-size:40px;
	text-align:center;
}
.tour-price span {
	font-size:16px;
}
.btn {
	border:none;
	border-radius:0px;
}
.btn1 {
	background:#cba715;
	color:#ffffff;
	font-size:20px;
	font-weight:300;
	padding-left:20px;
	padding-right:20px;
}
.btn1:hover {
	background:#07184e;
	color:#ffffff;
}
.tour-btn {
	width:100%;
	float:left;
	text-align:center;
	margin-top:25px;
}
.tour-thumb1 {
	width:100%;
	float:left;
	margin-bottom:60px;
}
.features-cont {
	width:100%;
	float:left;
	padding:75px 0px;
	padding-bottom:25px;
	background:#f7f7f7;
}
.features-thumb {
	margin-bottom:60px;
	/* text-align:center; */
	font-size:20px;
}
.features-thumb1 ul li {
	background:url(../images/list-icon1.png) left 5px no-repeat;
	padding:0px 0px 5px 22px;
	font-size:15px;
	font-family: 'Kanit', sans-serif;
	font-weight:200;
	text-align:left;
	letter-spacing:-1px
}
.features-thumb2 ul li {
	background:url(../images/list-icon2.png) left 5px no-repeat;
}
.features-thumb3 ul li {
	background:url(../images/list-icon3.png) left 5px no-repeat;
}
.features-thumb4 ul li {
	background:url(../images/list-icon4.png) left 5px no-repeat;
}
.features-thumb5 ul li {
	background:url(../images/list-icon5.png) left 5px no-repeat;
}
.features-thumb6 ul li {
	background:url(../images/list-icon6.png) left 5px no-repeat;
}
.features-thumb7 ul li {
	background:url(../images/list-icon7.png) left 5px no-repeat;
}
.features-thumb8 ul li {
	background:url(../images/list-icon8.png) left 5px no-repeat;
}

.place-cont
{
	width:100%;
	float:left;
	padding:75px 0px;
}

.place-thumb-cont
{
	margin-bottom:30px;
	overflow:hidden;
}


.place-thumb
{
	width:100%;
	float:left;
	position:relative;
	overflow:hidden
	
	
}



.place-thumb-bg
{
	width:100%;
	float:left;
	position:absolute;
	height:100%;
	background-color:rgba(0, 0, 0, 0.5);

}

.place-name
{
	font-size:34px;
	height:100%;
	color:#ffffff;
	text-align:center;
	margin-top:37%;
}

.testimonials-cont
{
	width:100%;
	float:left;
	background:url(../images/testimonials-bg.jpg) no-repeat;
	padding:75px 0px;
	background-size:cover;
}

.heading2
{
	color:#ffffff !important;
}

.heading2 h2, .heading2 span
{
	color:#ffffff;
}


#testimonials img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
}

#testimonials {
	text-align: center;
	color: #fff;
}

footer
{
	width:100%;
	float:left;
	background:#eeeeee;
	padding:60px 0px;
	padding-bottom:0px;
}

.footer-part1
{
	margin-bottom:40px;
}

.footer-part1 strong
{
	font-weight:normal;
	font-size:20px;
}

.footer-part1 ul li
{
	font-family: 'Kanit', sans-serif;
	font-weight:200;
}

.footer-part1 ul
{
	margin-top:10px;
}

.footer-part1 ul li a
{
	color:#222222;
	font-size:15px;
}

.footer-part2 img {
	float: left;
	margin-right: 7px;
	margin-top: 7px;
}

.footer-part2
{
	font-size:14px;
	font-family: 'Kanit', sans-serif;
	
}

.footer-part2 .phone {
	float: left;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 20px;
	margin-left: 0px;
	width:100%;
	font-size:14px;
	margin-bottom:25px;
}

.footer-part2 span {
	font-size: 18px;
	font-weight: 400;
	letter-spacing:-1px;
}


.footer-part2  .email {
	width:100%;
	float: left;
	margin-top: 0px;
	margin-left:0px;
	line-height: 20px;
	margin-bottom:25px;
}

.footer-part2  .email a
{
	color:#222222;
}

.footer-row2
{
	width:100%;
	float:left;
	background:#cccccc;
	padding:10px 0px;
	font-size:14px;
	text-align:center;
}


.inner-headingbg
{
	width:100%;
	float:left;
	background:url(../images/inner-headingbg.jpg) no-repeat;
	padding:100px 0px;
	background-size:cover;
}


.inner-headingbg h1
{
	color:#ffffff;
	text-shadow: 2px 2px 4px #000000;
}


.contactbg
{
	width:100%;
	float:left;
		background-color: #fff;
/*	margin-top: -300px;*/
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 75px 85px 78px 85px;
}


.contactbg li {
	margin-bottom: 38px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 38px;
}

.single-contact-info-item {
	position: relative;
}

.single-contact-info-item .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 28px;
	line-height: 40px;
	color: #cba715;
}

.single-contact-info-item .content {
	padding-left: 37px;
}

.single-contact-info-item .content .details {
	font-size: 18px;
	line-height: 34px;
	color: #333333;
	display: block;
	font-weight:300px;
}


.single-contact-info-item .content .details a
{
	color:#333333
}


.innerpage-cont h3 {
	color: #333333;
	font-size: 37px;
	margin-bottom:40px;
	
}


.has-icon {
	position: relative;
	display: block;
}

.contact-form-wrapper .form-element .input-field {
	border-radius: 0;
	border: 2px solid #e5e5e5;
}

.contact-form-wrapper .form-element.has-icon .the-icon {
	color: #a0a0b0;
	font-size: 14px;
}

.input-field {
	width: 100%;
	height: 60px;
	padding: 0 30px;
	border-radius: 5px;
	color: #7c7c90;
}

.has-icon .the-icon {
	font-size: 14px;
	position: absolute;
	right: 30px;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #7c7c90;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}


.contact-form-wrapper .form-element .input-field.textarea {
	border-radius: 0;
	min-height: 145px;
}

.has-icon.textarea .the-icon {
	top: 25px;
}

.input-field.textarea {
	min-height: 120px;
	padding: 20px 30px;
	resize: none;
}

.contact-map
{
	margin-top:60px;
}

.contact-map iframe
{
	width:100%;
	height:400px;
}


.btn2 {
	padding:10px 25px;
	background:#07184e;
	font-size:19px;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	text-transform:uppercase;
	color:#ffffff;
	padding-bottom:8px;
}
.btn2:hover {
	background:#333333;
	color:#ffffff;
}


.innerpage-cont {
	width:100%;
	float:left;
	padding:50px 0px;
	background:#ffffff;
}


.fleet1 
{
	margin-top:40px;
}

.fleet1 h2
{
}

.fleet1 span
{
	font-size:19;
	font-weight:500;
}

.fleet1 ul
{
	margin-top:10px;
	width:100%;
	float:left;
}

.fleet1 ul li
{
	background:url(../images/list-icon2.png) left 4px no-repeat;
	width:50%;
	float:left;
	padding:0px 0px 15px 22px;
}

.fleet2 ul li
{
	width:100%;
}


.contact-details1
{
	width:100%;
	float:left;
	padding:0px 15px;
	border:#eeeeee solid 2px;
	border-radius:10px;
	margin-top:60px;
	min-height:155px;
	margin-bottom:50px;
	
}


.contact-details1 a
{
	color:#222222
}



.contact-details1:hover .contact-icon
{
	background:#07184e;
}



.contact-icon
{
	width:100px;
	height:100px;
	margin:0px auto;
	border-radius:50%;
	background:#ce9e14;
	font-size:42px;
	text-align:center;
	line-height:100px;
	color:#ffffff;
	border:#eeeeee solid 5px;
	margin-top:-55px;
	-o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}


.contact-txt2
{
	text-align:center;
	font-size:19px;
	margin-top:25px;
	line-height:16px;
}


.contact-txt2 strong
{
	font-weight:500;
	font-size:20px;
}

#tabs{
	background: #007b5e;
    color: #eee;
}
#tabs h6.section-title{
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f3f3f3;
    background-color:#07184e;

	border:#07184e solid 1px;
}
#tabs .nav-tabs .nav-link {
	 border-color: transparent transparent #f3f3f3;
    font-size: 20px;
	

}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
{

	background-color:#07184e;
	 border: 1px solid transparent;
	 color:#ffffff;
}

.trip-tabs
{
	margin-top:25px;
}

.trip-tabs a
{
	background:#f5f5f5;
		border-radius:0px !important;
		 border-right:  #dddddd solid 1px !important;
		 font-family: 'Poppins', sans-serif;
		 color:#222222;
		 font-weight: 500;
		 padding-top:10px;
		 padding-bottom:10px;
}

.nav-link:last-child 
{
	border-right:0px !important;
}

.tab-pane
{
	padding-top:20px;
}
.tab-pane h5
{
	margin-bottom:25px;
}

.tab-content ul li
{
	background:url(../images/list-icon2.png) left 4px no-repeat;
	padding:0px 0px 15px 22px;
}

.bg-cont
{
	width:100%;
	float:left;
	padding:60px 0px;
	background-size:cover;
	margin-top:25px;
}


.bg-cont h2
{
	text-align:center;
	color:#ffffff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}

.bg2
{
	width:100%;
	padding:50px;
	background-color: rgba(255,255,255,0.85);
	text-align:center;
	margin-top:20px;
	padding-bottom:30px;
}

.bg2 span
{
	font-size:12px;
}

#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .tfree-client-testimonial
{
	color: #ffffff !important
}

.tfree-testimonial-title h3
{
	color: #ce9e14 !important
}
#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section .tfree-client-designation
{
	color: #ffffff !important
}