#inner-page-wrapper>.container {
    width: 100%;
    padding: 0;
}

#inner-page-wrapper {
    margin-bottom: 0;
}

.ip-banner {
    display: none;
}

.ip-custom-banner-wrap {
    position: relative;
}

.ip-custom-banner-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent);
    opacity: 0.45;
}

.ip-custom-banner-wrap,
.ip-custom-banner-wrap img,
.ip-custom-banner-wrap canvas {
    min-height: 180px;
}


.ip-custom-breadcrumbs {
    position: absolute;
    width: 100%;
    height: 43px;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(49, 108, 173, 0.75);
    padding: 15px 0;
}

.ip-custom-breadcrumbs #breadcrumbs {
    font-size: 14.35px;
    letter-spacing: normal;
    margin: auto;
    text-align: center;
    width: 81.25%;
    padding-left: min(4.1875vw, 67px);
}

.ip-custom-breadcrumbs span {
    color: #fff;
    font-weight: 400;
}

.ip-custom-breadcrumbs span span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ip-custom-breadcrumbs #breadcrumbs a:hover span {
    opacity: 0.75;
}


#fixed-smi {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.pos-rel {
    position: relative;
}

.op-85 {
    opacity: 85%;
}


.ip-as-wrap {}

.ip-as01 {
    /* height: 692px; */
    padding: 128px 0 89px;
}

.ip-as01:before {
    content: "";
    position: absolute;
    width: 91%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.3), #fff 40%);
}

.ip-as01>.as01_bg_accent {
    left: auto;
    right: 0;
    width: 9%;
}

.ip-as01-wrap {
    width: 1300px;
    width: 81.25%;
    padding-right: 3.4375vw;
    margin: auto;
    z-index: 1;
}

.ip-as01-img {
    float: left;
    margin-right: min(4.375vw, 70px);
    margin-bottom: min(2.5vw, 40px);
    width: 46.059544658494%;
    max-width: 526px;
}

.ip-as01-wrap .global-title {
    margin-bottom: 28px;
}

.ip-as01-wrap .global-title h2 {
    color: #292856;
    font-size: 57.01px;
    padding-top: 4px;
    padding-left: 84px;
}

.ip-as01-wrap .global-title h2 span {
    letter-spacing: 0.055em;
    color: #292856;
    margin-bottom: 0;
    margin-top: 6px;
    margin-left: -1px;
}

.ip-as01-wrap p {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.445;
    color: #333333;
    padding-top: 19px;
}

.ip-as02 {
    /* height: 507px; */
    margin: 123px 0 107px;
    padding: 20px 0 37px;
}

.as02_bg_accent {
    width: 9.375%;
}

.as02_bg {
    left: auto;
    right: 0;
    width: 27.9375%;
}

.ip-as02-wrap {
    width: 1300px;
    width: 81.25%;
    padding-right: 36.75vw;
    padding-left: 4.25vw;
    margin: auto;
    z-index: 1;
}

.ip-as02-wrap p {
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.445;
    color: #333333;
    padding-top: 19px;
}

.ip-as02 .global-btn {
    color: #292856;
    max-width: 211px;
    margin-left: -31px;
    margin-top: 30px;
}

.ip-as02 .global-btn:hover {
    color: #fff;
}

.ip-as02 .global-btn em.ai-icon-logo {
    margin-right: 21px;
    margin-bottom: 6px;
}

.ip-as02-info {
    position: absolute;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    right: 7.625vw;
    width: 34.1875vw;
    z-index: 2;
}

.ip-as02-info>div {
    background-color: rgba(42, 41, 86, .75);
    padding: 9px 10px;
}

.ip-as02-info-wrap {
    /* width: 527px;
    height: 456px; */
    border: 1px solid rgba(255, 255, 255, .60);
    background-color: rgba(49, 108, 173, .60);
    padding-top: 69px;
    padding-bottom: 57px;
}

.ip-as02-info-wrap .global-title h2 {
    padding-left: 0;
    text-align: center;
}

.ip-as02-info-wrap .global-title h2 span {
    padding-left: 4px;
}

.ip-as02-contact-list {
    margin-top: 11px;
}

.ip-as02-contact-item {
    text-align: center;
    position: relative;
    padding-top: 17px;
}

.ip-as02-contact-item span {
    font-size: 17px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.025em;
    color: #fff;
}

.ip-as02-contact-item span em.ip-as02-contact-label {
    display: block;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.325em;
    color: #fff;
    margin-bottom: 8px;
    padding-left: 3px;
}

.ip-as02-contact-item span a {
    color: inherit;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-as02-contact-item span a:hover {
    color: var(--secondary-color);
}

.ip-as02-contact-smi {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
    padding-left: 1px;
}

.ip-as02-contact-smi a {
    display: block;
    position: relative;
    font-size: 19px;
    line-height: 1;
    color: #fff;
    margin: 0 17.75px;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-as02-contact-smi a:hover {
    color: var(--secondary-color);
}

.ip-as02-contact-link {
    padding-left: 1px;
}

.ip-as02-contact-link a {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 183px;
    height: 50px;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
    text-transform: uppercase;
    margin: 31px auto 0;
    -webkit-transition: all var(--default-transition);
    -o-transition: all var(--default-transition);
    transition: all var(--default-transition);
}

.ip-as02-contact-link a:hover {
    color: #2a497b;
    background: #fff;
}


@media only screen and (min-width: 1367px) {
    .ip-as01-wrap .global-title img {
        top: 18px;
    }
}


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

    .ip-as01 {
        padding-top: 110px 0;
    }

    .ip-as01-wrap .global-title h2 {
        font-size: 40px;
        padding-left: 75px;
    }
}

@media only screen and (max-width: 1280px) {
    .ip-as01 {
        padding-top: 100px;
    }

    .ip-as01-wrap p,
    .ip-as02-wrap p {
        font-size: 13px;
        padding: 19px 0 0;
    }

    .ip-as02 {
        margin: 100px 0;
        padding: 20px 0;
    }

    .ip-as02-contact-item span {
        font-size: 16px;
    }

    .ip-as02 .global-btn {
        margin-top: 20px;
    }

    .ip-as02-contact-link a {
        font-size: 13px;
        height: 45px;
        width: 170px;
    }
}

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

    .ip-as01 {
        padding: 80px 0;
    }

    .ip-as01-wrap .global-title h2 {
        font-size: 33px;
        padding-left: 70px;
    }

    .ip-as02 {
        margin: 80px 0;
    }

    .ip-as02-contact-item span {
        font-size: 15px;
    }

    .ip-as02-contact-smi a {
        margin: 0 15px;
    }
}

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


    #fixed-smi {
        display: none !important;
    }

    .ip-custom-breadcrumbs #breadcrumbs {
        width: 85%;
        max-width: 800px;
        padding: 0;
    }

    .ip-as01:before {
        width: 100%;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.3), #fff 20%);
    }

    .ip-as01-wrap {
        text-align: center;
        width: 85%;
        max-width: 800px;
        padding: 0;
    }

    .ip-as01-wrap .global-title {
        margin: 0;
        padding: 20px 0;
    }

    .ip-as01-wrap .global-title h2 {
        font-size: 31px;
    }

    .ip-as01-img {
        float: none;
        width: 100%;
        max-width: 450px;
        margin: 0 auto 20px;
    }

    .ip-as02:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(to left, rgba(255, 255, 255, 0.3), #fff 20%);
    }

    .ip-as02-wrap {
        text-align: center;
        width: 85%;
        max-width: 800px;
        padding: 0;
    }

    .ip-as02 .global-btn {
        margin: 20px auto;
    }

    .ip-as02-info {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        width: 90%;
        margin: auto;
        max-width: 600px;
    }
}

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


@media only screen and (max-width: 600px) {
    .ip-as01 {
        padding: 50px 0;
    }

    .ip-as01-wrap .global-title h2 {
        font-size: 27px;
        padding-left: 60px;
        padding-top: 0;
        max-width: 300px;
    }

    .ip-as02 {
        margin: 50px 0;
    }
}

@media only screen and (max-width: 400px) {
    .ip-as02-contact-item span {
        font-size: 13px;
    }

    .ip-as02-contact-smi a {
        margin: 0 13px;
        font-size: 18px;
    }
}