@charset "UTF-8";

body{
    margin: 0;
    padding: 0;
    background-color: #cccccc;
    color: #333333;
    font-size: 15px;
    line-height: 2;
     background-image: url(../img/sample03.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: 100% auto; 
} 

p,h1,h2,h3,h4,h5{
    margin-top: 0;
}

img{
    vertical-align: bottom;
}

ul{
    margin: 0;
    padding: 0;
}

a{
    color: #3583aa;
    text-decoration: none;
}

a:visited{
    color: #788d98;
    text-decoration: underline;
}

header{
    height: 100px;
    margin: 0 20px;
}

.logo{
    color: white;
    float: left;
    margin-top: 50px;
}

.global-nav{
    float: right;
    margin-top: 60px;
}

.global-nav li{
    float: left;
    margin: 0 20px;
    font-size: 20px;
    list-style: none;
}

.global-nav li a{
    color: #ffffff;
}

.global-nav li a:hover{
    border-bottom: 2px solid #ffffff;
    padding-bottom: 3px;
    text-decoration: none;
}

.content{
    width: 100%;
    margin: 0 auto;
}

.wrap{
    clear: both;
    background-color: #ffffff;
    margin-top: 220px;
    padding: 35px 20px;
}

.main-center{
    width: 100%;
    margin: 0 auto;
}

h1{
    font-family: 'Bitter', serif;
    font-size: 36px;
    border-bottom: 1px solid #cccccc;
}

h2{
    font-family: 'Bitter', serif;
    font-size: 24px;
}

.icon:before{
    content: "";
    padding-right: 10px;
    border-left: 7px solid #9cb4a4;
}

.profile-txt{
    width: 60%;
    float: left;
}

.profile-txt span{
    font-weight: bold;
}

.profile-image{
    width: 40%;
    text-align: center;
    float: right;
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

section{
    margin-bottom: 35px;
}

.career th{
    width: 30%;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
}

.career td{
    width: 660px;
    padding: 12px 0 12px 40px;
    border: 1px solid #cccccc;
}

.qualification th{
    width: 240px;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
}

.qualification td{
    width: 660px;
    padding: 12px 0 12px 40px;
    border: 1px solid #cccccc;
}

table{
    border-spacing: 0;
    border-collapse: collapse;
}

footer{
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
    background-color: #767671;
}