@font-face {
    src: url('/fonts/EurostileLTStd-BoldEx2.eot');
    src: url('/fonts/EurostileLTStd-BoldEx2.eot?#iefix') format('embedded-opentype'), url('/fonts/EurostileLTStd-BoldEx2.woff2') format('woff2'), url('/fonts/EurostileLTStd-BoldEx2.woff') format('woff'), url('/fonts/EurostileLTStd-BoldEx2.ttf') format('truetype');
    font-family: "EurostileExtended";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    min-width: 320px;
    position: relative;
    font-family: 'EurostileExtended', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #0F5EAB;
    background-color: #fff;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    overflow-x: hidden;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1800px;
    margin: auto;
    padding: 0 15px;
}

.main_logo {
    text-align: center;
    background-color: #fff;
    padding: 13px 10px 10px;
    margin-top: 30px;
    transition: all .35s ease
}

.main_logo img {
    transition: all .35s ease
}

.main_logo:hover img {
    filter: drop-shadow(2px 2px 2px black);
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.flex {
    display: flex;
}

.aic {
    align-items: center;
}

.jcsb {
    justify-content: space-between;
}

.text-center {
    text-align: center;
}

.map_content {
    padding-bottom: 10px;
}

.map_wrap {
    padding-top: 70px;
}

.map_wrap .row {
    position: relative;
}

.map_right,
.map_left {
    width: 49%;
    position: relative;
    z-index: 1;
}

.map_left p {
    color: #fff;
    text-shadow: 1px 1px 1px #1e5886;
}

.map_body p {
    margin-bottom: 30px;
}

.map_body p.last {
    margin: 50px 0;
}

.map_header_title {
    font-size: 22px;
    line-height: 26px;
    position: relative;
    height: 93px;
    max-width: 100%;
    position: relative;
    flex-grow: 1
}

.map_left .map_header_title {
    color: #1A254E;
    background-color: #fff;
    margin-right: 65px;
    padding: 10px 10px 10px 30px;
}

.map_left .map_header_title:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 93px 0 0 65px;
    border-color: transparent transparent transparent #ffffff;
}

.map_right .map_header_title {
    color: #fff;
    margin-left: 65px;
    padding: 10px 30px 10px 10px;
    background: linear-gradient(270deg, #071E4F 0%, #071E4F 10%, #0092D2 40%, #0092D2 60%, #071E4F 100%);
}

.map_right .map_header_title:before {
    position: absolute;
    content: '';
    left: -64.5px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 93px 0 0 65px;
    border-color: transparent transparent transparent #071E4F;
    transform: rotateY(180deg)
}

.map_left .map_header_icon {
    margin-left: 17px;
}

.map_right .map_header_icon {
    margin-right: 17px;
}

.map_header_icon img {
    max-height: 100%;
}

.map_body_wrap {
    padding: 40px 30px;
}

.map_body_icons {
    flex-wrap: wrap;
    justify-content: center;
    flex-wrap: wrap
}

.map_body_icon {
    width: 170px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #0F5EAB;
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map_body_icon img {
    margin-bottom: 20px;
    transition: all .35s ease;
}

.map_center {
    position: relative;
    width: 49%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.section_title {
    font-size: 32px;
    line-height: 38px;
    margin: 15px 0 30px;
    padding: 20px 60px 20px 0;
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.section_title:before {
    position: absolute;
    content: '';
    top: 0;
    left: -90px;
    height: 100%;
    transform: skewX(20deg);
    max-width: 100vw;
    width: 1000px;
}

.about_title:before {
    background: linear-gradient(90deg, #071E4F 0%, #0092D2 40%, #0092D2 60%, #071E4F 100%);
    z-index: -1;
}

.about_img{
    width: 100%;
}

.contact_title:before {
    background: #FECC02;
    z-index: -1;
}

.contact_wrap {
    position: relative;
}

.bottom_title_wrap {
    width: 100%;
    position: absolute;
    left: 15px;
    top: 100%;
    transform: translateY(-100%);
}

.bottom_title {
    margin: 0;
    font-size: 22px;
}

.bottom_title:before {
    background: linear-gradient(90deg, #071E4F 0%, #0092D2 40%, #0092D2 60%, #071E4F 100%);
    z-index: -1;
    width: calc(100% + 80px);
    font-size: 24px;
    line-height: 28px;
}

.contact {
    padding-top: 80px;
    position: relative;
}

.contact_bg {
    width: 40%;
}

.contact_content {
    padding-left: 70px;
    width: 60%;
    flex-wrap: wrap;
}

.contact_content div {
    width: 50%;
    margin-bottom: 5%;
}

.contact_content div.first {
    padding-right: 30px;
}

.main_footer {
    background: linear-gradient(92.22deg, #071E4F -25.6%, #0092D2 24.64%, #0092D2 49.76%, #071E4F 100%);
    color: #fff;
    margin-top: 25px;
    padding: 60px 0 50px;
}

.copyright {
    padding: 0 15px 0 56px;
    margin-top: auto;
    flex-grow: 1;
}

.social a {
    display: inline-block;
    transition: all .35s ease
}

.social a:hover {
    filter: grayscale(1);
}

main {
    overflow-x: hidden;
}

.map_blue_icon {
    position: absolute;
    top: 34.5%;
    left: 43%;
    transition: all 3s ease;
}

:root {
    --index: calc(1vw + 1vh)
}

.map_white_icon {
    position: absolute;
    top: 380px;
    left: 220px;
    transition: all .7s ease;
    animation-delay: .2s;
}

.map_icon_anim {
    transform: translateY(0) scale(0);
    opacity: 0;
    cursor: pointer;
}

.map_center .map_icon_anim {
    animation-name: mymove;
    animation-duration: 1.5s;
}

.map_center .map_icon_anim {
    transform: translateY(0) scale(1);
    opacity: 1;
}

@keyframes mymove {
    0% {
        transform: translateY(0) scale(0);
        opacity: 0;
    }
    20% {
        transform: translateY(-100%) scale(0);
        opacity: 0;
    }
    20% {
        transform: translateY(-100%) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

/* media */

@media (max-width:1600px) {
    body {
        font-size: 16px;
        line-height: 22px;
    }
    .map_header_title {
        font-size: 18px;
        line-height: 22px;
    }
    .map_left .map_header_icon {
        margin-left: 0;
    }
    .map_right .map_header_icon {
        margin-right: 0;
    }
    .map_body_wrap {
        padding: 30px 10px;
        width: 85%;
    }
    .map_right .map_body_wrap {
        margin-left: auto;
    }
    .map_body_icon img {
        width: 120px;
    }
}

@media (max-width:1400px) {
    .copyright {
        padding: 15px 0;
    }
    .footer_logo {
        width: 265px;
    }
    .bottom_title_wrap {
        position: relative;
        transform: none;
        top: 0;
    }
    .social a {
        width: 50px;
    }
    .main_footer {
        padding: 20px 0;
    }
}

@media (max-width:1200px) {
    .map_white_icon {
        top: 300px;
        left: 180px;
        width: 50px;
    }
    .contact_content {
        padding-left: 10px;
    }
    .map_body p.last {
        margin: 40px 0 20px;
    }
    .map_body p {
        margin-bottom: 20px;
    }
    .map_right .map_body_wrap p {
        padding-left: 30px;
    }
    .map_header_icon img {
        height: 60px;
    }
    .map_left .map_header_title {
        margin-right: 30px;
    }
    .map_left .map_header_title:before {
        border-width: 80px 0 0 25px;
    }
    .map_right .map_header_title {
        margin-left: 30px;
    }
    .map_right .map_header_title:before {
        border-width: 80px 0 0 25px;
        left: -24.5px;
    }
    .map_header_title {
        height: 80px;
    }
    .map_header.aic {
        align-items: start;
    }
}

@media (max-width: 992px) {
    .map_white_icon {
        width: 14%;
    }
    .copyright {
        order: 1
    }
    .contact_bg {
        width: 100%;
        margin-bottom: 15px;
    }
    .contact_content {
        width: 100%;
        padding: 0;
    }
    .map_body p {
        width: 85%;
    }
    .map_right .map_body_wrap p {
        padding-left: 0;
        margin-left: auto;
    }
    .map_body_wrap {
        width: 100%;
    }
    .map_header_icon img {
        height: 50px;
    }
    .map_body_icon img {
        width: 84px;
    }
    .map_body_icon {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 25px;
        width: 140px;
    }
    .map_body_icon br {
        display: none;
    }
    /* .map_desk {
        width: 270px;
    } */
    .map_icon_anim {
        height: 50px;
    }
    .map_white_icon {
        top: 300px;
        left: 160px;
    }
    .map_blue_icon {
        top: 32%;
    }
}

@media (max-width: 768px) {
    .map_left .map_header_title {
        padding: 10px 22px 10px 10px;
    }
    .map_header_title {
        font-size: 14px;
        line-height: 18px;
    }
    .map_center {
        position: relative;
        width: 340px;
        left: auto;
        transform: none;
        order: -1;
        text-align: center;
        display: flex;
        margin: 0 auto 38px;
    }
    .map_white_icon {
        top: 200px;
        left: 110px;
    }
    .bottom_title:before {
        left: -55px;
    }
    .contact_content div.first {
        padding-right: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #0F5EAB;
    }
    .contact_content div {
        width: 100%;
    }
    .section_title {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 50px 10px 0;
        margin-bottom: 20px;
    }
    .map_wrap {
        padding-top: 15px;
        margin-bottom: 35px;
    }
    .main_logo {
        margin-top: 10px;
        padding: 2px;
    }
    .main_logo img {
        width: 192px;
    }
    .map_right,
    .map_left {
        width: 100%;
    }
    .map_right .map_header_title {
        margin-left: 0;
        margin-right: 30px;
    }
    .map_right .map_header {
        flex-direction: row-reverse
    }
    .map_header_icon img {
        margin-top: 15px;
    }
    .map_right .map_header_title:before {
        border-width: 80px 0 0 25px;
        left: 100%;
        transform: none
    }
    .map_body.active {
        display: block;
    }
    .map_body_wrap {
        display: none;
    }
    .map_left .map_header_title:after {
        position: absolute;
        content: '';
        width: 28px;
        height: 28px;
        right: 0;
        top: 50%;
        margin-top: -14px;
        background-image: url(/img/arr_down_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .35s ease
    }
    .map_right .map_header_title:after {
        position: absolute;
        content: '';
        width: 28px;
        height: 28px;
        right: 0;
        top: 50%;
        margin-top: -14px;
        background-image: url(/img/arr_down_white.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transition: all .35s ease
    }
    .map_header.active .map_header_title:after {
        transform: rotateX(180deg)
    }
    .map_body p {
        width: 100%;
    }
    .map_left .map_header_title,
    .map_right .map_header_title {
        border-radius: 0 2px 0 0;
    }
    .map_left .map_header_title:before,
    .map_right .map_header_title:before {
        transform: translateX(-.4px)
    }
}

@media (max-width: 575px) {
    .social {
        width: 100%;
        margin: 15px 0;
    }
    .copyright {
        padding: 0;
    }
    .bottom_title:before {
        left: -70px;
    }
}