.hotline {
    background: #c2b597;
    width: auto;
    margin: 0 auto;
    position: fixed;
    z-index: 33333;
    bottom: 18pt;
    left: 0;
    border-radius: 0 10px 10px 0;
}
.hotline-inner {
    width: 260px;
    margin: 0 auto;
    font-size: 20px;
    padding: 6px 0px 5px 40px;
    color: #1d1108;
    font-weight: bold;
    background: url(icon-phone.png) no-repeat 4px 5px;
    background-size: 32px auto;
}
.hotline-inner a {
    color: #fff;
    font-weight: 500;
}
.hotline-inner a:hover {
    color: #fff;
}
.section-nd {
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
}.section-nd .col-text {
    padding: 35px;
}.section-nd .title-section, .panel-grid h3 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 20px;
    text-transform: uppercase;
}.nd-readmore {
    background-color: #c2b597;
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    min-width: 160px;
    margin-top: 25px;
    margin-bottom: 20px;
}
.col-slide.flr{padding: 0px;}
.col-slide.flr img{width: 100%;}
.md-flex{background: #fff;}
.name-footer{color: #fff;text-transform: uppercase;font-size: 18px;}
.row-0{margin: 0px!important;}



@media only screen and (min-width: 992px){
.section-nd .col-text {
    width: 35%;
}
}
@media only screen and (min-width: 992px){
.section-nd .col-slide {
    width: 65%;
}
}