﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #FFF;
    font-size: 13px;
    font-family: "Tahoma";
    margin: 0px auto;
    padding: 0px;
    color: #696969;
    width: 1366px;
}

/* Index */
.bg-index
{
    background-image: url('../Images/bg-index.png');
    background-repeat: no-repeat;    
}
/* End Index */

.fullpage
{
    clear: both;
    width: 100%;  
    margin: 0px auto;
}
.fullpage .page
{
    clear: both;
    width: 980px;
    margin: 0px auto;
}   
.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFF;
    width: 980px;
    
}
.header-fix
{
    padding: 0px;
    background: #FFF;
    /*position:fixed;
    left:0px;
    top:0px;
    z-index: 10000;*/
}
.header .header-left
{
    float: left;
    padding: 25px 10px 10px 0px;
    width: 200px;
}
.header .header-left a
{
    text-decoration: none;
}
.header.header-left a img
{
    border: 0px solid #FFF;
}
.header .header-right
{
    float: right;
    width: 760px;    
}
.header .header-right .header-right-top
{
    width: 740px;
    float: right;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header .header-right .header-right-top .header-right-top-flag
{
    float: left;
    margin-left: 250px; 
}
.header .header-right .header-right-top .header-right-top-menutop
{
    float: left; 
    width: 235px;
    margin-left: 10px;
}
.header .header-right .header-right-top .header-right-top-search
{
    float: right;
}
.header .header-right .header-right-top .header-right-top-search .search
{
    text-align: right;
    margin: 10px 0px 10px auto;
}
.header .header-right .header-right-top .header-right-top-search .search .search-textbox
{
    float: left;    
}
.header .header-right .header-right-top .header-right-top-search .search .search-btn
{
    float: right;    
    margin-left: -35px;
}
.header .header-right .header-right-bottom
{
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

/* Footer */
.bgfooter
{
    background-color: #252525;
}
.footer
{
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.footer .footer-line
{
    background-image: url('../Images/bg_line_bottom.png');
    background-repeat: repeat-x;
    height: 14px;   
}
.footer .footer-top
{
    width: 980px;
    margin: 0px;
}
.footer .footer-top ul
{
    margin: 10px 3px 10px -45px; 
    list-style-type: none;
}
.footer .footer-top ul li
{
    display: inline-block;
    padding: 0px;
    vertical-align: top;
}
.footer .footer-top ul li .footer-top-item
{
    display: inline-block;
    width: 223px;
} 
.footer .footer-top ul li .footer-top-item .footer-top-item-title
{
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-left: -5px;
    width: 228px;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #5d5d5d;
}
.footer .footer-top ul li .footer-top-item .footer-top-item-list
{
    width: 228px;
}
.footer .footer-top ul li .footer-top-item .footer-top-item-list ul li, .footer .footer-top ul li .footer-top-item .footer-top-item-list ul li a
{
    border-bottom: 1px solid #464646;    
    padding: 10px 0 8px 0;
    width: 228px;
    font-family: Tahoma;
    font-size: 13px;
    color: #ececec;
    text-decoration: none;
    text-align: left;
}
.footer .footer-top ul li .footer-top-item .footer-top-item-list ul li.last, .footer .footer-top ul li .footer-top-item .footer-top-item-list ul li.last a
{
    border-bottom: 0px solid #464646;    
    padding: 10px 0 8px 0;
    width: 228px;
    font-family: Tahoma;
    font-size: 13px;
    color: #ececec;
    text-decoration: none;
    text-align: left;
}
.footer .footer-top ul li .footer-top-item .footer-top-item-list ul li .left, .footer .footer-top ul li .footer-top-item .footer-top-item-list ul li .left a
{
    float: left;  
    text-decoration: none;  
}
.footer .footer-top ul li .footer-top-item .footer-top-item-list ul li .right, .footer .footer-top ul li .footer-top-item .footer-top-item-list ul li .right a
{
    float: right;  
    text-decoration: none;  
}
.footer .footer-top ul li .footer-top-item .footer-top-item-list ul.last li .right, .footer .footer-top ul li .footer-top-item .footer-top-item-list ul.last li .right a
{
    float: left;  
    margin-left: 10px;
    text-decoration: none;     
}
.footer .footer-bottom
{
    width: 980px;
    margin: -10px 0 0 0;
    text-align: left;  
}
.footer .footer-bottom .footer-bottom-main
{
    width: 100%; 
    height: 60px;  
}
.footer .footer-bottom .footer-bottom-main .footer-bottom-left
{
    float: left;
    width: 880px;
    padding: 20px 0 10px 0px;
    color: #4a4c51;
    font-family: Tahoma;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.footer .footer-bottom .footer-bottom-main .footer-bottom-right
{
    padding: 10px 20px 10px 0;
    color: #959595;
    font-family: Tahoma;
    font-size: 12px;
    text-align: right;
}
/* End Footer */

/* Button */
.clsbtn
{
    background-color: #3e97cd;
    border: 1px solid #3e97cd;
    border-radius: 3px;
    height: 32px;
    color: #FFF;
    font-weight: bold;
}
/* End Button */

/* Join Stock */
.bgjoinstock
{
    margin: 0 auto;
    background: #3e97cd url('../Images/bg_joinstock.png');
    background-repeat: repeat;
    background-position: center;
    height: 50px;
}
.fullpage .page .joinstock
{
   width: 980px;
   padding-top: 14px;
}
.fullpage .page .joinstock .joinstockleft .spanleft
{
    float: left;
    margin-right: 20px;
    margin-top: 5px; 
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold; 
    color: #ffffff;  
    width: 50px;
}
.fullpage .page .joinstock .span_joinstock
{
    float: left;
    width: 710px;
    margin-top: 3px;
    overflow: hidden;
}
.fullpage .page .joinstock .span_joinstock span
{
    margin-right: 5px !important;
    vertical-align: middle;
    font-family: Tahoma;
    font-size: 13px;
    color: #ffffff;
    
}
.fullpage .page .joinstock .span_joinstock span.header
{
    font-family: Tahoma;
    font-size: 13px;
    background-color: transparent;
    margin-left: 20px !important;
    vertical-align: middle;
    
}
.fullpage .page .joinstock .joinstockright
{
    float: right;
    width: 190px; 
}
.fullpage .page .joinstock .joinstockright .spanright
{
    width: 100%;
    float: left;
    margin-top: 5px; 
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold; 
    color: #ffffff;  
    text-align: right; 
}
/* End Join Stock */

/* News Slideshow */
.fullpage .bgnewssl
{
    background-color: #faf9f4;
    width: 100%;
    height: 90px;
}
.fullpage .bgnewssl .page .newsslideshow
{
    float: left;
    width: 880px; 
    height: 90px;   
}
.fullpage .bgnewssl .page .newsslideshow #slidenews
{
    margin-top: 27px;
}
.fullpage .bgnewssl .page .newsslideshow #slidenews ul li
{
    height: 40px;
}
.fullpage .bgnewssl .page .newsslideshow #slidenews ul li .slidenews-title a
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #383837;
    text-decoration: none;
}
.fullpage .bgnewssl .page .newsslideshow #slidenews ul li .slidenews-desc
{
    margin-top: 3px;
    font-family: Tahoma;
    font-size: 13px;
    color: #696969;
}
.fullpage .bgnewssl .page .btnright
{
    float: left;  
    text-align: right; 
    padding-top: 32px;
}
/* End News Slideshow */

/* Main Service */
.fullpage .bgservice
{
    background-color: #FFFFFF;
    width: 100%;
    height: 200px; 
    margin: 40px 0 40px 0;
}
.fullpage .bgservice .page .service
{
    margin: 0px;
}
.fullpage .bgservice .page .service .service-item
{
    float: left;
    width: 290px;
    margin-right: 50px;  
}
.fullpage .bgservice .page .service .service-item-last
{
    float: left;
    width: 300px;
    margin-left: 0px; 
    margin-right: 0px; 
}
.fullpage .bgservice .page .service .service-item .service-img, .fullpage .bgservice .page .service .service-item-last .service-img
{
    text-align: center;  
}
.fullpage .bgservice .page .service .service-item .service-title, .fullpage .bgservice .page .service .service-item-last .service-title
{
    margin: 10px 0 10px 0;
    text-align: center;  
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #3c3c3a;
    text-decoration: none;
}
.fullpage .bgservice .page .service .service-item .service-title a, .fullpage .bgservice .page .service .service-item-last .service-title a
{
    margin: 10px 0 10px 0;
    text-align: center;  
    font-family: Tahoma;
    font-size: 16px;
    font-weight: bold;
    color: #3c3c3a;
    text-decoration: none;
}
.fullpage .bgservice .page .service .service-item .service-desc, .fullpage .bgservice .page .service .service-item-last .service-desc
{
    margin: 0 0 10px 0;
    text-align: center;  
    font-family: Tahoma;
    font-size: 13px;
    color: #696969;
    line-height: 20px;
}
/* End Service */

/* Into */
.fullpage .bgintro
{
    background-color: #f2fafc;
    width: 100%;
    height: 550px; 
    margin: 40px 0 40px 0;
    border-top: 1px solid #e3eaec;
    border-bottom: 1px solid #e3eaec;
}
.fullpage .bgintro .page .intro
{
    margin: 0px;
}

.fullpage .bgintro .page .intro .intro-text
{
    width: 100%;
    margin: 30px 0 15px 0;
    text-align: center;
}
.fullpage .bgintro .page .intro .intro-text a
{
    font-family: Tahoma;
    font-size: 20px;
    font-weight: bold;
    color: #3e97cd;
    text-decoration:none;
    cursor:pointer;
}
.fullpage .bgintro .page .intro .intro-desc
{
    width: 100%;
    margin: 5px 0 5px 0;
    text-align: center;
}
.fullpage .bgintro .page .intro .intro-desc a
{
    font-family: Tahoma;
    font-size: 13px;
    color: #696969;
    line-height: 20px;
    text-decoration:none;
    cursor:pointer;
}
.fullpage .bgintro .page .intro .intro-img
{
    margin: 5px 0 5px 0;
    text-align: center;
    
}
.fullpage .bgintro .page .intro .intro-img img
{
    width: 550px;
}
/* End Intro */
/*Icon Form*/
.id-user {
    background-image: url("../Images/id-user.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
}
.id-pass {
    background-image: url("../Images/id-pass.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-oldpass {
    background-image: url("../Images/id-key.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-mail {
    background-image: url("../Images/id-email.png");
    background-position: 7px 9px;
    background-repeat: no-repeat;
}
.id-calendar{
    background-image: url("../Images/id-calendar.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
 }
.id-phone {
    background-image: url("../Images/id-phone.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
}
.id-address {
    background-image: url("../Images/id-add.png");
    background-position: 6px 8px;
    background-repeat: no-repeat;
}
.id-city {
    background-image: url("../Images/id-city.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-file{
    background-image: url("../Images/id-file.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-note{
    background-image: url("../Images/id-note.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-company
{
    background-image: url("../Images/id-company.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-tel
{
    background-image: url("../Images/id-telephone.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
/*End Icon Form*/
/* Partner */
.fullpage .bgpartner
{
    background-color: #ffffff;
    width: 100%;
    height: 80px; 
    margin: 40px 0 40px 0;
}
.fullpage .bgpartner .page .partner
{
    margin: 0px;
}
.fullpage .bgpartner .page .partner .partner-left
{
    float: left;
    width: 820px;
    text-align: left;
    font-family: Tahoma;
    font-size: 13px;
    font-style: italic;
    line-height: 20px;
    color: #696969;
}
.fullpage .bgpartner .page .partner .partner-login
{
    float: right;
    width: 140px;
    text-align: right;
}
.fullpage .bgpartner .page .partner .partner-login a img
{
    border: 0px solid #FFFFFF;
}
/* End Partner */

/* Page Intro */
/*Background top*/
.bg-top
{
    width: 100%;
    margin: 100px auto 0 0;
    background: #3e97cd url('../Images/bg_top.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 120px;
}

.bg-top-service
{
    width: 100%;
    margin: 100px auto 0 0;
    background: #3e97cd url('../Images/bg-service.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}
.bg-top-partner
{
    width: 100%;
    margin: 100px auto 0 0;
    background: #3e97cd url('../Images/bg-partner.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

.bg-top-about
{
    width: 100%;
    margin: 100px auto 0 0;
    background: #3e97cd url('../Images/bg-about.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

.bg-top-recruitment
{
    width: 100%;
    margin: 100px auto 0 0;
    background: #3e97cd url('../Images/bg-recruitment.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

.bg-top-contact
{
    width: 100%;
    margin: 100px auto 0 0;
    background: #3e97cd url('../Images/bg-contact.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

.bg-top-library
{
    width: 100%;
    margin: 100px auto 0 0;
    background: #3e97cd url('../Images/bg-library.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

.bg-top-news
{
    width: 100%;
    margin: 100px auto 0 0;
    background: #3e97cd url('../Images/bg-news.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

.bg-top-search
{
    width: 100%;
    margin: 100px auto 0 0;
    background: #3e97cd url('../Images/bg-search.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

/*End Background top*/
.fullpage .main-content .page .page-intro-text
{
    width: 100%;
    margin: 30px 0 15px 0;
    font-family: Tahoma;
    font-size: 16px;
    color: #3e97cd;
    font-weight: bold;  
    text-transform: uppercase;
}
/* End Page Intro */

/* Main Page */
.fullpage .main-content
{
    width: 980px; 
    margin: 0px auto;   
}
.fullpage .main-content .page .menu-left
{
    float: left;
    width: 230px;  
}
.fullpage .main-content .page .menu-left .menu-title
{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #696969;
}
.fullpage .main-content .page .content-right
{
    float: right;
    width: 740px;
}
/* End Main Page */

/* div Content */
.divContent
{
    margin: 20px 0 20px 0;    
}
/* End div Content */


/* News */
.fullpage .main-content .page .content-right .divContent .news-item
{
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px; 
    border-bottom: 1px solid #ededed;   
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-left
{
    float: left;
    width: 100px;
    margin-right: 20px;    
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-left a
{
    text-decoration: none;  
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-left a img
{
    width: 100px;
    height: 80px;
    border: 1px solid #ededed;
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right
{
    float: left;
    width: 600px;    
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-item-title
{
    width: 100%;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #3e97cd; 
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-item-title a
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #3e97cd; 
    text-decoration: none;
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-item-desc
{
    font-family: Tahoma;
    font-size: 12px;
    color: #696969; 
    line-height: 20px;
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-item-more
{
    background-image: url(../images/icon-more.png);
    background-position: 520px center;
    background-repeat: no-repeat;
    text-align: right;
    font-family: Tahoma;
    font-size: 12px;
    color: #3e97cd;
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-item-more a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #3e97cd;
    text-decoration: none;
}

/* View and Download */
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-link
{
    position: relative;
    width: 100%;
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-link .news-item-view
{
    float: right;
    background-image: url(../images/icon-more.png);
    background-position: right;
    background-repeat: no-repeat;
    font-family: Tahoma;
    font-size: 12px;
    color: #3e97cd;
    width: 117px;
    text-align: left;
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-link .news-item-view a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #3e97cd;
    text-decoration: none;
	padding-left: 40px;
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-link .news-item-download
{
    float: right;
    background-image: url(../images/icon-download.png);
    background-position: right;
    background-repeat: no-repeat;
    font-family: Tahoma;
    font-size: 12px;
    color: #3e97cd;
    width: 95px;
    text-align: left;
}
.fullpage .main-content .page .content-right .divContent .news-item .news-item-right .news-link .news-item-download a
{
    font-family: Tahoma;
    font-size: 12px;
    color: #3e97cd;
    text-decoration: none;
	padding-left: 60px;
}
/* End View and Download */

.fullpage .main-content .page .content-right .divContent .news-detail
{
    width: 100%;    
}
 
.fullpage .main-content .page .content-right .divContent .news-detail .news-detail-title
{
    width: 100%;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    color: #3e97cd;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
    text-transform: uppercase;
}
.fullpage .main-content .page .content-right .divContent .news-detail .news-detail-content
{
    width: 100%;
    font-family: Tahoma;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.fullpage .main-content .page .content-right .divContent .news-other
{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;    
}
.fullpage .main-content .page .content-right .divContent .news-other-item
{
    width: 100%;
    background-image: url(../images/icon-menu-left.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold; 
    color: #3e97cd;  
}
.fullpage .main-content .page .content-right .divContent .news-other-item a
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold; 
    text-decoration: none;  
    color: #3e97cd;
}
.fullpage .main-content .page .content-right .divContent .news-other-item a:hover
{
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold; 
    text-decoration: none;  
    color: #414042;
}
/* End News */
/*Icon Form*/
.id-user {
    background-image: url("../Images/id-user.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
}
.id-pass {
    background-image: url("../Images/id-pass.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-mail {
    background-image: url("../Images/id-email.png");
    background-position: 7px 9px;
    background-repeat: no-repeat;
}
.id-calendar{
    background-image: url("../Images/id-calendar.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
 }
.id-phone {
    background-image: url("../Images/id-phone.png");
    background-position: 7px 8px;
    background-repeat: no-repeat;
}
.id-address {
    background-image: url("../Images/id-add.png");
    background-position: 6px 8px;
    background-repeat: no-repeat;
}
.id-city {
    background-image: url("../Images/id-city.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-file{
    background-image: url("../Images/id-file.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-note{
    background-image: url("../Images/id-note.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-company
{
    background-image: url("../Images/id-company.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
.id-sex
{
    background-image: url("../Images/id-gender.png");
    background-position: 7px 7px;
    background-repeat: no-repeat;
}
/*End Icon Form*/
/* Partner */
.fullpage .main-content .page .content-right .divContent .product-item
{
    float: left;
    width: 210px;
    margin-right: 45px;
    margin-bottom: 30px;
}
.fullpage .main-content .page .content-right .divContent .product-item-last
{
    float: left;
    width: 210px;
    margin-bottom: 30px;
}
.fullpage .main-content .page .content-right .divContent .product-item .item-img, .fullpage .main-content .page .content-right .divContent .product-item-last .item-img
{
    width: 210px;
    height: 130px;
    border: 1px solid #bcbec0;
    margin-bottom: 10px;
}
.fullpage .main-content .page .content-right .divContent .product-item .item-title, .fullpage .main-content .page .content-right .divContent .product-item-last .item-title
{
    width: 210px;
    text-align: center;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: bold;
    color: #414042;
}
/* End Partner */

/* Recruitment */
.rec-item
{
    width: 100%;
    border-bottom: 1px dotted #bcbec0;
    height: 40px;
}
.rec-item .rec-title
{
    float: left;
    width: 78%;
    margin-top: 10px;
    margin-bottom: 8px;
}
.rec-item .rec-title span
{
    font-family: Tahoma;
    font-size: 16px;
    color: #3e97cd;
    font-weight: bold;
    text-decoration: none;
}
.rec-item .rec-title a
{
    font-family: Tahoma;
    font-size: 14px;
    color: #3e97cd;
    text-decoration: none;
}
.rec-item .rec-date
{
    float: right;
    width: 22%; 
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #3e97cd;
} 
.rec-item .rec-date span
{
    font-size: 16px;
    color: #3e97cd;
    font-weight: bold;
}
/* Tung Edit */
.fullpage .main-content .page .content-right .divContent .divsendjob
{
    clear: both;
    margin-bottom: 10px;
    text-align: right;    
}
.fullpage .main-content .page .content-right .divContent .divsendjob .clsbtnre
{
    background-color: #3e97cd;
    border: 1px solid #3e97cd;
    border-radius: 3px;
    height: 32px;
    color: #FFF;
    font-weight: bold;
    padding: 8px;
    text-decoration: none;
}
/* End  Tung Edit */
/* Recruitment */
/* Send jod Application */
.fullpage .main-content .page .content-right .form-left
{
    float: left;
    width: 340px;
    margin-right: 25px;
    font-family: Tahoma;
    font-size: 13px;
}
.fullpage .main-content .page .content-right .form-right
{
    float: left;
    width: 340px;
    margin-left: 25px;
    font-family: Tahoma;
} 
.fullpage .main-content .page .content-right .form-right .job-slogan
{
   margin-top:-20px;
}
/*   End Send Job Application */

/* Contact */
.fullpage .main-content .page .content-right .divContent .contact-map
{
    width: 740px;
    margin: 30px 0 20px 0;
    /*border: 1px solid #bcbec0; */   
}
.fullpage .main-content .page .content-right .divContent .contact-map .contact-title
{
    margin-bottom: 5px;
    font-family: Tahoma;
    font-size: 16px;
    color: #3e97cd;
    font-weight: bold;  
    text-transform: uppercase;
}

.fullpage .main-content .page .content-right .divContent .contact-map .form-left
{
    float: left;
    width: 340px;
    margin-right: 25px;
    font-family: Tahoma;
    font-size: 13px;
}
.fullpage .main-content .page .content-right .divContent .contact-map .form-right
{
    float: left;
    width: 340px;
    margin-left: 15px;
    font-family: Tahoma;
}
.fullpage .main-content .page .content-right .divContent .contact-title
{
    margin-top: 10px;
    font-family: Tahoma;
    font-size: 16px;
    color: #3e97cd;
    font-weight: bold;
    text-transform: uppercase;
}
.fullpage .main-content .page .content-right .divContent .contact-form
{
    width: 740px;
    height: 300px;
    margin: 0;  
}
.fullpage .main-content .page .content-right .divContent .contact-form .form-left
{
    float: left;
    width: 340px;
    margin-right: 25px;
    font-family: Tahoma;
    font-size: 13px;
}
.fullpage .main-content .page .content-right .divContent .contact-form .form-left .maps-contact
{
    margin-top: 15px;
    border: 1px solid #bcbec0;
}

.fullpage .main-content .page .content-right .divContent .contact-form .form-left .contact-title
{
    margin-top: 10px;
    font-family: Tahoma;
    font-size: 16px;
    color: #3e97cd;
    font-weight: bold;
    text-transform: uppercase;
}
.fullpage .main-content .page .content-right .divContent .contact-form .form-right
{
    float: left;
    width: 340px;
    margin-left: 25px;
    font-family: Tahoma; 
}
.fullpage .main-content .page .content-right .divContent .contact-form .form-right .contact-title
{
    margin-top: 10px;
    font-family: Tahoma;
    font-size: 16px;
    color: #3e97cd;
    font-weight: bold;
    text-transform: uppercase;
}
/* End Contact */

/* Textbox */
.company-title
{
    color: #414042;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
}
.company-desc
{
    color: #414042;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 20px;
}
.classtext
{
    width: 300px;
    height: 30px;
    background-color: #f4f4f4;
    border: 1px solid #CCC; 
    padding: 0 5px 0 35px;
}
.classtext-contact
{
    width: 300px;
    height: 30px;
    background-color: #f4f4f4;
    border: 1px solid #CCC; 
    padding: 0 5px 0 35px;
}
.sendjob-title
{
    margin-bottom: 5px;
    font-family: Tahoma;
    font-size: 16px;
    color: #3e97cd;
    font-weight: bold;  
    text-transform: uppercase;
}
.classtextare
{
    width: 300px;
    background-color: #f4f4f4;
    border: 1px solid #CCC;  
    padding: 0 5px 0 35px;   
}
.classtextare-contact
{
    width: 300px;
    background-color: #f4f4f4;
    border: 1px solid #CCC;    
    padding: 0 5px 0 35px; 
}

/* End Textbox */

/* Table */
#emp {
    border-collapse: collapse;
    font-family: Tahoma;
    width: 100%;
}
#emp td, #emp th {
    border: 1px solid #3e97cd;
    font-size: 13px;
    padding: 5px 7px 5px;
}
#emp th {
    background-color: #3e97cd;
    color: #FFF;
    font-size: 14px;
    padding-bottom: 4px;
    padding-top: 5px;
    text-align: center;
}
#emp tr.alt td {
    background-color: #eaf2d3;
    color: #000;
}
/* End table */

/* Login form */
.fullpage .main-content .page .divContent .loginform
{
    width: 350px;
    margin: 0 auto;
    border: 1px solid #3e97cd;
    border-radius: 5px;
    padding: 0;
}
.fullpage .main-content .page .divContent .loginform .login-title
{
    margin: 0 0 10px 0;
    padding-top: 10px;
    background-color: #3e97cd;
    height: 30px;
    color: #FFF;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.fullpage .main-content .page .divContent .loginform .login-user, .fullpage .main-content .page .divContent .loginform .login-button
{
    margin: 0 0 10px 0;
    padding: 0 10px 0 10px;
    font-family: Tahoma;
    text-align: left;
}
.fullpage .main-content .page .divContent .loginform .login-desc
{
    padding: 10px 10px 0 10px;
    height: 20px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
}
.fullpage .main-content .page .divContent .loginform .login-alert
{
    padding: 0 10px 0 10px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
    color: Red;
}
.fullpage .main-content .page .divContent .loginform .login-desc a
{
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #696969;
}
.fullpage .main-content .page .divContent .loginform .login-desc a:hover
{
    color: #3e97cd;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
}
/* End Login form */

/* Popup */
.loginform
{
    margin: 0 auto;
    padding: 0;
}
.loginform .login-title
{
    margin: 0 0 10px 0;
    padding-top: 10px;
    background-color: #3e97cd;
    height: 30px;
    color: #FFF;
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.loginform .login-user, .loginform .login-button
{
    margin: 0 0 10px 0;
    padding: 0 10px 0 10px;
    font-family: Tahoma;
    text-align: left;
}
.loginform .login-desc
{
    padding: 10px 10px 0 10px;
    height: 20px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
}
.loginform .login-alert
{
    padding: 0 10px 0 10px;
    font-family: Tahoma;
    font-size: 12px;
    text-align: left;
    color: Red;
}
.loginform .login-desc a
{
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #696969;
}
.loginform .login-desc a:hover
{
    color: #3e97cd;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
}
/* End Popup */ 
/*Tung Edit 25102014*/
.viewmap
{
  background: url("../Images/icon-maps.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
  color: #1686e5;
  font-weight: normal;
  padding: 11px 0 0 40px;
  text-decoration:none;
  cursor:pointer;
}
/*End Tung Edit 25102014*/
/* Pages */
.fullpage .main-content .page .content-right .divContent .divPages
{
    clear: both;
    width: 720px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fullpage .main-content .page .content-right .divContent .divPages .PagesRight
{
    float: right;    
}
.fullpage .main-content .page .content-right .divContent .divPages .Pages
{
    width: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 4px;
    float: left;
    background-color: #3e97cd;
    border: 1px solid #FFF;
    border-radius: 15px;
    padding: 4px 3px 4px 3px;
    text-align: center;
    vertical-align: middle;  
    text-decoration: none;
}
.fullpage .main-content .page .content-right .divContent .divPages .Pages .linkpages
{
    color: #696969;
    text-decoration: none;
    
}
.fullpage .main-content .page .content-right .divContent .divPages .Pages .linkpages_visited
{
    color: #fff;
    text-decoration: none;
}
/* End Pages */

/* Cargo Tracking */
.divContent .content-top 
{
    width: 752px;
    background-color: #3e97cd;
    height: 50px;
    padding: 5px;
    color: #FFF;
    font-weight: bold;
}
.divContent .content-top .content-top-item
{
    float: left;
    width: 188px;    
}
.divContent .contentrs
{
    clear: both;
    margin-top: 40px; 
    padding-bottom: 40px;   
}
/* End Carge Tracking */

/* Information */
.divContent .content-top .search-char
{
    width: 100%;   
}
.divContent .content-top .search-char span
{
    margin: 5px 5px 0 5px; 
    padding: 4px;
}
.divContent .content-top .search-char span a
{
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.divContent .content-top .search-char span a:hover
{
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}
.divContent .content-top .search-char span a.active
{
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
}
/* End Information */

/* Search */
.main-content .page .divContent .search-item
{
    width: 100%;
    margin-bottom: 20px;    
}
.main-content .page .divContent .search-item .search-item-title
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #3e97cd;
}
.main-content .page .divContent .search-item .search-item-title a
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #3e97cd;
    text-decoration: none;
}
.main-content .page .divContent .search-item .search-item-title a:hover
{
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #3e97cd;
    text-decoration: underline;
}
.main-content .page .divContent .search-item .search-item-desc
{
    margin-top: 5px;    
}
/* End Search */

/* Class fix */
.classfixed
{
    width: 100%;
    position:fixed;
    left:0px;
    top:0px;
    z-index: 10000;    
}
/* End Class fix */

/* Toolbox */
#toolbox 
{
    background:url("../Images/bg_transparent.png");
    background-repeat:repeat;
    bottom: 45%;
    display: block;
    position: fixed;
    right: 0px;
    width: 50px;
    z-index: 100000;
}
#toolbox ul 
{
    float: right;
    width: 20px;
    list-style-type: none;
    padding-right: 20px;
    padding-bottom: 8px;
}
#toolbox li {
    height: 30px;
    margin-top: 10px;
    width: 30px;
}
#toolbox li a {
    background: url("../Images/icon-facebook.png") no-repeat scroll -9999px -9999px #39c;
    border: 2px solid #fff;
    border-radius: 20px;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
}
#toolbox li a span {
    display: none;
    height: 25px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    top: -3px;
    width: 100px;
}
#toolbox li a:hover {
    background-color: #fff;
    border: 2px solid #9de4f6;
    border-radius: 20px;
}
#toolbox li.toTop a {
    background: url("../Images/ontop.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
#toolbox li.twitter a 
{
    background: url("../Images/icon-skype.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
#toolbox li.plus a 
{
    background: url("../Images/icon-googleplus.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
#toolbox li.facebook a {
    background: url("../Images/icon-facebook.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
}
/* End Toolbox */



/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}