

header#masterhead.theme-2 .navbar-nav .nav-link {
    font-weight: bold;
}
header#masterhead.theme-2 .navbar-nav .nav-link:hover {
    background-color: var(--sg-color-secondary);
}


/* body specification */
.sg-wrapper--theme-2.home-wrapper .container {
    max-width: 1450px;
}
.sg-wrapper--theme-2.home-wrapper .container-lg {
    max-width: 1600px;
}
.sg-wrapper--theme-2 .section {
    background-position: center;
    /* padding: 50px 0; */
}
.sg-wrapper--theme-2 .section.section-home-banner {
    padding: 75px 0;
}
.sg-wrapper--theme-2 .section.section-home-banner .section-title {
    /* color: var(--sg-color-secondary_1); */
    font-size: 56px;
    line-height: 1em;
    font-weight: 700;
}
.sg-wrapper--theme-2 .section.section-page-banner {
    display: -ms-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: center;
    justify-content: center;
    min-height: 500px;
}
/* .sg-wrapper--theme-2 .section.section-page-banner .container {
    max-width: 1170px;
} */
.sg-wrapper--theme-2 .section.section-page-banner ~ .section.float-section > .container {
    padding: 50px;
    background-color: #fff;
    color: #000;
    margin-top: -150px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
}
.sg-wrapper--theme-2 .icon-list-item {
    font-size: 20px;
    font-weight: 400;
}

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

    .sg-wrapper--theme-2 .section.section-home-banner .section-title {
        font-size: 42px;
    }

    .sg-wrapper--theme-2 .section.section-page-banner {
        min-height: auto;
        text-align: center;
    }
    .sg-wrapper--theme-2 .section.section-page-banner ~ .section.float-section > .container {
        margin: 0;
        padding: 0 15px;
        box-shadow: none;
    }

}