@font-face {
    font-family: 'supermarket';
    src: url('fonts/supermarket-webfont.woff2') format('woff2'),
         url('fonts/supermarket-webfont.woff') format('woff');
    font-style: normal;
}
body{
	background-color: white;
	font-family: 'Helvetica Neue', 'supermarket', sans-serif;
	font-size: 1.6em;
}

:lang(th){
	font-size: 1.15em;
	letter-spacing: 1px;
}
:lang(en){
	font-weight: 300;
}


.foot-bar{
	background-color: white;
	color:  #b1adac;
}
.foot-bar .container{
	border-top:2px solid #ddd;
	padding-top: 25px;
	padding-bottom: 25px;

}
.font-green{
	color: #07c6b0;
}
.container{
	padding-left: 20px;
	padding-right: 20px;
}
.section{
	padding-top: 40px;
	padding-bottom: 40px;
}

/* typography */
h4{
	color: #07c6b0; 
	margin: 16px 0;
	font-weight: normal !important;
	font-size: 1.4em !important;
}
h4:lang(th){
	font-size: 1.6em !important;
}
.title{
	color: #07c6b0;
	font-weight: normal;
	font-size: 0.95em;
}

/*menu*/
.lang-bar{
	padding-top: 20px;
	/*padding-right: 10px;*/
}
.lang{
	display: inline-block;
	padding-left: 10px;
}
.lang a{
	color: #b1adac;
}
.lang a.active-lang{
	color: #07c6b0;
	text-decoration: none;
}
#th-link{
	border-right: 1px solid #b1adac;
    padding-right: 10px;
}
.navbar{
	border-radius: 0px;
	margin-bottom: 0px;
}
.navbar-brand{
	/*height: 90px;*/
}
.navbar-brand>img{
	width: 100%;
}
.navbar-default .navbar-brand{
	color: white;
}
.navbar-default{
	background-color: white;
	border: none;
	color: white;
}
.navbar-default>.container{
	border-bottom: 2px solid #ddd;
}
.navbar-nav>li{
	float: left;
}

.navbar-default .navbar-nav>li>a{
	color: #b1adac;
	font-weight: normal;
	line-height: 30px;
}
.navbar-default .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li.active:hover>a{
	background-color: transparent;
	color: #000;
}
.navbar-default .navbar-nav>li.active>a{
	background-color: transparent;
	color: #07c6b0;
	font-weight: normal;
}
.nav>li>a {
    padding: 15px 25px;
}
.navbar-header{
	padding-left: 15px;
}
.navbar-right{
	/*margin-right: 0 !important;
	padding-right: 15px !important;*/
	margin-right: -10px;
	float: right;
}
.tel-icon{
	width: 50px;
    height: 60px;
    padding-top: 10px;
    background-image: url(../img/web/contact.png);
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-position: center;
}
.tel-icon:hover{
	cursor: pointer;
	background-image: url(../img/web/contact-hover.png);
}
.tel-icon:hover ~.tel-box {
	display: block;
}
.tel-box{
	background-color: #00e1cb;
	display: none;
	padding: 24px;
	position: absolute;
	right: 0;
	width: 350px;
	z-index: 100;
}


/* global */
.sub-section{
	background-color: #00e1cb;
	color: white;
	margin-top: 20px;
}
.remark-title{
	font-weight: normal !important;
}
.remark-warning{
	font-weight: normal;
}
.address-title{
	color: #07c6b0;
	font-weight: bold;
}
.address-detial:lang(th){
	line-height: 1.25em;
	font-size: 1.1em;
}
.btn-main{
	border-radius: 4px;
	background-color: #07c6b0;
	color: white;
	padding: 8px;
	margin: 10px;
}
.btn-main:hover{
	background-color: #017575;
	color: white;
	text-decoration: none;
}
.btn-main:active{
	background-color: #b1adac;
}
.btn-main:focus{
	border: none;
	color: white;
	text-decoration: none;
}
.foot-bar .align-right{
	text-align: right;
}

.align-justify{
	text-align: justify;
}

.th-paragraph:lang(th){
	font-family: sans-serif;
    letter-spacing: normal;
    font-weight: 100;
    font-size: 1.07em;
}

@media (max-width: 992px) {
	.foot-bar .col-md-6 {
	    text-align: center !important;
	}
}

/* home */
.main-section{

}
.map-section{
	position: relative;
	padding: 0px 30px;
}
.map-overlay{
	position: absolute;
}
.remark-box{
	background-color: #07c6b0;
	bottom: -10px;
	color: white;
	padding: 20px 35px;
	width: 45%;
}
.map-section img{
	width: 100%;
	position: relative;
}
.last-update-text{
	color:#5d5d5d;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 14px;
}
.map-link{
	margin-top: -40px;
}

/*contact*/
.contact-section{
	margin-bottom: 20px;
}
img.full-map{
	width: 100%;
	/*height: 450px;*/
}

.tel-box{
	right: -10px;
	top: 61px;
}


@media only screen and (max-width : 576px) { 
/*	.remark-box{
		bottom: -90px;
		width: 100%;
		margin: 0px -30px;
	}*/
	.map-link{
		margin-top: 0; 
	}
	.tel-box{
		right: -10px;
		top: 68px;
	}
	.padding-b{
		padding-bottom: 10px;
	}


}


/* form */
.form-control{
	height: 44px;
}
