﻿
.footer-copyright {
    background-color: #000f9f
}
#Footer {
    color: #ffffff
}

    #Footer .f-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
#Footer .f-logo {
    padding-right: 10px;
    width: 40%;
}

#Footer .f-logo img {
    height: 40px;
    width: auto;
}

#Footer .f-info {
    font-size: 12px; 
}

#Footer .f-info .name {
    display: block;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 7px;
    text-transform: uppercase;
    line-height: 1.5;
}

#Footer .f-info .name br {
    display: none;
}

#Footer .f-info .tax-id {
    display: block;
    font-weight: 700;
}

#Footer .f-contact {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    height: 100%;
    padding: 0 10px 0 20px;
}

#Footer .f-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 12px;
    padding-bottom: 4px;
}

#Footer .f-contact li:last-child {
    padding-bottom: 0;
}

#Footer .f-contact li .ttl {
    font-weight: 700;
    width: 70px;
}

#Footer .f-contact li .txt {
    font-weight: 700;
    width: calc(100% - 70px);
}

#Footer .f-contact li .txt a {
    text-decoration: none;
    color:#ffffff
}

#Footer .f-nav {
    height: 100%
}

#Footer .f-nav .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#kt_footer {
    background-size: cover;
    background-color: #174799;
}

    #kt_footer #footer__phone {
        border-radius: 0.42rem !important;
        outline: none;
    }

    #kt_footer .footer__btn__phone__wrapper {
        position: absolute;
        right: 3px;
        top: 0.15rem;
        z-index: 1000;
    }

        #kt_footer .footer__btn__phone__wrapper button {
            padding: 0.5rem 1rem;
            border-radius: 0.43rem;
            background-color: #3D3B56;
        }

.contact__chanel {
    margin: 0 5px;
    background: rgba(217, 217, 217, 0.1);
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}
.footer .footer-title{
    font-size: 26px;
}

.w-full {
    width: 100%;
}

.icon .fa {
    padding: 5px;
    font-size: 25px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 2px;
    margin-right: 8px;
}

    .icon .fa:hover {
        opacity: 0.7;
    }

.contact_f {
    font-size: 14px;
}

    .contact_f a {
        color: #ffffff
    }
#Footer .f-nav .links li {
    border-right: 1px solid #9f9f9f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 4px;
    color:#ffffff
}

#Footer .f-nav .links li:nth-child(1) {
    width: 18%;
    /*padding-left: 0;*/
}

#Footer .f-nav .links li:nth-child(2) {
    width: 25%
}

#Footer .f-nav .links li:nth-child(3) {
    width: 25%
}

#Footer .f-nav .links li:nth-child(4) {
    width: 32%;
    border-right: none;
    padding-right: 0;
}

#Footer .f-nav .links li a {
    display: inline-block;
    font-weight: 700;
    font-size: 11.5px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    padding: 0 3px;
    color:#ffffff
}

    #Footer .f-nav .links li a:hover {
        text-decoration: underline;
        color: #73b2ff;
        box-shadow: 0 1px #73b2ff;
    }

#Footer .f-btns {
    margin-top: 10px;
}

#Footer .f-btns .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#Footer .f-btns .btns li {
    margin-right: 60px;
}

#Footer .f-btns .btns li:last-child {
    margin-right: 0;
}

#Footer .f-btns .btns img {
    height: 35px;
    width: auto;
}

#Copy {
    border-top: 1px solid #dadada;
    font-weight: 700;
    margin-top: 18px;
    padding: 5px 15px;
    text-transform: lowercase;
    text-align: center;
}

#pagetop {
    cursor: pointer;
    position: fixed;
    right: 2.5%;
    bottom: -60px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9;
}

#pagetop.is-show {
    bottom: 140px;
}

#pagetop a {
    background-color: rgba(196, 196, 196, .3);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    display: block;
    height: 30px;
    width: 30px;
}

#pagetop img {
    display: block;
    height: 28px;
    width: 14px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

#pagetop:hover img {
    top: -12px;
}

@media screen and (min-width:1600px) {
    #Header .head-support {
        font-size: 16px;
    }

    #Header .head-fee {
        font-size: 16px;
    }

    #Header .head-action .lang-list li a {
        font-size: 16px;
    }

    #Logo img {
        height: 70px;
    }

    .nav-main .nav-item {
        font-size: 16px;
    }

    #Footer .container {
        max-width: 98%
    }

    #Footer .f-logo {
        width: 47%
    }

    #Footer .f-logo img {
        height: 60px;
    }

    #Footer .f-info {
        font-size: 14px;
        /*width: 53%*/
    }

    #Footer .f-info .name {
        margin-bottom: 12px;
    }

    #Footer .f-contact {
        /*padding-left: 10px;*/
    }

    #Footer .f-contact li {
        font-size: 14px;
    }

    #Footer .f-nav .links li a {
        font-size: 14px;
    }
}

@media screen and (max-width:1399px) and (min-width:1200px) {
    .nav-main .nav-item {
        padding-right: 10px;
    }

    .nav-main .nav-item.nav-home {
        padding-right: 10px;
    }
}

@media screen and (max-width:1199px) {
    #Header {
        padding: 10px 0 0;
    }

    #Header > .container {
        position: relative;
        max-width: 100%
    }

    #Header .header-inner {
        display: block;
    }

    #Header #Logo {
        position: absolute;
        left: 12px;
        top: 10px;
    }

    #Header #Logo img {
        height: 50px;
    }

    #Header .nav-wrap {
        margin-left: auto;
    }

    .nav-main .nav-item {
        padding: 20px 5px;
    }

    .nav-main .nav-item .nav-link {
        font-size: 12px;
    }

    .nav-main .nav-item.nav-home {
        padding-right: 10px;
    }

    #Footer .f-btns .btns li {
        margin-right: 30px;
    }

    #pagetop {
        right: 10px;
    }

    #pagetop.is-show {
        bottom: 90px;
    }
}

@media screen and (max-width:991px) {
    #Header {
        padding: 6px 0 10px;
    }

        #Header .header-inner {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
        }

        #Header #Logo {
            order: 2;
            position: static;
        }

            #Header #Logo img {
                height: 40px;
            }

        #Header .header-section {
            order: 1;
            width: 100%
        }

        #Header .head-group {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            padding-bottom: 14px;
            position: static;
        }

        #Header .head-support {
            width: 100%
        }

            #Header .head-support a:last-child {
                border-right: none;
                padding-right: 0;
            }

        #Header .head-fee {
            font-size: 12px;
            margin-top: -5px;
            padding: 0;
        }

        #Header .head-action {
            position: absolute;
            right: 18px;
            bottom: 10px;
        }

            #Header .head-action .lang-list {
                border-right: none;
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                padding: 0 40px 0 0;
            }

                #Header .head-action .lang-list li {
                    left: 4px;
                }

            #Header .head-action .search {
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                padding: 0 10px 0 0;
            }

        #Header .head-search {
            padding: 25px 30px 25px 0;
            top: 104px;
        }

            #Header .head-search .form-search {
                text-align: left;
            }

                #Header .head-search .form-search .search-field {
                    display: block;
                    max-width: inherit;
                    padding: 0;
                    text-align: left;
                }

                    #Header .head-search .form-search .search-field input[type=text] {
                        font-size: 24px !important;
                        padding: 0;
                        text-align: left;
                    }

                        #Header .head-search .form-search .search-field input[type=text]::-webkit-input-placeholder {
                            font-size: 24px;
                        }

                        #Header .head-search .form-search .search-field input[type=text]::-moz-placeholder {
                            font-size: 24px;
                        }

                        #Header .head-search .form-search .search-field input[type=text]::-ms-input-placeholder {
                            font-size: 24px;
                        }

                        #Header .head-search .form-search .search-field input[type=text]::-moz-placeholder {
                            font-size: 24px;
                        }

                #Header .head-search .form-search .search-btn {
                    display: none;
                }

            #Header .head-search .search-clear {
                display: block;
                position: absolute;
                right: 8px;
                top: 18px;
                margin: 0;
                height: 22px;
                width: 22px;
            }

                #Header .head-search .search-clear span {
                    position: absolute;
                    height: 100%;
                    width: 100%;
                    font-size: 0;
                    text-indent: -999em;
                    z-index: 1;
                }

                    #Header .head-search .search-clear span:after, #Header .head-search .search-clear span:before {
                        background: #b6b6b6;
                        content: "";
                        display: block;
                        height: 2px;
                        width: 100%;
                        position: absolute;
                        top: 0;
                        left: 0;
                        right: 0;
                    }

                    #Header .head-search .search-clear span:before {
                        -webkit-transform: rotate(45deg);
                        -ms-transform: rotate(45deg);
                        transform: rotate(45deg);
                    }

                    #Header .head-search .search-clear span:after {
                        -webkit-transform: rotate(-45deg);
                        -ms-transform: rotate(-45deg);
                        transform: rotate(-45deg);
                    }

    #Menu {
        display: block;
        height: 14px;
        width: 20px;
        position: relative;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

        #Menu span {
            background-color: #5a5a5a;
            display: block;
            height: 2px;
            width: 100%;
            position: absolute;
            left: 0;
            text-indent: -999em;
        }

            #Menu span:nth-child(1) {
                top: 0;
            }

            #Menu span:nth-child(2) {
                top: 6px;
            }

            #Menu span:nth-child(3) {
                bottom: 0;
            }

    #MenuClose {
        display: block;
        height: 30px;
        width: 30px;
        position: fixed;
        right: 15px;
        top: 30px;
        text-indent: -999em;
    }

        #MenuClose:after, #MenuClose:before {
            background-color: #5a5a5a;
            content: "";
            display: block;
            height: 2px;
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
        }

        #MenuClose:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #MenuClose:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .nav-wrap {
        background-color: #fff;
        height: 100vh;
        width: 77.3333%;
        max-width: 290px;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -webkit-transform: translate(120%, 0);
        -ms-transform: translate(120%, 0);
        transform: translate(120%, 0);
        visibility: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: auto;
    }

        .nav-wrap.nav-wrap-show {
            -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            transform: translate(0, 0);
            visibility: visible;
        }

    .nav-main {
        display: block;
        padding: 60px 20px;
    }

        .nav-main .nav-item {
            padding: 8px 0;
        }

            .nav-main .nav-item.open .sub-nav {
                display: block;
                opacity: 1;
                visibility: visible;
            }

            .nav-main .nav-item .nav-link {
                font-size: 16px;
            }

            .nav-main .nav-item.nav-home {
                padding-right: 0;
                top: 0;
            }

                .nav-main .nav-item.nav-home a {
                    background: 0 0 !important;
                    height: auto;
                    width: 100%;
                    text-indent: inherit;
                }

            .nav-main .nav-item.nav-user > a {
                background: 0 0 !important;
                height: auto;
                width: 100%;
                text-indent: inherit;
            }

            .nav-main .nav-item.nav-login .client-name {
                max-width: 100%
            }

            .nav-main .nav-item.has-child .nav-link {
                position: relative;
            }

                .nav-main .nav-item.has-child .nav-link:before {
                    border-top: 1px solid #5a5a5a;
                    border-right: 1px solid #5a5a5a;
                    content: "";
                    display: block;
                    height: 10px;
                    width: 10px;
                    position: absolute;
                    right: 0;
                    top: calc(50% - 6px);
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                .nav-main .nav-item.has-child .nav-link:after {
                    display: none;
                }

            .nav-main .nav-item.open .nav-link:before {
                top: calc(50% - 10px);
                -webkit-transform: rotate(135deg);
                -ms-transform: rotate(135deg);
                transform: rotate(135deg);
            }

        .nav-main .sub-nav {
            display: none;
            padding: 6px 0 0 26px;
            position: static;
            width: 100%
        }

            .nav-main .sub-nav li {
                padding: 0;
            }

            .nav-main .sub-nav a {
                padding: 8px 0 5px;
            }

                .nav-main .sub-nav .active, .nav-main .sub-nav a:hover {
                    background-color: transparent !important;
                    border-color: transparent !important;
                }

    #Footer .f-left {
        display: block;
    }

    #Footer .f-logo {
        margin-bottom: 20px;
        padding-right: 0;
        width: 125px;
    }

    #Footer .f-info {
        width: auto;
    }

    #Footer .f-contact {
        border: none;
        margin: 30px 0;
        padding: 0;
    }

        #Footer .f-contact li .ttl {
            width: 60px;
        }

    #Footer .f-nav {
        padding-bottom: 5px;
    }

        #Footer .f-nav .links li {
            margin-bottom: 10px;
            padding: 0 !important;
            /*width: 25% !important;*/
        }

            #Footer .f-nav .links li:first-child a {
                text-align: center;
                color:#ffffff
            }

    #Footer .f-btns .btns {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        #Footer .f-btns .btns li {
            margin: 0;
            width: calc(33.33% - 4px);
        }

            #Footer .f-btns .btns li img {
                height: auto;
            }
}


