*{
    box-sizing: border-box;
}
body {
    background:#666666;
    color: #333;
    font: normal 400 14px/1.4 Tahoma, Sans-serif;
    margin: 0;
}
a {
    color:#15BEF0;
    text-decoration: none;
}
a:hover {
    text-decoration: none;  
}
img {
    border: 0;
    display: block;
}
ol, ul {
    margin: 1em 0;
    padding: 0 0 0 1.25em;
}
p {
    margin: 1em 0;
    padding: 0;
}
.contain {
    margin: 0 auto;
    width: 980px;
}
.fill {
    min-width: 980px;
    width: 100%;
}
.bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}
.top {
    margin-top: 0;
    padding-top: 0;
}

/* header */
header {
    background:#FFF;
    display: block;
}
#epLang {
    display: block;
    color: black;
    position: absolute;
    top: 10px;
    right: 10px;
}
#epLang a {
    padding: 0 10px;
    color: #000;
}
header .flex {
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px;
}
header .inner{
    background: #E6E7E8;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    height:100px;
    margin: 0 20px;
    position: relative;
}
.logocontainer{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    width:428px;
}
a.logo {
    background: url(logo1.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 49px;
    margin: 40px 0 0 20px;
    width: 228px;
}
a.logoNAVEX {
    background: url(logoNAVEX.png) center top no-repeat;
    background-size: contain;
    display: inline-block;
    height: 49px;
    margin: 45px 0 0 0;
    width: 165px;
}
nav {
    align-items: center;
    display: flex;
    flex-grow: 0;
    height:30px;
    margin-top:65px;
}
nav a {
    color: #000;
    display: inline-block;
    padding: 3px 5px;
    margin:0 10px;
    text-align: center;
    text-decoration: none;
    text-transform:uppercase;
    overflow:hidden;
    position:relative;
    z-index:100;
    vertical-align: top;
}
nav a:hover {
    color: #0d9bc5;
    overflow:visible;
}

/*Dropdown Box*/
#epResources{ 
    display:block;
    left:0;
    position:absolute;
    top:25px;
    width:259px;
    z-index:10;
}
#epResources span{
    background-color: #0d9bc5;
    color:white;
    cursor:pointer;
    display:block;
    padding:5px 20px;
    width:259px;
}
#epResources span:hover{
    background-color: #0d9bc5;
    color:white;
}
#epAttention {
    background:#FFF;
    padding: 10px 0;
    text-align: center;
}

html[lang="th"] #epAttention {
    font-size: 13px;
}

/* content */
main {
    background:#FFF;
    display: block;
    padding: 30px 28px 50px;
}
section {
    display: flex;
    justify-content: space-between;
    width:100%;
}
div.col-left {
    padding: 0 10px;
    width: 58%;
    text-align:justify;
}
div.col-right {
    padding: 0 10px;
    width: 38%;
    text-align:justify;
}
h1, h2 {
    font-size: 24px;
    margin: 5px 0 5px 0;
    font-weight: lighter;
}
h3 {
    font: normal 400 18px Tahoma, Sans-serif;
    margin: 1em 0;
    padding: 0;
}
#epEmergency {
    margin-top: 70px;
}
#epDDN {
    font-weight: bold;
    white-space: nowrap;
}
.listor {
    list-style: none;
    margin: 1em 0;
}
#epDataPrivacy {
    display: inline-block;
    vertical-align: top;
}
#epDataPrivacy ol.dropDowns {
    list-style: none;
    margin: 0;
    padding: 0;
}
select {
    font: normal 400 14px Tahoma, Sans-serif;
    margin: 2px 0 15px;
    padding: 5px;
    width: 100%;
}
.button {
    background: #33658a;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 18px;
    margin: 20px 20px 0 20px;
    display: inline-block;
}
.button:hover {
    background: #333;
    color: #fff;
}
.button:disabled {
    background: #ddd;
    cursor: default;
}
.button:hover:disabled {
    background: #ddd;
}
.nowrap {
    white-space: nowrap;
}
#epIssues {
    width: 100%;
}
#epIssues .catdesc {
    display: none;
}
#epIssues .catname {
    font: normal 700 16px/20px Tahoma, Sans-serif;
}
#epIssues .details {
    font-size: 12px;
    margin-left: auto;
}
#epIssues .issue {
    color: #0000ff;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    position: relative;
}
#epIssues .issue:hover {
    color: #008000;
}
#epIssues .name {
    font: normal 700 14px/20px Tahoma, Sans-serif;
}
#epIssues .desc {
    flex-basis: 100%;
    padding: 5px 0;
}

/* footer */
footer {
    background:#FFF;
    font-size: 12px;
    padding: 20px 0;
}
footer th {
    display: none;
}
footer td {
    padding: 5px 0 0 !important;
}
footer .line1 {
    float: left;
    padding-left: 20px;
}
footer .line2 {
    color: #fff;
    float: right;
    padding-right: 20px;
}
footer table {
    margin: 0 auto !important;
    width: 980px !important;
}