.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.justify-content-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-start {
    -ms-flex-pack: start!important;
    justify-content: flex-start!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.flex-column {
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.align-items-end {
    -ms-flex-align: end!important;
    align-items: flex-end!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.zero-row {
    margin-left: 0;
    margin-right: 0;
}

.zero-row>[class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

.section-top {
    margin-bottom: 35px;
}
.sm-container{
    max-width: 1100px;
}
.home-banner {
    padding: 60px 0;
    background-image: url(../images/top-bg-1-change.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.top-title{
    text-align: center;
    color: #fff;
    height: 115px;
    background: rgba(0, 0, 0, .3);
}
.top-title h3{
    padding-top: 30px;
}
.top-title p{
    font-size: 20px;
}
.landing-main-content {
    padding: 40px 0 50px;
}
.section-top-content .section-top-content-tel{
    line-height: 3;
    color: #DFC482;
}
.custom-img img{
    min-width: 100%;
}
.custom-item{
    padding: 5px 25px;
    text-align: left;
    width: 50%;
}
.custom-item-bg{
    background: #EEDEBA;
}
.custom-item h4{
    text-align: center;
}
.img-title-right{
    margin-bottom: 35px;
    margin-top: 35px;
}
.img-title img{
    max-height: 40px;
}
.living-contract-brief h3{
    color: #54C244;
}
.living-contract-brief p{
    text-indent: 2em;
}
.living-contract-btn{
    line-height: 8;
    text-align: center;
}
.living-contract-btn .btn{
    padding: 8px 20px;
    color: #3C392F;
    background: #EEDEBA;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 8px;
}
.living-contract h2{
    text-align: center;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 0;
}
.no-contract-title{
    background: #757064;
}
.have-contract-title{
    background: #19B200;
}
.living-contract-table{
    width: 100%;
}
.living-contract-table tr{
    border-bottom: 1px solid #fff;
}
.living-contract-table tr td:nth-child(1){
    width: 80px;
    padding: 20px 15px;
    background: #C2C1BC;
    border-right: 1px solid #fff;
    font-size: 16px;
    font-weight: 400;
    color: #797875;
    text-align: center;
}
.living-contract-table tr td:nth-child(2){
    padding-left: 10px;
    padding-right: 10px;
    text-indent: 2em;
    background: #F1EFF0;
    color: #797875;
}
.have-contract tr td:nth-child(1){
    background: #ABEBA1;
    font-weight: bold;
    color: #000;
}
.have-contract tr td:nth-child(2){
    background: #D8F3D4;
    color: #000;
}
.section-top-content{
    margin-bottom: 20px;
}
.section-top-content .section-top-content-tel{
    font-size: 18px;
}
.active-title{
    font-size: 18px;
    color: #DFC482;
}
