﻿.section-info-address {
    border: 1px solid #3e6807;
    border-radius: 5px;
    margin-bottom: 20px;
}
.section-title-main {
    background: #3e6807;
    margin-bottom: 0;
    width: 100%;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
}

.content-info-address{

}
    .content-info-address ul.ct-wrap {
        list-style: none;
        display: flex;
        display: -ms-flexbox;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
        padding: 10px;
    }
        .content-info-address ul.ct-wrap > li {
            list-style: none;
            margin: 0 0 15px;
            font-size: 14px;
            display: flex;
            max-width: 50%;
            flex: 0 0 50%;
            -ms-flex: 0 0 50%;
            align-items: center;
        }

            .content-info-address ul.ct-wrap > li .icon {
                width: 40px;
                min-width: 40px;
                height: 40px;
                display: flex;
                align-items: center;
                justify-content: center;
                border: 1px solid #3e6807;
                border-radius: 50%;
                margin-right: 10px;
            }

                .content-info-address ul.ct-wrap > li .icon svg {
                    width: 20px;
                    height: 20px;
                }

                    .content-info-address ul.ct-wrap > li .icon svg path {
                        fill: #ff7700;
                    }
.form-lien-he .content-info-address {
    padding: 10px;
}
    .form-lien-he .content-info-address .des {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .form-lien-he .content-info-address button {
        background: #ff7700;
        font-size: 14px;
        font-weight: normal;
        text-transform: none;
        margin: 0;
        color: #fff;
    }