body {
	font-family: 'THSarabunNewRegular';
}

a,
a:hover {
	text-decoration: none !important;
}

.clear {
	width: 0px;
	height: 0px;
	clear: both;
}

.normal_text {
	color: #111;
	font-size: 24px;
	line-height: 1.1;
}

.cover p {
	font-size: 24px;
}

.sq {
	color: #101010;
	font-size: 22px;
	line-height: 1.1;
}

.service {
	color: #101010;
	font-size: 22px;
	line-height: 1.2;
}

.service p {
	text-align: center;
}

.service ul,
.service ol {
	margin-left: 15%;
}

.service.left ul,
.service.left ol {
	margin-left: 30%;
}

@media (max-width: 640px) {

	.service ul,
	.service ol {
		margin-left: 10%;
	}

	.service.left ul,
	.service.left ol {
		margin-left: 20%;
	}
}

.lightgold{
	color: #CDB86C;
}

h2 {
	font-family: 'BlairMdITCTTMedium-Regular';
	font-size: 18px;
	line-height: 1.4;
	color: #977c13;
}

h4 {
	font-family: 'BlairMdITCTTMedium-Regular';
	font-size: 14px;
	line-height: 1.4;
	word-spacing: 4px;
	color: #977c13;
	margin: 0;
}

h6 {
	font-family: 'BlairMdITCTTMedium-Regular';
	font-size: 16px;
	line-height: 1.7;
	word-spacing: 4px;
	color: #977c13;
	margin: 0;
}

.container {
	z-index: 999;
}

.no-transition {
	-webkit-transition: height 0.01s;
	-moz-transition: height 0.01s;
	-ms-transition: height 0.01s;
	-o-transition: height 0.01s;
	transition: height 0.01s;
}

/*.home-cover.cover .cover-image{
    height: 100vh !important;
}*/

.cover {
	min-height: 100%;
}

.cover-image-foreground {
	width: 100%;
	height: 34%;
	/*background: url('../images/top-foreground.png') repeat-x bottom;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&amp;0.8+0,0+80 */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#00ffffff', GradientType=0);
	/* IE6-9 */

	position: absolute;
	top: 0px;
	z-index: 1;
}

.cover-image-foreground-bottom {
	width: 100%;
	height: 45%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&amp;0+1,1+100 */
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	position: absolute;
	bottom: 0px;
	z-index: 1;
}

.home_text_wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 2;
	display: flex;
	align-items: center;
}

.logo_wrap {
	margin-top: 2%;
	height: 26%;
	max-height: 216px;
	position: absolute;
	top: 0;
	z-index: 3;
}

.logo {
	height: 100%;
	max-height: 216px;
	width: auto;
}

.home_text {
	/*width: 70%;
	left: 15%;
	position: absolute;
	bottom: 40px;
	z-index: 2;*/
	padding: 40px 60px 60px;
	background-color: rgba(0, 0, 0, 0.5);
	margin-top: 28vh;
}

@media (max-width:767px) {
	.home_text {
		padding: 20px 30px;
	}
}

@media (min-width:991px) and (min-height:600px) {
	.home_text {
		/*bottom: 22vh;*/
	}
}

.home_text .normal_text {
	color: #FFF;
}

.white_line {
	width: 300px;
	margin: 20px auto 0;
	border: 0;
	clear: both;
	display: block;
	background-color: #FFF;
	height: 1px;
}

@media (max-width: 640px) {
	.white_line {
		width: 150px;
	}
}


.black_line {
	width: 300px;
	margin: 20px auto 0;
	border-top: 1px solid #111;
}


/* More ARROW */
.arrow-wrap {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 5em;
	margin-left: -4em;
	background: #CDB86C;
	width: 8em;
	height: 8em;
	padding: 3.2em 1.5em;
	border-radius: 50%;
	font-size: 0.5em;
	display: block;
	opacity: 0.8;
}

.arrow {
	float: left;
	position: relative;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 2.5em 2.5em 0 2.5em;
	border-color: #ffffff transparent transparent transparent;
	-webkit-transform: rotate(360deg)
}

.arrow:after {
	content: '';
	position: absolute;
	top: -3.2em;
	left: -3em;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3em 3em 0 3em;
	border-color: #CDB86C transparent transparent transparent;
	-webkit-transform: rotate(360deg)
}

@-webkit-keyframes arrows {
	0% {
		top: 0;
	}

	10% {
		top: 12%;
	}

	20% {
		top: 0;
	}

	30% {
		top: 12%;
	}

	40% {
		top: -12%;
	}

	50% {
		top: 12%;
	}

	60% {
		top: 0;
	}

	70% {
		top: 12%;
	}

	80% {
		top: -12%;
	}

	90% {
		top: 12%;
	}

	100% {
		top: 0;
	}
}

.arrow-wrap .arrow {
	-webkit-animation: arrows 2.8s 0.4s;
	-webkit-animation-delay: 2s;
}

/* More ARROW */















#nav_wrap {
	width: 100%;
	height: 130px;
}

.navwrap_left {
	width: 50%;
	height: 130px;
	position: absolute;
	left: 0px;
	background-color: #FFF;
	/*background-image: url('../images/navbg.png');
    background-repeat: repeat-x;*/
}

.navwrap_right {
	width: 50%;
	height: 130px;
	position: absolute;
	right: 0px;
	background-color: #FFF;
	background-image: url('../images/navbg-right.png');
	background-repeat: repeat-x;
}

#nav_wrap_inside {
	width: 100%;
	height: 130px;
	background: url('../images/navbgcenter.png') no-repeat center center;
	z-index: 999999;
	position: absolute;

}

.navbar {
	height: 33px;
	background: none;
	border-bottom: none;
	/*font-family: 'DBOzoneX', Sans-Serif;*/
	font-family: 'Barlow', Sans-Serif;
	font-size: 13px;
	color: #fff;
	/*background-image: url('../images/navbgcenter.png'), url('../images/navbg.png');
    background-size: fixed, auto;
    background-position: center center,  center;
    background-repeat: no-repeat, repeat-x;*/
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: none;
}

.navbar-default .navbar-nav > li > a {
	color: #fff !important;
	background: none;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #111 !important;
	background: none;
}

.navbar-nav {
	margin-top: 45px;
	margin-left: 140px;
	text-transform: uppercase;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	letter-spacing: 2px;
}

.navbar-nav > li {
	float: left;
	margin-left: auto;
}

.logo-nav {
	width: auto;
	height: 68px;
	margin-top: 10px;
}

.menu-padding {
	/* Trigger Top content-box Margin When Top Menu Fixed */
	margin-top: 130px;
}

.section_bg {
	background-size: cover !important;
}

.headline {
	width: 100%;
	height: 60px;
	background: #353526;
	font-family: 'BlairMdITCTTMedium-Regular';
	font-size: 1em;
	color: #FFF;
	/*text-transform: uppercase;*/
}

.headline_wrap {
	height: 60px;
	line-height: 60px;
	margin-left: 20px;
}

.goldline {
	width: 100%;
	height: 10px;
	background: #CFB86C;
}


/* Our Beliefs */
.block_wrap {
	overflow: hidden;
	z-index: 999;
}

.block_section {
	margin: 0;
	padding: 65px 0;
}

.sq_block {
	background-color: rgba(255, 255, 255, 0.9);
	float: left;
	/*height: 22.55vw;*/
	margin: 0;
	width: 25%;
	background-size: cover;
	background-position: center center;
}

.sq_text_r {
	margin: 25% 5% 25% 11%;
}

.sq_text_l {
	margin: 25% 11% 25% 5%;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.sq_desktop {
	display: block;
}

.sq_mobile {
	display: block;
	height: 0;
	overflow: hidden;
}

@media (max-width: 991px) {
	.sq_block {
		width: 50%;
	}

	.sq_text_r {
		margin: 20% 5% 25% 11%;
	}

	.sq_text_l {
		margin: 20% 11% 25% 5%;
	}

}

@media (max-width: 480px) {
	.sq_block {
		width: 100%;
	}

	.sq_desktop {
		display: block;
		height: 0;
		overflow: hidden;
	}

	.sq_mobile {
		display: block;
		height: auto;
		overflow: visible;
	}

	.sq_text_r {
		margin: 25% 5% 25% 11%;
	}

	.sq_text_l {
		margin: 25% 11% 25% 5%;
	}

	.headline_wrap {
		margin-left: 0;
	}
}


/*  End Our Belief */
















/* SERVICES */

.capsule {
	background-color: rgba(255, 255, 255, 0.9);
	width: 46%;
	height: auto;
	/*min-height:80vw;*/
	/*padding-bottom: 120px;*/
	-moz-border-radius: 500px;
	-webkit-border-radius: 500px;
	border-radius: 500px;
}

.capsule_left {
	float: left;
}

.capsule_right {
	float: right;
}

.circle_block {
	margin: 30px 30px 0 30px;
}

.circleBase {
	border-radius: 50%;
	behavior: url(../plugin/PIE/PIE.htc);
	/* remove if you don't care about IE8 */
}

.circle {
	width: 100%;
	height: auto;
	background-size: cover;
	behavior: url(../plugin/PIE/PIE.htc);
	/* remove if you don't care about IE8 */
}

.capsule_text {
	margin: 0 10%;
}

.capsule_text h4 {
	margin-left: 20px;
}

@media (max-width: 767px) {
	.capsule {
		width: 80%;
		height: auto;
		/*min-height:80vw;*/
		padding-bottom: 120px;
		-moz-border-radius: 500px;
		-webkit-border-radius: 500px;
		border-radius: 500px;
		margin: 15px 10vw;
		float: left;
	}

	/*.capsule_left{
        float: none;
    }
    .capsule_right{
        float: none;
    }*/
}

/* END SERVICES */
















/* DESTINATONS */
.des_wrap {
	margin-top: 60px;
}


.des_thumb {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	height: 15vw;
	max-height: 220px;
	background-size: cover;
}

@media (max-width: 991px) {
	.des_thumb {
		height: 20vw;
	}
}

@media (max-width: 768px) {
	.des_thumb {
		height: 50vw;
		max-height: none;
	}
}

.des_txt {
	background-color: rgba(255, 255, 255, 0.9);
	width: 100%;
	height: auto;
	min-height: 173px;
	/* Firefox v1.0+ */
	-moz-border-radius: 19px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 19px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 19px;
	margin-bottom: 22px;
	padding: 22px;
	font-family: 'THSarabunNewRegular', Tahoma, Sans-Serif;
	font-size: 1.6em;
	color: #111;
}

/* END DESTINATONS */




/*@media (max-width: 1200px){
    .navbar-nav > li {
      float: left;
      margin-left: 0.9em;
    }
    .navbar-nav{
        position: absolute;
        left:29%;
    }
}

@media (max-width: 1200px){
    #nav_wrap_inside{
        width: 100%;
        height: 130px;
        background: url('../images/navbgcenter_sm.png') no-repeat center center;
        z-index: 999999;
        position: absolute;

    }
}*/

/* SIGNATURES */
.carousel_bg {
	width: 100%;
	height: 100%;
	background-size: cover !important;
	position: relative;
}


.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 10%;
	padding-right: 10%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 20px;
}

.carousel-caption h2 {
	font-size: 20px;
	color: #FFF;
}

@media (max-width:468px) {
	.carousel-caption {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.carousel-caption h2 {
		font-size: 14px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		font-size: 30px;
	}
}

.carousel-text {
	font-size: 24px !important;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	font-size: 60px;
}

.circleThumbArea {
	position: relative;
	height: auto;
	overflow: auto;
	padding: 44px 20px;
	background-size: cover;
}

.circleThumb {
	position: relative;
	width: 85%;
	height: auto;
	padding-top: calc(85% - 20px);
	cursor: pointer;
	border-radius: 50%;
	border: 10px solid #CFB86C;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	background-size: cover;
	background-position: center;
	behavior: url(../plugin/PIE/PIE.htc);
	/* remove if you don't care about IE8 */
}

.circleText {
	position: relative;
	color: #977c13;
	font-size: 16px;
	font-family: 'BlairMdITCTTMedium-Regular';
	background-color: rgba(255, 255, 255, 0.9);
	padding: 5px;
	min-height: 80px;
	width: 85%;
	margin: auto;
	border-radius: 5px;
	margin-bottom: 40px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.circleThumb.active > .circleText,
.circleThumb:hover > .circleText,
.circleText:hover {
	color: #977c13;
}

/*@media (max-width: 768px) {
	.circleThumbArea {
		padding: 34px 20px 0;
	}

	.circleThumb {
		margin-bottom: 50px;
	}

}*/

/* SIGNATURES */




/* CONTACT */
.contact_wrap {
	margin-top: 60px;
	font-size: 22px;
}

.white_box {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px 0;
	width: 80%;
	margin: 60px auto;
}

.table_top > tbody > tr > td {
	vertical-align: top;
}

.table_top {
	width: 100%;
}

.contact_input {
	width: 80%;
}

.form-control {
	font-family: 'THSarabunNewRegular';
	font-size: 22px;
	margin-bottom: 10px;
	border-radius: 15px;
	background-color: #CECEBF;
	color: #000;
}

.btn-submit {
	display: inline;
	color: #ffffff;
	background-color: #977c13;
	border-color: #977c13;
	font-size: 22px;
	margin-left: 20%;
	padding: 3px 18px;
}

.btn-submit:hover {
	color: #977c13;
	background-color: #ffffff;
	border-color: #977c13;
}

#contact_results {
	display: inline;
	background: #353524;
	color: #FFF;
	padding: 2px 3px;
}

/* Social Block */
.social-block {
	/*width: 100%;
    height: 56px;
    margin-right: 20px;*/
	display: inline;
}

.social-block img {
	display: inline;
	width: 40px;
	height: auto;
	margin-left: 10px;
}

/* Footer */
.footer {
	margin-top: 0px;
	display: block;
	background: #353524;
	width: 100%;
	height: 80px;
	line-height: 80px;
	color: #977c13;
	font-size: 20px;
	padding-left: 30px;
}

@media (max-width: 520px) {
	.footer {
		height: 180px;
		padding-left: 0;
	}

	.footer div {
		text-align: center;
	}

	.social-block.pull-right {
		float: none !important;
		display: block;
	}
}

/* Trigger Menu Collapse */
@media (max-width: 1200px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
		margin-top: 52px;
	}

	.navbar-collapse {
		border-top: none;
		box-shadow: none;
	}

	.navbar-collapse {
		float: left;
		width: 100%;
		border-top: none;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 25px -15px;
		background: #CFB86B;
	}

	.navbar-nav > li {
		float: none;
		text-align: center;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block !important;
		width: 100%;
		position: absolute;
		margin: 0 !important;
		padding: 0 !important;
		left: 0;
	}

	.collapsing {
		overflow: hidden !important;
	}

	#nav_wrap_inside {
		background: none;
	}

	.navwrap_right {
		background-image: none;
		background-repeat: repeat-x;
	}

	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		color: #fff;
		background: none;
	}

	.navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover {
		color: #fff;
		background: none;
	}

	.navbar-nav > li > a {
		border-bottom: 1px #111 !important;
	}


}

/*.navline{
    height: 33px;
    background: url('../images/navbgcenter.png');
    position: absolute;
}*/


@media (max-width: 991px) {
	.home-cover {
		/*height: 700px !important;*/
	}
}

@media (max-width: 768px) {
	.home-cover {
		/*height: 750px !important;*/
	}
}

@media (max-width: 640px) {
	.home-cover {
		/*height: 790px !important;
		overflow: visible;*/
	}

	.white_line {
		width: 150px;
	}

	.logo-nav {
		width: 200px;
		height: auto;
		margin-top: 30px;
	}

}

@media (max-width: 468px) {
	.home-cover {
		min-height: 900px !important;
		/*overflow: visible;*/
	}

	.home_text {
		margin-top: 22vh;
		/*width: 80%;
		left: 10%;*/
	}
}

@media (max-width: 375px) {
	.home-cover {
		min-height: 950px !important;
		/*overflow: visible;*/
	}

	/*.home-cover {
		height: 1100px !important;
		overflow: visible;
	}*/
}

@media (max-width: 320px) {
	.home-cover {
		min-height: 1000px !important;
		/*overflow: visible;*/
	}

	/*.home-cover {
		height: 1200px !important;
		overflow: visible;
	}*/
}


.lang-wrap {
	position: absolute;
	right: 0;
	top: 50px;
	font-size: 20px;
	z-index: 9999999999;
}

.lang-wrap a {
	text-decoration: none;
	color: #101010;
}

.lang-wrap a.active,
.lang-wrap a:hover {
	text-decoration: none;
	color: #977c13;
}

@media (max-width: 767px) {
	.lang-wrap {
		right: 15px;
	}

	.logo {
		height: auto;
	}
}

textarea {
	height: 200px;
}

.modal {
	padding-right: 0 !important;
	z-index: 9999999999;
	overflow: auto;
}

.modal.in .modal-dialog {
	width: 95%;
}

.modal-header {
	background-color: #CFB86B;
	border-radius: 5px 5px 0 0;
}

.close {
	font-size: 50px;
	position: fixed !important;
	float: right;
	margin: 5px 25px;
	z-index: 99999999999;
	position: relative;
	right: 0;
}

.close,
.close span {
	color: #FFF;
}

.modal-title {
	font-size: 24px;
	color: #FFF;
	margin-left: 5px;
}

.modal-body {
	width: 80%;
	margin: 0px auto;
	padding: 0 15px 15px;
}

.modal-body img {
	margin-bottom: 20px;
	width: 80%;
	margin: 0 auto 20px;
}

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

@media (max-width:480px) {
	.modal-body {
		width: 90%;
	}

	.modal-body img {
		width: 100%;
	}
}
