.swiper-container {
    /*margin-top: -71px !important;*/
    min-height: calc(80vh - 71px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

}
.navbar {
    background: #FFFFFF !important;
}

.slider-text {
    color: #363E43;
}

.weight-500 {
    font-weight: 500;
}

.weight-400-important {
    font-weight: 400 !important;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-32 {
    margin-top: 32px;
}

.foot {
    background: linear-gradient(270deg, #2B976A 0%, #44C38D 100%);
    background-size: 100%, 100%;
    z-index: -1;
}
@media (min-width: 767px) {
    .foot {
        height: 353px
    }
}

@media (min-width: 1200px) {
    .foot {
        height: 353px
    }
}

@media (max-width: 767px) {
    .foot {
        height: 220px;
    }
}

/*@media (max-width: 575px) {*/
/*    .foot {*/
/*        height: 220px;*/
/*    }*/
/*}*/

.foot-container {
    height: 100%;
    color: #FFFFFF !important;
    position: relative;
}

.solid {
    width: 52px;
    height: 4px;
    background: #2C8E5D;
    margin-top: 24px;
}
.about-hint {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #363E43;
    line-height: 22px;
}
.text-green {
    color: #1C9865;
}

.about-desc {
    /*width: 387px;*/
    /*height: 100px;*/
    font-weight: 400;
    color: #57646C;
    line-height: 28px;
    padding: 0 30px;

}

.placeholder {
    width: 300px;
}

.about-us {
    position: relative;
}

.bg-gray {
    background: #F8F9F8;
}

.decoration-1 {
    position: absolute;
    left: -100px;
    bottom: -40px;
}

.decoration-2 {
    position: absolute;
    right: -130px;
    bottom: -100px;
}

.decoration-3 {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.decoration-5 {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.redirect-button {
    width: 104px;
    height: 38px;
    background: #1C9865;
    border-radius: 2px;
    color: #FFFFFF;
    margin:10px 0;
    margin-top: 40px;
}

.color-revert {
    background: #FFFFFF;
    color: #1C9865;
}

.tech-pic {
    /*width: 100%;*/
    /*height: 100%;*/
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
    display:block;
}

.tech-pic-wrapper {
    height: 400px;
    width:396px;
    position: relative;
}

.bg-light-index {
    background: #FDFFFE;
}

.info-desc {
    text-align: center;
}
