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

body, ul, li, ol, h1, h2, h3, h4, h5, h6, form, p, figure, figcaption { padding:0; margin:0; }
body {}
a { text-decoration:none; outline:none; }
a:hover { text-decoration:none;   }
*:focus { outline:none; }
a img { border:0; }
ul, li, ol { list-style:none; }

header, footer, nav, article, section, figure, figcaption { display:block; }

.sss { width:1px; height:1px; border-left:10px solid #000; border-top:20px solid #000; border-bottom:20px solid transparent; border-right:10px solid transparent; }

body>nav { background:#505051; position:relative; height:34px; width:1003px; margin:0 auto; box-shadow:0 -10px 10px rgba(0,0,0,0.2) inset, 0 0 2px rgba(0,0,0,0.8); }
body>nav>ul.topbar li { display:inline; float:right; color:#FFFFFF; height:34px; padding-right:10px; border-left:1px solid #252626; border-right:1px solid #6E6E6E; }
body>nav>ul.topbar li:first-child { border:0; }
body>nav>ul.topbar li:last-child { border-left:0; }
body>nav>ul.topbar li a { -ms-transition:color linear 0.4s; -moz-transition:color linear 0.4s; -webkit-transition:color linear 0.4s; -o-transition:color linear 0.4s; color:#FFFFFF; display:block; padding:0 5px; height:34px; line-height:32px; text-shadow:0 1px 1px rgba(0,0,0,0.8); }
body>nav>ul.topbar li a:hover { text-decoration:none; color:#F90; }
body>nav>ul.topbar li a span { -ms-transition:color linear 0.4s; -moz-transition:color linear 0.4s; -webkit-transition:color linear 0.4s; -o-transition:color linear 0.4s; font-size:18px; display:inline; float:left; color:#C5C5C5; padding:0 5px 0 10px; }
body>nav>ul.topbar li a:hover span { color:#F90; }
body>nav>ul.topbar li.submenu { float:left; }
body>nav>ul.topbar li.submenu a { display:block; width:200px; padding:0; }
body>nav>ul.topbar li.submenu a span { font-size:30px; color:#FFFFFF; padding:0; text-align:center; display:inline; float:left; width:34px; height:34px; background:#F30000; box-shadow:0 -15px 15px rgba(0,0,0,0.3) inset; border-right:1px solid #2E2F2F; }
body>nav>ul.topbar li.submenu a img { display:inline; float:left; margin:6px 0 0 7px; }
body>nav>ul.menu {
	overflow:hidden;
	width:783px;
	padding:0 0 0 220px;
	height:0;
	position:absolute;
	top:34px;
	left:0;
	z-index:999;
	background:#333;
	background:rgba(0,0,0,0.8);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-shadow:0 2px 2px rgba(0,0,0,0.4);
}

body>nav>ul.menu:before { content:" "; width:1px; height:1px; position:absolute; top:0; left:8px; border-top:9px solid #AC0000; border-left:8px solid transparent; border-right:8px solid transparent; }
body>nav>ul.menu li { border-left:1px solid #363636; display:inline; float:left; width:190px; }
body>nav>ul.menu li:first-child, nav>ul.menu li:nth-child(2), nav>ul.menu li:nth-child(3), nav>ul.menu li:nth-child(4) { margin-top:10px; }
body>nav>ul.menu li a { color:#FFF; line-height:25px; height:25px; display:inline; float:left; }
body>nav>ul.menu li a span { margin-right:5px; font-size:16px; display:inline; float:left; color:#FFF; border-left:1px solid #676767; padding-left:10px; }
body>nav>form.loginbox { color:#CCCCCC; overflow:hidden; width:330px; height:0; position:absolute; top:34px; right:0; z-index:9; background:#333; background:rgba(65,65,65,1); border-bottom-left-radius:10px; border-bottom-right-radius:10px; box-shadow:0 2px 2px rgba(0,0,0,0.4), 0 -50px 60px rgba(0,0,0,0.5) inset, 0 5px 4px rgba(0,0,0,0.2) inset; }
body>nav>form.loginbox fieldset { border-radius:10px; margin:10px; border:1px solid #676767; }
body>nav>form.loginbox fieldset legend { text-align:center; font-weight:bold; color:#98D634; padding:0 10px; }
body>nav>form.loginbox fieldset label { display:inline; float:left; width:80px; text-align:right; padding:6px 10px 0 0; margin-top:5px; }
body>nav>form.loginbox fieldset input.input-login { display:inline; float:left; width:180px; border-radius:10px; margin-top:5px; font-size:16px; padding:3px; background:#666666; border:1px solid #000; box-shadow:0 2px 2px rgba(0,0,0,0.5) inset; color:#FFFFFF; }
body>nav>form.loginbox fieldset input.input-login:focus { background:#FF9600; color:#333; }
body>nav>form.loginbox fieldset input.btn-login { margin:5px 0 0 90px; background:#4F4F4F; color:#FF9900; padding:5px 20px; border-radius:10px; border:1px solid #000; box-shadow:0 2px 2px 1px rgba(0,0,0,0.5), 0 2px 4px rgba(255,255,255,0.3) inset; cursor:pointer; }
body>nav>form.loginbox fieldset input.btn-login:hover { background:#707070; }
body>nav>form .connectFB { margin:10px; }
body>nav>form .connectFB a { display:block; padding:5px 0; transition:background linear .3s; -moz-transition:background linear .3s; -webkit-transition:background linear .3s; -o-transition:background linear .3s; background:#557AC5; border-radius:10px; margin:0 10px; border:1px solid #25567C; box-shadow:0 -15px 30px rgba(52,78,133,0.9) inset, 1px 1px 1px rgba(255,255,255,.5) inset; height:40px; color:#FFF; text-shadow:0 1px 1px rgba(0,0,0,.8); font-size:22px; line-height:40px; }
body>nav>form .connectFB a span { display:inline; float:left; padding:0 10px 0 12px; border-right:1px solid #6589D2; margin-right:10px; font-size:28px; }
body>nav>form .connectFB a:hover { text-decoration:none; background:#70C5F5; }
body>nav>form .connectFB:before { content:" หรือ "; display:block; width:100%; height:20px; clear:both; text-align:center; }

body>nav>ul.topbar li.login a.btnloginnow img { width:25px; height:25px; display:inline; float:left; margin:4px 5px 0 0 ; border:1px solid #999; }
body>nav>ul.topbar li.login a.btnloginnow { font-weight:bold; color:#FF9900; }
body>nav>div.loginnow { color:#CCCCCC; overflow:hidden; width:250px; height:0px; position:absolute; top:34px; right:0; z-index:9; background:#333; background:rgba(65,65,65,1); border-bottom-left-radius:10px; border-bottom-right-radius:10px; box-shadow:0 2px 2px rgba(0,0,0,0.4), 0 -50px 60px rgba(0,0,0,0.5) inset, 0 5px 4px rgba(0,0,0,0.2) inset; }
body>nav>div.loginnow a img { display:inline; float:left; margin:15px 10px 0 20px; border:2px solid #999; border-radius:10px; }
body>nav>div.loginnow strong { display:block; margin-top:10px; }
body>nav>div.loginnow strong a { font-size:18px; color:#FF9900; }
body>nav>div.loginnow a.subbtn { display:inline; float:left; border:1px solid #CCC; padding:2px 5px; border-radius:10px; box-shadow:0 0 3px rgba(0,0,0,0.5); margin-top:5px; background:#666666; box-shadow:0 -15px 10px rgba(0,0,0,0.3) inset; color:#FFFFFF; font-weight:bold; text-shadow:0 0 2px #000000; width:120px; }
body>nav>div.loginnow a.subbtn:hover { text-decoration:none; background:#FF6600; color:#000; text-shadow:0 0 0 #000; }


body>header>section { width:983px; margin:0 auto; position:relative; background:#84FD00; box-shadow:0 -30px 50px rgba(80,156,0,0.6) inset; padding:10px 10px 15px; } 
body>header>section img.kapook { position:relative; z-index:10; }
body>header>section .bannertop { position:absolute; z-index:8; top:7px; right:30px; width:728px; height:90px; border:1px solid #FFF; background:#FFFFFF; box-shadow:0 0 3px rgba(0,0,0,0.6); }
body>header>section .bannertop:before, body>header .bannertop:after { content:" "; display:block; width:50px; height:70px; position:absolute; z-index:-1; top:10px; }
body>header>section .bannertop:before { left:5px; box-shadow:-9px -2px 5px 5px rgba(0,0,0,0.2); -webkit-transform: rotate(-9deg); -moz-transform: rotate(-9deg); -o-transform: rotate(-9deg); -ms-transform: rotate(-9deg); transform: rotate(-9deg); }
body>header>section .bannertop:after { right:5px; box-shadow:9px -2px 5px 5px rgba(0,0,0,0.2); -webkit-transform: rotate(9deg); -moz-transform: rotate(9deg); -o-transform: rotate(9deg); -ms-transform: rotate(9deg); transform: rotate(9deg); }

#footerbg {
    background: url("images/bg-footer.png") no-repeat scroll center bottom rgba(0, 0, 0, 0) ;
    margin: 0 auto;
    padding-top: 0;
    width: 100%;
}
#footerbg footer {
    font-size: 13px;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
#footerbg footer > nav {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    z-index: 9;
}
#footerbg footer > nav > a {
    background: none repeat scroll 0 0 #240000;
    border-radius: 10px 40px 0 0;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 30px 5px 10px;
}
#footerbg footer > nav > ul {
    background: none repeat scroll 0 0 #333333;
    clear: both;
    width: 100%;
}
#footerbg footer > nav > ul li {
    display: inline;
    float: left;
}
#footerbg footer > nav > ul li a {
    background: none repeat scroll 0 0 #FA0064;
    border-top: 5px solid #FA0064;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: height 0.2s linear 0s;
    width: 100px;
}
#footerbg footer > nav > ul li a span {
    display: block;
    font-size: 24px;
}
#footerbg footer > nav > ul li:nth-child(2) a {
    background: none repeat scroll 0 0 #56CA33;
    border-top: 5px solid #56CA33;
}
#footerbg footer > nav > ul li:nth-child(3) a {
    background: none repeat scroll 0 0 #FFDB0D;
    border-top: 5px solid #FFDB0D;
}
#footerbg footer > nav > ul li:nth-child(4) a {
    background: none repeat scroll 0 0 #FF240E;
    border-top: 5px solid #FF240E;
}
#footerbg footer > nav > ul li:nth-child(5) a {
    background: none repeat scroll 0 0 #9427CE;
    border-top: 5px solid #9427CE;
}
#footerbg footer > nav > ul li:nth-child(6) a {
    background: none repeat scroll 0 0 #A8D6F0;
    border-top: 5px solid #A8D6F0;
}
#footerbg footer > nav > ul li:nth-child(7) a {
    background: none repeat scroll 0 0 #3C5A98;
    border-top: 5px solid #3C5A98;
}
#footerbg footer > nav > ul li:nth-child(8) a {
    background: none repeat scroll 0 0 #FFDB0D;
    border-top: 5px solid #FFDB0D;
}
#footerbg footer > nav > ul li:nth-child(9) a {
    background: none repeat scroll 0 0 #FFA10D;
    border-top: 5px solid #FFA10D;
}
#footerbg footer > nav > ul li:nth-child(10) a {
    background: none repeat scroll 0 0 #FEA7D1;
    border-top: 5px solid #FEA7D1;
}
#footerbg footer > nav > ul li a:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50px;
    text-decoration: none;
}
#footerbg footer > section {
	background:url(../images/bg-footer.png) top center no-repeat;
	background-color:#fed0c1;
    box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
    overflow: hidden;
    padding-top: 10px;
    position: relative;
    width: 1000px;
}
#footerbg footer > section article.sitemap {
    display: inline;
    float: left;
    margin: 5px 15px 20px;
    min-height: 185px;
    width: 300px;
}
#footerbg footer > section article.sitemap h4 {
    border-bottom: 1px dashed #FFFFFF;
    color: #f58766;
    padding: 5px 0;
}
#footerbg footer > section article.sitemap ul {
    overflow: hidden;
    padding-top: 5px;
}
#footerbg footer > section article.sitemap ul li {
    display: inline;
    float: left;
    padding: 2px 0 0;
    width: 150px;
}
#footerbg footer > section article.sitemap ul li a {
    color: #000000;
    display: block;
    padding: 3px 0 0;
    transition: padding 0.3s linear 0s;
}
#footerbg footer > section article.sitemap ul li a:hover {
    background: none repeat scroll 0 0 #f58766;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    padding-left: 10px;
    text-decoration: none;
}
#footerbg footer > section article.sitemap ul li a:before {
    content: "• ";
}
#footerbg footer > section article.service {
    display: inline;
    float: right;
    width: 670px;
}
#footerbg footer > section article.service h4 {
    border-bottom: 1px dashed #FFFFFF;
    color: #f58766;
    display: inline;
    float: right;
    padding: 5px 0;
    position: relative;
    width: 340px;
    z-index: 3;
}
#footerbg footer > section article.service ul {
    display: inline;
    float: right;
    margin-left: 10px;
    overflow: hidden;
    padding-top: 5px;
    width: 330px;
}
#footerbg footer > section article.service ul li {
    display: inline;
    float: left;
    width: 165px;
}
#footerbg footer > section article.service ul li > a {
    color: #0000000;
    display: block;
    margin-right: 5px;
    padding: 3px 0 3px 3px;
    position: relative;
    z-index: 3;
}
#footerbg footer > section article.service ul li > a:before {
    content: "• ";
}
#footerbg footer > section article.service ul li > a:hover {
    background: none repeat scroll 0 0 #f58766;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    text-decoration: none;
}
#footerbg footer > section article.service ul li:last-child {
    background: none repeat scroll 0 0 #000000;
    border-radius: 40px 0 0 0;
    border-top: 3px solid #350101;
    bottom: 0;
    padding-left: 10px;
    position: absolute;
    right: 0;
    width: 150px;
}
#footerbg footer > section article.service ul li:last-child > a {
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 0;
    text-align: center;
}
#footerbg footer > section article.service ul li:last-child > a span {
    color: #92FF05;
    font-size: 11px;
    text-transform: uppercase;
}
#footerbg footer > section article.service ul li:last-child > a:before {
    content: " ";
}
#footerbg footer > section article.service ul li:last-child > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#footerbg footer > section article.service figure {
    display: inline;
    float: left;
    width: 330px;
}
#footerbg footer > section article.service ul li figure {
    display: none;
    padding-top: 10px;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    width: 670px;
    z-index: 0;
}
#footerbg footer > section article.service ul li:hover figure {
    display: block;
    visibility: visible;
}
#footerbg footer > aside {
    background: none repeat scroll 0 0 #080101;
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.6) inset;
    clear: both;
    padding: 5px 10px 2px;
}
#footerbg footer > aside a {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
#footerbg footer > aside a.suggest {
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: inline;
    float: right;
    font-size: 12px;
    margin: 3px;
    padding: 3px 10px;
    transition: background 0.3s linear 0s;
}
#footerbg footer > aside a.suggest:hover {
    background: none repeat scroll 0 0 #f58766
    border-radius: 10px 10px 10px 10px;
    color: #000000;
    text-decoration: none;
}
@-moz-keyframes resize {
0% {
    transform: rotateY(0deg);
}
50% {
    transform: rotateY(90deg);
}
100% {
    transform: rotateY(180deg);
}
}
#footerbg footer > aside a:hover img {
    animation-direction: alternate;
    animation-duration: 0.4s;
    animation-iteration-count: 4;
    animation-name: resize;
    animation-timing-function: ease-in-out;
}
