@media (min-width: 992px) and (max-width: 1200px) {
    /* .contact {
        display: none !important;
    } */
}

@media (min-width: 992px) {
    .header {
        display: flex;
        /* width: 100%; */
        background-color: #ffffff;
    }

    .navbar {
        display: flex;
        margin: 0 auto;
        height: 120px;
        align-items: center;
        width: 1402px;
        justify-content: space-between;
    }

    .navbar .logo {
        display: flex;
        align-items: center;
    }

    .navbar .logo img {
        width: 184px;
    }

    .navbar .collapse ul {
        width: 660px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* margin-left: 84px; */
    }

    .navbar-collapse{
        flex-grow: 0;
    }

    .navbar .collapse ul li {
        display: flex;
        font-size: 16px;
        color: #4C4C4C;
        align-items: center;
    }

    .navbar .collapse ul li img {
        width: 14px;
        height: 8px;
        margin-left: 6px;
    }

    .navbar .collapse .active a {
        color: #0066D5 !important;
    }

    .navbar .collapse ul li a:hover {
        color: #0066D5 !important;
    }

    .navbar .contact {
        display: flex;
        align-items: center;
    }

    .navbar.contact .tel {
        display: flex;
        flex-direction: column;
    }

    .navbar .contact .tel p {
        color: #252525;
        font-size: 14px;
    }

    .navbar .contact .tel .telnumber {
        font-size: 22px;
    }

    .navbar button {
        width: 116px;
        height: 41px;
        background-color: #0066D5;
        border-radius: 6px;
        color: #ffffff;
        font-size: 20px;
        margin-left: 24px;
    }

    /* footer */
    .footer {
        min-width: 1200px;
        max-width: 1920px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #0E1726;
        height: 377px;
        flex-direction: column;
        overflow: hidden;
    }

    .footer .footer_topbox {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        align-items: center;
    }

    .footer .footer_topbox .footer_message {
        display: flex;
        flex-direction: column;
        width: 1002px;
    }

    .footer .footer_topbox .footer_img {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .footer .footer_topbox .footer_img img {
        width: 120px;
        height: 120px;
    }

    .footer .footer_topbox .footer_img span {
        letter-spacing: 2px;
        color: #CCCCCC;
        font-size: 14px;
        margin-top: 9px;
    }


    .footer_top {
        display: flex;
        /* width: 1200px; */
        justify-content: space-between;
        align-items: center;
    }

    .footer_top li .logo {
        width: 212px;
        height: 56px;
    }

    .footer_top li {
        display: flex;
        align-items: center;
    }

    .footer_top li .telphone {
        width: 40px;
        height: 40px;
    }

    .footer_top li .tel_number {
        display: flex;
        flex-direction: column;
        color: #ffffff;
        font-size: 16px;
        margin-left: 23px;
    }

    .tel_number .number {
        margin-top: 7px;
        font-size: 18px;
        font-weight: bold;
    }

    .footer_top li .address {
        font-size: 18px;
        margin-top: 7px;
    }

    .footer_top li:last-child {
        margin-right: 0px;
    }

    .footer .footer_center {
        margin-top: 67px;
        display: flex;
        font-size: 14px;
        /* width: 1200px; */
        align-items: center;
        justify-content: space-between;
        color: #ffffff;
    }

    .footer_line {
        width: 1401px;
        height: 1px;
        background-color: #313131;
        margin-top: 44px;
    }

    .footer_company {
        width: 1200px;
        display: flex;
        justify-content: center;
        font-size: 16px;
        color: #CDCDCD;
        margin-top: 44px;
        align-items: center;
        position: relative;
    }

    .footer_company span:first-child {
        margin-right: 50px;
    }

    .footer_company img {
        width: 36px;
        height: 36px;
        position: absolute;
        right: 0px;
    }

    .footer_center li:hover {
        color: #DBDDDF;
    }
    
    #myModal {
        background-color: rgba(0, 0, 0, 0.49);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        z-index: 999;
    }

    #myModal1 {
        background-color: rgba(0, 0, 0, 0.49);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        z-index: 999;
    }

    .modal-dialog2 {
        position: absolute;
        z-index: 9999 !important;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
        width: 45%;
        display: flex;
        flex-direction: column;
        padding: 40px;
        background-color: #ffffff;
        border-radius: 40px;
    }

    .modal-dialog2 .close_model {
        display: flex;
        flex-direction: row-reverse;
    }

    .close_model img {
        width: 20px;
        height: 20px;
    }

    .modal-dialog2 .myModal_title {
        display: flex;
        margin-top: 21px;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .modal-dialog2 .myModal_title span:last-child {
        color: rgba(25, 24, 71, 0.3);
        font-size: 24px;
    }

    .modal-dialog2 .myModal_title span {
        font-size: 36px;
        color: #191847;
        font-weight: bold;
    }

    .myModal_input {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .myModal_input input {
        border: 1px solid rgba(0, 102, 213, 0.3);
        margin-top: 34px;
        width: 60%;
        height: 56px;
        padding-left: 15px;
        font-size: 16px;
        color: #333333;
    }

    input[type=text]:focus {
        outline: none;
        border: 1px solid rgba(0, 102, 213, 0.3);
    }

    .myModal_input textarea {
        border: 1px solid rgba(0, 102, 213, 0.3);
        width: 60%;
        color: #333333;
        padding: 15px;
        margin-top: 34px;
        font-size: 16px;
        height: 146px;
        background-color: #ffffff;
    }

    .myModal_input button {
        width: 60%;
        margin-top: 54px;
        background-color: #0066D5;
        border-radius: 15px;
        color: #ffffff;
        height: 60px;
        font-size: 20px;
    }

}

@media (max-width: 992px) {
    .contact {
        display: none;
    }

    .logo {
        display: flex;
        align-items: center;
    }

    .logo img {
        height: 38px;
    }

    .wrap {
        display: none;
    }

    .navbar-nav li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-nav li img {
        width: 14px;
        height: 8px;
        margin-left: 6px;
        display: none;
    }

    .navbar-nav li a {
        font-size: 14px;
        color: #4C4C4C;
    }

    .navbar-nav .active img {
        display: block;
    }

    .navbar-nav .active a {
        color: #0066D5 !important;
    }

    .footer {
        width: 100%;
        display: flex;
        background: #0E1726;
        flex-direction: column;
        padding: 20px;
    }

    .footer_topbox {
        display: flex;
        flex-direction: column;
    }

    .footer_message {
        display: flex;
        flex-direction: column;
    }

    .footer .footer_topbox .footer_img {
        display: flex;
        flex-direction: column;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }

    .footer .footer_topbox .footer_img img {
        width: 120px;
        height: 120px;
    }

    .footer .footer_topbox .footer_img span {
        letter-spacing: 2px;
        color: #CCCCCC;
        font-size: 14px;
        margin-top: 9px;
    }


    .footer_top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer_top li .logo {
        width: 200px;
    }

    .footer_top li {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
    }

    .footer_top li .telphone {
        width: 30px;
        height: 30px;
    }

    .footer_top li .tel_number {
        display: flex;
        align-items: center;
        color: #ffffff;
        margin-left: 15px;
        text-align: center;
    }

    .tel_number_text {
        display: none;
    }

    .tel_number .number {
        margin-top: 7px;
        font-size: 23px;
        font-weight: bold;
    }

    .footer_top li .address {
        font-size: 15px;
        margin-top: 7px;
    }

    .footer .footer_center {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        justify-content: center;
        color: #ffffff;
    }

    .footer .footer_center li {
        margin-right: 8px;
    }

    .footer .footer_center li:last-child {
        margin-right: 0px;
    }

    .footer_line {
        width: 88%;
        height: 1px;
        background-color: #313131;
        margin: 0 auto;
        margin-top: 10px;
    }

    .footer_company {
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: 14px;
        color: #CDCDCD;
        margin-top: 20px;
        align-items: center;
        text-align: center;
    }

    .footer_company img {
        display: none;
    }

    
    #myModal {
        background-color: rgba(0, 0, 0, 0.49);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        z-index: 999;
    }

    #myModal1 {
        background-color: rgba(0, 0, 0, 0.49);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        z-index: 999;
    }

    .modal-dialog2 {
        position: absolute;
        z-index: 9999 !important;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%) !important;
        width: 80%;
        display: flex;
        flex-direction: column;
        padding: 20px;
        background-color: #ffffff;
        border-radius: 20px;
    }

    .modal-dialog2 .close_model {
        display: flex;
        flex-direction: row-reverse;
    }

    .close_model img {
        width: 15px;
        height: 15px;
    }

    .modal-dialog2 .myModal_title {
        display: flex;
        margin-top: 15px;
        margin: 0 auto;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .modal-dialog2 .myModal_title span:last-child {
        color: rgba(25, 24, 71, 0.3);
        font-size: 16px;
    }

    .modal-dialog2 .myModal_title span {
        font-size: 18px;
        color: #191847;
        font-weight: bold;
    }

    .myModal_input {
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .myModal_input input {
        border: 1px solid rgba(0, 102, 213, 0.3);
        margin-top: 15px;
        width: 70%;
        height: 40px;
        padding-left: 10px;
        font-size: 14px;
        color: #333333;
        border-radius: 5px;
    }

    input[type=text]:focus {
        outline: none;
        border: 1px solid rgba(0, 102, 213, 0.3);
    }

    .myModal_input textarea {
        border: 1px solid rgba(0, 102, 213, 0.3);
        width: 70%;
        color: #333333;
        padding: 10px;
        margin-top: 15px;
        font-size: 14px;
        height: 146px;
        background-color: #ffffff;
        border-radius: 5px;
    }

    .myModal_input button {
        width: 70%;
        margin-top: 20px;
        background-color: #0066D5;
        border-radius: 10px;
        color: #ffffff;
        height: 40px;
        font-size: 16px;
    }

}