@charset "utf-8";
/* CSS Document */
@import "reset.css";
@import url('Kuro/kuro.css');
.divHide {
	text-align: justify;
	max-height: 250px;
	overflow: auto;
}
body {
	margin: 0 auto;
	font-family: 'Kuro', Arial, Tahoma, Veranda;
	font-size: 14px;
	color: #222;
	background: #FFF;
}
.col2 h5 a {
	display: none;
}
/*==========================*/
#fullSite {
	margin: 0 auto;
	padding: 0;
}
/*===== banner top ======*/
#topBanner {
	width: 100%;
	height: 110px;
	clear: both;
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(78,148,89,1) 51%, rgba(52,133,87,1) 71%, rgba(52,133,87,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(51%, rgba(78,148,89,1)), color-stop(71%, rgba(52,133,87,1)), color-stop(100%, rgba(52,133,87,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(78,148,89,1) 51%, rgba(52,133,87,1) 71%, rgba(52,133,87,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(78,148,89,1) 51%, rgba(52,133,87,1) 71%, rgba(52,133,87,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(78,148,89,1) 51%, rgba(52,133,87,1) 71%, rgba(52,133,87,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(78,148,89,1) 51%, rgba(52,133,87,1) 71%, rgba(52,133,87,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#348557', GradientType=1 );
}
.banner {
	height: 110px;
	margin: 0 auto;
	background: url(../images/bg-banner.png) no-repeat center center;
}
.banner .content-banner {
	width: 980px;
	margin: 0 auto;
}
.banner .content-banner .mini-menu {
	bottom: 0;
	float: right;
	padding-top: 77px;
}
.banner .content-banner .mini-menu a {
	padding-left: 10px;
}
/*===== dieu huong ====*/

.dieuhuong a {
	text-decoration: none;
	color: #222;
	padding: 0 5px;
}
/*===== top menu ====*/

.topmenu {
	color: #fff;
	float: right;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 5px 0 0;
	/*position: absolute;*/
	right: 0;
	text-align: right;
	top: 0;
	font-size: 14px;
}
.topmenu a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
/*==== full content======*/

#fullSite #full-content {
	background: url(../images/bg-background-site.jpg) repeat;
	padding: 0;
	margin: 0;
}
.full-content {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
}
.full-content .box-content {
	padding: 19px;
	background: #FFF;
	border: 1px solid #dddddd;
	box-shadow: 0 0 4px 0 #bbb;
}
.full-content .left-content {
	width: 280px;
	float: left;
	padding: 0;
	margin: 0;
}
/*==== menu =========*/
.left-content .nav-menu {
	margin: 0;
	padding-bottom: 20px;
	clear: both;
}
.nav-menu .icon-menu {
	color: #FFF;
	font-family: "Kuro", Arial;
	font-size: 14px;
	height: 24px;
	padding: 11px 0 0 70px;
	text-transform: uppercase;
	border-bottom: 1px solid #FFF;
}
.subnavi {
	border: 1px solid #ddd;
	padding: 15px 20px;
}
.tvtt {
	background: url(../images/bg-truycapnhanh.png) no-repeat;
}
.tt {
	background: url(../images/icon-menu.png) no-repeat scroll left -28px #d9ebc8;
	display: block;
	height: 27px;
}
.tgtt {
	background: url(../images/icon-menu.png) no-repeat scroll left -56px #d9ebc8;
	display: block;
	height: 27px;
}
.dvgt {
	background: url(../images/icon-menu.png) no-repeat scroll left -84px #d9ebc8;
	display: block;
	height: 27px;
}
.cdnt {
	background: url(../images/bg-congcutt.png) no-repeat;
}
.tltn {
	background: url(../images/icon-menu.png) no-repeat scroll left -140px #d9ebc8;
	display: block;
	height: 20px;
	padding: 7px 0 0 35px;
}
.internet {
	background: url(../images/bg-ibanking.png) no-repeat;
}
.subnavi li {
	border-bottom: 1px dotted #ddd;
	font-size: 14px;
	list-style: outside none none;
	padding: 10px 0;
}
.subnavi li:last-child {
	border: none;
}
.subnavi li a {
	text-decoration: none;
	color: #222;
	background: url(../images/icon_link.png) no-repeat left;
	padding-left: 15px;
}
.subnavi li a:visited {
	color: #222;
}
.subnavi li.current a, .subnavi li.current a:visited {
	color: #008c4f;
	text-decoration: none;
}
.subnavi li a:hover {
	color: #008c4f;
	background: url(../images/icon_link_hover.png) no-repeat left;
}
.subnavi li ul {
	padding-left: 20px;
}
.subnavi li ul li {
	border: medium none;
	font-size: 100%;
	font-weight: normal;
	padding: 5px 0;
}
.subnavi li.current ul li a {
	color: #222;
}
.subnavi li.current ul li a:hover {
	color: #008c4f;
}
.subnavi li ul li ul li {
	list-style: outside none circle;
}
.subnavi li.active a {
	font-weight: bold;
}
/*=====content===*/

.full-content .right-content {
	float: left;
	margin: 0;
	padding-left: 20px;
	width: 640px;
}
.right-content .content {
	width: 638px;
	margin: 0;
	padding: 0;
	clear: both;
	border: 1px solid #dddddd;
	float: left;
	background: #eeeeee;
}
.right-content .content .box-taikhoan {
	width: 638px;
	float: left;
}
.dieuhuong {
	height: 25px;
	padding: 20px 20px 0;
}
.right-content .content .box-taikhoan .loaitaikhoan {
	padding: 20px;
	float: left;
	width: 598px;
}
.loaitaikhoan .box-border {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 10px;
	float: left;
	padding: 20px 0;
	width: 596px;
}
.veryfy {
	padding: 10px 0 !important;}
.dieuhuong .loichao {
	font-family: "Kuro", Arial;
	float: right;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
.dieuhuong .loichao span {
	text-transform: uppercase;
	color: #459748;
}
.dieuhuong .loichao p {
	font-weight: normal;
	padding-top: 5px;
}
.tbllisting {
	border-collapse: collapse;
	font-family: 'Kuro', Arial, Tahoma;
	/*background: #FFF;*/
	font-weight: bold;
	width: 100%;
}
.tbllisting-text {
	background: none;
	width: 100%;
	margin-top: 10px;
	float: left;
}
.tbllisting-text label {
	font-weight: normal;
}
.tbllisting-text .tdlabel {
	width: 30%;
	background: #F2F9F6;
}
.tbllisting caption, th, .tbllisting-text caption {
	background: #459748 none repeat scroll 0 0;
	padding: 10px 15px;
	text-align: left;
	border: 1px solid #eee;
	color: #FFF;
	font-size: 16px;
	text-align: center;
}
.tbllisting td {
	padding: 10px 15px;
	text-align: left;
	color: #222;
	border: 1px solid #eeeeee;
	background: #FFF;
	vertical-align: middle;
	font-weight: normal;
}
.tbllisting-text td {
	padding: 8px 15px;
	text-align: left;
	color: #222;
	font-weight: bold;
	border-bottom: 1px solid #d9ebc8;
}
.tbllisting td a, .tbllisting-text td a {
	background: url("../images/icon_link.png") no-repeat scroll 80px center;
	color: #007e32;
	padding-right: 20px;
	text-decoration: none;
}
.tbllisting td a:hover {
	text-decoration: underline;
	background: url("../images/icon_link_hover.png") no-repeat scroll 80px center;
}
/*.tbllisting tr:first-child, .tbllisting th:first-child { border-top-left-radius: 5px; background:#459748;}
.tbllisting tr:first-child, .tbllisting th:last-child { border-top-right-radius: 5px; background:#459748;}
.tbllisting tr:last-child, .tbllisting th:first-child { border-bottom-left-radius: 5px; background:#459748;}
.tbllisting tr:last-child, .tbllisting th:last-child { border-bottom-right-radius: 5px; background:#459748;}

.tbllisting tr:first-child, .tbllisting td:first-child { border-top-left-radius: 5px; background:#FFF;}
.tbllisting tr:first-child, .tbllisting td:last-child { border-top-right-radius: 5px; background:#FFF;}
.tbllisting tr:last-child, .tbllisting td:first-child { border-bottom-left-radius: 5px; background:#FFF;}
.tbllisting tr:last-child, .tbllisting td:last-child { border-bottom-right-radius: 5px; background:#FFF;}*/	

.ketqua, .form-info {
	float: left;
	margin-top: 20px;
	width: 100%;
}
.fix-checkbox, .controls input[type=checkbox].fix-checkbox {
	width: auto !important;
	margin-top: 12px;
}
.text-suggestion strong {
	font-weight: bold;
}
.title-content {
	background: url(../images/bg-title-content.png) no-repeat left #FFF;
	height: 52px;
	margin-bottom: 10px;
	margin-right: 1px;
}
.title-content h1 {
	font-size: 16px;
	color: #004e29;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0 0 75px;
	font-family: "UTM Neo Sans Intel", Arial;
	margin: 0;
}
/*===== footer =======*/
.footer {
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
	height: 50px;
	background: url(../images/bg-footer.png) repeat-x;
}
.footer .footer-fix {
	width: 980px;
	margin: 0 auto;
	height: 50px;
	color: #FFF;
	font-size: 12px;
}
.footer .footer-fix .copyr {
	float: left;
	padding-top: 15px;
}
.footer .footer-fix .copyr-link {
	float: right;
	padding-top: 15px;
}
.footer .footer-fix .copyr-link a {
	color: #FFF;
}
.footer .footer-fix .copyr-link a:hover {
	color: #71b441;
}
/*== chuyen khoan===*/

.box-chuyenkhoan {
	width: 100%;
	margin: 0;
	padding: 10px 0 50px;
	border-top: 27px solid #a2ce81;
	background: #ecf5e1;
}
.form-horizontal .control-label {
	color: #222;
	float: left;
	font-weight: bold;
	padding: 12px 0;
	text-align: right;
	width: 200px;
}

.form-horizontal .controls {
	margin-left: 210px;
}
.control-group {
	clear: both;
	float: left;
	width:100%;
}
.control-group .controls label {
	line-height: 37px;
}
.controls input, .controls textarea {
	border: 1px solid #ddd;
	margin: 3px 0;
	padding: 7px;
	width: 316px !important;
	font-family: Kuro, Arial;
	font-size: 14px;
}
.controls select {
	border: 1px solid #ddd;
	margin: 3px 0;
	padding: 6px;
	width: 332px !important;
	font-family: Kuro, Arial;
	font-size: 14px;
}
#selectloaitientesodu {
	width: 70px !important;
}
/*
.lab1 {
	padding: 12px 0;
}

.lab2 {
	padding: 12px 0;
}
*/


.btn {
	background: #71b441 url("../images/bg_button.jpg") no-repeat scroll right center;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-family: "kuro",Arial,Tahoma;
    font-size: 16px;
    line-height: 30px;
    padding:0 20px;}
.chu-y {
	margin-top: 10px;
	text-align: left;
	line-height: 18px;
}
.chu-y a {
	color: #333 !important;
	background: url("~/Content/web/images/chu-y.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	padding: 4px 40px 4px 0;
}
.squareList {
	margin-left: 20px;
	list-style: none;
}
.discList {
	list-style: none;
}
/*====QC=========*/
.qc-left {
	padding: 10px;
}
.qc-left img {
	margin-bottom: 10px;
}
/*==========================*/
.right-fix {
	margin: 0;
	padding: 0;
	float: left;
	width: 200px;
}
.right-fix div img {
	width: 200px;
	margin-bottom: 10px;
}
/*=========== ngoai te =============*/
.left-content .box-chuyenngoaite {
	background: #ECF5E1;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
.box-chuyenngoaite .title-box {
	background: url("../images/icon-menu.png") no-repeat scroll left -56px #c4e0ad;
	display: block;
	height: 20px;
	padding: 7px 0 0 35px;
}
.left-content .box-chuyenngoaite .box-tinhtoan {
	background: none repeat scroll 0 0 #ecf5e1;
	clear: both;
	float: left;
	padding: 10px;
	width: 233px;
}
.box-chuyenngoaite .box-tinhtoan .box-row {
	margin: 5px 0;
}
.box-row, .box-row div {
	float: left;
}
.inputtext {
	width: 103px;
	border: 1px solid #c4e0ad;
	height: 24px;
	font-size: 14px;
}
/*.box-tinhtoan select {
	border: 1px solid #c4e0ad;
	font-family: arial;
	font-size: 14px;
	width: 123px;}
*/
.box-tinhtoan option {
	padding-left: 20px;
	height: 20px;
}
.fix-nt {
	background: url("../images/icontiente/images.jpg") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
	margin-left: 6px;
	padding: 3px 0 0 20px;
	width: 100px;
}
.fix-button {
	background: none repeat scroll 0 0 #a2ce81;
	border: medium none;
	border-radius: 3px;
	color: #222;
	font-weight: bold;
	margin-right: 10px;
	padding: 3px 10px;
	text-transform: none;
	margin-top: 10px;
	float: right;
}
.inputfull {
	width: 229px;
	border: 1px solid #c4e0ad;
	height: 24px;
	font-size: 14px;
}
.fix-select {
	border: 1px solid #c4e0ad;
	color: #222;
	font-size: 14px;
	height: 26px;
	text-transform: none;
	width: 114px;
}
/*=================loai tai khoan ======================*/

.box-loaitaikhoan {
	clear: both;
	float: left;
	margin: 0;
	padding: 22px 23px 23px;
	width: 694px;
}
.center-tk {
	margin: 0 17px !important;
}
.box-loaitaikhoan .loaitaikhoan-b1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 220px;
	margin-right: 17px;
}
.box-loaitaikhoan .loaitaikhoan-b1:last-child {
	margin-right: 0px;
}
.box-loaitaikhoan .loaitaikhoan-b1 .bg-loaitaikhoan {
	background: #FFF;
	height: 126px;
	border-radius: 10px 10px 0 0;
}
.box-loaitaikhoan .loaitaikhoan-b1 .bg-loaitaikhoan .title-loaitaikhoan {
	background: none repeat scroll 0 0 #95d05b;
	border-radius: 10px;
	color: #fff;
	font-family: "Kuro", Arial;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding: 11px 12px 5px;
}
.title-loaitaikhoan div {
	background: url(../images/icon-title.png) no-repeat right;
	height: 16px;
	text-transform: uppercase;
}
.info-taikhoan {
	padding: 12px;
}
.info-taikhoan p {
	font-size: 14px;
	font-weight: bold;
	margin: 12px 0;
}
.info-taikhoan p span {
	color: #008439;
	float: right;
}
.title-giaodichhome .title {
	border-bottom: 1px dotted #bbbbbb;
	color: #459748;
	font-family: "Kuro", Arial;
	font-size: 16px;
	font-weight: bold;
	height: 21px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.title-giaodichhome .title-head-form {
	background: #459748 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-align: center;
	text-transform: uppercase;
}
.box-chitiet-taikhoan {
	padding: 0 0 20px;
	margin: 0;
	clear: both;
}
.title-giaodichhome {
}
.box-chitiet-noback {
	padding: 0 0 50px;
	margin: 0;
	border-radius: 10px 0 0;
	clear: both;
}
/*===== form === */

.form-action {
	margin-top: 10px;
	width: 100%;
	float: left;
}
.form-action .controls-small {
	float: left;
	width: 40%;
}
.form-action .controls-small .title-label {
	width: 30%;
	float: left;
	padding: 11px 0 0 10px;
}
.controls-text input, .controls-text select {
	border: 1px solid #c4e0ad;
	margin: 3px 0;
	padding: 7px;
}
.tblheader {
	background: url(../images/th_bg.gif) repeat-x;
	height: 30px;
	font-size: 95%;
	color: #222;
}
.text-center, .text-center tr, .text-center th, .text-center td {
	text-align: center;
}
.tdlabel {
	/*background: none repeat scroll 0 0 #f2f9f6;*/
	font-weight: bold;
}
.tbllistingitem {
	width: 100% !important;
	border: 1px solid #eaeaea;
	margin-top: 10px;
}
.tbllistingitem tr th {
	padding-top: 4px !important;
	font-weight: bold;
	background-image: url("../images/th_bg.gif");
	background-repeat: repeat-x;
	border: 1px solid #eaeaea;
}
.tbllistingitem tr {
	border-bottom: 1px solid #eaeaea;
	height: 30px;
}
/*.tbllistingitem tr td:first-child {
                                        background-color: #f2f9f6;
                                        text-align:center;
                                    }*/
.tbllistingitem tr td {
	border: 1px solid #eaeaea;
	padding: 4px 5px;
}
.moreDetails {
	width: 11px;
	height: 12px;
	background: url(../css/images/icon_total_01.png) no-repeat -42px -320px;
	display: inline-block;
	margin: 0 0 0 3px;
	line-height: 12px;
}
.collapseDetails {
	width: 11px;
	height: 12px;
	background: url(../css/images/icon_total_01.png) no-repeat -20px -320px;
	display: inline-block;
	margin: 0 0 0 3px;
	line-height: 12px;
}
.title_chirl {
	color: #007e32;
	font-family: "Kuro", Arial;
	font-size: 18px;
	font-weight: bold;
	height: 21px;
	padding: 11px 12px 5px;
	margin-top: 3px;
}
.arrowLoadContent {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: white;
	height: 16px;
}
.arrowLoad {
	width: 25px;
	height: 25px;
	background: url(../images/icontiente/arrow-down-black.png) no-repeat -3px 0px;
	margin: 0 auto;
	cursor: pointer;
}
.fix-tong {
	border-top: 1px solid #ECF5E1;
}
#popupDialog {
	text-align: justify;
	line-height: 18px;
}
.caidat-radio, .caidat-check {
	width: 33.3333333%;
	float: left;
	margin-bottom: 5px;
}
.title_child {
	border-bottom: 1px dotted #c9c9c9;
	color: #459748;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
	width: 100%;
	text-transform:uppercase;
}
.divErrorValidate {
	color: red;
	font-size: 14px;
	margin-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.btn[disabled] {
	background: rgb(169, 166, 166) none repeat scroll 0 0;
}
table tr td.msg {
	background: #1b6300 none repeat scroll 0 0;
	color: #fff;
	font-weight: normal;
	text-align: center;
}
table tr td.msg strong {
	font-weight: bold;
}
table tr td.headviewform {
	background: #bbffcc none repeat scroll 0 0;
	color: #222;
	font-weight: normal;
	text-align: left;
	font-weight: bold;
}
/*=========tinh lich tra no==========*/
.table {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
}
.table-head {
	display: table-header-group;
}
.table-head .column {
	background: #88ee99 none repeat scroll 0 0;
	color: #222;
	font-weight: bold;
	padding: 5px;
}
article p, article ol, article ul, article dd, article figcaption, .column {
}
.table {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
}
.table-head {
	display: table-header-group;
}
.table-head .column {
	background: #88ee99 none repeat scroll 0 0;
	color: #222;
	font-weight: bold;
	padding: 5px;
}
.row:nth-child(2n) {
	background: #e9e9e9 none repeat scroll 0 0;
}
.row:nth-child(2n+1) {
	background: #fff none repeat scroll 0 0;
}
.row {
	display: table-row;
}
.row .column:nth-child(1) {
}
.column {
	display: table-cell;
	padding: 5px;
}
.row:hover {
	background: #f1f1f1 none repeat scroll 0 0;
}
article {
	display: block;
}
/*================================*/

.colCenter {
	text-align: center !important;
}
.colLeft {
	text-align: left !important;
}
.colRight {
	text-align: right !important;
}
.linkDetails:hover {
	color: blue;
}
/*/*Fix style cho form OTP step 1*/
.otpStep1 {
}
.otpStep1 table #VietcombankOTPForm {
}
.otpStep1 table #VietcombankOTPForm td {
	padding: 10px 15px;
}
.otpStep1 table #VietcombankOTPForm td.tdlabel {
	padding: 0px;
	margin: 0px;
	background: none;
	padding-left: 20px;
	vertical-align: top;
	border: 0px;
}
.otpStep1 table #VietcombankOTPForm td.tdlabel span {
	display: block;
	color: #222;
	float: left;
	margin: 5px 0;
	text-align: left;
	width: 200px;
	background: #daecc6 url("../images/bg-lab.png") no-repeat scroll left center;
	border-radius: 10px;
	font-weight: bold;
	height: 25px;
	padding-left: 50px;
	padding-top: 7px;
}
.otpStep1 table #VietcombankOTPForm td div.controls-text {
	margin-left: 5px;
}
ul.liststep2 li {
	list-style-position: inside;
	list-style-type: square;
	margin: 0 0 0 5px;
}
