@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: local('☺'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/MyriadPro-Bold.eot');
    src: url('../fonts/MyriadPro-Bold.svg') format('svg'),url('../fonts/MyriadPro-Bold.eot?#iefix') format('eot'),
    url('../fonts/MyriadPro-Bold.woff') format('woff'),
    url('../fonts/MyriadPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



html, body {
    width:100%;
    min-height: 100%;
    font-family: 'MyriadPro-Regular';
    color:#828282;
    min-width: 1040px;
}
.page{

}

header{
    width:100%;
    background:#fff;
    /*    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);*/
    position:relative;
    z-index:9;
}
.hd {
    width:1040px;
    margin:0 auto;
}
.logo-NCB {
    display: block;
    float: left;
    height: 80px;
    padding: 11px 0 15px;
    position: relative;
    text-align: center;
    width: 200px;
    z-index: 1;
}
.ctMenuTop {
    float:right;
    margin-top:23px;
}
/*.ctMenuTop a{
    display:block;
    float:left;
    text-transform:uppercase;
    font-family: 'MyriadPro-Regular';
    font-size:8pt;
    color:#7c7c7c;
    margin-left:15px;
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:23px;
    line-height:17px;
}*/
.ctMenuTop a:hover {
    color:#203f7f;
    text-decoration:none;
}
.ctMenuTop .about {
    margin-top:9px;
    background-image:url(../images/iconNavTop_1.gif);
}
.ctMenuTop .network {
    margin-top:9px;
    background-image:url(../images/iconNavTop_2.gif);
}
.ctMenuTop .contact {
    margin-top:9px;
    background-image:url(../images/iconNavTop_3.gif);
}
.ctMenuTop .help {
    margin-top:9px;
    background-image:url(../images/iconNavTop_4.gif);
}
.ctLogout {
    float:right;
    clear:right;
    margin-top:12px;
}
.ctLogout p {
    font-size:9pt;
    font-family: 'MyriadPro-Bold';
    display:block;
    float:left;
    margin-right: 15px;
    margin-top: 5px;
    color:#203f7f;
    text-transform:uppercase;
    line-height:24px;
}
/*.ctLogout a {
    display:block;
    float:left;
    height:24px;
    font-size:8pt;
    font-family: 'MyriadPro-Bold';
    color:#fff;
    text-transform:uppercase;
    line-height:24px;
    padding:0 20px;
    background:url(../images/bg_sm_btn.png) top repeat-x;
}*/
/*.ctLogout a:hover {
    text-decoration:none;
    background:url(../images/bg_sm_btn.png) bottom repeat-x;
}*/


.loginPage nav {
    display:none;
}
.loginPage .ctLogout {
    display:none;
}
.loginPage .ctMenuTop {
    margin-top: 23px;
}
nav{
    width:100%;
    height:34px;
    background:url(../images/bgNav.gif) repeat-x;
    position:relative;
}
.ctSubnav {
    width:100%;
    height:34px;
    position:absolute;
    top:34px;
    left:0;
    background:#f9f9f9;
    display:none;
}
.nav {
    width:1040px;
    margin:0 auto;
}
#nav {
    float:right;
    display:block;
}
#nav  li {
    display:block;
    float:left;
    position:relative;
}
#nav  li a {
    display:block;
    line-height:34px;
    font-size:10pt;
    font-family: 'MyriadPro-Bold';
    color:#fff;
    text-transform:uppercase;
    padding:0 17px;
}
#nav  li a:hover,
#nav  li a.active {
    text-decoration:none;
    background:url(../images/bgNav_hv.gif) repeat-x;
}
#nav  li .suvNav {
    position:absolute;
    top:34px;
    left:0;
    width:1040px;
    z-index:9;
    display:none;
}
#nav  li .sub_1 {
    width:1040px;
}
#nav  li .sub_2 {
    left: -450px;
    width: 1040px;
}
#nav  li .suvNav li {

}
#nav  li .suvNav li a {
    color:#575656;
    padding:0 24px 0 0;
}
#nav  li .suvNav li a:hover {
    color:#203f7f;
    background:none;
}

footer{
    width:100%;
    background:#203f7f;
    height:38px;
    position:relative;
    z-index:9;
}
.loginPage footer {
    position:fixed;
    left:0;
    bottom:0;
}
footer .ft {
//width:1040px;
    width:270px;
    margin:3px auto;
}
footer .ft p {
    display:block;
    float:left;
    font-size:8pt;
    line-height:38px;
    color:#fff;
    text-transform:uppercase;
}
footer .ft ul {
    display:block;
    float:right;
    margin-top:12px;
}
footer .ft ul li {
    display:block;
    float:left;
    border-left:1px #FFF solid;
    padding:0 10px;
}
footer .ft ul li.first{
    border:none;
}
footer .ft ul li a {
    font-size:8pt;
    color:#fff;
    text-transform:uppercase;
}
footer .ft ul li a:hover {
    text-decoration:none;
    color:#bd3734;
}


.ct_login {
    width:100%;
    height:100px;
    position:relative;
    z-index:9;
    overflow:hidden;
}
.ct_login .login {
    width:330px;
    height:468px;
    border-radius:5px;
    background:#ececec;
    position:fixed;
    top:50%;
    left:50%;
    margin:-231px 0 0 -165px;
    padding:30px 30px 10px 30px;
    z-index:9;
}
.ct_login .forgotPass {
    height:267px;
    margin:-114px 0 0 -165px;
}
.ct_login .login .icon_login {
    display:block;
    position:absolute;
    top:-57px;
    left:118px;
}
.ct_login .login .alertP {
    width:270px;
    text-align:center;
    display:block;
    position:absolute;
    top:46px;
    left:30px;
    font-size:11pt;
    color:#F00;
}

.ct_login .login h2 {
    color:#333333;
    font-size:21pt;
    font-weight:normal;
    font-family: 'MyriadPro-Bold';
    text-align:center;
    text-transform:uppercase;
    padding-top:35px;
    padding-bottom:12px;
}
.ct_login .login ul {
    display:block;
    width:100%;
    float:left;
}
.ct_login .login ul li {
    display:block;
    width:270px;
    float:left;
    margin-bottom:20px;
}
.ct_login .login ul li .iPText {
    display:block;
    width:270px;
    border:none;
    background:#d3d3d3;
    text-align:center;
    color:#333333;
    font-size:13pt;
    padding:10px 10px;
    border-radius:3px;
}
.ctCapcha {
    width:100%;
    height:60px;
    background:#fff;
    text-align:center;
}
.ctCapcha img {
    height:100%;
}
.ct_login .login ul li .ipCapcha {
    display:block;
    width:270px;
    border:none;
    background:#fff;
    text-align:center;
    color:#969696;
    font-size:13pt;
    padding:10px 10px;
    border-radius:3px;
}
.ct_login .login ul li .btnLogin {
    display:block;
    width:100%;
    height:50px;
    line-height:50px;
    border:none;
    cursor:pointer;
    text-align:center;
    font-size:16pt;
    color:#ececec;
    text-transform:uppercase;
    font-family: 'MyriadPro-Bold';
    border-radius:3px;
    background:url(../images/btnLogin.gif) top repeat-x;
}
.ct_login .login ul li .btnLogin:hover {
    text-decoration:none;
    background:url(../images/btnLogin.gif) bottom repeat-x;
}
.ct_login .login ul li a {
    font-size:13pt;
    text-align:center;
    color:#f5683d;
    width:100%;
    display:block;
    margin-top:5px;
}
.ct_login .login ul li a:hover {
    text-decoration:none;
    color:#0b5193;
}

.shadowLogin {
    display:block;
    position:fixed;
    top:50%;
    left:50%;
    margin-left: -164px;
    margin-top: -231px;
    z-index:2;
}

.shadowForgot {
    display:block;
    position:fixed;
    top:50%;
    left:50%;
    margin-left: -164px;
    margin-top: -114px;
    z-index:2;
}


.container {
    width:1040px !important;
    margin:0 auto;
    clear:both;
    overflow:hidden;
    padding-top:50px !important;
    padding-left:0px !important;
    padding-right:0px !important;
}
.left {
    float:left;
    width:800px;
}
.left h2 {
    font-size:12pt;
    text-transform:uppercase;
    font-weight:normal;
    font-family: 'MyriadPro-Bold';
    line-height:25px;
    margin-top:0px !important;

}
.left h2 span {
    margin-left:6px;
    color:#203f7f;
}
.left h2 em {
    margin-left:10px;
    background:url(../images/arowem.gif) left center no-repeat;
    padding-left:12px;
    color: #bf3734;
}
.listTk {
    float:left;
    margin-bottom:20px;
    margin-top:10px;
    width:100%;
}
.listTk h3 {
    font-size:12pt;
    text-transform:uppercase;
    font-weight:normal;
    font-family: 'MyriadPro-Bold';
    line-height:24px;
    display:block;
    color:#bd3734;
    background:url(../images/arowh3.gif) left center no-repeat;
    padding-left:18px;
    margin-bottom:10px;
}
.listTk table {
    border:1px #E8E8E8 solid;
    border-bottom:none;
    border-right:none;
}
.listTk table th {
    background:#203f7f;
    font-size:11pt;
    color:#fff;
    padding:10px 0;
    border-bottom:1px #fafafa solid;
    border-right:1px #fafafa solid;
}
.listTk table td {
    background:#fefcfc;
    font-size:10pt;
    color:#575656;
    padding:10px 0;
    border-bottom:1px #E8E8E8 solid;
    border-right:1px #E8E8E8 solid;
    text-align:center;
}
.listTk table td a {
    color:#575656;
}
.listTk table td a:hover {
    text-decoration:none;
    color: #203f7f;
}


.ct_list_acc {
    float:left;
    width:100%;
    margin-top:10px;
}
.ct_list_acc .tt_listAcc {
    background:#203f7f;
    border-radius:5px 5px 0 0;
    color:#fff;
    font-family: 'MyriadPro-Bold';
    font-size:11pt;
    padding:10px 0;
    display:block;
    width:100%;
}
.ct_list_acc .tt_listAcc span {
    margin-left:19px;
    display:block;
}
.ct_list_acc table {
    border:1px #E8E8E8 solid;
    border-bottom:none;
    border-right:none;
}
.ct_list_acc table th {
    background:#f0f1f3;
    font-size:10pt;
    color:#203f7f;
    padding:10px 0;
    border-bottom:1px #f5f5f5 solid;
    border-right:1px #f5f5f5 solid;
}
.ct_list_acc table td {
    background:#fefcfc;
    font-size:10pt;
    color:#575656;
    padding:10px 0;
    border-bottom:1px #E8E8E8 solid;
    border-right:1px #E8E8E8 solid;
    text-align:center;
}
.ct_list_acc table td a {
    color:#575656;
}
.ct_list_acc table td a:hover {
    text-decoration:none;
    color: #203f7f;
}
.checkbox {
    width: 15px;
    height: 15px;
    background:url(../images/bg_checkBox.gif) no-repeat;
    display: block;
    cursor:pointer;
    margin:auto;
}
.radio {
    width: 15px;
    height: 15px;
    background:url(../images/bg_radio.gif) no-repeat;
    display: block;
    cursor:pointer;
    margin:auto;
    min-height: 15px !important;
    margin-top: 0px !important;
}
.radio1 {
//width: 15px;
//height: 15px;
//background:url(../images/bg_radio.gif) no-repeat;
//display: block;
    cursor:pointer;
    margin:auto;
}
.ct_list_acc table td .checkbox {
    margin-bottom: -3px;
}
.ct_list_acc .paging {
    background:#203f7f;
    border-radius:0 0 5px 5px;
    color:#fff;
    font-family: 'MyriadPro-Bold';
    padding:10px 0;
    display:block;
    width:100%;
    clear:both;
    overflow:hidden;
}
.ctPaging {
    float:right;
    margin-right:10px;
}
.ctPaging a {
    display:block;
    float:left;
    background:url(../images/bgPage.gif) top repeat-x;
    text-align:center;
    line-height:18px;
    font-family: 'MyriadPro-Bold';
    font-size:9pt;
    padding:0 5px;
    margin-left:4px;
    color:#fff;
    border-radius:2px;
}
.ctPaging a:hover,
.ctPaging span {
    display:block;
    float:left;
    text-decoration:none;
    background:url(../images/bgPage.gif) bottom repeat-x;
    text-align:center;
    line-height:18px;
    font-family: 'MyriadPro-Bold';
    font-size:9pt;
    padding:0 5px;
    margin-left:4px;
    color:#fff;
    border-radius:2px;
}
.ctPaging .backPage {
    width:18px;
    height:18px;
    background:url(../images/backPage.png) top no-repeat;
}
.ctPaging .backPage:hover {
    background:url(../images/backPage.png) bottom no-repeat;
}
.ctPaging .nextPage {
    width:18px;
    height:18px;
    background:url(../images/nextPage.png) top no-repeat;
}
.ctPaging .nextPage:hover {
    background:url(../images/nextPage.png) bottom no-repeat;
}

.ct_list_acc .btnCancel {
    display:block;
    float:right;
    height:35px;
    line-height:35px;
    border:none;
    cursor:pointer;
    text-align:center;
    font-size:13pt;
    color:#ececec;
    font-family: 'MyriadPro-Bold';
    border-radius:3px;
    margin-top:13px;
    padding:0 30px;
    background:url(../images/btnLogin.gif) 0 -15px repeat-x;
}
.ct_list_acc .btnCancel:hover {
    text-decoration:none;
    background:url(../images/btnLogin.gif) bottom repeat-x;
}
.ctFormCt {
    width:100%;
    clear:both;
    overflow:hidden;
    margin-top:10px;
    padding-bottom:30px;
}
.ctFormCt .listForm {
    width:800px;
    padding:15px 15px;
    border-radius:5px;
    background:#E8E8E8;
    float:left;
    margin-bottom:15px;
    border:1px #B7B7B7 solid;
}
.infoTk {
    float:left;
    width:100%;
    margin-top:-10px;
    padding-left: 30px;
    color: #575656;
}
.infoTk p {
    display:block;
    float:left;
    width:100%;
    margin-top:10px;
}
.infoTk p span {
    display:block;
    float:left;
    font-size:12pt;
    width:190px;
}
.infoTk p em {
    float:left;
    font-size:12pt;
    text-transform:uppercase;
}

.ctFormCt .listForm h3 {
    display:block;
    float:left;
    width:100%;
}
.ctFormCt .listForm h3 span {
    display:block;
    float:left;
    background:#bf3734;
    width:34px;
    height:34px;
    border-radius:20px;
    text-align:center;
    line-height:31px;
    font-size:23pt;
    color:#fff;
    font-family: 'MyriadPro-Bold';
    font-weight:normal;
}
.chrome_Mac .ctFormCt .listForm h3 span {
    line-height:40px;
}
.ctFormCt .listForm h3 p {
    display:block;
    float:left;
    line-height:34px;
    font-family: 'MyriadPro-Bold';
    margin-left:12px;
    color:#bf3734;
    font-size:17pt;
    text-transform:uppercase;
    font-weight:normal;
}
.ctFormCt .listForm ul {
    display:block;
    width:100%;
    float:left;
    margin-top:20px;
    padding-left: 20px;
}
.ctFormCt .listForm ul li {
    display:block;
    width:100%;
    float:left;
    margin-bottom:12px;
}
.ctFormCt .listForm ul li.w100 .select-wrapper {
    width:503px;
}
.ctFormCt .listForm ul li label {
    display:block;
    font-size:12pt;
    float:left;
    text-align:left;
    line-height:40px;
    width:166px;
    color: #575656;
}

.label1 {
    display:block;
    font-size:12pt;
    float:left;
    text-align:left;
    line-height:40px;
    width:166px;
    color: #575656;
}

.ctFormCt .listForm ul li .iPtext {
    border-radius:3px;
    background:#fff;
    border:none;
    line-height:40px;
    height:40px;
    padding:0 20px;
    width:336px;
    display:block;
    float:left;
    font-size: 12pt;
    font-family: 'MyriadPro-Regular';
    color:#575656;
    border: 1px solid #B7B7B7;
}
.helpForm {
    float:left;
    margin-left:15px;
    width:21px;
    height:21px;
    margin-top:8px;
    position:relative;
}
.helpForm .iconHelp {
    display:block;
    width:21px;
    height:21px;
    cursor:pointer;
    background:url(../images/iconHelp.png) top no-repeat;
}
.helpForm .iconHelp:hover {
    background:url(../images/iconHelp.png) bottom no-repeat;
}
.ctTooltip {
    width:208px;
    background:#fff;
    border:1px #b53531 solid;
    border-radius:5px;
    padding:10px;
    position:absolute;
    bottom:35px;
    left:-89px;
    display:none;
}
.ctTooltip p {
    font-size:10pt;
}
.ctTooltip em {
    display:block;
    width:17px;
    height:10px;
    position:absolute;
    left:90px;
    bottom:-10px;
    background:url(../images/arowTooltip.png) no-repeat;
}

.linkCheckForm {
    display:block;
    float:right;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:13pt;
    color:#ececec;
    font-family: 'MyriadPro-Bold';
    border-radius:3px;
    padding:0 50px;
    border:none;
    cursor:pointer;
    background:url(../images/btnLogin.gif) 0 -10px repeat-x;
}

.linkCheckForm:hover {
    text-decoration:none;
    background:url(../images/btnLogin.gif) bottom repeat-x;
}
.ctFormCt .listForm ul li .dvmn {
    font-size:12pt;
    display:block;
    float:left;
    line-height:40px;
    margin-left:15px;
    color: #575656;
}
.ctFormCt .listForm ul li .moneyWord {
    display:block;
    margin-left:166px;
    width: 336px;
    font-size:12pt;
    padding-top:10px;
    float:left;
}
.ctFormCt .listForm ul li textarea {
    display:block;
    height:100px;
    width: 336px;
    font-size:12pt;
    float:left;
    border-radius: 3px;
    background:#fff;
    resize:none;
    border:none;
    padding: 10px 20px;
    color: #575656;
    font-family: 'MyriadPro-Regular';
    border: 1px solid #B7B7B7;
}

.ctFormCt .listForm ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ABABAB;
}
.ctFormCt .listForm :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ABABAB;
    opacity:  1;
}
.ctFormCt .listForm ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ABABAB;
    opacity:  1;
}
.ctFormCt .listForm :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ABABAB;
}
.ctFormCt .ct_cost {
    float:left;
    /*width: 336px;*/
    margin-top:10px;
}
.ctFormCt .ct_cost .radio {
    float:left;
}
.ctFormCt .ct_cost span {
    float:left;
    font-size:12pt;
    margin-left:5px;
    line-height:15px;
    color: #575656;
}
.ctFormCt .ct_cost p {
    float:left;
    display:block;
}
.ctFormCt .ct_cost .costs1{
    float:left;
}
.ctFormCt .ct_cost .costs2{
    float:right;
}

.ctFormCt .listForm ul li .cap {
    float:left;
    width: 450px;
    display:block;
    margin-left:166px;
    font-size:10pt;
    font-style:italic;
    padding-top:10px;
}
.ctFormCt .listForm ul li .cap span {
    font-family: 'MyriadPro-Bold';
    color:#c93a37
}


.ctFormCt .btnSubmit {
    display:block;
    float:right;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:13pt;
    color:#ececec;
    font-family: 'MyriadPro-Bold';
    border-radius:3px;
    padding:0 50px;
    border:none;
    cursor:pointer;
    background:url(../images/btnLogin.gif) 0 -10px repeat-x;
    margin-top:10px;
}

.ctFormCt .btnSubmit1 {
    float:left;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:13pt;
    color:#ececec;
    font-family: 'MyriadPro-Bold';
    border-radius:3px;
    padding:0 50px;
    border:none;
    cursor:pointer;
    background:url(../images/btnLogin.gif) 0 -10px repeat-x;
    margin-top:10px;
}

.ctFormCt .btnSubmit:hover {
    text-decoration:none;
    background:url(../images/btnLogin.gif) bottom repeat-x;
}

.ctFormCt .btnSubmit1:hover {
    text-decoration:none;
    background:url(../images/btnLogin.gif) bottom repeat-x;
}

.ipradio .radio  {
    float:left;
    display:block;
    margin-left:-30px;
    margin-top:11px !important;
}

.ctFormCt .ctRsTrade {
    background:#E8E8E8;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    float: left;
    margin-bottom: 32px;
    padding: 20px 30px;
    width: 800px;
    color: #575656;
}
.ctFormCt .alertTrade p {
    width:600px;
    margin:auto;
    text-align:center;
    padding-bottom:20px;
    font-size:12pt;
}
.ctFormCt .ctRsTrade table {

}
.ctFormCt .ctRsTrade table tr {

}
.ctFormCt .ctRsTrade table td {
    font-size:12pt;
    padding:10px 0;
    border-bottom:#B7B7B7 solid 1px;
}
.ctFormCt .ctRsTrade table .bdnone {
    border:none;
}

.userAcc {
    width:800px;
    background:#fefcfc;
    margin-bottom:30px;
    float:left

}
.userAcc h3 {
    width:800px;
    padding:10px 18px;
    background:#203f7f;
    font-size:13pt;
    color:#fff;
    font-family: 'MyriadPro-Bold';
    font-weight:normal;
}
.userAcc table {
    border:1px #B7B7B7 solid;
    border-bottom:none;
    border-right:none;
}
.userAcc table td {
    color:#575656;
    padding:10px 18px;
    border-bottom:1px #B7B7B7 solid;
    border-right:1px #B7B7B7 solid;
    font-size:12pt;
}

.userAcc1 {
    width:800px;
    margin-bottom:30px;
    float:left

}
.userAcc1 h3 {
    width:800px;
    padding:10px 18px;
    font-size:10pt;
    color:#818181;
    font-family: 'MyriadPro-Bold';
    font-weight:normal;
}
.userAcc1 table {
    border:1px #f5f5f5 solid;
    border-bottom:none;
    border-right:none;
}
.userAcc1 table td {
    color:#575656;
    padding:5px 9px;
    border-bottom:1px #f5f5f5 solid;
    border-right:1px #f5f5f5 solid;
    font-size:9pt;
}

.editAcc {
    margin-top:10px;
    margin-bottom:20px;
}
.editAcc .btnSubmit {
    display:block;
    float:left;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:13pt;
    color:#ececec;
    font-family: 'MyriadPro-Bold';
    border-radius:3px;
    padding:0 30px;
    border:none;
    cursor:pointer;
    background:url(../images/btnLogin.gif) 0 -10px repeat-x;
    margin-top:10px;
    margin-left:166px;
}
.editAcc .btnSubmit:hover {
    text-decoration:none;
    background:url(../images/btnLogin.gif) bottom repeat-x;
}
.formUserAcc {
    width:100%;
    border:1px #B7B7B7 solid;
    background:#fefcfc;
    clear:both;
    overflow:hidden;
    padding:10px 18px;
}
.userAcc ul {
    display:block;
    width:100%;
    float:left;
    margin-top:12px;
}
.userAcc ul li {
    display:block;
    width:100%;
    float:left;
    margin-bottom:12px;
}
.userAcc ul li.w100 .select-wrapper {
    width:503px;
}
.userAcc ul li label {
    display:block;
    font-size:12pt;
    float:left;
    text-align:left;
    line-height:40px;
    width:166px;
    color:#575656;
}
.userAcc ul li .iPtext {
    border-radius:3px;
    background:#fff;
    border:none;
    line-height:40px;
    padding:0 20px;
    width:336px;
    display:block;
    float:left;
    font-size: 12pt;
    font-family: 'MyriadPro-Regular';
    color:#575656;
    border: 1px solid #B7B7B7;
}
.otpCode p {
    font-size:12pt;
    color: #575656;
}
.otpCode ul {
    display:block;
    width:100%;
    float:left;
    margin-top:12px;
}
.otpCode ul li {
    display:block;
    width:100%;
    float:left;
    margin-bottom:12px;
}
.otpCode ul li p {
    display:block;
    float:left;
    color:#b53531;
    line-height:40px;
}
.otpCode ul li .divOtp {
    float:left;
    margin-left:20px;
    margin-top:13px;
}
.otpCode ul li .divOtp .radio {
    float:left;
}
.otpCode ul li .divOtp label {
    font-size:12pt;
    display:block;
    float:left;
    margin-left:5px;
    line-height:13px;
    cursor:pointer;
    color: #575656;
}
.otpCode ul li .getotpCode {
    background: url("../images/btnLogin.gif") repeat-x scroll 0 -10px;
    border-radius: 3px;
    color: #ececec;
    display: block;
    float: left;
    font-family: 'MyriadPro-Bold';
    font-size: 13pt;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    text-align: center;
    margin-left:20px;
}
.otpCode ul li .getotpCode:hover {
    background-position:bottom;
    text-decoration:none;
}
.otpCode ul li .iPtext {
    border-radius:3px;
    background:#fff;
    border:none;
    line-height:40px;
    padding:0 20px;
    width:336px;
    display:block;
    float:left;
    font-size: 12pt;
    font-family: 'MyriadPro-Regular';
    color:#575656;
    border: 1px solid #B7B7B7;
    margin-left:10px;
}
.ctFormCt .btnEdit {
    display:block;
    float:left;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:13pt;
    color:#ececec;
    font-family: 'MyriadPro-Bold';
    border-radius:3px;
    padding:0 50px;
    border:none;
    cursor:pointer;
    background:url(../images/btnLogin.gif) 0 -10px repeat-x;
    margin-top:10px;
}
.ctFormCt .btnEdit:hover {
    text-decoration:none;
    background:url(../images/btnLogin.gif) bottom repeat-x;
}

#txtNgay {
    position:relative;
    background:url(../images/bg_date.gif) right center no-repeat;
}
#txtNgay:hover {
    background:url(../images/bg_date_hv.gif) right center no-repeat;
}
#txtNgayF {
    position:relative;
    background:url(../images/bg_date.gif) right center no-repeat;
}
#txtNgayF:hover {
    background:url(../images/bg_date_hv.gif) right center no-repeat;
}
#txtNgayT {
    position:relative;
    background:url(../images/bg_date.gif) right center no-repeat;
}
#txtNgayT:hover {
    background:url(../images/bg_date_hv.gif) right center no-repeat;
}
.ctFormCt .listForm ul li .row2 {
    line-height:18px;
}
.ctFormCt .listForm ul li .pAdd {
    display: block;
    float: left;
    font-size: 12pt;
    margin-left: 166px;
    margin-top: 10px;
    width: 400px;
//background:url(../images/dotP.gif) left 7px no-repeat;
    padding-left:10px;
    color: #575656;
}

.right {
    float:right;
    width:200px;
}
.ct_right {
    width:100%;
    float:left;
    margin-bottom:22px;
}
.customer h3 {
    display:block;
    font-size:12pt;
    text-transform:uppercase;
    font-weight:normal;
    font-family: 'MyriadPro-Bold';
    color:#203f7f;
    background:url(../images/iconCus.gif) left center no-repeat;
    padding-left:30px;
    line-height:19px;
    margin-bottom:10px;
}
.fastMenu {
    border-radius:3px;
    background:#203f7f;
    padding:20px;
    width:200px;
}
.fastMenu h3 {
    font-size:12pt;
    text-transform:uppercase;
    font-weight:normal;
    font-family: 'MyriadPro-Bold';
    color:#fff;
    border-bottom:1px #4b618f solid;
    padding-bottom:5px;
    display:block;
}
.fastMenu ul {
    float:left;
    width:100%;
    display:block;
    margin-top:10px;
}
.fastMenu ul li {
    float:left;
    width:100%;
    display:block;
    border-top:1px #4b618f solid;
}
.fastMenu ul li.first {
    border:none;
}
.fastMenu ul li a {
    display:block;
    background-position: left center;
    background-repeat:no-repeat;
    padding-left:28px;
    font-size:10pt;
    color:#fff;
    line-height:35px;
}
.fastMenu ul li a:hover {
    text-decoration:none;
    color:#b53531;
}
.fastMenu ul li a.fmn_1 {
    background-image:url(../images/ico_fmn_1.png);
}
.fastMenu ul li a.fmn_2 {
    background-image:url(../images/ico_fmn_2.png);
}
.fastMenu ul li a.fmn_3 {
    background-image:url(../images/ico_fmn_3.png);
}
.fastMenu ul li a.fmn_4 {
    background-image:url(../images/ico_fmn_4.png);
}
.fastMenu ul li a.fmn_5 {
    background-image:url(../images/ico_fmn_5.png);
}

.rateMoney {
    background:#fefcfc;
    border-radius:3px;
    padding:20px;
    width:200px;
    border:1px #f2f4f7 solid;
}
.rateMoney h3 {
    font-size:12pt;
    text-transform:uppercase;
    font-weight:normal;
    font-family: 'MyriadPro-Bold';
    color:#b53531;
    padding-bottom:5px;
    display:block;
}
.rateMoney ul {
    float:left;
    width:100%;
    display:block;
    margin-top:10px;
    border-bottom:1px #f2f4f7 solid;
}
.rateMoney ul li {
    float:left;
    width:100%;
    display:block;
    border:1px #f2f4f7 solid;
    border-bottom:none;
    padding:6px 0;
}
.rateMoney ul li img {
    display:block;
    float:left;
    margin-left:9px;
}
.rateMoney ul li p {
    display:block;
    float:left;
    font-size:11pt;
    font-weight:normal;
    font-family: 'MyriadPro-Bold';
    color:#203f7f;
    margin-left:9px;
}
.rateMoney ul li span {
    display:block;
    float:right;
    font-size:13pt;
    color:#666565;
    margin-right:15px;
}

.otherNews {
    background:#FFF;
    border-radius:3px;
    padding:20px;
    width:200px;
    border:1px #B7B7B7 solid;
}
.otherNews h3 {
    font-size:12pt;
    text-transform:uppercase;
    font-weight:normal;
    font-family: 'MyriadPro-Bold';
    color:#b53531;
    padding-bottom:5px;
    display:block;
}
.otherNews ul {
    float:left;
    width:100%;
    display:block;
    margin-top:10px;
}
.otherNews ul li {
    float:left;
    width:100%;
    display:block;
    border-top:1px #f2f4f7 solid;
    padding:6px 0;
}
.otherNews ul li a {
    display:block;
    background-position: left center;
    background-repeat:no-repeat;
    padding-left:24px;
    font-size:10pt;
    color:#575656;
    line-height:35px;
}
.otherNews ul li a:hover {
    text-decoration:none;
    color:#575656;
}
.otherNews ul li a.linkOther_1 {
    background-image:url(../images/linkOther_3.gif);
}
.otherNews ul li a.linkOther_2 {
    background-image:url(../images/linkOther_2.gif);
}
.otherNews ul li a.linkOther_3 {
    background-image:url(../images/linkOther_1.gif);
}





/********************************************************/
/*					Media queries 						*/
/********************************************************/

@media screen and (max-width: 480px) {

}
@media screen and (max-height: 745px) {
    .ct_login .login {
        margin-top:-211px;
    }
    .shadowLogin {
        margin-top:-211px;
    }
    .ct_login .login .icon_login {
        display: block;
        left: 143px;
        position: absolute;
        top: -7px;
        width: 69px;
    }
    .ct_login .forgotPass {
        height:267px;
        margin:-114px 0 0 -165px;
    }
}

.opleft {
    float:left;
    margin-top:20px;
}
.opleft a {
    display:block;
    float:left;
    margin-right:35px;
    font-size:12pt;
    color:#575656;
    padding-left:30px;
}
.opleft a:hover {
    text-decoration:none;
    color:#203f7f;
}
.opleft .copyMn {
    background:url(../images/iconCopyMn.gif) left center no-repeat;
}
.opleft .printMn {
    background:url(../images/iconPrintMn.gif) left center no-repeat;
}

.opleft .copyMn1 {

}
.opleft .printMn1 {

}

.ovl {
    width:100%;
    height:100%;
    background:url(../images/black30.png) repeat;
    position:fixed;
    top:0;
    left:0;
    z-index:99;
    display:none;
}

.popUp {
    width:724px;
    position:fixed;
    top:50%;
    left:90%;
    margin: -250px 0 0 -357px;
    z-index:99;
    border:5px #fff solid;
    display:none;
    opacity:0;
}
.popUp .btnClose {
    background: url("../images/btn_close.gif") no-repeat  center bottom;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: -5px;
    top: -55px;
    width: 50px;
}
.popUp .btnClose:hover {
    background: url("../images/btn_close.gif") no-repeat  center top;
}
.popUp img {
    width:100%;
}

/*edit by huylq4*/
.group-language{
    float: left;
    padding-top: 4px;
    margin-left: 15px;
}
.group-language .flag {
    /*width: 25px;*/
    height: 25px;
    /*padding-right: 5px;*/
    /*opacity: 0.1;*/
    display : none;
}
.group-language .flag:hover{
    /*opacity: 1;*/
    display:block;
    text-decoration: none;
}

.group-language img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

.ctLogout .btnLogout {
    display:block;
    float:left;
    height:24px;
    font-size:8pt;
    font-family: 'MyriadPro-Bold';
    color:#fff;
    text-transform:uppercase;
    line-height:24px;
    padding:0 20px;
    background:url(../images/bg_sm_btn.png) top repeat-x;
    margin-right: 15px;
    margin-top: 5px;
}
.ctLogout .btnLogout:hover {
    text-decoration:none;
    background:url(../images/bg_sm_btn.png) bottom repeat-x;
}

.ctMenuTop .about, .ctMenuTop .network, .ctMenuTop .contact, .ctMenuTop .about{
    display:block;
    float:left;
    text-transform:uppercase;
    font-family: 'MyriadPro-Regular';
    font-size:8pt;
    color:#7c7c7c;
    margin-left:15px;
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:23px;
    line-height:17px;
}
.ctMenuTop.group-language.a{
    width:30px;
}
/*end edit by huylq4*/
