body{
	padding: 0;
    margin: 0 auto;
    /*for hosting*/
    /*font-family: 'Phetsarath_3',Abel;*/
    /*font development*/
    font-family: 'Phetsarath_3', AbelRegular;
    background: #F4F4F4;
}
div {
    /*border: solid green 2px;*/
    box-sizing: border-box;
}
#wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
 /*for the top */
header {
    /*background: #F4F4F4;*/
    background: #ffffff; border-top: 2px #F4F4F4 solid;
    color:#395067;
    padding: 0 0.5em;
    box-sizing: border-box;
    overflow: auto;
    margin: 0 auto;
    font-weight: bold;
}
header #top_logo {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0.5em;
    float: left;
    /*background: #11aadd;*/
}
header #top_right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0.2em;
    /*background: #1122dd;*/
    float: right;
    text-align: right;
}
#top_logo #logo {
    /*width: 80px; margin-top: -5px; margin-bottom: -3px;*/
    background-image: url("../img/Logo-SCL.jpg");
    background-repeat: no-repeat;
}
#top_logo img {
    width: 150px; margin-top: -5px; margin-bottom: -3px;
}
#top_right #flag_lang img {
    width: 25px;
    margin-bottom: 10px;
    margin-top: 1px;
    margin-right: 5px;
}
#flag_lang_menu {
    /*border-bottom: 2px solid darkblue;*/
}
/*#flag_lang_menu:hover { border-bottom: 2px solid darkred;}*/
#link_getUpdate a{text-decoration: none; color: #000000;}
#link_getUpdate a:hover{text-decoration: underline;}
/* for the menu navigation section*/
#nav {
    line-height:50px;
    background-color:#395067;
    padding: 0;
    box-sizing: border-box;
    /*overflow: auto;*/
    margin: 0 auto;
    color: #FFFFFF;
    /*position: relative;*/
    clear: both;
}
#wrapper_nav {
    background-color:#cccccc;
}
#nav a{color: #ffffff; text-decoration: none; border-bottom: 3px solid #395067;}
#nav #nav_menu {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    padding-right: 30px;
    /*background-color:darkred;*/
    text-transform: uppercase;
    font-size: 17px;
    text-align: right;
}
#nav_menu ul {
    /*list-style: none;*/
    display: block;
    list-style-type: none;
}

#sliders {
    background: #cccccc;
    height: 350px;
    position: relative;
    /*clear: both;*/
    text-align: center;
}

/*for section content*/
#section {
    background: #cccccc;
    clear: both;
    box-sizing: border-box;
}
.content_wrap {
    position: relative;
    width: 100%;
    /*min-height: 500px;*/
}
#section #content {
    background: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    clear: both;
    padding: 0.5em;
    box-shadow: black 0 0 15px;
    position: relative; top: -20px;
    border-top: solid 10px #395067;
    /*box-shadow: black 0px 0px 10px;*/
    margin: auto 10px;
}
#section #content2 {
    background: #FFFFFF;
    display: inline-block;
    vertical-align: top;
    clear: both;
    padding: 0.5em; margin-bottom: 20px;
    box-shadow: black 0 0 15px;
    position: relative; top: 5px;
    margin-left: 10px; margin-right: 10px;
}
#section #content_share {
    vertical-align: top;
    clear: both;
    padding: 1em; padding-bottom: 2em;
    position: relative; top: 5px;
    margin-left: 10px; margin-right: 10px;
    border-top: 1px #395067 solid;
}
/*for section footer*/
footer {
    padding: 0 0.5em;
    box-sizing: border-box;
    background-color: #395067;  /*hsl(240, 100%, 35%); H: 0 (or 360) is red, 120 is green, 240 is blue */
    color: white;
    overflow: auto;
    margin: 0 auto;
    /*position: absolute;*/
    clear: both;
    border-top: solid 10px #FFFFFF;
    box-shadow: black 0 0 5px;
}
footer a {color: #ffffff; text-decoration: none;} footer a:hover {text-decoration: underline}
footer #fbox1,footer #fbox2,footer #fbox3 {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    padding: 0.5em;
    padding-top: 30px;
    /*background: #335500;*/
    font-size: 14px;
}
footer #fbox3 {    float: right; margin-left: 0.2em;}
#fbox1 #footer_icon,#fbox2 #footer_icon,#fbox3 #footer_icon {
    border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%;
    border:3px #ffffff solid;
    width: 55px; height: 55px;
    float: left;
    padding: 7px;
    margin-bottom: 30px;
    margin-right: 10px;
}
#fbox1 #footer_desc,#fbox2 #footer_desc,#fbox3 #footer_desc {
    width: auto;
    /*float: right;*/
    padding: 2px;
    text-align: left;
}
#footer {
    padding: 0;
    box-sizing: border-box;
    background-color: #F4F4F4;  /*hsl(240, 100%, 35%); H: 0 (or 360) is red, 120 is green, 240 is blue */
    color: black;
    position: relative;
    clear: both;
}
#footer #copyright {
    clear: both;
    text-align: center;
    padding: 0.2em 0; height: 34px;
}
/*for desktop*/
@media screen and (min-width:600px) {
    nav {
        /*float: left;*/
        /*width: 25%;*/
    }
    section {
        /*margin-left: 25%;*/
    }
}
/*for mobile*/
@media screen and (max-width:599px) {
    nav li {
        /*display: inline;*/
    }
}

.div_mission {
    background: #8AABBB; width: 33%; float: left; text-align: center;
    /*margin: 2px;*/
    line-height: 40px;
    color: white;
    /*text-transform: uppercase;*/

    font-weight: bold;
}
.div_mission:hover {
    cursor: pointer;
    background: #395067;
}
.div_mission:focus {
    background-color:#395067;
}