/*common*/
.btn-basic{
	border-color: #cacaca #b8b8b8 #9d9d9d !important;
    background-color: rgba(248, 248, 248, 0.4) !important;
    color: #868686 !important;
    background: linear-gradient(#fff,rgba(248, 248, 248, 0.4));
}
.text-color-dark{
	color: #585858;
}
.text-color-theme{
	color: #08c
}
.owl-dots {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.line-height27 {
	line-height: 27px;
}
.hide {
	display: none;
}
.divider-small-left{
	float: left;
}
@media only screen and (max-width: 766px) {
	.divider {
	display: none;
	}
	.mobile-hide {
		display: none;
	}
}
@media only screen and (max-width: 1200px) {
	.mobile-mb15 {
		margin-bottom: 15px;
	}
}

/*S002 loan*/
#process_01 .content01{
	margin-bottom: 0px;
	padding-left: 20px;
}
#process_01 .content01-img{
	text-align: right
}
@media only screen and (max-width:992px){
	#process_01 .row{
		margin-left: -15px;
	}
	#process_01 .content01-img{
		text-align: left;
		margin-top: 15px;
	}
}

/*S002 process*/
#process_01 .loan-process{
	border: 1px solid #eee;
}
#process_01 .loan-process li{
	border-right: 1px solid #eee;
}
#process_01 .loan-process02 li{
	border: 1px solid #eee;
	margin-bottom: 10px;
}
@media only screen and (max-width:992px){
	#process_01 .loan-process02 li{
		text-align: center;
	}
	#process_01 .loan-process02 li img{
		padding-bottom: 10px;
	}
}
@media only screen and (max-width:479px){
	.sub-page .col-md-1,
	.sub-page .col-md-2,
	.sub-page .col-md-3,
	.sub-page .col-md-4,
	.sub-page .col-md-5,
	.sub-page .col-md-6,
	.sub-page .col-md-7,
	.sub-page .col-md-8,
	.sub-page .col-md-9,
	.sub-page .col-md-10,
	.sub-page .col-md-11,
	.sub-page .col-md-12{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}