#menu_header{
	background-color: #fff;
    animation-duration: 0.4s;
    top: 0;
    z-index: 9999;
    width: 100%;

}
.center-label{
	text-align: center;
}
.services_padding {
	text-align: center;
}
.download_block{
	margin-top: 30px;
	text-align: center;
}
.text_request{
	font-family: 'DBHelvethaicaX-Ext';
	font-size: 21px;
	line-height: 25px;
	margin: 20px 0 5px;
}

.btn-download{
	width: 100%;
    background-color: #fff;
    border: none;
    color: #099e97;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid;
    letter-spacing: 1.5px;
}
.btn-download:hover{
    background-color: #05615d;
    transition-duration: 0.2s;
    color: #fff;
    border: 1px solid #05615d;
    letter-spacing: 1.5px;
}
#request .btn-download{
	width: 100%;
    background-color: #fff;
    border: none;
    color: #099e97;
    padding: 0px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid;
    letter-spacing: 1.5px;
}
#request .btn-download:hover {
    background-color: #05615d;
    transition-duration: 0.2s;
    color: white;
    border: 1px solid #05615d;
    letter-spacing: 1.5px;
}
.sticky{
	position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    animation-name: fadeInDown;
    background-color: #eae8e8 !important;
}
.navbar-default {
	background-color: inherit;
}
.menu--modifier{
	padding: 0px;
	background-position: 100% 0;
	border: none;
}
.services_background{
	padding: 20px;
	/*background:url('../images/test.png') no-repeat;*/
	background-position: 100% 0;

	
}
.logo_mobile{
	width: 70%;
}
.menu__line{
	position: absolute;
    height: 12px;
    width: 1px;
    background-color: #000;
    left: 0;
    top: 19px;
}
.menu--modifier__li{
	margin-top: 10px;
}

.banner--modifier__div-left-1{
	margin-left: -15px;
}

.banner--modifier__div-right-1{
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 15px;
}

.banner--modifier__div-left-2{
	margin-left: -15px;
}

.banner--modifier__div-right-2{
	margin-right: -15px;
}

#services{
	padding-top: 50px;
    padding-bottom: 90px;
	/*background-color:#F4F4F5;*/
}

.services__our--modifier{
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	font-family: 'ArialRoundedMTBold';
	text-align: center;
}

.col_services{
	padding: 0px;
	border:1px solid rgba(0, 0, 0, 0.19);
}
.services__request--modifier{
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
	display: inline-block;
	font-family: 'ArialRoundedMT';
}

.image-click{
	position: absolute;
}


.services__boxtext{
	text-align: center;
	background-color: #fff;
	transition: all 0.5s ease;
	padding: 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.38);
}

.services__boxtext:hover{
	background-color: #099E97;
	transition: all 0.5s ease;
}

.services__line{
    height: 2px;
    width: 60px;
    background-color: #099E97;
    margin: 10px auto;
	transition: all 0.5s ease;
}

.services__boxtext:hover .services__line{
    background-color: #fff;
	transition: all 0.5s ease;
}

.services__title{
	transition: all 0.5s ease;
	font-family: 'ArialRoundedMT';
	font-weight: bold;
}

.services__subtitle{
	transition: all 0.5s ease;
	margin-top: 15px;
	margin-bottom: 22px;
	/* font-family: 'ArialRoundedMT'; */
	font-family: 'DBHelvethaicaX-Med';
	line-height: 20px;
}

.services__boxtext:hover .services__title, .services__boxtext:hover .services__subtitle{
	color: #fff;
	transition: all 0.5s ease;
}
#footer{
	padding: 10px;
	background-color: #000;
}

.footer__text{
	text-align: center;
	color: #fff;
	font-family: 'ArialRoundedMT';
	font-size: 12px;
}

.shadow:before, .shadow-narrow:before {
		    position: absolute;
		    left: 0;
		    height: 60%;
		    bottom: 0;
		    width: 100%;
		    content: "";
		    /*background-color: #ffffff;*/
		    z-index: 2;
		}

.shadow:after, .shadow-narrow:after {
	content: "";
	position: absolute;
	height: 2%;
	width: 80%;
	left: 55%;
	bottom: 0px;
	margin-left: -48%;
	-webkit-box-shadow: 0 5px 7px #9E9E9E;
	box-shadow: 0 5px 7px rgba(158, 158, 158, 0.33);
	z-index: 1;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}




/*contact*/

#contact{
	/*padding-bottom: 40px;
	margin: 40px;*/
	padding: 50px 0 30px;
}

#contact .form-group{
	margin-bottom: 30px;
}
#contact .inputform {
    -webkit-box-shadow: none;
    border-radius: 0px;
    border: none;
    border-bottom: 2px solid #ccc;
    border-left: 2px solid #ccc; 
    width: 100%;
    font-family: 'DBHelvethaicaX-Ext';
    font-size: 17px;
    line-height: 20px;
    padding: 2px 12px;
}
#contact .inputform:focus {
	outline: none;
	box-shadow: none;
	border-color: #ccc;
}
/*font*/
#contact .customerservice{
	font-size: 16px;
	font-family: 'ArialRoundedMTBold';
}
#contact .contactdetail{
	padding-bottom:  12px;
	font-size: 16px;
	font-family: 'ArialRoundedMTBold';
}
#contact .satisrate{
	font-family: 'ArialRoundedMT';
	font-size: 12;
}
#contact .fonttable{
	font-family: 'ArialRoundedMT';
	font-size: 15px;

}
/*font*/
#contact .tableradio{
	padding-left: 10px;
	padding-top: 2px;

}
#contact .tablecolor{
	background-color: #099e97;
	color: #fff;
}
#contact .contactbutton {
    background-color: #099e97;
    border: none;
    color: white;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
        border-radius: 0;
}
#contact .contactbutton:hover{
	background-color: #05615d;
	transition-duration: 0.2s;
}

#contact .form-horizontal .radio, .form-horizontal .radio-inline{
	padding-top: 2px !important;
}

#contact .table>tbody>tr>td, #contact .table>tbody>tr>th, #contact .table>tfoot>tr>td, #contact .table>tfoot>tr>th, #contact .table>thead>tr>td, #contact .table>thead>tr>th{
    padding: 10px;
}

#preload{
	display: none;
}

.required_text{
	color: red;
}

#request .title_service{
	text-align: center;
	padding-top:11px;
	padding-bottom:20px;
	color: #777;	
	font-family: 'ArialRoundedMTBold';
	line-height: 1;
}

#request .download_service{
	padding-top: 11px;
	/*padding-bottom:20px;*/
	font-family: 'ArialRoundedMT';
	color: #777;
	line-height: 1;
	text-decoration: underline;
	text-align: center;
}

#request{
	font-family: 'ArialRoundedMT';
	padding: 50px 0;
	min-height: 500px;
}

#request .form-label{
	padding: 0px;
    margin-top: 6px;
    color: #333;	
}

.m-t-40{
	margin-top: 40px;
}

#addRow{
	padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #0e8281;
    color: #fff;
    border: 0;
}

.block_header-menu{
	padding: 10px;
	background-color: #fff;
	font-family: 'ArialRoundedMT';

}

.block_header-menu:hover{
	background-color: #099E97;
	color: #fff;
	transition: all 0.5s ease;
}

a:hover{
	text-decoration: none;
}

.block_header-img{
	padding: 30px;
    padding-top: 23px;
    padding-bottom: 28px;
    background-color: #fff;
}

.block_header-img img{
	width: 85%;
}


.block_header-text-menu{
	text-align: center;
	color: #000;
}

.m-b-30{
	margin-bottom: 30px;
}

.block_readmore{
	border: 1px solid rgba(0, 0, 0, 0.38);
    position: absolute;
    bottom: -13px;
    background-color: #fff;
    padding: 5px;
    z-index: 500;
    cursor: pointer;
    display: none;
}

.text_readmore{
	text-align: center;
	margin: 0px;
	font-family: 'ArialRoundedMT';
	font-size: 14px;
	color: #231F20;
}

.block_header-social{
	background-color: #fff;
}


.header_icon_img_search{
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: -4px;
}

.icon_home{
	width: 38px;
	height: 32px;
    display: block;
    margin: 0 auto;
}

.line_header{
	border-bottom: 3px solid #0e8281;
	margin-bottom:30px; 
}

.icon_home-hover{
    background: url(../images/icons/home.png) -2px -4px;
}

.hover-img:hover .icon_home-hover{
    background: url(../images/icons/home.png) -2px -50px;
}

.header_icon_img_search li {
    display: inline-block;
}

.header_icon_img_search li a {
    width: 32px;
    height: 32px;
    display: inline-block;
    transition: all 0s ease-in-out;
}

.icon-header-facebook{
    background: url(../images/icons_socail.png) 1px 0px;
}

.icon-header-youtube{
    background: url(../images/icons_socail.png) 70px 0px;
}

.icon-header-instagram{
    background: url(../images/icons_socail.png) 32px 0px;
}

.icon-header-facebook:hover{
    background: url(../images/icons_socail.png) 1px -35px;
}

.icon-header-youtube:hover{
    background: url(../images/icons_socail.png) 70px -35px;
}

.icon-header-instagram:hover{
    background: url(../images/icons_socail.png) 32px -35px;
}


.img-header_home{
	margin: 0 auto;
}

.img-header_home-hover{
	display: none;
}

#banner .bx-wrapper{
	box-shadow: 0;
    border: 0px;
    margin-bottom: 0px;
}

#banner .bx-wrapper .bx-controls-direction a{
	top: inherit;
	z-index: 100;
}

#banner .bx-pager{
	display: none;
}

#banner .bx-wrapper .bx-prev{
	background: url('../images/icons/prev.jpg') no-repeat;
}

#banner .bx-wrapper .bx-next{
	background: url('../images/icons/next.jpg') no-repeat;
}

#property{
	background-color: #E6E6E7;
	position: relative;
	min-height: 150px;
}

#property .property_line{
	width: 60px;
	height: 2px;
	background-color: #008A81;
	margin-bottom: 10px;
}

#property .subtitle_property{
	color: #58595B;
	font-family: 'DBHelvethaicaX-Med';
	font-size: 20px;
	line-height: 22px;
	margin-top: 18px;
}

#property .block_property{
	background-color: #fff;
	padding: 23px;
}

#property .title_property{
    color: #231F20;
	font-size: 26px;
	font-family: 'ArialRoundedMTBold';
	line-height: 35px;
}

#property .block_socation{
	padding: 28px;
	text-align: center;
}

#property .subtitle_property-sotion{
	color: #fff;
	font-family: 'ArialRoundedMT';
	margin-bottom: 0px;
}

#property .phone_block{
	background-color: #009F95;
}

#property .location_block{
	background-color: #00928A;
}

#property .time_block{
	background-color: #008A81;
}

#property .title_property-sotion{
	font-family: 'ArialRoundedMT';
	color: #fff;
	font-size: 16px;
}

.block_anmated_property:hover .animated_socatil{
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}

.parsley-errors-list{
	font-family: 'DBHelvethaicaX-Ext';
    font-size: 18px;
    line-height: 15px;
}

.sticky .block_header-img , .sticky .block_header-menu, .sticky .block_header-social{
	 background-color: #eae8e8;
}

.sticky .active_test .icon_home-hover{
    background: url(../images/icons/home.png) -2px -50px;
}

.home_hiden{
	margin-bottom: 0px;
	font-family: 'ArialRoundedMT';
	color: #000;
}


.block_header-menu:hover .home_hiden{
	color: #fff;
}

.sticky .block_header-menu:hover{
	background-color: #099E97;
    transition: all 0.5s ease;
}

.sticky .active_test{
	color: #fff;
	background-color: #099E97;
}

.active_test .home_hiden{
	cursor: #fff;
}

a:link	{
	text-decoration:none;
}
a:visited	{
	text-decoration:none;
}

.mfp-content #map_google {
    position: static;
}

.mfp-content {
	max-width: 900px;
}

.mab--modifier__div-right{
	position: relative;
}

.mfp-wrap{
	height: auto !important;
}

.mfp-zoom-out-cur .mfp-wrap{
	height: 100% !important;
}

.mfp-zoom-out-cur .mfp-wrap{
	margin-top: 0px;
}

.google_map_cick{
	position: absolute;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #099e97;
	color: #fff;
	bottom: 0;
    left: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.google_map_cick:hover{
	background-color: #144266;
	transition: all 0.5s ease;
}

#map_google {
    position: absolute;
    left: -1000%;
    /*padding: 20px 30px;*/
    /*margin: 40px auto;*/
    height: 300px;
}

.mfp-zoom-out-cur .mfp-figure:after{
	box-shadow: 0 0 8px rgba(0, 0, 0, 0) !important;
	background: rgba(0, 0, 0, 0) !important;
}

.form_block-name{
	padding-top: 20px;
}

#request td{
	text-align: center;
}
.submit_request{
	display: none;
}

.mobile-z-index{
	z-index: 800;
}

.block_submin-bootom{
	padding-top: 10px;
	text-align: center;
}

#request .btn-primary:hover{
	background-color: #0e8281;
	border-color:#0e8281;
}

#request .btn-primary{
	background-color: #0e8281;
	border-color:#0e8281;
}

@media (min-width: 320px) {

	/*#request .download_service{
		float: left;
	}*/

	.block_readmore{
	    bottom: -13px;
	}

	.block_header-social{
		padding: 8px;
	}

	#menu_header{
		padding-top: 10px;
	}

	.block_header-social{
		margin-right: 0;
	}

	.col_services{
		margin-bottom: 30px;
	}

	#property .block_property{
		margin-left: 0;
		width: 100%;
	}

	#banner .bx-wrapper .bx-controls-direction a{
		bottom: 0;
	}

	.services__our--modifier{
		float: none;
		font-size: 15px;
	}
	#menu_header_fick .navbar-toggle{
		float: left;
		margin-top: 0px; 
    	margin-left: 15px;
    	margin-right: 0px;
	}

	.services__request--modifier{
		font-size: 15px;
	}

	.banner--modifier__div-left-1{
		margin-right: -15px;
		/*margin-bottom: 5px;*/
	}

	.banner--modifier__div-left-2{
		margin-right: -15px;
		margin-bottom: 0px;
	}

	.banner--modifier__div-right-1{
		margin-bottom: 0px;
	}

	.banner--modifier__div-right-2{
		margin-left: -15px;
	}

	.menu--modifier{
		margin-bottom: 0;
	}

	.image-click{
		/*right: 0;*/
		top: 3px;
	}

	.services__title{
		font-size: 14px;
	}

	.services__subtitle{
		font-size: 20px;
	}
	.img-hidden-web{
		display: none;
	}

	#property .subtitle_property-sotion{
		font-size: 12px;
	}


	#property .block_potion{
		position: block;
	}

	.block_header-text-menu{
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.block_header-menu{
		padding-top: 10px;
		padding-bottom: 10px;
		border-left: 0px;
		border-right: 0px;
	}

	.block_header-social{
		padding-bottom: 21px;
	}

	.home_hiden{
		display: block;
	}

	.icon_home{
		display: none;
	}

	.mfp-wrap{
		margin-top: 100px;
	}

    #map_google {
        width: 250px !important;
        height: 300px !important;
    }

    .mfp-zoom-out-cur img.mfp-img{
		max-width: 100%;
	}
}
@media (min-width: 480px) {
	.logo_mobile{
		width: 50%;
	}
}
@media (min-width: 768px) {
	
	.btn-download{
		width: 40%;
	}
	#request .btn-download{
		width: 40%;
	}
	.btn-download{
    	font-size: 16px;
	}

	.img-download{
		background: url('../images/icons/download_2.png') 375px 2px;
	 	background-repeat: no-repeat;    
	}
	.img-download:hover{
	    background: url('../images/icons/download_2.png') 375px -37px;
	    background-repeat: no-repeat;
	}
	.btn-download:hover{
	    background-color: #05615d;
	    transition-duration: 0.2s;
	    color: #fff;
	    border: 1px solid #05615d;
	    letter-spacing: 1.5px;
	}
	.services_padding{
		padding-top: 50px;
		text-align: center;
	}
	.menu--modifier{
		padding: 0px;
		/*background:url('../images/test.png') no-repeat;*/
		background-position: 100% 0;
		border: none;
	}
	.block_readmore{
	    bottom: 18px;
	}

	/*.services__our--modifier{
		float: right;
	}*/

	.block_header-social{
		display: inline-block;
	}

	.img-hidden-mobile{
		display: none;
	}

	.img-hidden-web{
		display: block;
	}

	/*.services__border{
		border-left: 1px solid ;
	}*/

	/*.image-click{
		right: -14px;
	}*/

	.block_header-menu{
		display: inline-block;
	}

	#map_google {
        width: 700px !important;
        height: 400px !important;
    }
    .mfp-wrap{
		margin-top: 120px;
	}
}

@media (min-width: 992px) {

	.block_readmore{
	    bottom: -13px;
	}

	/*#request .download_service{
		float: right;
	}*/

	.home_hiden{
		display: none;
	}

	.icon_home{
		display: block;
	}


	.block_header-img{
    	/*border-right: 1px solid #585858;*/
    	border-right: 1px solid rgb(105, 105, 105);
	}

	.block_header-menu{
		padding-top: 30px;
		padding-bottom: 22px;
		/*border-left: 1px solid rgb(187, 187, 187);*/
		/*border-right: 1px solid #585858;*/
		border-right: 1px solid rgb(105, 105, 105);
	}

	.block_header-text-menu{
		padding-top: 39px;
		padding-bottom: 26px;
		font-size: 13px;
	}

	#menu_header{
		padding-top: 0px;
	}

	.services__our--modifier{
		font-size: 15px;
	}

	.services__request--modifier{
		font-size: 15px;
	}

	.services__boxtext{
		/*position: absolute;*/
		/*bottom: -155px;*/
	}

	.banner--modifier__div-left-2{
		margin-right: -12px;
	}

	.banner--modifier__div-left-1{
		margin-right: -8px;
		margin-bottom: 0px;
	}

	.banner--modifier__div-right-1{
		margin-bottom: 5px;
	}

	.banner--modifier__div-right-2{
		margin-left: -12px;
	}

	.menu--modifier{
		/*margin-bottom: 20px;*/
	}
 
	.image-click{
		top: 6px;
	}

	.services__title{
		font-size: 15px;
	}

	.services__subtitle{
	    font-size: 18px;
	}

	#property .block_socation{
		min-height: 224px;
	}

	#property .block_property{
		min-height: 224px;
	}

	#banner .bx-wrapper .bx-prev{
		left: 7%;
	}

	#banner .bx-wrapper .bx-next{
		right: inherit;
		left: 10%;
	}


	#property .block_potion{
		position: absolute;
		top: -115px;
	}

	/*#menu_header{
		position: fixed;
	}*/

	#banner .bx-wrapper .bx-controls-direction a{
		bottom: 125px;
	}

	#property .block_property{
		margin-left: 5.33333333%;
		width: 19%;
	}

	.col_services{
		margin-bottom: 0;
	}

	.block_header-social{
		padding-bottom: 11px;
    	/*border-left: 1px solid rgb(187, 187, 187);*/
		margin-right: -25px;
	}

	#map_google {
        width: 900px !important;
        height: 500px !important;
    }

    .mfp-wrap{
		margin-top: 170px;
	}

}

@media (min-width: 1200px) {

	#request .download_service{
		padding-right: 40px;
	}

	.block_header-menu{
		padding-bottom: 30px;
	}

	.block_header-text-menu{
		font-size: 14px;
		padding-top: 39px;
		padding-bottom: 33px;
	}

	#banner .bx-wrapper .bx-prev{
		left: 7.8%;
	}

	#banner .bx-wrapper .bx-next{
		right: inherit;
		left: 10%;
	}

	#property .subtitle_property-sotion{
		font-size: 13px;
	}

	#property .block_socation{
		min-height: 210px;
	}

	#property .block_property{
		min-height: 210px;
	}

	.services__request--modifier{
		font-size: 18px;
	}

	.services__our--modifier{
		font-size: 18px;
	}

	.block_header-social{
		padding-bottom: 20px;
	}

	.mfp-zoom-out-cur img.mfp-img{
		max-width: 70%;
	}

	.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
		right: 14%;
	}
}

@media (min-width: 1300px) {
	#banner .bx-wrapper .bx-prev{
		left: 10.6%;
	}

	#banner .bx-wrapper .bx-next{
		right: inherit;
		left: 12.6%;
	}

}

@media (min-width: 1400px) {
	.banner--modifier__div-right-1{
		margin-bottom: 8px;
	}

	#banner .bx-wrapper .bx-prev{
		left: 13.4%;
	}

	#banner .bx-wrapper .bx-next{
		right: inherit;
		left: 16%;
	}

	.mfp-zoom-out-cur img.mfp-img{
		max-width: 80%;
	}

	.mfp-zoom-out-cur .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
		right: 9.5%;
	}
}

@media (min-width: 1500px) {

	#banner .bx-wrapper .bx-prev{
		left: 13.4%;
	}

	#banner .bx-wrapper .bx-next{
		right: inherit;
		left: 16%;
	}
}

@media (min-width: 1600px) {

	#banner .bx-wrapper .bx-prev{
		left: 18%;
	}

	#banner .bx-wrapper .bx-next{
		right: inherit;
		left: 20%;
	}
}


@media (min-width: 1700px) {

	#banner .bx-wrapper .bx-prev{
		left: 22.4%;
	}

	#banner .bx-wrapper .bx-next{
		right: inherit;
		left: 24%;
	}
}





