header#masterhead.theme-4 {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: -50px;
    height: 215px;
}
header#masterhead.theme-4 .inner-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex: auto;
    flex: auto;
    min-height: 180px;
    padding-bottom: 50px;
}
header#masterhead.theme-4 .inner-nav > .topnav {
    margin-bottom: 25px;
}
header#masterhead.theme-4 .inner-nav > .bottomnav {
    position: relative;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
header#masterhead.theme-4 .navbar-nav .nav-link {
    font-weight: bold;
}
header#masterhead.theme-4 .navbar-nav .nav-link:hover {
    background-color: var(--sg-color-secondary);
}
header#masterhead.theme-4 ul.nav-list {
    display: -ms-flex;
    display: flex;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
}
header#masterhead.theme-4 ul.nav-list > li {
    position: relative;
    padding: 7px 7px 7px 30px;
    max-width: 400px;
}
header#masterhead.theme-4 ul.nav-list > li span {
    display: block;
    font-size: 12px;
}
header#masterhead.theme-4 ul.nav-list em.fa {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.sg-wrapper--theme-4 .btn {
    border-radius: 0;
}
.sg-wrapper--theme-4 .section {
    padding: 100px 0;
}
.sg-wrapper--theme-4 .section.section-home-banner {
    padding: 200px 0;
}
.sg-wrapper--theme-4 .section.section-home-banner h1.section-title {
    font-size: 80px;
}
.sg-wrapper--theme-4 .section.section-home-banner h3 {
    font-size: 40px;
}
.sg-wrapper--theme-4 .section.section-home-banner .float-info {
    position: absolute;
    display: block;
    padding: 15px;
    background-color: #fff;
    color: #000;
    max-width: 1150px;
    margin: 0 auto;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 1;
}
.sg-wrapper--theme-4 .section.section-home-banner .float-info > ul.info-list {
    display: -ms-flex;
    display: flex;
}
.sg-wrapper--theme-4 .section.section-home-banner .float-info > ul.info-list {
    display: -ms-flex;
    display: flex;
    /* -ms-justify-content: center;
    justify-content: center; */
    list-style: none;
    margin: 0;
    padding: 0;
}
.sg-wrapper--theme-4 .section.section-home-banner .float-info > ul.info-list > li {
    position: relative;
    padding: 15px 15px 15px 70px;
    /* -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%; */
}
.sg-wrapper--theme-4 .section.section-home-banner .float-info > ul.info-list > li span {
    display: block;
    font-size: 12px;
}
.sg-wrapper--theme-4 .section.section-home-banner .float-info > ul.info-list > li:not(:last-child) {
    border-right: 1px solid #e3e3e3;
}
.sg-wrapper--theme-4 .section.section-home-banner .float-info > ul.info-list em.fa {
    position: absolute;
    left: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 42px;
    line-height: 50px;
    color: var(--sg-color-secondary);
}


@media only screen and (max-width: 767px) {

    .sg-wrapper--theme-4 .section.section-home-banner .float-info > ul.info-list {
        display: block;
        text-align: center;
    }
    .sg-wrapper--theme-4 .section.section-home-banner .float-info > ul.info-list > li {
        padding: 15px;
        border-right: 0;
        border-bottom: 1px solid #e3e3e3;
    }
    .sg-wrapper--theme-4 .section.section-home-banner .float-info > ul.info-list em.fa {
        position: relative;
        left: 0;
    }

    header#masterhead.theme-4 {
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    .sg-wrapper--theme-4 .section {
        padding: 50px 0;
    }
    .sg-wrapper--theme-4 .section.section-home-banner {
        padding: 75px 0;
    }
    .sg-wrapper--theme-4 .section.section-home-banner h1.section-title {
        font-size: 50px;
    }
    .sg-wrapper--theme-4 .section.section-home-banner h3 {
        font-size: 30px;
    }
    .sg-wrapper--theme-4 .section.section-home-banner .float-info {
        position: relative;
    }

}