body {
    margin: 0;
    padding: 0;
    font-family: 'OpenSans-Regular';
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4 {
    font-family: 'BebasNeue-Regular' !important;
    letter-spacing: 2px;
}

[ v-cloak] {
    display: none
}

.main_content {
    width: 1250px;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

.flex_center_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex_center_column_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.space_between_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_column {
    flex-direction: column;
}

nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
}

nav ul {
    display: flex;
    color: #fff;
    padding-left: 0;
    list-style: none;
}

nav ul li {
    display: flex;
    align-items: center;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid rgb(255, 255, 255, 0);
}

.nav_active {
    border-bottom: 2px solid rgb(255, 255, 255, 1) !important;
    transition: 400ms;
}

.nav_box button {
    padding: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.nav_box button:hover {
    transform: translateY(-5px);
    transition: 400ms;
}

.nav_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.el-dialog__body {
    padding: 20px 40px 40px 40px !important;
}

.contact_form h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 15px;
}

.el-form--label-top .el-form-item__label {
    padding: 0 !important;
}

.form_name_box {
    display: flex;
    justify-content: space-between;
}

.form_name_box .form_item {
    width: 47%;
}

.contact_form .send_button {
    width: 150px;
    height: 55px;
    background-color: transparent;
    font-size: 22px;
    color: #156db7;
    border: 1px solid #156db7;
    cursor: pointer;
    transition: 400ms;
}

.el-form-item__label {
    font-size: 18px !important;
}

.contact_form .send_button:hover {
    background-color: #156db7;
    color: #fff;
}

footer {
    /* height: 200px; */
    padding-top: 20px;
    background-color: #001649;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.main_icon {
    /* width: 120px;
    height: 80px; */
    width: 200px;
    cursor: pointer;
}

.footer_menu {
    width: 250px;
}

.footer_menu h3 {
    color: #fff;
    font-size: 22px;
}

.footer_menu p {
    color: #fff;
    margin-top: 15px;
    line-height: 25px;
}

.footer_box {
    width: 100%;
    justify-content: space-between;
    display: flex;
    margin-top: 20px;
}

.mail_box {
    width: 100%;
    border-top: 1px solid #093f6c;
    height: 50px;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_mail {
    display: flex;
    align-items: center;
}

.index_mail a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}

.index_mail img {
    width: 30px;
    height: 30px;
}

.drop_menu_box {
    position: absolute;
    top: 78px;
    left: 500px;
    display: flex;
    justify-content: center;
    z-index: 99999;
    border: 0;
}

.drop_menu {
    width: 200px;
    background-color: #00101FE3;
    padding: 20px 20px;
    box-sizing: border-box;
    display: flex;
    z-index: 9999;
}

.drop_menu ul {
    margin: 0;
    display: flex;
    flex-direction: column;
}

.drop_menu ul li {
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    width: 350px;
    line-height: 30px;
}

.index_contact_content button {
    width: 150px;
    height: 50px;
    font-size: 20px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
    background-color: transparent;
}

.index_contact_content button:hover {
    transform: translateY(-5px);
    transition: 400ms;
}

.other_header {
    width: 100%;
    height: 500px;
    position: relative;
    background: url(../images/other-bg.png);
    background-size: cover;
}

.other_main_title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 380px;
}

.other_main_title h1 {
    font-size: 66px;
    color: #fff;
    z-index: 99;
    position: relative;
}

.ml2x {
    margin-top: 20px;
}

.index_contact_bg {
    background: url(../images/circles-outline.svg) no-repeat center 55px;
    background-color: #00458C;
    height: 150px;
    background-size: 1297px 996px;
    padding: 80px 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_contact_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index_contact_content h2 {
    color: #fff;
    font-size: 48px;
}

.index_contact_content p {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}

.index_title {
    font-size: 48px;
    color: #001649;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.detail_title {
    font-size: 42px;
    font-weight: normal;
    color: #001649;
}

.el-dropdown-menu {
    border-radius: 0 !important;
    padding: 5px 15px !important;
}

.el-dropdown-menu__item,
.el-menu-item {
    font-size: 16px !important;
    padding: 5px 20px !important;
}

.el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #fff !important;
    color: #0f3780 !important;
}

nav ul {
    min-width: max-content;
}

.phone_nav {
    display: none;
}

.nav-menu {
    display: none;
}

@media (max-width: 800px) {

    .main_content {
        width: 100% !important;
    }

    .common_nav {
        display: none;
    }

    .index_content {
        width: 80%;
        height: auto;
        top: 65%;
        padding: 25px;
    }

    .footer_box {
        flex-direction: column;
    }

    .index_title {
        font-size: 40px;
        color: #001649;
    }

    .index_contact_bg {
        height: auto;
        padding: 20px 10px;
    }

    .index_contact_content h2 {
        color: #fff;
        font-size: 40px;
    }

    .index_contact_content p {
        text-align: center;
    }

    .index_contact_content button {
        margin-top: 25px;
    }

    .phone_nav {
        display: block;
        height: 70px;
        padding: 0 10px;
        background-color: #001649;
        box-sizing: border-box;
        box-shadow: 0 5px 5px rgba(50, 50, 50, 0.25);
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
    }

    .phone_logo {
        height: 40px;
    }

    .phone_menu_icon {
        width: 40px;
        height: 40px;
    }

    .nav-menu.show {
        max-height: 650px;

    }

    .nav-menu {
        flex-direction: column;
        width: 100%;
    }

    .nav-menu {
        position: fixed;
        top: 70px;
        display: flex;
        background-color: #fff;
        margin: 0;
        padding: 0;
        transition: max-height 0.2s ease-out;
        overflow: hidden;
        max-height: 0;
        z-index: 9999;
        box-shadow: 0 5px 5px rgba(186, 186, 186, 0.25);
    }

    .nav-menu a {
        color: #454545;
        padding: 14px 20px;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
    }

    .nav-menu ul {
        display: flex;
        flex-direction: column;
    }

    .submenu {
        display: flex;
        flex-direction: column;
        padding-left: 20px;
    }

    .submenu a {
        font-size: 15px;
        padding: 11px 20px;
        line-height: 30px;
    }

    .phone_dropdown {
        color: #454545;
        padding: 14px 20px;
        text-decoration: none;
        text-align: center;
        font-size: 18px;
    }

    .phone_down_icon {
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

    .other_main_title {
        top: 209px;
        left: 10px;
        width: auto;
    }

    .other_header {
        height: 300px;
    }

    .other_main_title h1 {
        font-size: 52px;
    }

    .detail_title {
        font-size: 32px;
    }

    footer {
        padding: 10px;
        background-color: #001649;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .footer_menu p {
        margin-top: 10px;
    }

    .footer_menu {
        width: 100%;
        margin-top: 20px;
    }

    .footer_box {
        margin-top: 0px;
    }

    .main_icon {
        width: 170px;
    }
}