body {
	width: 100%;
	height: 100%;
	font-family: 'Kanit', sans-serif;
	font-weight: 300;
	color: #666;
	background-color: #fff;
}
html {
	width: 100%;
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-family: 'Kanit', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}
p {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.6em;
}
p.lead {
	font-weight: 600;
}
a {
	color: #28c3ab;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a:hover, a:focus {
	text-decoration: none;
	color: #176e61;
}
.light {
	font-weight: 400;
}
.navbar-fixed-bottom, .navbar-fixed-top {
	z-index: 1031;
}
.navbar {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.navbar-brand {
	height: 50px;
	padding: 10px;
}
.navbar-brand img {
	height: 100%;
}
.navbar-brand:focus {
	outline: 0;
}
.nav.navbar-nav {
	background-color: rgba(255,255,255,.4);
}
.navbar-custom.top-nav-collapse .nav.navbar-nav {
	background-color: rgba(0,0,0,0);
}
.navbar-custom .navbar-brand img.imgmenutop {
	display: block;
}
.navbar-custom .navbar-brand img.imgmenuscroll {
	display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand img.imgmenutop {
	display: none;
}
.navbar-custom.top-nav-collapse .navbar-brand img.imgmenuscroll {
	display: block;
}
.navbar-custom ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
	color: #444;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #fff;
}
.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
}
.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}
.navbar-custom ul.nav ul.dropdown-menu li:last-child {
	border-bottom: none;
}
.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
	font-size: 12px;
}
.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}
.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}
.navbar-custom .nav li a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	outline: 0;
	background-color: rgba(255,255,255,0.7);
}

.top-nav-collapse.navbar-custom .nav li.active{
	background-color: rgba(255,255,255,0.2);
}

.navbar-toggle {
	padding: 4px 6px;
	font-size: 14px;
	color: #fff;
}
.navbar-toggle:focus, .navbar-toggle:active {
	outline: 0;
}
/*nav mobile size*/

.navbar-nav .open .dropdown-menu {
	background-color: rgba(255,255,255,0.7);
}

@media(max-width:991px) {
.mobileSize {
	display: block;
}
.desktopSize {
	display: none;
}
.mobileSize ul.nav.navbar-nav li > a {
	color: rgba(0,0,0,0.8);
}
.mobileSize ul.nav.navbar-nav li > ul.dropdown-menu {
	width: 100%;
}
.navbar-fixed-top .navbar-collapse {
	height: calc(100vh - 50px);
	max-height: none;
}
.top-nav-collapse .nav.mobileSize li > a:hover {
	background-color: rgba(255,255,255,0.2);
}
.top-nav-collapse .nav.mobileSize li.active {
	background-color: rgba(255,255,255,0.2);
}
.top-nav-collapse .nav.mobileSize li.dropdown.open > a {
	background-color: rgba(255,255,255,0.2);
}
.top-nav-collapse .navbar-nav .open .dropdown-menu {
	background-color: rgba(255,255,255,0.1);
}
.top-nav-collapse .navbar-nav .open .dropdown-menu > li > a {
	color: rgba(255,255,255,0.8) !important;
}
.top-nav-collapse .navbar-nav .open .dropdown-menu > li > a:hover {
	background-color: rgba(255,255,255,0.2);
}
.navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus, .navbar-custom .nav li.active {
	background-color: rgba(255,255,255,0.9);
}
	.navbar-custom ul.nav li a {
	font-size: 14px;
}
	
}

@media(min-width:991px) {
.mobileSize {
	display: none;
}
.desktopSize {
	display: block;
}
}
/* ================================= loader */
#preloader {
	background: #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}
#loaderInner {
	background: #ffffff url(../images/spinner.gif) center center no-repeat;
	height: 60px;
	left: 50%;
	margin: -50px 0 0 -50px;
	position: absolute;
	top: 50%;
	width: 60px;
}
 @keyframes boxSpin {
 0% {
 transform: translate(-10px, 0px);
}
 25% {
 transform: translate(10px, 10px);
}
 50% {
 transform: translate(10px, -10px);
}
 75% {
 transform: translate(-10px, -10px);
}
 100% {
 transform: translate(-10px, 10px);
}
}
 @keyframes shadowSpin {
 0% {
 box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
}
 25% {
 box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
}
 50% {
 box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
}
 75% {
 box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
}
 100% {
 box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
}
}
#load {
	z-index: 9999;
	background-color: #FF4136;
	opacity: 0.75;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin: -5px auto 0 auto;
	left: 0;
	right: 0;
	border-radius: 0px;
	border: 5px solid #FF4136;
	box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
	animation: shadowSpin 1s ease-in-out infinite;
}
/* misc */
hr {
	margin-top: 10px;
}
/* margins */
.marginbot-0 {
	margin-bottom: 0 !important;
}
.marginbot-10 {
	margin-bottom: 10px !important;
}
.marginbot-20 {
	margin-bottom: 20px !important;
}
.marginbot-30 {
	margin-bottom: 30px !important;
}
.marginbot-40 {
	margin-bottom: 40px !important;
}
.marginbot-50 {
	margin-bottom: 50px !important;
}
/* ===========================
--- General sections
============================ */

.home-section {
	padding-top: 60px;
	padding-bottom: 60px;
	display: block;
	position: relative;
	z-index: 120;
	min-height: calc(100vh - 545px);
}
.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}
/* --- section bg var --- */

.bg-white {
	background: #fff;
}
.bg-gray {
	background: #f8f8f8;
}
.bg-dark {
	background: #575757;
}
/* --- section color var --- */

.text-light {
	color: #fff;
}
/* ===========================
--- Intro
============================ */

.intro {
	width: 100%;
	position: relative;
	background: url(../images/bg1.jpg) no-repeat top center;
	background-size: cover;
	height: auto;
}
#intro.intro {
	padding: 20% 0 0 0;
}
.intro .slogan {
	text-align: center;
}
.intro .page-scroll {
	text-align: center;
}
.brand-heading {
	font-size: 40px;
}
.intro-text {
	font-size: 18px;
}
.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: 'Kanit', sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}
.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}
/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}
.boxed-white {
	background: rgba(255,255,255,0.7);
	padding: 20px;
}
.team h5 {
	margin-bottom: 10px;
}
.team p.subtitle {
	margin-bottom: 10px;
}
.avatar {
	margin-bottom: 20px;
}
.team-social {
	margin-left: 0;
	padding-left: 0;
}
.team-social {
	text-align: center;
}
.team-social li {
	display: inline-block;
	margin: 0 !important;
	padding: 0;
}
.team-social a {
	margin: 0;
	padding: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3bbec0;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.team-social a i {
	text-align: center;
	margin: 0;
	padding: 0;
}
.team-social .social-facebook a {
	background: #3873ae;
}
.team-social .social-twitter a {
	background: #62c6f8;
}
.team-social .social-dribble a {
	background: #d74980;
}
.team-social .social-deviantart a {
	background: #8da356;
}
.team-social .social-google a {
	background: #000;
}
.team-social .social-vimeo a {
	background: #51a6d3;
}
.team-social .social-facebook a:hover {
	background: #4893ce;
}
.team-social .social-twitter a:hover {
	background: #82e6ff;
}
.team-social .social-dribble a:hover {
	background: #f769a0;
}
.team-social .social-deviantart a:hover {
	background: #adc376;
}
.team-social .social-google a:hover {
	background: #333;
}
.team-social .social-vimeo a:hover {
	background: #71c6f3;
}
/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}
/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input, form#contact-form select, form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow: none;
}
form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
	background-color: #fefefe;
	border: 1px solid #eee;
	border-radius: 0;
}
.widget-contact {
	text-align: left;
}
.validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#sendmessage {
	color: green;
	border: 1px solid green;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#sendmessage.show, #errormessage.show, .show {
	display: block;
}
.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}
.company-social {
	text-align: left;
}
.company-social li {
	display: inline-block;
	margin: 0 !important;
	padding: 0;
}
.company-social a {
	margin: 0;
	padding: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #3bbec0;
	color: #fff;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.company-social a i {
	text-align: center;
	margin: 0;
	padding: 0;
}
.company-social .social-facebook a {
	background: #3873ae;
}
.company-social .social-twitter a {
	background: #62c6f8;
}
.company-social .social-dribble a {
	background: #d74980;
}
.company-social .social-deviantart a {
	background: #8da356;
}
.company-social .social-google a {
	background: #000;
}
.company-social .social-vimeo a {
	background: #51a6d3;
}
.company-social .social-facebook a:hover {
	background: #4893ce;
}
.company-social .social-twitter a:hover {
	background: #82e6ff;
}
.company-social .social-dribble a:hover {
	background: #f769a0;
}
.company-social .social-deviantart a:hover {
	background: #adc376;
}
.company-social .social-google a:hover {
	background: #333;
}
.company-social .social-vimeo a:hover {
	background: #71c6f3;
}
/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 50px 0;
}
footer p {
	color: #f8f8f8;
}
.credits, .credits a {
	color: #fff;
}
/* ==========================
Parallax
============================= */

#parallax1 {
	background-image: url(../images/parallax/1.jpg);
}
#parallax1:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}
#parallax2 {
	background-image: url(../images/parallax/2.jpg);
}
#parallax2:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}
/* ===========================
--- Elements
============================ */

.btn {
	text-transform: uppercase;
	font-family: 'Kanit', sans-serif;
	font-weight: 400;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.btn-circle.btn-dark {
	border: 2px solid #666;
	color: #666;
}
.btn-circle:hover, .btn-circle:focus {
	outline: 0;
	color: #fff;
	background: rgba(255,255,255,.1);
}
.btn-circle.btn-dark :hover, .btn-circle.btn-dark :focus {
	outline: 0;
	color: #999;
	background: #fff;
}
.btn-circle.btn-dark :hover i, .btn-circle.btn-dark :focus i {
	color: #999;
}
.page-scroll .btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}
.page-scroll .btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}
 @-webkit-keyframes pulse {
 0 {
 -webkit-transform: scale(1);
 transform: scale(1);
}
 50% {
 -webkit-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @-moz-keyframes pulse {
 0 {
 -moz-transform: scale(1);
 transform: scale(1);
}
 50% {
 -moz-transform: scale(1.2);
 transform: scale(1.2);
}
 100% {
 -moz-transform: scale(1);
 transform: scale(1);
}
}
#text {
	color: #fff;
	background: #ffcc00;
}
#map {
	height: 500px;
}
.btn-skin:hover, .btn-skin:focus, .btn-skin:active, .btn-skin.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.btn-default:hover, .btn-default:focus {
	border: 1px solid #ACACAC;
	outline: 0;
	color: #000;
	background-color: #CECECE;
}
.btn-huge {
	padding: 25px;
	font-size: 26px;
}
.banner-social-buttons {
	margin-top: 0;
}

/* Media queries */

@media(min-width:991px) {
.navbar {
	padding: 20px 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	/*background:#fff;*/
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}
.navbar.homenav {
	background: 0 0;
}
.top-nav-collapse {
	padding: 0;
	background-color: #000;
}
.navbar-custom.top-nav-collapse {
	border-bottom: 1px solid rgba(255,255,255,.3);
}
.intro {
	height: 100%;
	padding: 0;
}
.brand-heading {
	font-size: 100px;
}
.intro-text {
	font-size: 25px;
}
}

@media (max-width:992px) {
.team.boxed-grey {
	margin-bottom: 30px;
}
.boxed-grey {
	margin-bottom: 30px;
}
}

@media (max-width:480px) {
.navbar-custom .nav.navbar-nav {
	background-color: rgba(255,255,255,.7);
}
.navbar.navbar-custom.navbar-fixed-top {
	margin-bottom: 30px;
}
.tp-banner-container {
	padding-top: 40px;
}
.page-scroll a.btn-circle {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	padding: 7px 0;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 20px;
}
}
/*============================ Hover Effect ====*/

.grid {
	position: relative;
	clear: both;
	list-style: none;
	text-align: center;
	float: left;
	padding: 0px 5px;
	width: 100%;
}
/* Common style */
.grid figure {
	margin-top: 15px;
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	height: 200px;
}
.grid figure img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	opacity: 0.8;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.grid figure h2 {
	font-weight: normal;
	word-spacing: -0.15em;
	text-align: left;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
	color: rgba(255, 255, 255, 1);
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	color: #000;
}
.grid figure p i.fa {
	font-size: 20px;
	display: block;
}
figure.effect-apollo {
	background: none;
}
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}
figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #000;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.effect-apollo:hover h2 {
	opacity: 0.4;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/* ========================================== END Hover Effect*/


.languageSwitch {
	position: fixed;
	right: 0;
	top: 90px;
	width: 34px;
	height: 140px;
	border-radius: 15px 0px 0px 15px;
	background: rgba(255, 255, 255, 0.4);
	color: #fff;
	z-index: 1030;
	display: table;
	vertical-align: middle;
	text-align: center;
}
.languageSwitch > .languagebtn {
	display: table-cell;
	vertical-align: middle;
	clear: both;
}
.languageSwitch > .languagebtn > a >img {
	margin: 5px 0px;
	width: 25px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	opacity: 0.5
}
.languageSwitch > .languagebtn > a:hover >img {
	opacity: 0.7
}

.languageSwitch > .languagebtn > a.active > img{
	opacity: 1;
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,0.6);
    border-radius: 50%;
}


form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
	border-color: rgba(142, 91, 48, 0.6);
}
.stockPriceArea {
	padding: 30px 15px;
	color: rgba(0, 0, 0, 0.49);
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 20px;
	box-shadow: inset 0px 0px 10px 3px rgba(0, 0, 0, 0.37);
	border: 5px solid rgba(132, 100, 58, 0.8);
	background-image: url(../images/fiximage/bgpattern.jpg);
}
.stockPriceArea > p {
	margin: 0px;
	font-size: 20px;
}
.stockPriceArea > h1 {
	font-size: 35px;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
	color: #D5AD6D; /*if no support for background-clip*/
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.stockPriceArea2 > h1 {
	font-size: 27px;
	padding: 0px;
	margin: 0px;
	line-height: 1em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.14);
	color: #D5AD6D; /*if no support for background-clip*/
	background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(top, rgba(213,173,109,1) 0%, rgba(213,173,109,1) 26%, rgba(226,186,120,1) 35%, rgba(163,126,67,1) 45%, rgba(145,112,59,1) 61%, rgba(213,173,109,1) 100%);
	background: -o-linear-gradient(transparent, transparent);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.newsList .media {
	cursor: pointer;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}
.newsList .media:hover {
	opacity: 0.8
}
.newsList .media > .media-left {
	font-size: 30px;
	line-height: 1em;
	text-align: center;
	padding: 10px;
}
.newsList .media > .media-left >span.media-object {
	width: 200px;
	color: #fff;
}
.newsList.longDate .media > .media-left >span.media-object {
	width: 200px;
}
.newsList .media > .media-body {
	display: table-cell;
	vertical-align: top;
	font-size: 18px;
	padding: 7px 15px;
	background-color: rgba(0, 0, 0, 0.09)
}
.newsList .media > .media-body > .media-heading {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 25px
}
.newsList .media > .media-right {
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	padding: 10px;
	font-size: 30px;
	color: rgba(0, 0, 0, 0.68);
	min-width: 60px;
}
.newsList .media.nohave_icon {
	opacity: 0.6;
	cursor: not-allowed;
}
.newsList .media.nohave_icon:hover {
	opacity: 0.6;
}

@media(max-width:768px) {
.newsList .media > .media-left, .newsList .media > .media-right {
	display: block;
}
}
iframe.myPDF {
	width: 100%;
	height: calc(100vh - 230px);
}
section.contentPage {
	background-image: url(../images/lhhotel/fixImages/headcontent.png);
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 30px;
}
.headlinePage {
	text-align: center;
	font-size: 40px;
	padding-bottom: 30px;
}
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.chart-container {
	width: 100%;
}
canvas.chartjs-render-monitor {
	margin-top: -50px;
}
/*===== TIMELINE ======= */

header:after, #timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
	content: '';
	display: block;
	width: 100%;
	clear: both
}
#timeline {
	width: 90%;
	margin: 30px auto;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease
}
#timeline:before {
	content: "";
	width: 3px;
	height: 100%;
	background: rgba(179,139,37,1);
	background: -moz-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,139,37,1)), color-stop(51%, rgba(241,204,92,1)), color-stop(100%, rgba(179,139,37,1)));
	background: -webkit-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: -o-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: linear-gradient(to bottom, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b38b25', endColorstr='#b38b25', GradientType=0 );
	left: 50%;
	top: 0;
	position: absolute
}
#timeline:after {
	content: "";
	clear: both;
	display: table;
	width: 100%
}
#timeline .timeline-item {
	margin-bottom: 50px;
	position: relative
}
#timeline .timeline-item .timeline-icon {
	background: rgba(179,139,37,1);
	background: -moz-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,139,37,1)), color-stop(51%, rgba(241,204,92,1)), color-stop(100%, rgba(179,139,37,1)));
	background: -webkit-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: -o-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: linear-gradient(to bottom, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b38b25', endColorstr='#b38b25', GradientType=0 );
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 50%;
	overflow: hidden;
	margin-left: -23px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
#timeline .timeline-item .timeline-icon i.fa {
	font-size: 30px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.19);
}
#timeline .timeline-item .timeline-content {
	width: 45%;
	background-image: url(../images/fiximage/bgpattern.jpg);
	padding: 21px 20px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
	-ms-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.31);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease
}
#timeline .timeline-item .timeline-content h2 {
	padding: 5px 15px;
	background: rgba(179,139,37,1);
	background: -moz-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,139,37,1)), color-stop(51%, rgba(241,204,92,1)), color-stop(100%, rgba(179,139,37,1)));
	background: -webkit-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: -o-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: -ms-linear-gradient(top, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
	background: linear-gradient(to bottom, rgba(179,139,37,1) 0%, rgba(241,204,92,1) 51%, rgba(179,139,37,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b38b25', endColorstr='#b38b25', GradientType=0 );
	color: rgba(0, 0, 0, 0.56);
	margin: -22px -20px 0 -20px;
	font-weight: 300;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	font-size: 27px
}
#timeline .timeline-item .timeline-content p {
	padding: 15px;
	margin: 0px;
}
#timeline .timeline-item .timeline-content:before {
	content: '';
	position: absolute;
	left: 45%;
	top: 15px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid rgba(179,139,37,1);
}
#timeline .timeline-item .timeline-content.right {
	float: right
}
#timeline .timeline-item .timeline-content.right:before {
	content: '';
	right: 45%;
	left: inherit;
	border-left: 0;
	border-right: 7px solid rgba(179,139,37,1);
}
#timeline .timeline-item .timeline-content.center {
	margin: auto;
	padding: 0px;
	box-shadow: none;
	background: none;
	text-align: center;
	width: 20%;
}
#timeline .timeline-item .timeline-content.center h2 {
	background: none;
	background-color: #4e4e4e;
	width: auto;
	color: rgba(255, 255, 255, 0.82);
	border-radius: 5px;
}
#timeline .timeline-item .timeline-content.center:before {
	content: none;
}

@media screen and (max-width: 768px) {
#timeline {
	margin: 30px;
	padding: 0
}
#timeline:before {
	left: 0
}
#timeline .timeline-item .timeline-content {
	width: 90%;
	float: right
}
#timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
	left: 10%;
	margin-left: -6px;
	border-left: 0;
	border-right: 7px solid rgba(179,139,37,1);
}
#timeline .timeline-item .timeline-content.center {
	box-shadow: none;
	background: none;
	text-align: center;
	width: 50%;
	float: left;
	border-radius: 0px;
	padding: 21px 20px;
	width: 50%;
}
#timeline .timeline-item .timeline-content.center h2 {
	border-radius: 0px 10px 10px 0px;
	background-color: rgba(78, 78, 78, 0.8);
}
#timeline .timeline-item .timeline-icon {
	left: 0
}
}
a:hover {
	color: rgba(0, 56, 109, 0.6);
}
.navbar-fixed-top .nav>li>a {
	padding: 15px 8px;
}
canvas {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}
.chart-container {
	width: 100%;
}
canvas.chartjs-render-monitor {
	margin-top: -50px;
}
.btnFilterArea {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
.btnFilterArea > a.btn {
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,0.2);
}
.contentSection {
	padding-top: 0px;
}
/*Leftmenu==============*/
.sidebarMenu * {
	outline: none;
}
.sidebarMenu > .headLine {
	font-size: 26px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	line-height: 30px;
	padding: 10px 15px;
	border-bottom: 3px solid rgb(181, 150, 24);
	border-radius: 5px 5px 0px 0px;
	text-align: center;
}
.sidebarMenu > .panel-group > .panel.panel-default {
	border-radius: 5px;
	background-image: url(../images/fiximage/bgpattern.jpg);
}
.sidebarMenu > .panel-group > .panel.panel-default > .panel-heading {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 0px;
	background: rgba(0,0,0,0.05);
}
.sidebarMenu > .panel-group > .panel.panel-default > .panel-heading.active {
	background-color: rgba(0,0,0,0.15);
	color: rgba(255, 255, 255, 0.78);
}
.sidebarMenu > .panel-group > .panel.panel-default > .panel-heading > .panel-title > a {
	padding-left: 15px;
	color: #3e3e3e;
	font-weight: normal;
	width: 100%;
	display: block;
}
.sidebarMenu > .panel-group > .panel.panel-default > .panel-heading > .panel-title > a:hover {
	color: #6B6B6B;
}
.sidebarMenu > .panel-group > .panel.panel-default > .panel-heading.active > .panel-title > a {
	color: #3e3e3e;
}
.sidebarMenu > .panel-group > .panel.panel-default > .panel-heading.active > .panel-title > a::before {
	content: "✔";
	margin-left: -20px;
}
.sidebarMenu .list-group-item {
	cursor: pointer;
	padding-left: 30px;
	color: #2d2d2d;
	background-color: rgba(255, 255, 255, 0.58);
	border-color: rgba(0, 0, 0, 0.16);
	padding-left: 45px;
	font-size: 15px;
}
.sidebarMenu .list-group-item:hover {
	background-color: rgba(255, 255, 255, 0.3);
	border-color: rgba(0, 0, 0, 0.16);
}
.sidebarMenu .list-group-item.active::before {
	content: "✔ ";
	margin-left: -15px;
}
.sidebarMenu .list-group-item.active {
	background-color: rgba(179, 179, 179, 0.59);
	color: #2d2d2d;
}
/* ==================== Alert แจ้ง ขอข้อมูล ========================= */

.noInformation {
	text-align: center;
}
.noInformation h1, .noInformation h3 {
	color: red;
}
/* ================ Modal ================= */
.modal-header > .close > i.fa {
	vertical-align: middle;
}
/* ================ Login ================= */
.adminLogin {
	padding: 15px;
}
.adminLogin > ul.nav-tabs > li {
	width: 50%;
}
.adminLogin > ul.nav-tabs > li > a {
	border: none;
	border-radius: 0px;
	color: #fff;
	background-color: #999;
	margin: 0px;
}
.adminLogin > ul.nav-tabs > li.active > a {
	border: none;
	border-radius: 0px;
	color: #fff;
	background-color: #286090;
}
.adminLogin > .tab-content {
	background-color: rgba(0,0,0,0.1);
}
.adminLogin > .tab-content > .tab-pane {
	padding: 15px;
}
.adminLogin .input-group {
	margin: 10px 0px;
}
.adminLogin .input-group-addon {
	color: #fff;
	background-color: #286090;
	border: none;
}
.adminLogin .form-control {
	border: none;
	border-radius: 0px;
	box-shadow: none;
}
.adminLogin.statuspage {
	margin-top: 20%;
}
.adminLogin.statuspage > .tab-content {
	background-color: transparent;
}
.adminLogin.statuspage .tab-content {
	border-radius: 15px;
	color: #119e75
}
.shareFb {
font-size: 23px;
    cursor: pointer;
    padding-bottom: 8px;
    border-top: 1px solid rgba(0,0,0,0.3);
    display: block;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    padding-top: 6px;
	color:#3c5898;
}

.calcTable td, .calcTable th {
	text-align: center;
}
.alertDateLabel {
	padding: 1px 10px;
	margin-top: 5px;
	font-size: 13px;
}

/* fix text size for mobile */
@media(max-width:991px) {
	.section-heading > h2{
		font-size: 30px;
	}
}


.searchNewsInput{
	display: block;
	width:100%;
	float:left;
}


.listFileArea{
	width:190px;
	float:left;
	margin-top:10px;
}

.listFileArea > div{
	background-color: rgba(0,0,0,0.1);
    display: inline-block;
    height: 20px;
	float:left;
	margin-bottom: 5px;
	padding:0px 5px;
}

.listFileArea > div > a{
	width:165px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	height:20px;
	line-height: 20px;
	float:left;
}
.listFileArea > div > span{
    color: #630D0E;
    display: inline-block;
	float:left;
	cursor: pointer;
}
.listFileArea > div > span:hover{
   opacity: 0.5;
}
.listFileArea > div > span > i.fa{
    line-height: 20px;

}

.carousel-caption{
	position: static;
}
.carousel-caption > h3{
	font-size: 30px;
	margin-bottom: 10px;
}
.carousel-caption > p{
	font-size: 16px;
	margin-bottom: 10px;
}

.btn-margin{
	margin:5px;
}

.assetSet{
	margin:20px 0px;
}

.assetSet:first-of-type{
	margin-top:0px;
}

.scrolltargertothis{
	position: absolute;
	margin-top:-150px;
}



.assetSet .assetSetHead{
	background-color: rgb(41, 105, 176);
	width:100%;
	padding:10px 20px;
	color:#fff;
}

.assetSet .assetSetHead > h3{
	color:#fff;
	margin:0px;
	font-weight: normal;
}


.assetSet .assetSetHead > h3{
	color:#fff;
	margin:0px;
	font-weight: normal;
}


.assetSet .fr-view{
	padding:15px; 
	border:1px solid rgba(0,0,0,0.1);
}


.assetSet.assetnoheadline .fr-view{
	padding:0px;
	border: none;
}

.greentext{
	-webkit-text-fill-color: #3baa39 !important;
    color: #3baa39 !important;
}

.redtext{
	-webkit-text-fill-color: #b5111a !important;
    color: #b5111a !important;
}


/* investor info page */
.investorinfoarea  .logotologin{
	text-align: center;
	margin-bottom: 15px;
}
.investorinfoarea  .logotologin .imagelogo{
	display: block;
	max-width: 100%;
}
.investorinfoarea  .logotologin .imagelogo img{
	max-width: 100%;
}
.investorinfoarea  .logotologin .urllogo{
	display: block;
	font-size: 18px;
	text-align: center;
}
.investorinfoarea .contentinfoarea > .investorinfoheadline{
	background-color: rgb(53 96 137);
	color:#fff;
	padding:15px;
	margin-bottom: 0px;
	border-radius: 10px 10px 0px 0px;
}
.investorinfoarea .contentinfoarea > .investorinfodetail{
	border:1px solid rgb(0 0 0 / 60%);
	padding:15px;
	margin-bottom: 0px;
}
.investorinfoarea .contentinfoarea > .investorinfolink{
	border: 1px solid rgb(0 0 0 / 60%);
    padding: 15px;
    border-top: 0px;
    margin-bottom: 30px;
    background-color: rgb(236 236 236);
	border-radius:0px 0px 10px 10px;
}
.investorinfoarea .contentinfoarea > .investorinfolink ul{
	margin-bottom: 0px;
    padding: 0px 18px;
}


.investorinfoarea .questionarea{
	    background-color: #ececec;
    border: 1px solid #5e5e5e;
    border-radius: 10px;
    overflow: hidden;
}
.investorinfoarea .questionarea .qheadline{
	padding: 15px;
    background-color: rgb(53 96 137);
    color: #fff;
    margin: 0px;
}
.investorinfoarea .questionarea .panel-group{
	padding: 15px;
}

.investorinfoarea .questionarea .panel-default > .panel-heading{
	color: #fff;
    background-color: #356089;
    border-color: #356089;
}
.investorinfoarea .questionarea .panel-default > .panel-heading a{
	font-weight: normal;
}
.investorinfoarea .questionarea .panel-default > .panel-heading a:hover,.investorinfoarea .questionarea .panel-default > .panel-heading a:focus{
	color: rgba(255,255,255,0.6);
	outline: none;
}


.investorinfoarea .questionarea .panel-group .panel-body h4{
	font-size: 18px;
	margin-bottom:5px;
}
.investorinfoarea .questionarea .panel-group .panel-body ol,.investorinfoarea .questionarea .panel-group .panel-body ul{
	margin:5px 0px;
	padding:0 0 0 20px;
}

.investorinfoarea .questionarea .panel-group .panel-body ol li,.investorinfoarea .questionarea .panel-group .panel-body ul li{
	padding:5px 0;
}


/*investorgreen*/
.investorinfoarea.investorgreen .contentinfoarea > .investorinfoheadline{
	background-color: rgb(56 136 90);
}
.investorinfoarea.investorgreen .questionarea .qheadline{
	background-color: rgb(56 136 90);
}

.investorinfoarea.investorgreen .questionarea .panel-default > .panel-heading {
    color: #fff;
    background-color: #38885a;
    border-color: #1c693d;
}

