.mt-30 {
    margin-top: 30px !important;
}
.box-detail-listing {
    display: inline-block;
    width: 100%;
}
.box-detail-listing .title-detail {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #222222;
    margin-bottom: 10px;
    position: relative;
    padding-right: 76px;
    margin-top: 0;
}
.box-detail-listing .date-code {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    text-align: left;
}
.box-detail-listing .date-code .date {
    padding: 0 10px;
}
.box-detail-listing .date-code .viewed {
    padding-left: 10px;
    color: #888;
}
.box-detail-listing .date-code .code {
    padding-right: 10px;
}
.box-detail-listing .box-price {
    color: #222;
    font-weight: normal;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    width: 100%;
    display: inline-block;
}
.box-detail-listing .box-price .save-btn {
    float: right;
    width: 100px;
    height: 30px;
    background: #FFFFFF;
    border: 1px solid #135EAC;
    box-sizing: border-box;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
    color: #135EAC;
    cursor: pointer;
}
.box-detail-listing .box-price .price-big {
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #D0011B;
}
.price-big .old-price {
    color: #888888;
    text-decoration: line-through;
}
.price-big .old-price {
    font-size: 14px;
    font-weight: normal;
    margin-left: 5px;
}
.box-detail-listing .box-price .net-work {
	float:right;
	margin-right:10px;
	}
.box-detail-listing .box-price .price-big .price {color: #135EAC;}
.box-detail-listing .box-price .price-big .price.color-red {color:#D0011B}
.box-detail-listing .box-price .price-big font {
    color: #222;
    font-weight: bold;
    font-size: 14px;
}
.box-detail-listing .box-price .price-small {
    margin-left: 10px;
    line-height: 14px;
}
.box-detail-listing .box-price .price-small font {
    color: #4DB848;
}
.box-detail-listing .box-bargain {
    float: right;
}
.box-detail-listing .box-bargain .btn-bargain,
.box-detail-listing .box-bargain .btn-evaluate {
    border-radius: 50px;
    float: left;
    padding: 5px;
    height: 30px;
    border: 0;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
}
.box-detail-listing .box-bargain .btn-bargain {
    background: #135EAC;
    width: 112px;
    margin-left: 10px;
}
.box-detail-listing .box-bargain .btn-evaluate {
    background: #4DB848;
    width: 170px;
}
.box-detail-listing .box-tab {
    width: 100%;
    display: inline-block;
}
.box-detail-listing .box-tab .menu-tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    border-bottom: 2px solid #EBEBEB;
    width: 100%;
}
.scroll-tab {
    overflow-x: auto;
    display: inline-block;
    width: 100%;
    overflow-y: hidden;
    padding-bottom: 6px;
}
.scroll-tab::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent
}
.scroll-tab::-webkit-scrollbar {
    height: 6px;
    background-color: transparent
}
.scroll-tab::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .25)
}
.box-detail-listing .box-tab .menu-tab li {
    display: inline-block;
    list-style: none;
    padding-right: 27px;
    vertical-align: middle;
}
.box-detail-listing .box-tab .menu-tab li:last-child {
    padding-right: 0;
}
.box-detail-listing .box-tab .menu-tab li:last-child:hover a:before {
    display: none;
}
.box-detail-listing .box-tab .menu-tab li a {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #888888;
    position: relative;
    padding-bottom: 10px;
    display: block;
}
.box-detail-listing .box-tab .menu-tab li:hover a,
.box-detail-listing .box-tab .menu-tab li.active a {
    color: #222;
}
.box-detail-listing .box-tab .menu-tab li:hover a:before,
.box-detail-listing .box-tab .menu-tab li.active a:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #135EAC;
    position: absolute;
    left: 0;
    bottom: -3px;
}
.box-detail-listing .box-tab .content-tab {
    width: 100%;
    display: inline-block;
    /* padding-top: 15px*/
}
.mr-290 {
    margin-right: 290px !important;
}
.box-detail-listing .box-detail-photo {
    width: 100%;
    display: inline-block;
}
.box-detail-photo .slider-detail {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-top: 10px
}
.box-detail-photo .slider-detail .photo .icon-360 {
	background:  url(../images/icon-tinrao/icon-360-white-big.png) no-repeat  center center rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	border:0;
	margin-left:-30px;
	margin-top:-30px;
	border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
	}
.box-detail-photo .slider-detail .photo  .icon-video {
	background:  url(../images/icon-tinrao/icon-play-big.png) no-repeat 0 0;
	position: absolute;
	width: 80px;
	height: 56px;
	left: 50%;
	top: 50%;
	border:0;
	margin-left:-40px;
	margin-top:-23px;
	}	
.box-detail-photo .slider-detail .list-item .item { position:relative;}	
.slider-detail .list-item  .icon-360-small {
	background:  url(../images/icon-tinrao/icon-360-white.png) no-repeat  center center rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 50%;
	border:0;
	margin-left:-20px;
	margin-top:-20px;
	border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
	}
.slider-detail .list-item  .icon-video {	
	background:  url(../images/icon-tinrao/Play-s.png) no-repeat 0 0;
	position: absolute;
	width: 40px;
	height: 28px;
	left: 50%;
	top: 50%;
	border:0;
	margin-left:-20px;
	margin-top:-14px;
	}
.box-detail-photo .slider-detail .list-item .item{
	opacity: 0.5;
	}	
.box-detail-photo .slider-detail .list-item .item.swiper-slide-thumb-active {
    border: 2px solid #e23838;
	opacity:1;
}						
.box-detail-photo .slider-detail .photo {
    width: 575px;
    float: left;
    text-align: center;
    position: relative;
}
.slider-detail .photo .saved,
.slider-detail .photo .icon-videocam {
    width: 30px;
    height: 30px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    right: 6px;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.slider-detail .photo .saved {
    top: 6px;
}
.slider-detail .photo .icon-videocam {
    top: 42px;
}
.slider-detail .photo .saved:before {
    content: '\f097';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider-detail .photo .saved.active:before {
    content: '\e800';
}
.slider-detail .photo .icon-video:before {
    content: '\e813';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider-detail .photo .number {
    width: 50px;
    height: 22px;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    right: 6px;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    bottom: 6px;
}
.slider-detail .photo .lnk-view-vd {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    left: 6px;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    width: 120px;
    height: 30px;
    color: #FFFFFF;
    text-align: center;
    bottom: 6px;
}
.box-detail-photo .slider-detail .list-item {
    width: calc(100% - 584px);
    margin-left: 585px;
    top: 0px;
    position: absolute;
    right: 0;
    height: 100%;
    overflow: hidden;
}
.slider-detail .list-item .btn-bt {
    background: rgba(34, 34, 34, 0.5);
    height: 50px;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    position: absolute;
    z-index: 1;
    border: 0;
    cursor: pointer;
    width: 100%;
    right: 0;
}
.slider-detail .list-item .btn-bt i {
    transform: rotate(90deg);
    display: inline-block;
}
.slider-detail .list-item .btn-next {
    bottom: 0;
}
.slider-detail .list-item .btn-prev {
    top: 0;
}
.slider-detail .list-item .list {
    width: 100%;
    overflow: hidden;
}
.box-detail-photo .slider-detail .list-item .item {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
.box-detail-photo .slider-detail .list-item .item.active {
    border: 2px solid #E23838;
}
.box-detail-listing .box-info-detail {
    width: 100%;
    display: inline-block;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin: 17px 0 0;
    padding: 10px 10px 4px;
}
.list-info {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style: none;
}
.box-info-detail .list-info li {
    width: calc(33.333% - 6.6667px);
    float: left;
    list-style: none;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    padding: 5px 0;
    margin: 0 10px 6px 0;
}
.box-info-detail .list-info li:nth-child(3n) {
    margin-right: 0;
}
.box-info-detail .list-info li:nth-child(3n+1) {
    clear: left;
}
.box-info-detail .list-info li .label {
    width: 120px;
    float: left;
    font-weight: bold;
    padding-left: 24px;
    position: relative;
    margin-right: 8px;
    font-size: 14px;
    line-height: 20px;
}
.box-info-detail .list-info li .label i {
    color: #888888;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    left: 0;
    position: absolute;
    font-weight: normal;
    top: 0;
}
.content-tab .list-info li {
    font-size: 16px;
    margin: 7px 0;
}
.content-tab .list-info i {
    font-size: 20px;
    margin-right: 4px;
}
.content-tab .col-6 .list-info li {
    font-size: 14px;
    margin: 0
}
.content-tab .list-info .col-6 i {
    font-size: 16px;
}
.box-info-detail .list-info li .label .icon-cab {
    font-size: 14px;
}
.box-info-detail .list-info li .label i::before {
    width: 16px;
    margin-left: 0;
}
.box-info-detail .list-info li .label .icon-type-number {
    background-position-x: center;
}
.box-info-detail .list-info li .small {
    margin-left: 113px;
}
.box-detail-listing .box-info-user {
    background: #F0F0F0;
    border-radius: 4px;
    width: 260px;
    padding: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #222222;
    margin-left: calc(100% - 260px);
}
.box-info-user .mobile {
    text-align: center;
}
.box-detail-listing .box-info-user .avatar {
    width: 50px;
    height: 50px;
    border: 1px solid #E1E1E1;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #ACACAC;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}
.box-detail-listing .box-info-user .avatar img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}
.box-detail-listing .box-info-user .name {
    margin: 5px 0 8px;
    font-weight: bold;
    font-size: 16px;
    color: #222222;
}
.box-detail-listing .box-info-user .name a {
    color: #222222;
}
.box-detail-listing .box-info-user .name-showroom {
    margin: 0;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 14px;
    color: #222222;
}
.box-detail-listing .box-info-user .name-showroom a {
    color: #222222;
}
.box-detail-listing .box-info-user .text {
    margin: 0;
}
.box-detail-listing .box-info-user .link {
    color: #135EAC;
    display: block;
    margin-top: 8px;
}
.box-detail-listing .box-info-user .mobile {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    word-break: break-word;
    white-space: pre-line;
    background: #4DB848;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    padding: 0 10px;
}
.box-detail-listing .box-info-user .mobile:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 8px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e81d';
}
.box-detail-listing .box-info-user .mobile::after {
    font-size: 14px;
    content: attr(data-value);
    color: #fff;
    float: right;
}
.box-detail-listing .box-info-user .mobile.without-after-element {
    text-align: center;
}
.box-detail-listing .box-info-user .mobile.without-after-element::after {
    display: none;
}
.box-heading-vc .heading {
    text-transform: none;
}
.box-detail-listing .content-detail {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}
.box-detail-listing .content-detail a {
    color: #135EAC;
}
.w-270 {
    width: 270px !important;
}

.mb-23 {
    margin-bottom: 23px !important;
}

.ml-7 {
    margin-left: 7px !important;
}

.mb-7 {
    margin-bottom: 7px !important;
}
.content-detail .btn-bt-blue {
    background: #135EAC;
    border-radius: 50px;
    height: 30px;
    width: 150px;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #fff !important;
    line-height: 30px;
    cursor: pointer;
    border: 0;
}
.btn-report {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 50px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 180px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    font-weight: normal;
    font-size: 14px;
    cursor: pointer;
    color: #888888;
}
.content-tab .content-detail .list-info {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}
.content-tab .content-detail .list-info li {
    float: left;
    list-style: none;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    color: #222;
    padding: 5px 10px;
    position: relative;
    line-height: 20px;
}
.content-tab .content-detail .list-info li:nth-child(odd) {
    background: #F0F0F0;
}
.content-tab .content-detail .list-info li:nth-child(even) {
    background: #Fff;
}
.content-tab .content-detail .list-info li .label {
    float: left;
    width: 178px;
}
.content-tab .content-detail .list-info li .icon-ok {
    color: #4DB848;
    font-size: 12px;
}
.box-video-detail {
    width: 100%;
    float: left;
}

.box-video-detail .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.box-video-detail .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}
.box-detail-photo.sold .photo:before {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-sold-big.png) no-repeat center center rgba(0, 0, 0, 0.5);
    content: "";
}
.box-detail-photo.expired {
    position: relative;
    opacity: 0.5;
}
.box-detail-listing .box-expired {
    background: url(../images/icon-expired.png) no-repeat 10px center #F0F0F0;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 10px 17px 14px 55px;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
    margin-top: 20px;
}
.mobile-show-hide {
    color: #135EAC;
    cursor: pointer;
    font-size: 16px;
    word-break: break-word;
    white-space: pre-line;
    display: inline-block;
    padding: 0 10px;
}
.mobile-show-hide::after {
    content: attr(data-value);
    float: right;
    margin-left: 10px;
}
.mobile-show-hide.without-after-element {
    text-align: center;
}

.mobile-show-hide.without-after-element::after {
    display: none;
}
.croll-counselors {
    overflow-y: scroll;
    max-height: 260px;
    margin-right: -10px;
}
.full-width.box-black {
    margin: 20px 0 40px;
}
.box-black .info-salon {
    margin: 10px 20px
}
.box-black .info-salon .name-salon {
    color: #fff;
}
.box-km-salon {
    background: #F0F0F0;
    border-radius: 4px;
    padding: 10px 0;
}
.box-km-salon .list-km {
    padding: 0 20px;
    list-style: none;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.box-km-salon .list-km li {
    display: block;
    margin: 15px 0 0;
}
.box-km-salon .list-km i {
    font-size: 20px;
}
.box-km-salon .box-heading-vc .heading {
    margin-bottom: 0;
    text-transform: none;
}
.full-width.box-info-user {
    margin: 20px 0 0;
}
.small-s .name .salon-reputation {
    color: #135EAC;
    font-weight: normal;
    font-size: 14px;
}
.box-detail-listing .full-width.box-info-user .pull-left {
    width: calc(100% - 290px);
}
.full-width.box-info-user .small-s {
    margin-left: 60px
}
.form-grey {
    background: #F0F0F0;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin: 5px 0 0;
    padding: 20px;
    text-align: center;
    height: 229px;
}
.form-grey .title-form {
    margin: 0;
    font-size: 18px;
}
.form-grey p {
    margin: 10px 0
}
.lnk-block {
    display: block;
    margin-top: 10px
}
.form-grey .btn-green {
    width: 160px;
    height: 40px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold
}
.control {
    position: relative;
}
.text-unit {
    position: absolute;
    right: 10px;
    bottom: 0;
    line-height: 40px;
}
.break-line {
    height: 8px;
    width: 100%;
    display: inline-block;
    background: url(../images/img-line.png) repeat-x
}
.box-other-detail {
    margin: 20px 0 -5px;
    position: relative;
    max-height: 1079px;
    overflow: hidden;
}
.box-other-detail:after {
    content: '';
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFFFFF 100%);
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}
.box-other-detail .more-bt {
    position: absolute;
    width: 116px;
    height: 30px;
    left: calc(50% - 58px);
    bottom: 0;
    background: #FFFFFF;
    border: 1px solid #135EAC;
    border-radius: 50px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #135EAC;
    z-index: 3;
}
.frm-regist-bank label {
    display: block;
    margin: 0 0 10px
}
.frm-regist-bank .btn-green {
    height: 40px;
    padding: 10px 0;
    width: 170px;
    background: #4DB848;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    border: 0;
}
.frm-regist-bank .box-dropdown-2 .dropdown-menu-2 {
    width: 100%;
    padding: 0 10px
}
.item-option {
    cursor: pointer;
    color: #000;
    margin: 0;
    line-height: 30px;
    font-size: 14px;
}
.box-bank-loan {
    padding: 20px 10px 10px;
    background: #FFFFFF;
    border: 1px solid #4DB848;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
    margin-top: 20px;
}

.box-info-bank-loan a.color-blue {
    font-size: 14px;
    line-height: 16px;
}

.box-info-bank-loan p a.color-blue {
    font-size: 16px;
}

.box-info-bank-loan a.color-blue i:before {
    margin-left: 0;
    width: auto;
}

.box-bank-loan ul {
    list-style: none;
    padding: 0 20px 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #E1E1E1;
    font-size: 14px;
    line-height: 16px;
}

.box-bank-loan ul li {
    display: inline-block;
    margin-right: 80px;
}

.box-bank-loan ul li i,
.box-bank-loan ul li .txt {
    display: inline-block;
    vertical-align: middle;
}

.box-bank-loan ul li i {
    width: 30px;
    height: 30px;
    margin-right: 1px;
}

.box-bank-loan .ic-save-money {
    background: url(../images/icon/ic-save-money.svg) center no-repeat
}

.box-bank-loan .ic-bill {
    background: url(../images/icon/ic-bill.svg) center no-repeat
}

.box-bank-loan .ic-calendar {
    background: url(../images/icon/ic-calendar.svg) center no-repeat
}

.box-bank-loan .ic-percent {
    background: url(../images/icon/ic-percent.svg) center no-repeat
}

.box-bank-loan ul li:last-child {
    margin-right: 0;
}

.box-bank-loan .txt-sm {
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #888888;
}

.ic-calculator {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
    background: url(../images/icon/ic-calculator.svg) center no-repeat;
    vertical-align: middle;
}

.box-bank-loan .flr {
    float: right;
    font-size: 26px;
    line-height: 26px;
    color: #4DB848;
}

.box-bank-loan .flr.hide i:before {
    transform: rotate(180deg);
}

.box-info-bank-loan {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
}

.box-info-bank-loan ul {
    list-style: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px
}

.box-info-bank-loan ul li {
    display: block;
    margin: 10px 0 0;
    padding-left: 14px;
    position: relative;
}

.box-info-bank-loan ul li i {
    position: absolute;
    left: 0;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: #888888;
}

.box-info-bank-loan ul li i:before {
    width: auto;
    margin: 0;
}
i:before {
    width: auto;
    margin: 0;
    line-height: inherit!important;
}
.tag-conner-red {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0px;
    top: 0;
    text-align: right;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: url(../images/tag-conner-red.png) left no-repeat;
    z-index: 9;
}
.tag-conner-red span {
    transform: rotate( 45deg);
    display: inline-block;
    text-shadow: 0px 0px 2.8px rgba(0, 0, 0, .25);
    width: 100%;
    text-align: left;
    line-height: 38px;
    height: 56px;
    width: 100%;
    padding-left: 7px;
}

.tag-conner-red span i:before {
    width: auto;
    margin: 0
}

.box-list-car .item-more {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 10px;
}

.mine {
    position: absolute;
    display: inline-block;
    background: #D0011B;
    padding: 5px;
    text-align: center;
    width: 46px;
    height: 36px;
    left: 5px;
    top: 0;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.mine:after {
    content: '';
    position: absolute;
    width: 46px;
    height: 11px;
    background: url(../images/bg-tag.png) no-repeat;
    display: block;
    left: 0;
    bottom: -11px;
}
.mb-10 {
    margin-bottom: 10px;
}
.color-8 {
    color: #888;
}
.content-popup .list-info-protect {
    width: 300px;
    padding: 0;
    margin: 12.8px auto 3px;
}

.content-popup .list-info-protect li {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.content-popup .list-info-protect li i {
    font-size: 20px;
    color: #135EAC;
    margin-right: 5px;
    vertical-align: middle;
}
.content-popup .list-info-protect li i:before {
    width: auto;
    margin-left: 0;
}
.content-popup .frm-320 {
    width: 320px;
    margin: auto
}
.b-column,
.c-column {
    margin-top: 10px;
}

.head-breadcrumb {
    margin-bottom: -4px;
}

.tag-protect {
    border-radius: 4px;
    display: block;
    width: 108px;
    height: 20px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #135EAC;
    margin: 0 0 5px;
    background: #FFFFFF;
    border: 1px solid #135EAC;
}

.tag-protect .ic-protect {
    display: inline-block;
    vertical-align: top;
    margin: 3px 3px 0 0;
    width: 10px;
    height: 13px;
    background: url(../images/icon/ic-protect.svg) center no-repeat;
    background-size: contain;
}

.ic-w-protect {
    display: inline-block;
    margin-right: 4px;
    width: 10px;
    height: 13px;
    vertical-align: middle;
    background: url(../images/icon/ic-w-protect.svg) center no-repeat;
    background-size: contain;
}

.frm-loan {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #E1E1E1;
    padding: 20px 95px 10px;
    margin: 10px 0 0;
}

.frm-loan .txt-sm {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin: 0 0 10px;
}

.frm-loan .control {
    position: relative;
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
}

.frm-loan .control .lbl {
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    display: inline-block;
    width: 180px;
    vertical-align: middle;
}

.frm-loan .control .inp {
    display: inline-block;
    width: calc(100% - 190px);
    margin-left: 6px;
    vertical-align: middle;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 10px;
    height: 40px;
}

.frm-loan .txt-asl {
    position: absolute;
    right: 10px;
    bottom: 11px;
    font-size: 14px;
    line-height: 14px;
}

.box-bank-loan .info-loan {
    list-style: none;
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    border: none;
    padding: 20px 0 0;
    border-top: 1px solid #E1E1E1
}

.box-bank-loan .info-loan li {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.info-loan li span {
    display: inline-block;
    margin-right: 10px;
}

.info-loan li span:first-child {
    width: 180px;
}

.info-loan li span:last-child {
    margin-right: 0;
    color: #4DB848;
}

.frm-loan .btn-send {
    background: #4DB848;
    border-radius: 4px;
    width: 220px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 10px auto 0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    margin: 10px auto 0;
    cursor: pointer;
}

.group-title-detail {
    display: inline-block;
    width: 100%;
}

.group-title-detail .title-detail {
    display: inline-block;
    width: calc(100% - 360px);
    vertical-align: top;
    padding-right: 0;
	font-size: 20px;
	line-height: 23px;
}

.group-title-detail .date-code {
    display: inline-block;
    width: 355px;
    vertical-align: top;
    text-align: right;
	float:right;
}

.date-code .icon-eye-1:before {
    margin-left: 0;
    width: auto;
}

.alert-blue {
    background: #DAEDFF;
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    border-radius: 4px;
}
.alert-blue .lnk-blue {
    color: #135EAC;
    text-decoration: underline;
}
.fsize-24 {
    font-size: 24px;
}
.lnk-other-news {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    color: #135EAC;
    clear: both;
}
.btn-border-regist {
    width: 160px;
    height: 40px;
    display: block;
    margin: 0 auto;
    background: linear-gradient(90deg, #004D9D 0%, #0067D2 100%);
    border: 2px solid #00DFED;
    box-shadow: 0px 0px 16px rgba(0, 240, 255, 0.4);
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}
.btn-border-regist i {
    font-size: 14px;
    margin-left: 6px;
}
.b-promotion{
	background: #DAEDFF;
	border-radius: 4px;
	padding: 3px 6px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #135EAC;
	margin-left:10px;
	    display: inline-block;
	}
.row-5 {
	margin: 0 -5px;
	}
.row-5 .col-6 { padding:0 5px;}		