/* 
    Document   : custom
    Created on : Aug 19, 2013, 2:46:38 PM
    Author     : kae
    Description:
        Purpose of the stylesheet follows.
*/
a{ color: #006600; }
a:hover{ color: #DA8028; text-decoration: underline; }
a:visited{ color: #DA8028; }
/*h1{ padding: 0px; margin: 0px; font-size: 160%; font-weight: bold; color: #222222; }
h2{ padding: 0px; margin: 0px; font-size: 120%; font-weight: bold; color: #222222; }
h3{ padding: 0px; margin: 0px; font-size: 100%; font-weight: bold; color: #222222; }*/
table {border-collapse: collapse; }
table tr td{ vertical-align: top; padding: 5px; }
ul li { margin: 5px 0px; line-height: 20px; }
p,td{ line-height: 25px; }

ul.tree, ul.tree ul { list-style-type: none; background: url('vline.png')/*tpa=http://brrd.in.th/rkb/bootstrap3.3.2/img/vline.png*/ repeat-y; margin: 0px 0px 0px 15px; padding: 0; }
ul.tree ul { margin-left: 15px; }
ul.tree li { margin: 5px 0px; padding: 0px 12px; line-height: 20px; background: url('node.png')/*tpa=http://brrd.in.th/rkb/bootstrap3.3.2/img/node.png*/ no-repeat; color: #369; }
ul.tree li.last { background: #fff url('lastnode.png')/*tpa=http://brrd.in.th/rkb/bootstrap3.3.2/img/lastnode.png*/ no-repeat; }
ul.tree li:last-child{ background: #fff url('lastnode.png')/*tpa=http://brrd.in.th/rkb/bootstrap3.3.2/img/lastnode.png*/ no-repeat; }

.showborder{ border: 1px red solid; }
.clear{ clear: both; }
.container{ background-color: #fff; margin: 0px auto; }
.menu-title{ padding: 30px 0px !important; text-align: center; }
.menu-title img{ width: 60%; }

.home-menu img{ margin-bottom: 50px; }

.menu-bottom{ display: table; width: 100%; margin: 50px 0px 0px 0px; border-bottom: 10px #61b320 solid; }
.menu-bottom img{ width: 150px; }
.menu-bottom .history{ width: 33%; float: left; }
.menu-bottom .contactus{ width: 33%; float: left; text-align: center; }
.menu-bottom .team{ width: 33%; float: right; text-align: right; }

.container{ padding: 0px; }
.row{ padding: 0px; margin: 0px; }
.col-md-12, .col-sd-12, .col-xs-12{ padding: 0px; margin: 0px;
    
}