.box-right .option-group{
    margin-top:10px;
    margin-bottom:30px;
    display:flex
}
.box-right .option{
    width:50%;
    margin-right:15px
}
.box-right .option:last-child{
    margin-right:0
}
.box-right .option input[type=radio]{
    width:14px;
    height:14px;
    float:left;
    display:block;
    visibility:visible;
    position:relative;
    -webkit-appearance:none!important;
    -moz-appearance:none !important;
    background:0 0!important;
	
	
}

.box-right .option input[type=radio]:focus{
    border:0!important;
    outline:0!important
}
.box-right .option input[type=radio]::before{
    display:inline-block;
	position:absolute;
    content:"";
    width:14px;
    height:14px;
    background:#fff;
    border:2px solid #444c59;
    border-radius:50%;
    box-sizing:border-box;
	top:-1px;
	left:-1px;
}
.box-right .option input[type=radio]::after{
    display:inline-block;
    content:"";
    width:6px;
    height:6px;
    position:absolute;
    top:3px;
    left:3px;
    border-radius:50%
}
.box-right .option input[type=radio]:checked::after{
    background:#444c59
}
.box-right .option label{
    padding:0 0 0 15px;
    display:inline-block;
    width:calc(100% - 30px);
    float:left;
    line-height:1.3;
    font-size:14px;
   font-weight: normal;
}
.box-right .option input[type=radio]:checked + label{
	font-weight: bold;
}
.box-right .option label::before{
    display:none
}
.irs--round .irs-min, .irs--round .irs-max{
	top:54px !important;
}
.form_tinhlaivay label{
	display: inline-block;
}
.form_tinhlaivay input.value-current{
	display: inline-block;
    justify-content: flex-end;
    /* float: right; */
    width: auto;
    position: absolute;
    right: 0px;
   text-align: right;
	
}
.form_tinhlaivay p.para_clear{
	display:block;
	margin-top:10px;
	height:10px;
}
.form_tinhlaivay input[class^="js-range"] {
  clear:both;
	margin-bottom:45px;
}
.form_tinhlaivay p.txt-payment {
    color: #4e4e4e;
    font-weight: 700;
    font-size: 15px;
    margin: 0;

}
.form_tinhlaivay p.txt-index-payment {
    font-size: 130%;
    color: #0298da;
    font-weight: 700;
    margin: 0;
		margin-bottom: 30px;
}
#divKetQuaLaiVay table{
	
	 border-collapse: collapse;
    width: 100%;
    margin: 0;
}
#divKetQuaLaiVay table thead {
    background: #27406d;
}
#divKetQuaLaiVay table thead th {
    color: #fff;
    padding: 10px 4px;
    font-size: 15px;
    text-transform: none;
    font-weight: 700;
    text-align: center;
}
#divKetQuaLaiVay table tbody tr td{
    border-right: 1px solid #ebebeb;
    text-align: center;
    padding: 10px 0;
}
#divKetQuaLaiVay table tbody tr:nth-child(2n+2) {
    background: #f5f5f5;
}
#divKetQuaLaiVay table tbody tr td:last-child {
    border-right: 0;
}
#divKetQuaLaiVay table>tfoot>tr>td {
    color: #3d4d64;
    font-weight: 500;
    padding: 16px;
    font-size: 18px;
    text-align: center;
    background: #d4e3f3;
}
@media (max-width: 560px){
   #divKetQuaLaiVay {
        overflow-x: auto;
    }
    #divKetQuaLaiVay table thead th {
        white-space: nowrap;
        font-size: 11px;
        font-weight: 400;
        padding: 3px;
    }
    #divKetQuaLaiVay table tbody tr td {
        padding: 3px;
    }
   
}
