/*! ====  FOOTER START  ===== */

footer {
    display: block;
    position: relative;
    width: 100%;
    background-color: #002B33;
}

.ftr_top {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 88px 16px;
}


.ftr_bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    padding: 88px 16px;
    /* border-top: 1px solid rgba(255, 255, 255, 0.12); */
}

.footer_full {
    width: 100%;
}

.ftr_left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    float: left;
    max-width: 250px;
    margin: 0 auto 0 0;
}

.ftr_right {
    display: flex;
    justify-content: flex-end;
    float: right;
    width: calc(100% - 250px);
    margin: 0 0 0 auto;
    padding-left: 24px;
}

.footer_full .call_center {
    margin: 0;
    font-size: 46px;
    font-weight: 600;
    color: #fff;
}

.footer_full .call_center sup {
    color: #0C8299;
}

.created_by_sm {
    display: flex;
    align-items: center;
    position: absolute;
    float: left;
    width: auto;
    min-width: 225px;
    margin: 0 auto;
    word-break: break-word;
    left: calc(50% - 100px);
}

.creat_sm_title {
    display: block;
    float: left;
    width: auto;
    padding: 0px 12px 0px 0px;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.5px;
    color: #fff;
    opacity: 1;
}

.creat_sm_icon {
    display: block;
    float: left;
    width: 128px;
    height: 32px;
}

.creat_sm_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.ftr_row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: 100%;
}

.ftr_social {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    max-width: 100%;
    float: right;
    margin-left: auto;
}

.ftr_social .socials {
    justify-content: flex-end;
}

.ftr_social .lang_sect.desk {
    margin-left: 8px;
}

.ftr_social .lang_sect .langs {
    top: auto;
    bottom: 16px;
}

.ftr_social .lang_sect.clicked .langs {
    top: auto;
    bottom: 54px;
}

.ftr_mobile {
    display: none;
}

.ftr_mbl_menu {
    display: none;
}

.socials {
    display: block;
    width: auto;
}

.socials li:first-child {
    margin: 0;
}

.socials li {
    display: block;
    float: left;
    margin: 0 0px 0 8px;
}


.social_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #F0F2F7;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.social_icon:hover {
    border-color: transparent;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.scl_name {
    display: block;
    float: left;
    padding: 0 0px 0 10px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #121212;
    opacity: 1;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}


.scl_icn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
}

.scl_icn img {
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

footer .socials li {
    margin: 0 0px 0 20px;
}

footer .social_icon {
    width: 64px;
    height: 64px;
    background-color: #004552;
}

footer .scl_icn {
    display: block;
    width: 32px;
    height: 32px;
}

/* footer menu */

.ftr_menu_sect {
    display: flex;
    /* flex-wrap: wrap; */
    float: left;
    max-width: 100%;
}

.ftr_menu_sect .footer_menu {
    margin-left: 100px;
}

.footer_menu {
    display: block;
    float: left;
}

.footer_menu>li {
    display: block;
    padding-top: 20px;
}

.fm_hd {
    display: block;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    opacity: 1;
}

.footer_menu li a,
.footer_menu li span {
    text-align: left;
    position: relative;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 1.5;
    color: #fff;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.ftr_menu_sect .footer_menu li a::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    background-color: #fff;
    transform-origin: right;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -o-transition: transform 0.3s;
}

.footer_menu li a:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.ftr_mbl_menu {
    margin-top: 48px;
}

.ftr_mbl_menu li {
    display: block;
    float: left;
    max-width: 50%;
    padding-right: 24px;
}

.ftr_mbl_menu li a {
    display: block;
    margin-bottom: 16px;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
    letter-spacing: 0.24px;
    color: #000000;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/* footer menu */

/* footer contact */
.address_sect {
    display: block;
    float: right;
    width: 510px;
    margin: 0 0 0 80px;
}

.adrs_row {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    width: 100%;
    padding-bottom: 32px;
}

.adrs_head {
    display: block;
    width: 100%;
    padding: 0 0px 16px 0;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.4px;
    color: #fff;
    opacity: 1;
}

.call_center_mail {
    display: block;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    color: #D7F4FA;
}

.call_center_mail span {
    color: #0C8299;
}

/* footer contact */

.copyrite {
    display: block;
    width: 100%;
    /* max-width: 265px; */
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    padding: 32px 0;
}

.copyrite img {
    max-width: 100px;
}

.copyrite a {
    display: block;
}

.copyrite_inner {
    display: block;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.24;
    letter-spacing: 0.5px;
    color: #fff;
    opacity: 1;
    text-align: center;
}

.copyrite_text::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 64px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-image: url("../img/icons/loc.svg");
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.copyrite_text,
.copyrite_text a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 66px;
    margin-left: 20px;
    padding-left: 76px;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    opacity: 1;
}

.copyrite_text a {
    padding-left: 0;
    margin-left: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {


    /* Footer responsive */
    .ftr_menu_sect .footer_menu {
        margin: 0 16px 0 0;
    }

    .ftr_menu_sect .footer_menu>li {
        padding: 0 0 20px 0;
    }

    .adrs_row {
        flex-wrap: wrap;
    }

    .copyrite_text {
        margin: 16px 0 0 0;
    }

    .ftr_social .socials {
        justify-content: flex-start;
    }

    /* footer .socials li {
        margin: 0 8px 0 0 !important;
    }

    footer .social_icon {
        width: 48px;
        height: 48px;
    }

    footer .scl_icn {
        width: 20px;
        height: 20px;
    } */

    /* Footer responsive */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    /* Footer responsive */
    .ftr_top {
        flex-wrap: wrap;
        padding: 24px 16px 36px 16px;
    }

    .ftr_left {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 0 0;
    }

    .ftr_right {
        display: flex;
        flex-wrap: wrap;
        float: none;
        width: 100%;
        padding: 0;
    }

    footer .logo_sect {
        margin: 0 0 4px 0;
    }

    .footer_menu {
        float: none;
        width: 100%;
    }

    .ftr_menu_sect {
        float: none;
        width: 100%;
        margin-top: 12px;
    }

    .ftr_menu_sect .footer_menu:nth-child(2) {
        display: none !important;
    }

    .ftr_menu_sect .footer_menu {
        margin: 0 16px 0 0;
    }

    .ftr_social {
        float: none;
        width: 100%;
        margin: 0;
    }

    .ftr_social .socials {
        justify-content: flex-start;
    }

    footer .socials li {
        margin: 0 8px 0 0 !important;
    }

    footer .social_icon {
        width: 56px;
        height: 56px;
    }

    footer .scl_icn {
        width: 24px;
        height: 24px;
    }

    .address_sect {
        float: none;
        width: 100%;
        margin: 32px 0 0 0;
    }

    .adrs_row {
        flex-wrap: wrap;
    }

    .copyrite_text {
        margin: 16px 0 0 0;
    }

    /* Footer responsive */
}

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

    /* Footer responsive */
    .ftr_top {
        flex-wrap: wrap;
        padding: 24px 16px 36px 16px;
    }

    .ftr_left {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 0 0;
    }

    .ftr_right {
        display: flex;
        flex-wrap: wrap;
        float: none;
        width: 100%;
        padding: 0;
    }

    footer .logo_sect {
        margin: 0 0 4px 0;
    }

    .footer_menu {
        float: none;
        width: 100%;
    }

    .ftr_menu_sect {
        float: none;
        width: 100%;
        margin-top: 12px;
    }

    .ftr_menu_sect .footer_menu:nth-child(2) {
        display: none !important;
    }

    .ftr_menu_sect .footer_menu {
        margin: 0 16px 0 0;
    }

    .ftr_social {
        float: none;
        width: 100%;
        margin: 0;
    }

    .ftr_social .socials {
        justify-content: flex-start;
    }

    footer .socials li {
        margin: 0 8px 0 0 !important;
    }

    footer .social_icon {
        width: 56px;
        height: 56px;
    }

    footer .scl_icn {
        width: 24px;
        height: 24px;
    }

    .address_sect {
        float: none;
        width: 100%;
        margin: 32px 0 0 0;
    }

    .adrs_row {
        flex-wrap: wrap;
    }

    .copyrite_text {
        margin: 16px 0 0 0;
    }

    /* Footer responsive */
}

@media only screen and (min-width: 0px) and (max-width: 560px) {

    /* Footer responsive */
    .ftr_top {
        flex-wrap: wrap;
        padding: 24px 16px 36px 16px;
    }

    .ftr_left {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 0 0;
    }

    .ftr_right {
        display: flex;
        flex-wrap: wrap;
        float: none;
        width: 100%;
        padding: 0;
    }

    footer .logo_sect {
        margin: 0 0 4px 0;
    }

    .footer_menu {
        float: none;
        width: 100%;
    }

    .ftr_menu_sect {
        float: none;
        width: 100%;
        margin-top: 12px;
    }

    .ftr_menu_sect .footer_menu:nth-child(2) {
        display: none !important;
    }

    .ftr_menu_sect .footer_menu {
        margin: 0 16px 0 0;
    }

    .ftr_social {
        float: none;
        width: 100%;
        margin: 0;
    }

    .ftr_social .socials {
        justify-content: flex-start;
    }

    footer .socials li {
        margin: 0 8px 0 0 !important;
    }

    footer .social_icon {
        width: 48px;
        height: 48px;
    }

    footer .scl_icn {
        width: 24px;
        height: 24px;
    }

    .address_sect {
        float: none;
        width: 100%;
        margin: 32px 0 0 0;
    }

    .adrs_row {
        flex-wrap: wrap;
    }

    .copyrite_text {
        margin: 16px 0 0 0;
    }

    /* Footer responsive */
}

/*! ====  FOOTER FINISH  ===== */