   .fspmenu-hide-pc {
        display: none;
    }
@media screen and (max-width: 992px) {
    .fspmenu-hide-pc {
        display: block;
    }
    .fspmenu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 11;
        overflow: auto;
        max-height: 0;
        transition: max-height 0.5s ease;
    }
    .fsp-menu img {
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
    .fspmenu.active {
        max-height: 1200px;
    }
    .fsp-inner {
        width: 100%;
        height: auto;
        min-height: 100vh; /* Should remove at the end */
        background-color: #233a97;
        position: absolute;
		top: 0;
/*		padding: 93px 0 0;*/
        padding: 46px 0 0;
    }
    .fsp-head {
        padding: 10px;
    }
    .fhead-inner {
        width: 100%;
        display: flex;
        background-color: #FFF;
    }
    .fh-logo {
        flex: 100%;
        max-width: 80%;
        align-self: center;
        text-align: center;
    }
    .fh-ocbtn {
        flex: 100%;
        max-width: 20%;
        align-self: center;
        text-align: center;
    }
    .fsp-content {
        padding-bottom: 100px;
		margin-bottom: 50px;
    }
    .fsp-foot {
        position: absolute;
        left: 0;
        bottom: 20px;
        width: 100%;
       /* background-color: #FFF;*/
        height: auto;
    }
    .ffoot-inner {
        display: flex;
        width: 60%;
        margin: 0 auto;
    }
    .ff-icon {
        flex: 100%;
        max-width: calc(100% / 3);
        text-align: center;
        align-self: center;
    }
    .ff-icon img {
        width: 70%;
        border-radius: 50% !important;
        border: 1px solid #233a97;
    }

    .fsp-txt {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin: 30px 20px 0;
    }

    .fsp-underline {
        height: 1px;
        width: 30%;
/*        margin: 15px auto 40px;*/
        margin: 15px auto 20px;
        border-top: 2px solid #FFF;
    }

    .fsp-menu {
/*        margin: 6vw 0vw;*/
        margin: 4vw 0vw;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
	.fsp-content {
		margin-bottom: unset;
    }
}