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


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}

ol,ul:not(body .nav-stacked) {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  height: 100%;
  color: #333333;
  overflow-x: hidden;
}
* {
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth:alway;*/
  box-sizing: border-box;
}
body,
input,
button,
textarea {
  	font-family: 'PT Sans';
}
input,
button,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #afafaf;
  opacity: 1;
  transition: opacity 0.3s ease;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #afafaf;
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 600;
}
[class*=icons8],
[class*=fa] {
  -webkit-font-smoothing: antialiased;
}
#main {
  background: #fff;
}

@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
		display: none !important;
	}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
		display: none !important;
	}
	@media (max-width: 767px) {
		.visible-xs {
			display: block !important;
		}
		table.visible-xs {
			display: table;
		}
		tr.visible-xs {
			display: table-row !important;
		}
		th.visible-xs,
td.visible-xs {
			display: table-cell !important;
		}
	}
	@media (max-width: 767px) {
		.visible-xs-block {
			display: block !important;
		}
	}
	@media (max-width: 767px) {
		.visible-xs-inline {
			display: inline !important;
		}
	}
	@media (max-width: 767px) {
		.visible-xs-inline-block {
			display: inline-block !important;
		}
	}
	@media (min-width: 769px) and (max-width: 991px) {
		.visible-sm {
			display: block !important;
		}
		table.visible-sm {
			display: table;
		}
		tr.visible-sm {
			display: table-row !important;
		}
		th.visible-sm,
td.visible-sm {
			display: table-cell !important;
		}
	}
	@media (min-width: 769px) and (max-width: 991px) {
		.visible-sm-block {
			display: block !important;
		}
	}
	@media (min-width: 769px) and (max-width: 991px) {
		.visible-sm-inline {
			display: inline !important;
		}
	}
	@media (min-width: 769px) and (max-width: 991px) {
		.visible-sm-inline-block {
			display: inline-block !important;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.visible-md {
			display: block !important;
		}
		table.visible-md {
			display: table;
		}
		tr.visible-md {
			display: table-row !important;
		}
		th.visible-md,
td.visible-md {
			display: table-cell !important;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.visible-md-block {
			display: block !important;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.visible-md-inline {
			display: inline !important;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.visible-md-inline-block {
			display: inline-block !important;
		}
	}
	@media (min-width: 1200px) {
		.visible-lg {
			display: block !important;
		}
		table.visible-lg {
			display: table;
		}
		tr.visible-lg {
			display: table-row !important;
		}
		th.visible-lg,
td.visible-lg {
			display: table-cell !important;
		}
	}
	@media (min-width: 1200px) {
		.visible-lg-block {
			display: block !important;
		}
	}
	@media (min-width: 1200px) {
		.visible-lg-inline {
			display: inline !important;
		}
	}
	@media (min-width: 1200px) {
		.visible-lg-inline-block {
			display: inline-block !important;
		}
	}
	@media (max-width: 767px) {
		.hidden-xs {
			display: none !important;
		}
	}
	@media (min-width: 769px) and (max-width: 991px) {
		.hidden-sm {
			display: none !important;
		}
	}
	@media (min-width: 992px) and (max-width: 1199px) {
		.hidden-md {
			display: none !important;
		}
	}
	@media (min-width: 1200px) {
		.hidden-lg {
			display: none !important;
		}
	}
	.visible-print {
		display: none !important;
	}
	@media print {
		.visible-print {
			display: block !important;
		}
		table.visible-print {
			display: table;
		}
		tr.visible-print {
			display: table-row !important;
		}
		th.visible-print,
td.visible-print {
			display: table-cell !important;
		}
	}
	.visible-print-block {
		display: none !important;
	}
	@media print {
		.visible-print-block {
			display: block !important;
		}
	}
	.visible-print-inline {
		display: none !important;
	}
	@media print {
		.visible-print-inline {
			display: inline !important;
		}
	}
	.visible-print-inline-block {
		display: none !important;
	}
	@media print {
		.visible-print-inline-block {
			display: inline-block !important;
		}
	}
	@media print {
		.hidden-print {
			display: none !important;
		}
	}
	.container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	@media (min-width: 769px) {
		.container {
			width: 750px;
		}
	}
	@media (min-width: 992px) {
		.container {
			width: 970px;
		}
	}
	@media (min-width: 1200px) {
		.container {
			width: 1170px;
		}
	}
	.container-fluid {
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}
	.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
		position: relative;
		min-height: 1px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		float: left;
	}
	/*.col-xs-12 {
		width: 100%;
	}*/
	.col-xs-11 {
		width: 91.66666667%;
	}
	.col-xs-10 {
		width: 83.33333333%;
	}
	.col-xs-9 {
		width: 75%;
	}
	.col-xs-8 {
		width: 66.66666667%;
	}
	.col-xs-7 {
		width: 58.33333333%;
	}
	/*.col-xs-6 {
		width: 50%;
	}/*
	.col-xs-5 {
		width: 41.66666667%;
	}
	/*.col-xs-4 {
		width: 33.33333333%;
	}*/
	.col-xs-3 {
		width: 25%;
	}
	.col-xs-2 {
		width: 16.66666667%;
	}
	.col-xs-1 {
		width: 8.33333333%;
	}
	.col-xs-pull-12 {
		right: 100%;
	}
	.col-xs-pull-11 {
		right: 91.66666667%;
	}
	.col-xs-pull-10 {
		right: 83.33333333%;
	}
	.col-xs-pull-9 {
		right: 75%;
	}
	.col-xs-pull-8 {
		right: 66.66666667%;
	}
	.col-xs-pull-7 {
		right: 58.33333333%;
	}
	.col-xs-pull-6 {
		right: 50%;
	}
	.col-xs-pull-5 {
		right: 41.66666667%;
	}
	.col-xs-pull-4 {
		right: 33.33333333%;
	}
	.col-xs-pull-3 {
		right: 25%;
	}
	.col-xs-pull-2 {
		right: 16.66666667%;
	}
	.col-xs-pull-1 {
		right: 8.33333333%;
	}
	.col-xs-pull-0 {
		right: auto;
	}
	.col-xs-push-12 {
		left: 100%;
	}
	.col-xs-push-11 {
		left: 91.66666667%;
	}
	.col-xs-push-10 {
		left: 83.33333333%;
	}
	.col-xs-push-9 {
		left: 75%;
	}
	.col-xs-push-8 {
		left: 66.66666667%;
	}
	.col-xs-push-7 {
		left: 58.33333333%;
	}
	.col-xs-push-6 {
		left: 50%;
	}
	.col-xs-push-5 {
		left: 41.66666667%;
	}
	.col-xs-push-4 {
		left: 33.33333333%;
	}
	.col-xs-push-3 {
		left: 25%;
	}
	.col-xs-push-2 {
		left: 16.66666667%;
	}
	.col-xs-push-1 {
		left: 8.33333333%;
	}
	.col-xs-push-0 {
		left: auto;
	}
	.col-xs-offset-12 {
		margin-left: 100%;
	}
	.col-xs-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-xs-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-xs-offset-9 {
		margin-left: 75%;
	}
	.col-xs-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-xs-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-xs-offset-6 {
		margin-left: 50%;
	}
	.col-xs-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-xs-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-xs-offset-3 {
		margin-left: 25%;
	}
	.col-xs-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-xs-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-xs-offset-0 {
		margin-left: 0%;
	}
	@media (min-width: 769px) {
		.col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
			float: left;
		}
		.col-sm-12 {
			width: 100%;
		}
		.col-sm-11 {
			width: 91.66666667%;
		}
		.col-sm-10 {
			width: 83.33333333%;
		}
		.col-sm-9 {
			width: 75%;
		}
		.col-sm-8 {
			width: 66.66666667%;
		}
		.col-sm-7 {
			width: 58.33333333%;
		}
		.col-sm-6 {
			width: 50%;
		}
		.col-sm-5 {
			width: 41.66666667%;
		}
		.col-sm-4 {
			width: 33.33333333%;
		}
		.col-sm-3 {
			width: 25%;
		}
		.col-sm-2 {
			width: 16.66666667%;
		}
		.col-sm-1 {
			width: 8.33333333%;
		}
		.col-sm-pull-12 {
			right: 100%;
		}
		.col-sm-pull-11 {
			right: 91.66666667%;
		}
		.col-sm-pull-10 {
			right: 83.33333333%;
		}
		.col-sm-pull-9 {
			right: 75%;
		}
		.col-sm-pull-8 {
			right: 66.66666667%;
		}
		.col-sm-pull-7 {
			right: 58.33333333%;
		}
		.col-sm-pull-6 {
			right: 50%;
		}
		.col-sm-pull-5 {
			right: 41.66666667%;
		}
		.col-sm-pull-4 {
			right: 33.33333333%;
		}
		.col-sm-pull-3 {
			right: 25%;
		}
		.col-sm-pull-2 {
			right: 16.66666667%;
		}
		.col-sm-pull-1 {
			right: 8.33333333%;
		}
		.col-sm-pull-0 {
			right: auto;
		}
		.col-sm-push-12 {
			left: 100%;
		}
		.col-sm-push-11 {
			left: 91.66666667%;
		}
		.col-sm-push-10 {
			left: 83.33333333%;
		}
		.col-sm-push-9 {
			left: 75%;
		}
		.col-sm-push-8 {
			left: 66.66666667%;
		}
		.col-sm-push-7 {
			left: 58.33333333%;
		}
		.col-sm-push-6 {
			left: 50%;
		}
		.col-sm-push-5 {
			left: 41.66666667%;
		}
		.col-sm-push-4 {
			left: 33.33333333%;
		}
		.col-sm-push-3 {
			left: 25%;
		}
		.col-sm-push-2 {
			left: 16.66666667%;
		}
		.col-sm-push-1 {
			left: 8.33333333%;
		}
		.col-sm-push-0 {
			left: auto;
		}
		.col-sm-offset-12 {
			margin-left: 100%;
		}
		.col-sm-offset-11 {
			margin-left: 91.66666667%;
		}
		.col-sm-offset-10 {
			margin-left: 83.33333333%;
		}
		.col-sm-offset-9 {
			margin-left: 75%;
		}
		.col-sm-offset-8 {
			margin-left: 66.66666667%;
		}
		.col-sm-offset-7 {
			margin-left: 58.33333333%;
		}
		.col-sm-offset-6 {
			margin-left: 50%;
		}
		.col-sm-offset-5 {
			margin-left: 41.66666667%;
		}
		.col-sm-offset-4 {
			margin-left: 33.33333333%;
		}
		.col-sm-offset-3 {
			margin-left: 25%;
		}
		.col-sm-offset-2 {
			margin-left: 16.66666667%;
		}
		.col-sm-offset-1 {
			margin-left: 8.33333333%;
		}
		.col-sm-offset-0 {
			margin-left: 0%;
		}
	}
	@media (min-width: 992px) {
		.col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
			float: left;
		}
		.col-md-12 {
			width: 100%;
		}
		.col-md-11 {
			width: 91.66666667%;
		}
		.col-md-10 {
			width: 83.33333333%;
		}
		.col-md-9 {
			width: 75%;
		}
		.col-md-8 {
			width: 66.66666667%;
		}
		.col-md-7 {
			width: 58.33333333%;
		}
		.col-md-6 {
			width: 50%;
		}
		.col-md-5 {
			width: 41.66666667%;
		}
		.col-md-4 {
			width: 33.33333333%;
		}
		.col-md-3 {
			width: 25%;
		}
		.col-md-2 {
			width: 16.66666667%;
		}
		.col-md-1 {
			width: 8.33333333%;
		}
		.col-md-pull-12 {
			right: 100%;
		}
		.col-md-pull-11 {
			right: 91.66666667%;
		}
		.col-md-pull-10 {
			right: 83.33333333%;
		}
		.col-md-pull-9 {
			right: 75%;
		}
		.col-md-pull-8 {
			right: 66.66666667%;
		}
		.col-md-pull-7 {
			right: 58.33333333%;
		}
		.col-md-pull-6 {
			right: 50%;
		}
		.col-md-pull-5 {
			right: 41.66666667%;
		}
		.col-md-pull-4 {
			right: 33.33333333%;
		}
		.col-md-pull-3 {
			right: 25%;
		}
		.col-md-pull-2 {
			right: 16.66666667%;
		}
		.col-md-pull-1 {
			right: 8.33333333%;
		}
		.col-md-pull-0 {
			right: auto;
		}
		.col-md-push-12 {
			left: 100%;
		}
		.col-md-push-11 {
			left: 91.66666667%;
		}
		.col-md-push-10 {
			left: 83.33333333%;
		}
		.col-md-push-9 {
			left: 75%;
		}
		.col-md-push-8 {
			left: 66.66666667%;
		}
		.col-md-push-7 {
			left: 58.33333333%;
		}
		.col-md-push-6 {
			left: 50%;
		}
		.col-md-push-5 {
			left: 41.66666667%;
		}
		.col-md-push-4 {
			left: 33.33333333%;
		}
		.col-md-push-3 {
			left: 25%;
		}
		.col-md-push-2 {
			left: 16.66666667%;
		}
		.col-md-push-1 {
			left: 8.33333333%;
		}
		.col-md-push-0 {
			left: auto;
		}
		.col-md-offset-12 {
			margin-left: 100%;
		}
		.col-md-offset-11 {
			margin-left: 91.66666667%;
		}
		.col-md-offset-10 {
			margin-left: 83.33333333%;
		}
		.col-md-offset-9 {
			margin-left: 75%;
		}
		.col-md-offset-8 {
			margin-left: 66.66666667%;
		}
		.col-md-offset-7 {
			margin-left: 58.33333333%;
		}
		.col-md-offset-6 {
			margin-left: 50%;
		}
		.col-md-offset-5 {
			margin-left: 41.66666667%;
		}
		.col-md-offset-4 {
			margin-left: 33.33333333%;
		}
		.col-md-offset-3 {
			margin-left: 25%;
		}
		.col-md-offset-2 {
			margin-left: 16.66666667%;
		}
		.col-md-offset-1 {
			margin-left: 8.33333333%;
		}
		.col-md-offset-0 {
			margin-left: 0%;
		}
	}
	@media (min-width: 1200px) {
		.col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
			float: left;
		}
		.col-lg-12 {
			width: 100%;
		}
		.col-lg-11 {
			width: 91.66666667%;
		}
		.col-lg-10 {
			width: 83.33333333%;
		}
		.col-lg-9 {
			width: 75%;
		}
		.col-lg-8 {
			width: 66.66666667%;
		}
		.col-lg-7 {
			width: 58.33333333%;
		}
		.col-lg-6 {
			width: 50%;
		}
		.col-lg-5 {
			width: 41.66666667%;
		}
		.col-lg-4 {
			width: 33.33333333%;
		}
		.col-lg-3 {
			width: 25%;
		}
		.col-lg-2 {
			width: 16.66666667%;
		}
		.col-lg-1 {
			width: 8.33333333%;
		}
		.col-lg-pull-12 {
			right: 100%;
		}
		.col-lg-pull-11 {
			right: 91.66666667%;
		}
		.col-lg-pull-10 {
			right: 83.33333333%;
		}
		.col-lg-pull-9 {
			right: 75%;
		}
		.col-lg-pull-8 {
			right: 66.66666667%;
		}
		.col-lg-pull-7 {
			right: 58.33333333%;
		}
		.col-lg-pull-6 {
			right: 50%;
		}
		.col-lg-pull-5 {
			right: 41.66666667%;
		}
		.col-lg-pull-4 {
			right: 33.33333333%;
		}
		.col-lg-pull-3 {
			right: 25%;
		}
		.col-lg-pull-2 {
			right: 16.66666667%;
		}
		.col-lg-pull-1 {
			right: 8.33333333%;
		}
		.col-lg-pull-0 {
			right: auto;
		}
		.col-lg-push-12 {
			left: 100%;
		}
		.col-lg-push-11 {
			left: 91.66666667%;
		}
		.col-lg-push-10 {
			left: 83.33333333%;
		}
		.col-lg-push-9 {
			left: 75%;
		}
		.col-lg-push-8 {
			left: 66.66666667%;
		}
		.col-lg-push-7 {
			left: 58.33333333%;
		}
		.col-lg-push-6 {
			left: 50%;
		}
		.col-lg-push-5 {
			left: 41.66666667%;
		}
		.col-lg-push-4 {
			left: 33.33333333%;
		}
		.col-lg-push-3 {
			left: 25%;
		}
		.col-lg-push-2 {
			left: 16.66666667%;
		}
		.col-lg-push-1 {
			left: 8.33333333%;
		}
		.col-lg-push-0 {
			left: auto;
		}
		.col-lg-offset-12 {
			margin-left: 100%;
		}
		.col-lg-offset-11 {
			margin-left: 91.66666667%;
		}
		.col-lg-offset-10 {
			margin-left: 83.33333333%;
		}
		.col-lg-offset-9 {
			margin-left: 75%;
		}
		.col-lg-offset-8 {
			margin-left: 66.66666667%;
		}
		.col-lg-offset-7 {
			margin-left: 58.33333333%;
		}
		.col-lg-offset-6 {
			margin-left: 50%;
		}
		.col-lg-offset-5 {
			margin-left: 41.66666667%;
		}
		.col-lg-offset-4 {
			margin-left: 33.33333333%;
		}
		.col-lg-offset-3 {
			margin-left: 25%;
		}
		.col-lg-offset-2 {
			margin-left: 16.66666667%;
		}
		.col-lg-offset-1 {
			margin-left: 8.33333333%;
		}
		.col-lg-offset-0 {
			margin-left: 0%;
		}
	}
	.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
		content: " ";
		display: table;
	}
	.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
		clear: both;
	}
	.center-block {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.pull-right {
		float: right !important;
	}
	.pull-left {
		float: left !important;
	}
	*,
*:before,
*:after {
		box-sizing: border-box;
	}
.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 320px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}
.slideout-panel {
  position: relative;
  z-index: 1;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block;
}
.title {
  font-size: 19px;
  text-transform: uppercase;
}
.title.-h1 {
  font-size: 50px;
}
.title.-h2 {
  font-size: 42px;
}
.title.-h3 {
  font-size: 32px;
}
.title.-h4 {
  font-size: 19px;
}
.title.-small {
  	font-family: 'PT Sans';
  font-weight: 500;
  line-height: 29px;
}
.text {
  font-size: 17px;
  line-height: 27px;
}
.text.-medium {
  font-size: 19px;
  line-height: 29px;
}
@media (max-width: 992px) {
  .title.-h1 {
    font-size: 40px;
  }
  .title.-h2 {
    font-size: 30px;
    line-height: 38px;
  }
  .title.-h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 769px) {
  .title.-h1 {
    font-size: 35px;
  }
  .title.-h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .title.-h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 5px;
  color: #000;
  padding: 14px 50px 10px 50px !important;
  font-size: 16px;
  font-family: 'PT Sans';
  line-height: normal;
  text-align: center;
  background-color: #fff;
  transition: color 0.2s, background-color 0.2s;
}
.button:active {
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.2);
}
.button.-bordered {
  border: 2px solid #000;
  padding: 15px 18px;
  background-color: transparent;
}
.button.-bordered:active {
  border: 0;
  padding: 14px 45px;
}

.button.-yellow {
  background-color:#ffdd00;
  color: #000;
  border:2px solid #ffdd00;
}
.button.-yellow:hover {
  background-color:transparent;
}
.button.-yellow.-bordered {
  background-color: transparent;
  color: #FF6;
  border-color: #FF6;
}
.button.-yellow.-bordered:hover {
  background-color: #FF3;
  border-color: #FF3;
  color: #fff;
}

.button.-arrowed .button-inner:after {
  content: '\f178';
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 16px;
  margin: 0 0 0 7px;
  position: relative;
  top: 1px;
}
.button.-arrowed.-large .button-inner:after {
  margin-right: -8px;
}
.button.-arrow_on_hover .button-inner {
  position: relative;
  margin: 0 -10px;
  padding: 0 10px;
  transition: padding 0.2s;
}
.button.-arrow_on_hover .button-inner i {
  position: absolute;
  top: 50%;
  right: 5px;
  opacity: 0;
  color: #fff;
  transition: all 0.2s;
  font-size: 15px;
  margin: -7px 0 0;
}
.button.-arrow_on_hover:hover .button-inner {
  padding: 0 20px 0 0;
}
.button.-arrow_on_hover:hover i {
  opacity: 1;
  right: 0px;
}
.button.-arrow_on_hover.-large:hover .button-inner {
  padding: 0 20px 0 0;
}
.button.-arrow_on_hover.-large:hover .button-inner i {
  opacity: 1;
  right: -5px;
}
.button.-large {
  font-size: 17px;
  padding: 16px 30px;
}
.button.-large.-bordered {
  padding: 14px 28px;
}
.button.-large.-bordered:active {
  padding: 16px 30px;
}
.button.-wide {
  display: block;
  width: 100%;
}
.button.-menu_size {
  padding: 12px 20px;
}
.button.-menu_size.-bordered {
  padding: 10px 18px;
}
.button.-menu_size.-bordered:active {
  padding: 12px 20px;
}
@media (max-width: 769px) {
  .button {
    white-space: normal;
    font-size: 13px;
    padding: 12px 16px;
  }
  .button .button-inner {
    padding: 0 !important;
    margin: 0 !important;
  }
  .button.-bordered {
    padding: 10px 12px;
  }
  .button.-with_arrow:hover i {
    display: none;
  }
  .button.-large {
    font-size: 15px;
    padding: 14px 24px;
  }
}
.field {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.field input,
.field textarea {
  width: 100%;
  background: #fcfcfc;
  border: 2px solid #e9e9e9;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  position: relative;
  z-index: 1;
  resize: none;
  border-radius: 3px;
  vertical-align: top;
  color: #262626;
}
.field input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder {
  color: #262626;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}
.field input:-moz-placeholder,
.field textarea:-moz-placeholder {
  color: #262626;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}
.field input::-moz-placeholder,
.field textarea::-moz-placeholder {
  color: #262626;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}
.field input:-ms-input-placeholder,
.field textarea:-ms-input-placeholder {
  color: #262626;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}
.field input:focus,
.field textarea:focus {
  border-color: #34c1e4;
}
.field input:focus::-webkit-input-placeholder,
.field textarea:focus::-webkit-input-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field input:focus:-moz-placeholder,
.field textarea:focus:-moz-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field input:focus::-moz-placeholder,
.field textarea:focus::-moz-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field input:focus:-ms-input-placeholder,
.field textarea:focus:-ms-input-placeholder {
  color: #afafaf;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field.-medium input,
.field.-medium textarea {
  font-size: 17px;
  line-height: 27px;
  padding: 14px 20px;
}
.field.-wide {
  display: block;
}
.form-row {
  margin: 20px -20px 0;
}
.form-row:first-of-type {
  margin-top: 0;
}
.form-row_inner {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 20px 0;
}
.form-col {
  display: table-cell;
}
.form-footer {
  margin: 20px 0 0;
}
.form-footer_buttons {
  text-align: right;
}
@media (max-width: 769px) {
  .form-row_inner,
  .form-row,
  .form-col {
    display: block;
    border-spacing: 0;
    margin: 0;
  }
  .form-col {
    margin: 15px 0 0;
  }
}
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 96px;
  height: 96px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 44px;
  left: 18px;
  right: 18px;
  height: 8px;
  background: #363636;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #363636;
  content: "";
}
.c-hamburger span::before {
  top: -20px;
}
.c-hamburger span::after {
  bottom: -20px;
}
.c-hamburger-htx span {
  transition: background 0s 0.3s;
}
.c-hamburger-htx span::before,
.c-hamburger-htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger-htx span::before {
  transition-property: top, transform;
}
.c-hamburger-htx span::after {
  transition-property: bottom, transform;
}
.c-hamburger-htx.is-active span,
.slideout-open .c-hamburger-htx span {
  background: none !important;
}
.c-hamburger-htx.is-active span::before,
.slideout-open .c-hamburger-htx span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger-htx.is-active span::after,
.slideout-open .c-hamburger-htx span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger-htx.is-active span::before,
.slideout-open .c-hamburger-htx span::before,
.c-hamburger-htx.is-active span::after,
.slideout-open .c-hamburger-htx span::after {
  transition-delay: 0s, 0.3s;
}
.topbar {
  padding:0;
  background: #223c78;
  color: #fff;
  position: relative;
  z-index: 1000;
}

.topbar [class*=col]:after {
  content: "";
  display: table;
  clear: both;
}
.topbar .select_language {
  float: right;
  padding: 19px 20px 16px 30px;
  border-left:1px solid #175fbf;
}

.topbar .login_acct {
  float:right;
  padding: 19px 0 16px 5px;
  border-left:1px solid #175fbf;
}
.topbar .login_acct a { color:#FFF; }

.topbar .login_acct a:lang(th) {
  font-family: "supermarket";
  font-size: 18px;
}

.login_acct a:hover {
  color:#00aeef !important;
  text-decoration:none;
}

.modal-dialog.-login { width: 50%; }

.modal-content.-login { padding:50px 0 !important; }
@media all and (max-width: 766px) {
	.modal-dialog.-login{
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}
	.modal-content.-login {
		padding: 10px !important;
	}
}

.-icon-font { font-size:23px !important; }
.btn-icon {
	background:none;
	text-align:center;
}

@media (min-width: 768px) {
    .div_row-sm-offset-3 div:first-child[class*="col-"] {
        margin-left: 25%;
    }
}

.div_login .div_authTitle {
    text-align: center;
	line-height: 300%;
	font-size:24px;
	font-weight:500;
}

.div_login .div_socialButtons a {
	color: white;
	opacity:0.9;
}
.div_login .div_socialButtons a:hover {
    color: white;
	opacity:1;
}
.div_login .div_socialButtons .div_btn-facebook { background: #3b5998; }
.div_login .div_socialButtons .div_btn-twitter { background: #00aced; }
.div_login .div_socialButtons .div_btn-google { background: #c32f10; }

.div_login .div_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.div_login .div_loginOr .div_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.div_login .div_loginOr .div_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}

.div_login .div_loginForm .input-group.span {
	width: 2em;
}
.div_login .div_loginForm .input-group span.fa {
	font-size:19px;
	color:#999;
	padding:2px;
	margin:0;
}
.div_login .div_loginForm .input-group input.form-control {
	height:38px;
}
.div_login .div_loginForm .input-group input.form-control::placeholder {
	text-shadow:none !important;
	font-size:15px;
	color:#999 !important;
}
.div_login .div_loginForm  .help-block {
    color: red;
}

@media (min-width: 768px) {
    .div_login .div_forgotPwd {
        text-align: right;
		margin-top:10px;
 	}
}

.topbar .topbar_contacts {
  float: right;
  padding: 2px 0 0;
}
.topbar-left .follow_us {
  float: left;
  padding: 21px 0 17px 5px;
}

.topbar-left .site_map {
  float:left;
  padding: 14px 5px 9px 0 !important;
  border-right:1px solid #175fbf;
}

/*programmer fix*/
@media (max-width: 1170px)  {
    .topbar-left .site_map {
         padding: 11px 0 9px 0px !important;
    }

    .topbar-left .follow_us {
      padding:18px 0 15px 10px;
    }
    .topbar-right p.font-size-label,
    .select_language-opener,
    .topbar-left .site_map a:lang(th),
    .topbar-left .follow_us:lang(th),
    .topbar-right .feedback span:lang(th),
    .topbar .login_acct:lang(th) {
        font-size: 14px  !important;
    }

    .topbar-right .feedback {
        padding: 20px 15px 18px 15px !important;
    }

}

@media (max-width: 1025px)  {

}

.topbar-left .site_map a { color:#FFF; }
.topbar-left .site_map a:lang(th) {
	font-family: "supermarket";
	font-size:18px;
        line-height: 24px;
}
.login_acct a:hover {
  color:#00aeef !important;
  text-decoration:none;
}

.topbar-right {
  float:right;
}
.topbar-right .font_size,
.topbar-right .feedback {
  float: right;
  padding:16px 10px 18px 10px;
  /* top:2px; */
  border-left:1px solid #175fbf;
}
.topbar-right .font_size:lang(th) { padding: 16px 15px 12px 20px; }
.topbar-right .feedback {
	padding: 21px 10px 18px 10px;
}

p.font-size-label,
.topbar-right .feedback span {
	display: inline-block;
	font-size:16px;
  	font-weight: 600;
	margin-right:5px;
}
p.font-size-label:lang(th) {
	font-family: "supermarket";
	font-size:18px;
        line-height: 16px;
       padding-bottom: 10px;
}
.topbar-right .feedback span:lang(th) {
	font-family: "supermarket";
	font-size:18px;
        line-height: 22px;
}

.topbar-right .feedback span {
	color: #FFF;
}
.topbar-right .feedback span:hover {
	color: #00aeef;
	font-weight: 600;
}
/* .topbar-right .feedback span:before {
  position: relative;
  color: #FFF;
  font-size: 18px;
  content: "\f005";
  font-family: 'FontAwesome';
  display: inline-block;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  right: 8px;
} */
.font_size button {
	background:none;
	border:none;
}
.font_size span {
  position: relative;
  color: #FFF;
  font-size: 24px;
  content: " ";
  font-family: 'FontAwesome';
  display: inline-block;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  top:4px;
}

.topbar-right .changecolor {
	float:right;
	display:block;
  	padding:18px 20px 15px 20px;
  	border-left:1px solid #175fbf;
}

.btn.btn-changecolor {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	padding:3px 7px !important;
	text-transform:uppercase;
    background-color: #ffffff;
    background-image: linear-gradient(to bottom, #757575, #323232);
    border: 1px solid #211e1e;
}
.btn.btn-changecolor:hover {
    color:#FFF;
    background-image: linear-gradient(to bottom, #323232, #757575);
}

.c-middle {
	color:#000 !important;
	margin: 0 5px !important;
	background-image: linear-gradient(to bottom, #FFFFFF, #DCDCDC) !important;
}
.c-middle:hover {
	background-image: linear-gradient(to bottom, #DCDCDC, #FFFFFF) !important;
}

.c-right {
	color:#FF0 !important;
        margin-right:0 !important;
}

@media (max-width: 992px) {
  .topbar .topbar_contacts {
    float: left;
  }
  .topbar [class*=col] {
    margin: 15px 0 0;
  }
  .topbar [class*=col]:first-child {
    margin: 0;
  }
}
.header {
  background: #fff;
  position: relative;
  z-index: 100;
}
.header:after {
  content: "";
  display: table;
  clear: both;
}
.header.-backgroundless {
  background: none;
}
.header-inner {
  padding: 20px 0;
}
.header-right {
  float: right;
}
.header-logo {
  position: relative;
  padding-top:0px;
  z-index: 1;
}
.header-menu_opener {
  display: none;
  position: absolute;
  left: 12px;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0;
  z-index: 1;
  color: #fff;
  padding: 0;
}
.header-menu_opener-right {
	display: none;
	position: absolute;
	right: 5px;
	top: 65%;
	margin: -30px 0 0;
	z-index: 1;
	color: #fff;
	padding: 0;
}
.upper {
	text-transform: uppercase;
}

.header-menu_opener-right2 {
	display: none;
	position: absolute;
	right: 50px;
	top: 65%;
	margin: -30px 0 0;
	z-index: 1;
	color: #fff;
	padding: 0;
}

/*.header-menu_opener-right .dropdown-submenu {
	 position: relative;
 }
.header-menu_opener-right .dropdown-submenu .dropdown-menu {
	top: 0;
	right: -110%;
	margin-top: -1px;
}*/

.header-menu_opener .c-hamburger {
  top: 2px;
  left: 2px;
  transform: scale(0.4) translate(-50%, -50%);
}
.header-menu_opener-right2 i {
	top: 2px;
	left: 2px;
	transform: scale(0.4) translate(-50%, -50%);
}

.header-menu_opener.-white .c-hamburger span,
.header-menu_opener.-white .c-hamburger span:before,
.header-menu_opener.-white .c-hamburger span:after {
  background: #fff;
}
.header .container > .row {
  position: relative;
}
.header .row > [class*=col] {
  position: static !important;
}
.header_sticky {
  transform: translateY(-100%);
  transition: all 0.25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  z-index: 1001;
  opacity: 0;
}
.header_sticky.-stick {
  transform: translateY(0);
  opacity: 1;
  will-change: transform;
}
.header_sticky.-stick.-backgroundless {
  background: #fff;
}
.header-logo  img{
    width:150px;
}
@media (max-width: 1200px) {
  .header-logo {
    padding: 0;
  }
  .header-right {
    float: right;
    padding: 10px 0 0;
  }
}
@media (max-width: 992px) {
  .header {
    padding: 0;
  }
  .header-logo {
    text-align: center;
  }
  .header-menu_opener {
    display: block !important;
    margin: -30px 0 0;
  }
	.header-menu_opener-right {
		display: block !important;
		margin: -30px 0 0;
	}
	.header-menu_opener-right2 {
		display: block !important;
		margin: -30px 0 0;
	}
}
@media (max-width: 769px) {
  .header-menu_opener {
    left: 0;
  }
}
.header_nav {
  display: inline-block;
}
.header_nav.-right {
  float: right;
}
.header_nav-phone {
  display: inline-block;
  padding: 5px 0 5px 37px;
  color: #fff;
  position: relative;
  margin: 0 0 0 18px;
  font-size: 18px;
}
.header_nav-phone:before {
  width: 1px;
  height: 30px;
  background: #fff;
  opacity: 0.1;
  content: '';
  position: absolute;
  left: -23px;
  top: 0;
}
.header_nav-phone .bi_com-phone {
  transform: scale(-1, 1);
  font-size: 21px;
  position: absolute;
  top: 3px;
  left: 0;
}
.header_nav.-wide {
  width: 100%;
  /* border-top: 1px solid #e9e9e9; */
  box-shadow: 0 0 10px inset rgba(51,51,51, 0.1);
}
.header_nav.-wide .header_nav-inner {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .header_nav.-wide .header_nav-inner {
    width: 940px;
  }
}

.follow_us {
  display: inline-block;
  font-weight: 600;
  font-size:16px;
}
.follow_us:lang(th) {
    font-size:18px;
    font-family: "supermarket";
    padding: 16px 0 0 8px;
}
@media (max-width: 1025px) {
	.follow_us:lang(th) {
		font-size:18px;
		font-family: "supermarket";
		padding: 20px 0 0 2px;
	}
}

.follow_us ul {
  display: inline-block;
}
.follow_us ul li {
  display: inline-block;
  margin: 0 0 0 13px;
}
.follow_us a {
  color: #fff;
  font-size:18px;
  /*opacity: 0.3;*/
}
.follow_us a:hover {
  /*opacity: 1;*/
  color:#00aeef;
}
.follow_us.-mobile_sidebar {
  padding: 18px 0;
  width:100%;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.follow_us.-mobile_sidebar ul {
  display: block;
  text-align: center;
  font-size: 20px;
}
.follow_us.-mobile_sidebar ul li {
  margin: 0 7px;
}
.select_language {
  position: relative;
}
.select_language-opener {
  border: 0;
  margin: 0;
  outline: none;
  background: none;
  position: relative;
  font-size: 16px;
  color: #fff;
  padding: 0px 16px 0 26px;
  font-weight: bold;
  height: 25px;
}
.select_language-opener:lang(th) {
  font-family: "supermarket";
  font-size: 18px;
  line-height: 2px;
}
.select_language-opener:after {
  position: absolute;
  top: 50%;
  right: 0px;
  margin: -1px 0 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}
.select_language-opener .select_language-opener_icon {
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0, -50%);
}
.select_language-opener:hover {
  text-decoration: none;
  color:#00aeef;
}
.select_language-list {
  display: none;
  position: absolute;
  top: 55px;
  right: -5px;
  /* left:10px; programmer fix , change to right to align right
  */
  width: 150px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  z-index: 1000;
  border-radius: 3px;
  background: #fff;
}
.select_language-list > li {
  border-bottom: 1px solid #e5e5e5;
}
.select_language-list > li > a {
  color: #000;
  padding: 13px 0 10px 20px;
  display: block;
  text-decoration:none;
}
.select_language-list > li > a:hover {
  background: #00aeef;
}
.select_language-list > li:last-child {
  border-bottom: none;
  border-radius: 0 0 3px 3px;
}
.select_language-list:before {
  content: '';
  position: absolute;
  display: block;
  left: 115px;
  top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #fff transparent;
}
.select_language.-opened .select_language-list {
  display: block;
}
.select_language.-mobile_sidebar {
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.select_language.-mobile_sidebar .select_language-opener {
  display: block;
  width: 100%;
  color: #fff;
  padding: 20px 20px 20px 50px;
  text-align: left;
  border-top: 1px solid rgba(255,255,255,0.1);
  height: auto;
  text-decoration: none;
}
.select_language.-mobile_sidebar .select_language-opener:lang(th) {
  display: block;
  width: 100%;
  color: #fff;
  padding: 30px 20px 30px 50px;
  text-align: left;
  border-top: 1px solid rgba(255,255,255,0.1);
  height: auto;
  text-decoration: none;
}
.select_language.-mobile_sidebar .select_language-opener:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -3px 0 0;
  display: block;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-color: transparent transparent transparent #fff;
  content: '';
  opacity: 0.3;
}
@media all and (max-width: 990px) {
	.select_language.-mobile_sidebar .select_language-opener:after {
		position: absolute;
		top: 50%;
		right: 16px;
		margin: -3px 0 0;
		display: block;
		border-style: solid;
		border-width: 6px 0 6px 6px;
		border-color: transparent transparent transparent #fff;
		content: '';
		opacity: 1;
	}
}

.select_language.-mobile_sidebar .select_language-opener_icon {
  left: 20px;
}
.select_language.-mobile_sidebar .select_language-list {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  background: none;
  box-shadow: none;
}
.select_language.-mobile_sidebar .select_language-list:before {
  display: none;
}
.select_language.-mobile_sidebar .select_language-list li {
  border: 0;
  padding: 0;
}
.select_language.-mobile_sidebar .select_language-list a {
  border-top: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.3);
  display: block;
  padding: 17px 20px 17px 50px;
}
.select_language.-mobile_sidebar .select_language-list a:hover {
  background: none;
  color:#00aeef;
}
.select_language.-mobile_sidebar.-opened .select_language-opener:after {
  transform: rotate(90deg);
}
.topbar_contacts-item {
  display: inline-block;
  margin: 0 0 0 37px;
  padding: 0 0 0 27px;
  position: relative;
  font-size:18px;
  font-weight:bold;
  color: #fff !important;
}
.topbar_contacts-item span {
  font-size: 20px;
  display: inline-block;
  color:white;
  margin-right:15px;
}
.topbar_contacts-item span > a {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	font-family:'PT Sans';
	margin-left:15px;
	display:inline-block;
	cursor:pointer;
}

.topbar_contacts-item span > a:lang(th) {
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	font-family:"supermarket";
	margin-left:15px;
	display:inline-block;
	cursor:pointer;
}

#mobile_sidebar div ul li a:lang(th) {
	font-family:"supermarket";	
	font-size:1.2em;
}

.topbar_contacts-item span > a:hover { color:#00aeef; }
.topbar_contacts-item:first-child {
  margin: 0;
}
.topbar_contacts.-mobile_sidebar .topbar_contacts-item {
  display: block;
  margin: 0;
  font-size: 15px;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 17px 20px;
}
.topbar_contacts.-mobile_sidebar .topbar_contacts-item [class*=contact_] {
  display: block;
  padding: 0 20px 0 30px;
  position: relative;
}
.topbar_contacts [class*=contact_] a {
  color: inherit;
}
.topbar_contacts [class*=contact_] a:hover {
  text-decoration: underline;
}
.section {
  padding: 100px 0;
  background-size: cover;
  background: #fff;
  position: relative;
}
.section-header {
  margin: 0px;
  position: relative;
  z-index: 1;
  /* padding: 0 20px; */
}

.section-title {
	text-align:center;
	margin-bottom:50px;
	color:#000;
	font-size:46px;
	font-weight:500;
	text-transform:uppercase;
	position:relative;
}

h2.section-title:after {
	left:48%;
        z-index:1;
	width:80px;
        height:5px;
	content:" ";
	bottom:-20px;
	text-align:center;
	position:absolute;
	background:#3498db;
}
.section-title:lang(th),
h2.section-title:lang(th) {
	font-family: "supermarket";
	font-size:50px;
	margin-bottom:20px;
}
h2.section-title:lang(th):after {
	left:47%;
	bottom:-10px;
}
@media (max-width: 768px) {
         h2.section-title:lang(th):after {
	        left:39%;
          }
}


.section-title:lang(th),
h5.section-title:lang(th) {
	font-family: "supermarket";
	font-size:25px;
	margin-bottom:8px;
}


.section-description {
  font-size: 18px;
  line-height:normal;
  color: #333;
  text-align: center;
  margin: 35px 0 0;
}
.-left { text-align:left; }

.section-text .title.-h2 {
  margin: 0 0 35px;
}

.section-footer {
  text-align: center;
  padding: 50px 0 0;
}
.section_divider {
  height: 1px;
  background: #e9e9e9;
  border: 0;
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 auto;
}
.section_divider.-narrow {
  max-width: 1170px;
}
@media (max-width: 992px) {
  .section {
    padding: 50px 0 !important;
  }
  .section-header {
    margin: 0 0 30px;
  }
  .section-title {
    font-size: 40px;
  }
  .section-description {
    font-size: 17px;
    line-height: 24px;
    margin: 20px 0 0;
  }
  .section-description br {
    display: none;
  }
  .section-footer {
    padding-top: 50px;
  }
  .section.-rounded {
    border-radius: 50%/25px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 100px 0 125px !important;
  }
  .section.-rounded + .section {
    margin-top: -25px;
    padding-top: 125px !important;
    padding-bottom: 100px !important;
  }
  .section.-paddingless,
  .section.-paddingless.-rounded {
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .section-title {
    font-size: 30px;
  }

  h2.section-title:after { left:30%; }

  .section-footer .button {
    display: block;
    width: 100%;
  }
}



.footer {
  /*position: relative;*/
  display:block;
  padding:60px 0 50px 0;
  background-color:#093c7e;
}
.footer-inner {
  /*position: relative;*/
  z-index: 1;
}

.footer_main {
  /*position: relative;*/
  width:100%;
}

.footer-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
	margin-bottom:50px ;
	width:100%;
}
@media (max-width:768px) {
	.footer { padding:10px 0 50px 0 !important; }
	.footer-menu { margin:40px 0 0 0 !important; }
}
.footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu ul > li > a {
  	display: block;
  	color: #FFF;
	font-size:17px;
  	padding:5px 0;
	font-weight:normal;
	letter-spacing:0.85px;
	text-transform:capitalize;
}
.footer-menu ul > li > a:hover,
.footer-menu ul > li > a:focus,
.footer-menu ul > li > p > a:hover {
	color:#00aeef;
	cursor:pointer;
}

.footer-menu .footer_title {
  font-size: 20px;
  color: #FFF;
  letter-spacing:0.8px;
  font-weight:bold;
  text-transform:uppercase;
  padding:0 0 15px 0;
}
.footer-menu .footer_title:lang(th) {
  font-family: "supermarket";
  font-size: 22px;
  line-height: 24px;
}
.footer-menu ul > li > a:lang(th) {
  font-family: "supermarket";
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
}
.footer-menu .footer_address {
	display: block;
	margin:40px 0;
}
.footer-menu ul > li > p {
  	display: block;
  	color: #FFF;
	font-size:17px;
	line-height:24px;
	text-transform:capitalize;
}
.footer-menu ul > li > p > a {
	color:#FFF;
	text-transform:none;
}


 /*	 Footer Menu Contact
----------------------------------------	*/
.footer-menu_contact {
	display:block;
  	color: #FFF;
	padding:15px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

.footer-menu_contact a {
	text-transform:uppercase !important;
	font-size:20px !important;
	font-weight:normal !important;
	letter-spacing:0.8px;
}
.footer-menu_contact span {
  float:right;
  font-size: 22px;
  content: "";
  font-family: 'FontAwesome';
  display: inline-block;
  font-variant: normal;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
li.footer-menu_contact a:hover {
	text-decoration:none !important;
}


@media (max-width: 1190px) {
  .footer_main-column {
    /* programmer fix  margin: 50px 0; */
  }
  .footer_main [class*="col-"]:nth-child(1) .footer_main-column,
  .footer_main [class*="col-"]:nth-child(2) .footer_main-column {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .footer_main [class*="col-"]:nth-child(2) .footer_main-column {
    margin: 50px 0;
  }


}
@media (max-width: 320px) {
}
@media (max-width: 768px) {
}

.footer_copyrights {
  	background: #003471;
	padding-bottom:15px;
}
.footer_copyrights-item_copyrights {
  font-size: 15px;
  color: #fff;
  text-align: left;
  line-height:normal;
  margin-top:25px;
}
.-term-policy, a.-term-policy { color:#00aeef; }

.footer_copyrights-item_images {
	text-align:right;
	margin-top:30px;
}

@media (max-width: 769px) {
  .footer_copyrights {
    text-align: center;
  }
  .footer_copyrights-item_copyrights {
    text-align: center;
    margin: 20px 0 0;
    padding: 0;
  }
  .footer_copyrights-item_images { text-align:center; }
}


.contacts {
  position: relative;
}
@media (max-width: 992px) {
  .contacts.-page {
    margin: 10px 0 50px;
  }
  .contacts .col-md-4 .contact_card {
    margin: 20px 0 0;
  }
  .contacts .col-md-4:first-child .contact_card {
    margin-top: 0;
  }
}

.sidebar .block + .block {
  margin-top: 55px;
}

.mega-menu {
  display: none;
  position: absolute;
  padding-right:15px;
  top: 100%;
  background: #fff;
  box-shadow: 0 0 7px rgba(0,0,0,0.15);
  border-top: 1px solid #f2f2f2;
  border-bottom:5px solid #223c78;
}
.mega-menu:before {
  display: block;
  height: 7px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 100%;
  margin: 0 0 1px;
}
.mega_nav {
  position: relative;
}
.mega_nav .container {
  padding: 25px;
  width:auto;
}

.mega-dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mega-dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mega-dropdown-menu ul li {
  display:block;
  width:190px;
  word-wrap:break-word;
}
.mega-dropdown-menu ul > li > a {
  	display: block;
  	color: #666;
	font-size:16px !important;
  	padding:0 0 15px 0 !important;
	font-weight:bold !important;
}
.mega-dropdown-menu ul > li > a:lang(th) {
        font-family: "supermarket";
	font-size:18px !important;
        line-height: 20px;
}

.mega-dropdown-menu ul > li > a:hover,
.mega-dropdown-menu ul > li > a:focus {
	color:#00aeef;
	cursor:pointer;
}
.mega-dropdown-menu .dropdown-header {
  padding:0 0 10px 0;
}

.header_nav.-wide .mega_nav:before {
  display: none;
}
.header_nav .menu .menu-item {
  position: relative;
  text-align: left;
  -moz-text-align-last: left;
  text-align-last: left;
}
.header_nav .menu .menu-item > a {
  color: #262626;
}
.header_nav .menu .menu-item > a:hover {
  color: #262626;
  text-decoration:none;
}
.header_nav .menu .menu-item.-mega,
.header_nav .menu .menu-item.menu-item-has-mega-menu {
  position: static !important;
}
.header_nav .menu .menu-item:hover > .sub-menu {
  display: block;
}
.header_nav .menu .menu-item:hover > .mega-menu {
  display: block;
}
.header_nav .menu > .menu-item {
  display: inline-block;
  padding: 5px 0 5px 0;
  margin: 0 0 0 35px;
  vertical-align: middle;
  cursor: pointer;
}
.header_nav .menu > .menu-item > a {
  font-size: 18px;
  font-weight:bold;
  text-transform:uppercase;
  letter-spacing:0.8px;
  position: relative;
  cursor: pointer;
}
.header_nav .menu > .menu-item > a:lang(th) {
  font-size: 22px;
  font-family: "supermarket";
}

/*programmer fix*/
@media (max-width: 992px)  {
      font-size: 18px;
}
.header_nav .menu > .menu-item > a:hover {
  color: #00aeef;
}
.header_nav .menu > .menu-item > a:before {
  display: none;
  height: 4px;
  content: '';
  position: absolute;
  top: -100%;
  left: -10px;
  right: -10px;
  margin-top: -2px;
  background: #34c1e4;
}

.header_nav .menu > .menu-item:first-child {
  margin: 0;
}

.header_nav .menu > .menu-item.current-menu-item > a,
.header_nav .menu > .menu-item:hover > a {
  color: #319dd7;
}
.header_nav .menu > .menu-item.menu-item-search {
  padding: 0;
}
.header_nav.-wide .header_nav-inner > .menu {
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.header_nav.-wide .header_nav-inner > .menu .header_search {
  margin: 0;
}
.header_nav.-wide .header_nav-inner > .menu > .menu-item {
  display: inline-block;
  margin: 0;
  padding: 25px 10px 19px 10px;
}

@media   (min-width:940px) and (max-width:992px){

    .header_nav .menu > .menu-item > a{
        font-size:14px;
    }

    .contact_mini h5 {
      font-size: 13px;
      font-weight: bold;
    }

    .contact_mini-icon {
        height: 35px;
        background-size: contain;
    }
    .contact_mini span {
      padding: 0px !important;
      text-transform: capitalize;
    }
    .button-search img {
        height:40px;
    }
}

.header_nav.-wide .header_nav-inner > .menu > .menu-item > .sub-menu {
  border-radius: 0 0 3px 3px;
  margin: 0;
}
.header_nav.-wide .header_nav-inner > .menu > .menu-item > .sub-menu:before {
  display: block;
  width: 100%;
  height: 5px;
  background: #fff;
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
}
.header_nav.-wide .header_nav-inner > .menu > .menu-item:first-child {
  margin-left: -10px;
}
.header_nav.-wide .header_nav-inner > .menu > .menu-item.current-menu-item > a {
  color: #319dd7;
}
.header_nav.-wide .header_nav-inner > .menu > .menu-item.current-menu-item > a:before {
  display: block;
}
.header_nav.-wide .header_nav-inner > .menu > .menu-item.menu-item-search {
  padding: 0;
}

.mobile_sidebar {
  display: none;
  background: #223c78;
  color: #fff;
}
.mobile_sidebar-buttons {
  padding: 0 20px 20px 20px;
}
.mobile_sidebar-buttons .button {
  display: block;
  width: 100%;
  margin: 20px 0 0;
}
.mobile_sidebar-closer {
  display: none;
  position: absolute;
  top: -23px;
  right: -20px;
  transform: scale(0.4);
  z-index: 1;
}
.mobile_sidebar-closer.-white .c-hamburger span,
.mobile_sidebar-closer.-white .c-hamburger span:before,
.mobile_sidebar-closer.-white .c-hamburger span:after {
  background: #fff;
}
@media (max-width: 360px) {
  .mobile_sidebar-closer {
    display: block;
  }
}
.mobile_auth {
  color: #fff;
  font-size: 15px;
  padding: 17px 0;
  border: 1px solid #4a4a4a;
  text-transform: uppercase;
  font-weight: 500;
}
.mobile_auth-menu {
  text-align: center;
}
.mobile_auth-menu li {
  display: inline-block;
  padding: 0 12px;
  position: relative;
  margin: 0 0 0 1px;
}
.mobile_auth-menu li:before {
  position: absolute;
  top: 0;
  left: -1px;
  height: 13px;
  width: 1px;
  background: #fff;
  content: '';
  opacity: 0.3;
}
.mobile_auth-menu li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.3;
}
.mobile_auth-menu li a:hover {
  opacity: 1;
}
.mobile_auth-menu li:first-child:before {
  display: none;
}
.mobile_menu .menu .menu-item {
  font-size: 15px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255,255,255,0.1);
  font-weight: bold;
  position: relative;
}
.mobile_menu .menu .menu-item > a {
  display: block;
  color: #fff;
  padding: 17px 20px;
  position: relative;
  text-decoration:none;
}
.mobile_menu .menu .menu-item > a:hover { color:#00aeef; }
.mobile_menu .menu .sub-menu {
  display: none;
}
.mobile_menu .menu .sub-menu .menu-item > a {
  padding-left: 40px;
  color: rgba(255,255,255,0.6);
}
.mobile_menu .menu .sub-menu .sub-menu .menu-item a {
  padding-left: 60px;
}
.mobile_menu .menu .menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  margin: -4px 0 0;
  display: block;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #fff;
  content: '';
  opacity: 1;
}
.mobile_menu .menu .menu-item-has-children a:hover { color:#00aeef; }
.mobile_menu .menu .menu-item-has-children.-active > a:after {
  transform: rotate(90deg);
}
.mobile_menu .menu .menu-item.-active > .sub-menu {
  display: block;
}
.mobile_menu .menu > .menu-item:first-child {
  border-top: 0;
}

.header_contacts {
  float: left;
  text-align: center;
  padding-top: 8px;
}
.header_contacts-item {
  display: inline-block;
  text-align: left;
  margin: 0 0 0 40px;
  vertical-align: middle;
}


.header_contacts-item:first-child {
  margin: 0;
}

/*programmer fix*/
@media (max-width: 992px)  {
   .header_contacts-item:first-child ,.header_contacts-item {
       margin: 0 0 0 20px;
    }
}

.contact_mini {
  position: relative;
  padding: 0 0 0 50px;
}
.contact_mini a { color:#000; }
.contact_mini a:hover { color:#319dd7; text-decoration:underline; }
.contact_mini-icon {
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
}
.contact_mini h5 {
  display: block;
  font-size: 15px;
  font-weight: 600;
}
.contact_mini h5:lang(th) {
  font-family: "supermarket";
  font-size: 18px;
  line-height: 18px;
}

.contact_mini span {
  font-size: 13px;
  color: #969696;
  display: block;
  padding: 0;
  text-transform: capitalize;
}
.contact_mini span:lang(th) {
  font-family: "PT Sans";
  font-size: 13px;
  line-height: 18px;
}

 /*	 Icon
----------------------------------------	*/
.icon-info {
	display:block;
	width:38px; height:38px;
	background:url(../images/content/icons/info_icon.png) center center no-repeat;
	}
.icon-location {
	display:block;
	width:38px; height:38px;
	background:url(../images/content/icons/map-marker_icon.png) center center no-repeat;
	}
.icon-eservice {
	display:block;
	width:38px; height:38px;
	background:url(../images/content/icons/e-service_icon.png) center center no-repeat;
	}
.icon-subscribe {
	display:block;
	width:38px; height:38px;
	background:url(../images/content/icons/subscribe_icon.png) center center no-repeat;
	}

 /*	 Search
----------------------------------------	*/
span.button-search {
	float:right;
	display:block-inline;
	width:140px;
	height:45px;
	}


 /*	 SocialButton
----------------------------------------	*/
.social-button {
  /*position:absolute;*/
  list-style:none;
  display:block;
  float:left;
}
.social-button li a {
	display:inline-block !important;
}

/* Icons */
.social-button a {
  color:#FFF;
  border-radius:4px;
  border:1px solid #FFF;
  text-align:center;
  text-decoration:none;
  font-family: "FontAwesome";
  font-size:18px;
  font-weight:normal;
  position: relative;
  display: inline-block;
  width:38px;
  height:38px;
  line-height: 28px !important;
  margin:0 2px;
  -o-transition:all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
   -webkit-font-smoothing: antialiased;
}

.social-button a:hover {
  border:1px solid #00aeef;
  color:#00aeef;
}

/* pop-up text */
.social-button a span {
  color:#444;
  position:absolute;
  bottom:0;
  left:-25px;
  right:-25px;
  padding:5px !important;
  line-height:normal;
  z-index:1;
  font-size:14px;
  font-family:'PT Sans';
  text-transform: none;
  border-radius:2px;
  background: whitesmoke;
  visibility:hidden;
  -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* pop-up text arrow */
.social-button a span:before {
  content:'';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  position:absolute;
  bottom:-5px;
  left:40px;
}

/* text pops up when icon is in hover state */
.social-button a:hover span {
  bottom:50px;
  visibility:visible;
}

/* font awesome icons */
.social-button a:nth-of-type(1):before {
content:'\f09a';
font-family: "FontAwesome";
}
.social-button a:nth-of-type(3):before {
content:'\f167';
font-family: "FontAwesome";
}
.social-button a:nth-of-type(4):before {
content:'\f179';
font-family: "FontAwesome";
}
.social-button a:nth-of-type(5):before {
content:'\f17b';
font-family: "FontAwesome";
}


 /*	 Back to top
--------------------------------------------------------------------------------	*/
	#back2top {
		position: fixed;
		bottom: 25px;
		right: 25px;
		cursor: pointer;
		display: none;
		z-index:99;
	}
	.btn-back2top {
		width:50px;
		height:50px;
		border-radius:30px;
	}
	.btn-back2top img { display:block; margin:8px auto; }





 /*	 Content
--------------------------------------------------------------------------------	*/
.content {
	padding:0 0 100px 0;
	background:url(../images/design/bg-content.jpg) bottom repeat-x;
}


 /*	 Break Title
--------------------------------------------------------------------------------	*/
.break-title {
	display:block;
	padding:40px 0;
}
.is-lightblue {
	background-color:rgba(49, 157, 215, 0.75);
}
.is-bgbreak-title {
	background-image:url(../images/design/bg-breaktitle.png);
	background-position:left center;
	background-repeat:repeat-x;
}
.-clearpadd { padding-left:0; padding-right:0; }

.yellow-line {
	border-bottom:4px solid #FF0;
}
.yellow-line.container {
	width:32%;
	float:left;
}

.header-text.yellow-line   {
  /*programmer fix size*/
  display: inline-block;
  /*  min-width:32%; */

}
.header-text  {
	color:#FF0;
	font-size:30px;
	font-weight: bold;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:0;
}
.header-text:lang(th)  {
	font-family: "supermarket";
	font-size:36px;
}
@media (max-width: 768px)  {
	.yellow-line.container { width:50%; }
	.header-text  {
              font-size:26px;
              margin: 0 15px;
        }
}


 /*	 Breadcrumb
--------------------------------------------------------------------------------	*/
.block-breadcrumb {
       margin:20px 0 35px 0;
}

#btn-breadcrumb {
	width:100%;
}

.btn-breadcrumb {
	width:100%;
	border: none;
	border-radius: 5px;
	background: #f5f5f5;
}
.btn-breadcrumb .btn {
        padding:6px 12px 6px 24px;
        border: none;
	background: none;
}
.btn-breadcrumb .btn:lang(th),
.btn-breadcrumb .btn:lang(th):last-child {
	font-family: "supermarket";
        padding: 9px 12px 5px 24px;
}
.btn-breadcrumb .btn.active,
.btn-breadcrumb .btn:active {
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,.125);
	box-shadow:inset 0 0 0 rgba(0,0,0,.125);
}

.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #F5F5F5;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid #F5F5F5;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

.btn-breadcrumb a span.fa {
	line-height: 20px;
	font-size: 14px;
}
.btn-breadcrumb a span.fa:lang(th) {
	line-height: 17px;
	font-size: 20px;
}
.btn-breadcrumb .btn:first-child {
	padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding:6px 18px 6px 24px;
	color:#124c97;
	font-weight: bold;
}

.btn-breadcrumb .btn:last-child:hover,
.btn-breadcrumb .btn:last-child:active {
	border-left:0;
  	outline: none;
	background-color: transparent !important;
	background-image:none;
	outline:0;
	cursor:not-allowed;
}

.btn-breadcrumb .btn.btn-default:hover {
	color:#124c97;
	background: #e6e6e6;
	border-left: 1px solid #f5f5f5;
}

.btn-breadcrumb .btn.btn-default:after { border-left: 10px solid #f5f5f5; }

.btn-breadcrumb .btn.btn-default:hover:after { border-left: 10px solid #e6e6e6; }

.btn-breadcrumb .btn.btn-default:before {
	border-left: 10px solid #adadad;
}

.btn-breadcrumb .btn:lang(th):first-child {
	padding:9px 6px 6px 10px !important;
}
.btn-breadcrumb .btn:lang(th):last-child {
	padding:9px 6px 6px 24px !important;
}



/* The responsive part */

.btn-breadcrumb > * > div {
    /* With less: .text-overflow(); */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-breadcrumb > *:nth-child(n+2) {
  display:none;
}

/* === For phones =================================== */
@media (max-width: 768px) {
    .btn-breadcrumb > *:nth-last-child(-n+2) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 60px;
    }
    .btn-whitesmoke { margin: 5px 5px 0 0 !important; }
    .block-breadcrumb { margin: 20px 15px 35px 15px; }
}

/* === For tablets ================================== */
@media (min-width: 769px) and (max-width:992px) {
    .btn-breadcrumb > *:nth-last-child(-n+4) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 100px;
    }
}

/* === For desktops ================================== */
@media (min-width: 993px) {
    .btn-breadcrumb > *:nth-last-child(-n+6) {
        display:block;
    }
    .btn-breadcrumb > * div {
        max-width: 170px;
    }
}





 /*	 Left side Menu
--------------------------------------------------------------------------------	*/
.-block {
	display:block;
	margin:0 auto; 
}
.nav-pills > li > a { 
	border-bottom:1px solid #ccc;
	font-size:18px;
	color:#333;
	text-transform: capitalize;
}
.nav-pills > li:first-child {
	border-top:1px solid #ccc;
}
.nav-pills > li > a:hover,
.nav-pills > li > a.active { 
	color:#00aeef;
	font-weight:bold;
        background:none;
}
.nav-pills > li > a:focus { background:none; }

.block-filter, .btn-share {
	display:block;
	margin-top:50px;
	padding-bottom:30px;
	border-bottom:1px dashed #ccc;
}
@media screen and (max-width: 768px) {
	.block-filter, .btn-share { margin-top:30px; padding-bottom:0; }
	.btn-share { border-bottom:none; }
	.-block { margin:0 15px; width:91.5%; }
}
@media screen and (max-width: 992px) {
	.btn-share { border-bottom:none; }
}

.block-filter { border:none; }
.btn-select {
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 0;
}

.btn-select .btn-select-value {
    padding: 5px 12px;
    display: block;
    position: absolute;
    left: 0;
    right: 34px;
	font-size:16px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
}

.btn-select .btn-select-arrow {
    float: right;
    line-height: 20px;
    padding: 7px 2px !important;
    top: 0;
}

.btn-select ul {
    display: none;
    background-color: white;
    color:#333;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: none !important;
    position: absolute;
    left: -1px;
    right: -1px;
    top: 33px;
    z-index: 999;
}

.btn-select ul li {
    padding: 5px 12px;
    text-align: left;
	font-size:16px;
}

.btn-select ul li:hover {
	font-weight:bold;
	color:#00aeef;
}

.btn-select ul li.selected {
    color: #333;
	background-color:#00aeef;
}
.btn-select.btn-primary:hover, .btn-select.btn-primary:active, .btn-select.btn-primary.active {
    border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
    background-color: #2e6da4;
    color: white;
}

.btn-select.btn-primary ul {
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
    background-color: #428bca;
    border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover, .btn-select.btn-primary.active {
    background-color: #286090;
}

.btn-select.btn-select-light .btn-select-value {
    background-color: white;
    color: #333;
}

.btn-share h4, .block-filter h4 { font-weight:bold; font-size:18px; color:#124c97; display:block; margin-bottom:8px; float:leftl }


 /*	 Share button counters
--------------------------------------------------------------------------------	*/
.likely,
.likely__widget {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	padding:0;
	text-indent:0 !important;
	list-style:none !important;
	font-weight:400;
	font-family:"PT Sans";
}

.likely { display:inline-block; }

.likely__widget {
	margin:0;
	font-size:inherit;
}

.likely {
	opacity:0;
	font-size:0 !important;
}

.likely_visible {
	opacity:1;
	transition:opacity .1s ease-in;
}

.likely > * {
	display:inline-block;
	visibility:hidden;
}

.likely_visible > * { visibility:inherit; }

.likely__widget {
	position:relative;
	white-space:nowrap;
}

.likely__button,
.likely__widget {
	display:inline-block;
}

.likely__button,
.likely__counter {
	text-decoration:none;
	text-rendering:optimizeLegibility;
	margin:0;
	outline:0;
}

.likely__button {
	position:relative;
	user-select:none;
}

.likely__counter {
	display:none;
	position:relative;
	font-weight:400;
	border-left:1px solid #ddd;
}

.likely_ready .likely__counter { display:inline-block; }

.likely_ready .likely__counter_empty { display:none; }

.likely__button,
.likely__counter,
.likely__icon,
.likely__widget {
	vertical-align:top;
}

.likely__widget {
	transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out;
}

.likely__widget:active,
.likely__widget:focus,
.likely__widget:hover {
	transition:none;
	cursor:pointer;
}
@media (hover:none) {
	.likely__widget:active,
	.likely__widget:focus,
	.likely__widget:hover {
		transition:background .33s ease-out,color .33s ease-out,fill .33s ease-out;
		cursor:unset;
	}
}

.likely__icon {
	position:relative;
	text-align:left;
	display:inline-block;
}

.likely svg {
	position:absolute;
	left:3px;
	top:3px;
	width:16px;
	height:16px;
}

.likely__button,
.likely__counter {
	line-height:inherit;
	cursor:inherit;
}

.likely__button:empty { display:none; }

.likely__counter { text-align:center; }

.likely .likely__widget {
	color:#000;
	background:rgba(231,231,231,.8);
}

.likely .likely__counter {
	background-size:1px 1px;
	background-repeat:repeat-y;
	background-image:linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,0) .5px,rgba(0,0,0,0) 100%);
}

.likely-light .likely__widget {
	color:#fff;
	fill:#fff;
	background:rgba(236,236,236,.16);
	text-shadow:rgba(0,0,0,.2) 0 0 .33em;
}

.likely-light .likely__counter {
	background-image:linear-gradient(to right,rgba(255,255,255,.4) 0,rgba(255,255,255,0) .5px,rgba(255,255,255,0) 100%);
}


 /*	 Facebook
--------------------------------------------------------------------------------	*/
.likely__widget_facebook { fill:#425497; }

.likely__widget_facebook:active,
.likely__widget_facebook:focus,
.likely__widget_facebook:hover {
	background:rgba(207,212,229,.8);
}
@media (hover:none) {
	.likely__widget_facebook:active,
	.likely__widget_facebook:focus,
	.likely__widget_facebook:hover {
		background:rgba(231,231,231,.8);
	}
}

.likely-light .likely__widget_facebook:active,
.likely-light .likely__widget_facebook:focus,
.likely-light .likely__widget_facebook:hover {
	text-shadow:#425497 0 0 .25em;
	background:rgba(66,84,151,.7);
}
@media (hover:none) {
	.likely-light .likely__widget_facebook:active,
	.likely-light .likely__widget_facebook:focus,
	.likely-light .likely__widget_facebook:hover {
		text-shadow:rgba(0,0,0,.2) 0 0 .33em;
		background:rgba(236,236,236,.16);
	}
}


 /*	 Google plus
--------------------------------------------------------------------------------	*/
.likely__widget_gplus { fill:#dd4241; }

.likely__widget_gplus:active,
.likely__widget_gplus:focus,
.likely__widget_gplus:hover {
	background:rgba(246,207,207,.8);
}
@media (hover:none) {
	.likely__widget_gplus:active,
	.likely__widget_gplus:focus,
	.likely__widget_gplus:hover {
		background:rgba(231,231,231,.8);
	}
}

.likely-light .likely__widget_gplus:active,
.likely-light .likely__widget_gplus:focus,
.likely-light .likely__widget_gplus:hover {
	text-shadow:#dd4241 0 0 .25em;
	background:rgba(221,66,65,.7);
}
@media (hover:none) {
	.likely-light .likely__widget_gplus:active,
	.likely-light .likely__widget_gplus:focus,
	.likely-light .likely__widget_gplus:hover {
		text-shadow:rgba(0,0,0,.2) 0 0 .33em;
		background:rgba(236,236,236,.16);
	}
}


 /*	 Twitter
--------------------------------------------------------------------------------	*/
.likely__widget_twitter { fill:#00b7ec; }

.likely__widget_twitter:active,
.likely__widget_twitter:focus,
.likely__widget_twitter:hover {
	background:rgba(191,237,250,.8);
}
@media (hover:none) {
	.likely__widget_twitter:active,
	.likely__widget_twitter:focus,
	.likely__widget_twitter:hover {
		background:rgba(231,231,231,.8);
	}
}

.likely-light .likely__widget_twitter:active,
.likely-light .likely__widget_twitter:focus,
.likely-light .likely__widget_twitter:hover {
	text-shadow:#00b7ec 0 0 .25em;
	background:rgba(0,183,236,.7);
}
@media (hover:none) {
	.likely-light .likely__widget_twitter:active,
	.likely-light .likely__widget_twitter:focus,
	.likely-light .likely__widget_twitter:hover {
		text-shadow:rgba(0,0,0,.2) 0 0 .33em;
		background:rgba(236,236,236,.16);
	}
}


.likely { margin:0 -5px -10px; }

.likely .likely__widget {
	line-height:20px;
	font-size:15px;
	border-radius:3px;
	height:22px;
	margin:0 5px 10px;
	padding-left:2px;
	padding-right:2px;
}

.likely .likely__icon {
	width:22px;
	height:22px;
	margin-right:2px;
}

.likely .likely__button { padding:1px 4px 1px 0; }

.likely .likely__counter {
	padding:1px 5px;
	margin-left:2px;
}


 /*	 Line it !!
--------------------------------------------------------------------------------	*/
.line-it-button {
		display:inline-block;
		height:22px !important;
		padding:1px 2px;
		margin-left:5px;
		background:#00b900;
		border-radius:3px;
}
.line-it-button:hover,
.line-it-button:focus {
	background:#128f0c;
}


 /*	 Top text
--------------------------------------------------------------------------------	*/
span.top-txt {
	display:block;
	width:100%;
	font-size:16px;
	line-height:18px;
	color:#333;
	text-indent:20px;
	margin:25px 0;
	word-wrap:break-word;
}
.no-margin-bottom { margin-bottom:0 !important; }
.no-margin-top { margin-top:0 !important; }

span.top-txt:lang(th) {
	font-size:18px;
	font-family: "supermarket";
}

@media (max-width: 768px) {
	span.top-txt { margin-top:20px; }
}


 /*	 List news
--------------------------------------------------------------------------------	*/
 span.topiclist {
	background:url(../images/content/icons/topiclist_icon.png) top left no-repeat;
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#124c97;
	line-height:29px;
	padding:0 0 10px 35px;
	border-bottom:3px solid #124c97;
}

 span.topiclist:lang(th) {
	font-size:24px;
	font-family: "supermarket";
}

 span.topiclist_notfly {
	display:block;
        background:url(../images/content/icons/topiclist_icon.png) top left no-repeat;
	font-size:20px;
	font-weight:bold;
	color:#124c97;
	line-height:29px;
	padding:0 0 10px 35px;
	border-bottom:3px solid #124c97;
        margin-bottom: 30px;
}

span.topiclist_notfly:lang(th) {
	font-size:24px;
	font-family: "supermarket";
}

@media screen and (max-width: 769px) {
	span.topiclist {
		margin-top:40px;
	}

}





 /*	 Filter years
--------------------------------------------------------------------------------	*/
span.filter-years {
	display:block;
	float:left;
	margin:25px 0 15px 0;
	max-width:100%;
	min-width:140px;
	padding:10px 50px 5px 20px;
	color:black;
	font-weight:bold;
	font-size:18px;
	border:none;
	background: rgba(243,236,27,1);
	background: -moz-linear-gradient(left, rgba(243,236,27,1) 0%, rgba(243,236,26,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,236,27,1)), color-stop(100%, rgba(243,236,26,0)));
	background: -webkit-linear-gradient(left, rgba(243,236,27,1) 0%, rgba(243,236,26,0) 100%);
	background: -o-linear-gradient(left, rgba(243,236,27,1) 0%, rgba(243,236,26,0) 100%);
	background: -ms-linear-gradient(left, rgba(243,236,27,1) 0%, rgba(243,236,26,0) 100%);
	background: linear-gradient(to right, rgba(243,236,27,1) 0%, rgba(243,236,26,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ec1b', endColorstr='#f3ec1a', GradientType=1 );
}

@media screen and (max-width: 768px) {
	.filter-years { margin-top:0; margin-bottom:10px; }
}



/**programmer fix for old static page */
  ul.cat_link  li {
            display:inline-block;
            width: 15%;
            vertical-align: top;
        }
.grayframe {
     margin-bottom:20px;
}


.article  .section {
     padding:0px 0  20px  !important;
}

.article .section p,
.article p,
.article li,
.article {
     padding: 0 0 5px 0;
     font-size: 16px;
}

/* .article  span :not(.topiclist_notfly) {
   font-size: 16px;
} */
.article   p { text-indent:20px; }
 .article   ul   ,  .article   ol   {
    list-style : auto;
    margin-top: 30px;
}
 .article   ul  li ,  .article   ol   li {
    margin: 10px  30px;
    padding:auto;

}

.side-menu-group  li {
    margin-bottom: 7px;
}

.side-menu-group  span,
ul.side-menu-group  li {
   font-size: 18px;
   font-weight: bold;
   color: #333;
   margin-bottom: 0;
}

.side-menu-group  li a {
   font-size: 17px;
   color: #333;
}
.side-menu-group  li a:hover,
.side-menu-group  li a:focus {
   color: #00aeef;
   text-decoration: none;
}
.side-menu-group:lang(th) {
   font-family: "supermarket";
   line-height: 19px;
}

@media screen and (min-width: 960px) {
	.mega_nav .container {
            padding: 25px;
            width: 450px !important;
          }
}


.btn-function {
	width:27px;
	height:24px;
	border:none;
	display:block;
	padding:0 !important;
}
.btn-whitesmoke {
	background:#F5F5F5;
	margin: 0 0 0 5px !important;
	padding:6px 12px !important;
}
.btn-whitesmoke:lang(th) {
	padding:7px 12px !important;
}
.btn.btn-whitesmoke:hover { background:#eaeaea; }

button.search_button {
                    padding: 7px 4px 7px 9px !important;
                }


.table-responsive:lang(th),
.table-responsive tr:lang(th),
.table-responsive span:lang(th),
.table-responsive p:lang(th),
strong:lang(th),
.article .section p:lang(th),
.article p:lang(th),
.article li:lang(th),
.article:lang(th),
h4.filter_h4:lang(th),
a.filter_select_box:lang(th) {
   font-family: "supermarket";
   font-size: 18px;
}


.opp-title {
	font-size: 22px;
	line-height: 24px;
	color: #124c97;
	font-weight: 600;
	width: 100%;
}
.headtag, .opp-title {
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	display: block;
	float: left;
}

.headtag, .opp-title:lang(en) {
	margin-bottom: 15px;
	margin-top: 15px;
	text-transform: uppercase;
	display: block;
	float: left;
	font-family: "PT Sans";
}

@media all and (max-width: 990px) {
	.modal-backdrop {
		position: relative !important;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1040;
		background-color: #000;
	}
	
	#_sidebar { display: none; }
		
	span.label_wechat { display: none; }
	
}

.showCursorClick { cursor: pointer; }


#line_logo {
    position: fixed;
    right: 25px;
    cursor: pointer;
    z-index: 999;
    bottom: 100px;
}
