* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
}

body {
    font-family: 'Microsoft New Tai Lue';
    font-size: 18px;
    line-height: 26px;
    color: #666;
}

h2, h3 {
    color: #2d2d2d;
    padding: 0;
    font-weight: normal;
}

h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 20px 0 30px;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0;
}

p {
    padding: 0;
    margin: 0;
    text-align: justify;
}

ul, ol {
    margin-left: 20px;
    margin-bottom: 20px;
    list-style: none;
}

ul li {
    list-style: disc;
    list-style-position: outside;
}

strong, b {
    font-family: 'Segoe UI Semibold';
    font-weight: normal;
}

img {
    width: 100%;
}

.section {
    min-height: 92vh;
    padding: 0 20px;
}

.container {
    padding: 35px 0;
    clear: both;
    margin: 0 auto;
    max-width: 990px;
    width: 100%;
}

.row-fluid {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

.row-fluid > div {
    margin-bottom: 30px;
}

.row-fluid h2 {
    text-align: center;
}

.row-fluid p {
    margin: 10px 0 20px;
    text-indent: 2em;
}

.bot {
    text-align: center;
}

.navbar {
    min-height: 50px;
}

.bottom {
    color: #333;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    position: relative;
}

.bottom p {
    text-align: center;
}

.bottom a {
    color: #777;
    margin: 0 20px;
}

.bottom a:hover {
    color: #7ec130;
}

.bottom span{
    color: #777;
}