@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'supermarket';
  src: url(../font/supermarket.ttf);
}

body {
	font-family: Verdana, Arial, Microsoft Sans Serif; word-wrap:break-word;
	font-size: 13px; line-height: 20px; color: #FFF;
	margin: 0px; background: url(../img/imgMain_BodyBG.jpg) repeat;
}

a:link, a:active, a:visited { color: #266ec7; text-decoration: none; outline: none; }
a:hover{ color: #2989ff; text-decoration: none; outline: none; }

#mainRoot {
	margin: 0px; padding: 0px;
}

/* Logo ------------------------------------ */
#menuHome:link, #menuHome:active, #menuHome:visited, #menuHome:hover {
	text-decoration: none; outline: none;
	display: block; width: 104px; height: 80px; float: left;
	background: url(../img/imgIconHome.png) no-repeat; margin-right: 30px;
}

/* Menu ----------------------------------------------------------------------------------------------------------------------------------- */
#menuRoot {
    width: 100%;height: 80px;
    position: fixed;
    top: 0px;
	z-index: 999;
    background: #FFF;
}
#menuRootShade {
    width: 100%;height: 20px;
    position: fixed;
    top: 80px;
	z-index: 999;
    background: url(../img/imgMenuShade.png) repeat-x top;
}
#menuContent {
	margin: 0 auto;
	width: 100%;
	max-width: 1120px;
	min-width: 1120px;
}
#menuList {
	list-style-type: none; margin: 0px; padding: 0px;
}
#menuList li {
	display: block; float: left; margin: 0px; padding: 0px;
}
#menuList li a:link, #menuList li a:active, #menuList li a:visited, #menuList li a:hover {
	color: #069;
	font-family: Arial, Microsoft Sans Serif; word-wrap:break-word; font-size: 16px;
	text-decoration: none; outline: none; 
	display: block; height: 36px; line-height: 36px;
	padding: 0px 16px 0px 16px; margin: 25px 6px 0px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.menuTha {
	font-family: supermarket; font-size: 1.38em;
}
/* Menu List Animation Background */
.menuBGHover {
	color: #fff !important;
	background-color: #4882b6 !important;
	-webkit-animation: menuBGHoverData 0.24s ease 0s 1 alternate !important;
}
@-webkit-keyframes menuBGOutData { from { color: #fff; background-color: #4882b6; } to { color: #069; background-color: #fff; } }
@-moz-keyframes menuBGOutData { from { color: #fff; background-color: #4882b6; } to { color: #069; background-color: #fff; } }
@-ms-keyframes menuBGOutData { from { color: #fff; background-color: #4882b6; } to { color: #069; background-color: #fff; } }
@-o-keyframes menuBGOutData { from { color: #fff; background-color: #4882b6; } to { color: #069; background-color: #fff; } }
@keyframes menuBGOutData { from { color: #fff; background-color: #4882b6; } to { color: #069; background-color: #fff; } }
.menuBGOut {
	color: #069 !important;
	background-color: #fff !important;
	-webkit-animation: menuBGOutData 0.24s ease 0s 1 alternate !important;
}
@-webkit-keyframes menuBGHoverData { from { color: #069; background-color: #fff; } to { color: #fff; background-color: #4882b6; } }
@-moz-keyframes menuBGHoverData { from { color: #069; background-color: #fff; } to { color: #fff; background-color: #4882b6; } }
@-ms-keyframes menuBGHoverData { from { color: #069; background-color: #fff; } to { color: #fff; background-color: #4882b6; } }
@-o-keyframes menuBGHoverData { from { color: #069; background-color: #fff; } to { color: #fff; background-color: #4882b6; } }
@keyframes menuBGHoverData { from { color: #069; background-color: #fff; } to { color: #fff; background-color: #4882b6; } }

.tagline {
	display: block; width: 544px; height: 124px;
	position: absolute; left: 0px; top: 35%;
	background: url(../img/imgSecBG_Home_Tagline.png) no-repeat;
}
/* Language ------------------------------------------------------------------------------------------------------------------------------- */
#langList {
	list-style-type: none; margin: 0px; padding: 0px;
}
#langList li {
	display: block; float: right; margin: 0px; padding: 0px;
}
#langList li a:link, #langList li a:active, #langList li a:visited, #langList li a:hover {
	color: #069;
	font-family: Arial, Microsoft Sans Serif; word-wrap:break-word; font-size: 13px;
	text-decoration: none; outline: none;
	display: block; height: 26px; line-height: 26px;
	padding: 0px 8px 0px 8px; margin: 27px 6px 0px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#langList li .selected {
	color: #fff !important;
	background: #4882b6;
}

/* Section Root ---------------------------------------------------------------------------------------------------------------------*/
#sectionRoot div {
	position: relative;
	display: block;
	width: 100%;
	background: no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 1px solid #fff;
}
.secHome { background-image: url(../img/imgSecBG_Home.jpg) !important; }
.secAbout { background-image: url(../img/imgSecBG_About.jpg) !important; }
.secVision { background-image: url(../img/imgSecBG_Vision.jpg) !important; }
.secProduct { background-image: url(../img/imgSecBG_Product.jpg) !important; }
.secContact { background-image: url(../img/imgSecBG_Contact.jpg) !important; }

/* Content Box ----------------------------------------------------------------------------------------------------------- */
.contentRoot {
	margin: 0 auto;
	width: 100%;
	max-width: 1120px;
	min-width: 1120px; height: 100%;
}
.contentBox {
	color: #DDD;
	position: absolute;
	display: block;
	border: none;
}
.contentTag {
	position: absolute; width: 7px; left: -8px; top: 2px;
	display: block; height: 59px;
	background: #c5d63d;
	border: 1px solid #FFF; border-right: 1px solid #98b40f;
}
.contentTagUp {
	position: absolute; width: 9px; left: -8px; top: 0px;
	display: block; height: 2px;
	background: #333;
}

.contentHead {
	font-family: Arial, Microsoft Sans Serif; font-size: 30px;
	color: #333; font-weight: bold;
	display: block; height: 60px; line-height: 64px;
	border-top: 2px solid #333;
	border-bottom: #ccc 1px dotted;
	background: #FFF url(../img/imgContentTitleBG.png) repeat-x top;
	padding: 0px 20px 0px 20px;
}
.contentHeadTha {
	font-size: 44px; font-family: supermarket; line-height: 54px; font-weight: normal;
}

.contentBody {
	color: #efefef;
	display: block;
	background: rgba(65, 62, 70, 0.94);
	padding: 4px 20px 15px 20px;
	-webkit-border-radius: 0px 0px 14px 14px;
	-moz-border-radius: 0px 0px 14px 14px;
	border-radius: 0px 0px 14px 14px;
}
.contentColumn {
	font-size: 15px; font-family: Tahoma;
	display: table-cell; padding: 0px 20px 0px 20px;
}
.contentColumnTitle {
	font-family: Arial; font-size: 22px; color: #87d7ff; line-height: 40px; height: 40px;
	display: block;
}
.contentColumnTitleTha {
	font-family: supermarket; font-size: 26px; 
}
/* Product Table -------------------------------------------------------------------------------------------------- */
.productRoot {
	display: block;
	background: rgba(65, 62, 70, 0.94);
	padding: 10px 0px 20px 0px;
	-webkit-border-radius: 0px 0px 14px 14px;
	-moz-border-radius: 0px 0px 14px 14px;
	border-radius: 0px 0px 14px 14px;
}
.productTable {
	display: table-row; width: 100%;
}
.productTableColumn {
	display: table-cell; width: 223px;
	border-right: 1px dotted #666; vertical-align: top;
}
.productGroup {
	font-family: "Trebuchet MS"; color: #FFF;
	line-height: 28px; font-size: 20px; text-indent: 38px; letter-spacing: 1px;
	float: left; display: block;  clear: both;
	height: 28px;
	padding: 0px;
	border-right: 1px solid #444;
	background: url(../img/imgProductType.png) 14px center no-repeat;
}
.productTableColumn ul {
	list-style-type: none; margin: 0px; padding: 0px;
}
.productTableColumn ul li {
	display: block; float: left; margin: 0px; padding: 0px; width: 190px;
}
.productTableColumn ul li a:link, .productTableColumn ul li a:active, .productTableColumn ul li a:visited, .productTableColumn ul li a:hover {
	color: #fff;
	font-family: Arial; font-size: 14px;
	text-decoration: none; outline: none; text-indent: 22px;
	display: block; width: 190px; height: 22px; line-height: 22px; padding: 4px 10px 4px 10px;
	margin-left: 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.productTableColumn ul li a:link, .productTableColumn ul li a:active, .productTableColumn ul li a:visited {
	background: url(../img/imgProductIcon.png) 5px 2px no-repeat transparent;
	border: 1px solid transparent;
}
.productTableColumn ul li a:hover {
	background: url(../img/imgProductIcon.png) 5px 2px no-repeat #686868;
	border: 1px solid #787878;
}

/* Footer -------------------------------------------------------------------------------------------------------- */
.footerBGA {
	position: absolute; left: 0px; bottom: 0px;
	display: block;
	width: 100%;
	height: 235px;
	background: rgba(23, 22, 27, 0.8);
}
.footerBGB {
	position: absolute; left: 0px; bottom: 0px;
	display: block;
	width: 100%;
	z-index: 100;
	height: 86px;
	background: rgba(0, 0, 0, 0.6);
}
.footerBody {
	color: #FFF;
	position: absolute; left: 0px; bottom: 0px;
	margin: 0 auto;
	max-width: 960px;
	min-width: 960px;
	z-index: 500;
}

.footerBodyL {
	font-family: Arial;
	float: left;
	text-align: center;
	width: 120px; height: 100px;
	padding: 15px 30px 0px 215px;
}
.footerMapIcon:link, .footerMapIcon:active, .footerMapIcon:visited, .footerMapIcon:hover {
	display: block; width: 120px; height: 86px;
	text-decoration: none; outline: none;
	background: url(../img/imgIconMap.png) no-repeat center;
}

.footerBodyR {
	font-family: Arial; display: block;
	float: left;
	width: 350px; height: 100px;
	padding: 15px 0px 15px 30px;
	border-left: 1px solid #333;
}

.footerBodyBot {
	text-align: center;
	float: left; clear: both;
	width: 100%;
	padding: 30px 0px 15px 0px;
	height: 50px;
}

/* FORM --------------------------------------------------------------------------------------------------- */
.contentForm {
	color: #333;
	display: block;
	background: rgba(240, 240, 240, 0.94);
	padding: 4px 20px 15px 20px;
	-webkit-border-radius: 0px 0px 14px 14px;
	-moz-border-radius: 0px 0px 14px 14px;
	border-radius: 0px 0px 14px 14px;
}

.contentForm .form_desc {
	float: left;
	padding: 2px; margin: 0px; width: 100%; height: 30px;
}

.contentForm .form_line {
	padding: 0px; margin: 0px;
	display: table-row; width: 760; height: 20px;
}

.contentForm .form_line .form_label {
	padding: 4px 4px 0px 4px; margin: 0px; font-size: 14px; font-family: Arial;
	display: table-cell; width: 102px; vertical-align: top
}

.contentForm .form_line .form_input {
	padding: 2px 4px 2px 4px; margin: 0px 0px 0px 20px;
	display: table-cell; width: 432px;
}
.contentForm .form_line .form_info {
	padding: 4px 4px 0px 4px; margin: 0px 0px 0px 20px;
	display: table-cell; width: 22px; vertical-align: top
}
#f_title {
	font-size: 14px; font-family: Arial;
}
#f_first, #f_last, #f_state, #f_phone, #f_mail, #f_subject {
	font-size: 14px; font-family: Arial; text-indent: 13px;
	width: 100%;
	height: 22px;
	border: 1px solid  #c5c5c5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#f_message {
	font-size: 14px; font-family: Arial; padding: 13px;
	width: 430px;
	height: 140px;
	border: 1px solid  #c5c5c5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; resize: none;
}
#form_button {
	height: 36px; width: 120px; font-size: 16px; font-family: Arial; color: #FFF; font-weight: normal; line-height: 36px; padding: 0px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #457daf;
	border: 1px solid #FFF;
}
/* Certificate ---------------------------------------------- */
.cerlink:link, .cerlink:active, .cerlink:visited, .cerlink:hover {
	font-size: 12px; font-family: Arial; padding: 4px 8px 4px 8px; margin-left: 6px;
	color: #FFF;
	border: 1px solid #7ab500;
	background: #699600;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; resize: none;
}