<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.title_kh b{
    font-weight:500 !important;
}
.kh .body-loan-request .make_link-ctn-loan-title a{
    font-size:15px;
}
.description-latest{
    display:none;
}
.title-toggle {
    cursor:pointer;
}
.title-toggle2{
    position: absolute;
    background: rgba(38,47,65,0.8);
    padding: 10px 25px 13px 25px;
    text-align: justify;
    bottom: 0px;
    width: 100%;
}
/*=========== Slide latest news ============*/
.product_slide_carousel {
    margin: 0;
    padding:0px;
    width: 100%;
    margin-left:0px;
    min-height: 245px;
	border:0px solid red;
    float:left;
    
}
.product_slide_carousel ul {
    margin: 0;
    padding: 0px;
    list-style: none;
    display: block;
    width: 100%;
    height: 245px;
	overflow:hidden;
    
}
.last_li{
    border-left:none !important;
    padding:0px !important;
    margin-right:30px;
}
.product_slide_carousel li {
    width: 360px;
    height:245px;    
    display: block;
    float: left;
    padding:0px;
    padding:0px 0px;
    border-left:0px dotted #606060;
    background: #ffffff;
    position: relative;
    
}
.navigation-slide{    
    width:45px;
    height:20px;
    position: absolute;
    z-index:5;
    right:30px;
    
}
a.prev_pro, a.next_pro {
    background: url(imgs/miscellaneous_sprite.png) no-repeat transparent;
    width: 20px;
    height: 19px;
    display: block;   
    z-index:1;
    position:absolute;
    top:50%;
    
}
a.prev_pro {
    left:0px;
    background:url(imgs/pre.png) no-repeat center;
}
a.next_pro {
    right:0px;
    background:url(imgs/next.png) no-repeat center;
}
.images-slide .responsive-img{
    width:100%;
    position:relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.body-latest-news{
    height:245px;
    overflow:hidden;
    position:relative;
}
.slide-front-bottom{
    position:absolute;
    background:rgba(38,47,65,0.8);
    padding:10px 25px 13px 25px;
    text-align:justify;
    bottom:0px;
    width: 100%;
}
.make_link-ctn-front-slide-title a{
    font-size:17px;
    color:#fff;
    font-weight:500;
    float:left;
    width:100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    
}

.make_link-ctn-front-slide-title a:hover{
    color:red;
}
.make_link-ctn-front-slide-title a span{
    float:left;
    width:100%;
}
.make_link-ctn-front-slide-title{
    float:left;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100%;
}
.description-latest{
    font-size:12px;
    color:#fff;
}
/*.body-latest-news:hover img{
    width:115%;
    margin-top:-5px;
    margin-left:-5px;
}*/
.disabled{
    opacity:0.4;
}

/*==================loan request style============*/
.responsive-img{
    width:100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.body-loan-request , .images-loan{
    position:relative;
    height:245px;
    overflow: hidden;
}
.body-loan-request .make_link-ctn-loan-title{
   float: left;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;  
       

}
.description-latest2{
    font-size: 12px;
    color: #fff;
    display:none;
}
.body-loan-request .make_link-ctn-loan-title a{
    color:#fff;
    font-size:17px;
    font-weight:500;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.body-loan-request .make_link-ctn-loan-title a:hover{
    color:red;
}
/*.body-loan-request:hover img{
    width:115%;
    margin-left:-5px;
    margin-top:-5px;
}*/
.title-toggle, .title-toggle2{
    background:rgba(11,51,111,0.7) url(imgs/arrow_up.png) no-repeat right top;
    background-position:97% 18px;
    cursor:pointer;
}
.body-latest-news:hover .title-toggle, .loan-request:hover .title-toggle2{
    background:rgba(11,51,111,0.7) url(imgs/arrow_down.png) no-repeat right top;
    background-position:97% 18px;
}
/*==============location map front=========*/

.loation-map-front{
    height:245px;
    overflow:hidden;
}


.title_kh{
    font-size:18px !important;
}
.latest-news, .loan-request , .loation-map-front{
    margin-bottom:30px;
}
.body-title{
    height:40px;
    margin-bottom:10px;
}
.title-front{
    padding: 0 20px 0 15px;
    position: absolute;
    top: 0px;
    left: 15px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    background:#0b336f;
    
}
.corner{
    border-color: transparent transparent transparent #0b336f;
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 0 0 20px;
}

@media screen and (max-width:740px){
    .corner{
      right: -19px;  
    }
}
</pre></body></html>