@charset ="utf-8";

body{width:100%; height:100%; font-family:ThaiSansLite; font-size:25px; margin:0px; background:url(../images/bg-top.jpg) center top no-repeat #681612; background-size:100%}
.cleaner{clear:both}
a img{border:0px}
h1, h2, h3, h4, h5, h6, p, figure{margin:0px; padding:0px}
/*header*/
#header-full{width:100%; height:auto!important; height:100%; background:url(../images/bg-header-top.png) left bottom repeat-x; padding-bottom:50px}
#header-full-top{height:20px; background-color:rgba(150, 5, 0, 0.5)}
#logo{width:200px; height:200px; margin:auto; margin-top:40px}
#company-name{width:100%; text-align:center; margin-top:20px; line-height:110%}
#text-header{width:100%; text-align:center; margin-top:30px; font-family:Arial}

/*back to top*/
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}

/* first */
#first{background:#681612; min-height:300px!important; height:auto; padding:40px 0px 40px 0px}

/*second*/
#second{background:url(../images/bg-header-bottom.png) left top repeat-x, url(../images/pattern-plank.jpg) left top repeat; min-height:300px!important; height:auto; padding:40px 0px 40px 0px; border-bottom:5px solid #e49d37}

/*third*/
#third{width:100%; height:auto!important; height:100%; background:#ffe7cf; padding:50px 0px 50px 0px; border-bottom:5px solid #fcc286}

/*footer*/
#footer{width:100%; height:auto!important; height:100%; background:#851e19; padding:30px 0px 30px 0px}

/* font */
.font-white{color:#FFF}

.font-shadow{text-shadow:2px 2px 5px #000}

.font-bold{font-weight:bold}

.font-size18{font-size:18px}
.font-size20{font-size:20px}
.font-size23{font-size:23px}
.font-size25{font-size:25px}
.font-size30{font-size:30px}
.font-size35{font-size:35px}
.font-size40{font-size:40px}
.font-size45{font-size:45px}
.font-size50{font-size:50px}
.font-size70{font-size:70px}

@font-face{
	font-family:ThaiSansLite;
	src:url(../fonts/ThaiSansLite.eot);
	src:url(../fonts/ThaiSansLite.eot?) format('embedded-opentype'), url(../fonts/ThaiSansLite.woff) format('woff'), url(../fonts/ThaiSansLite.ttf) format('truetype');
	}
	
@media screen and (max-width:992px) {
	body{background:url("../images/bg-top.jpg") center top no-repeat #681612}
}