footer {
    margin-top: 10px;
    overflow: hidden;
}

#footer-menu-section {
    position: relative;
    background: #e65700;
    padding: 10px 0px;
}

#footer-menu-section .container-xxl {
    position: relative;
}

#footer-menu-section .container-xxl::before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 3px;
    bottom: 90px;
}

#footer-menu-section h1 {
    position: relative;
    font-size: 48px;
    color: #000;
    line-height: 32px;
}

#footer-menu-section .footdetail {
    position: relative;
    padding-left: 30px;
    text-align: start;
}

#footer-menu-section h2 {
    position: relative;
    font-size: 24px;
    line-height: 0px;
}

#footer-menu-section .col-lo {
    position: relative;
}

#footer-menu-section h3 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 0px;
}

#footer-menu-section h4 {
    position: relative;
    font-size: 24px;
    line-height: 0px;
    font-weight: 700;
}

#footer-menu-section p {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
}

#footer-menu-section span {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #cccccc;
}

#footer-menu-section h1 span {
    position: relative;
    font-size: 48px;
    font-weight: 300;
    color: #ffffff;
    margin-left: 10px;
}

#footer-menu-section h4 span {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    color: #cccccc;
    margin-left: 10px;
}

.menufoot {
    display: none;
}

@media (min-width:992px) {
    .menufoot {
        display: block;
        position: relative;
        text-align: start;
        float: right;
        right: 100px;
        top: -10px;
    }

    #footer-menu-section .container-xxl {
        position: relative;
    }

    #footer-menu-section .container-xxl::before {
        content: '';
        position: absolute;
        background: #ffffff;
        width: 100%;
        height: 3px;
        bottom: 70px;
    }

    .menufoot a {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }

    .menufoot a:hover {
        color: #fff;
    }

    .menufoot::before {
        content: '';
        position: absolute;
        background: #ffffff;
        width: 2px;
        height: 180px;
        left: 15px;
    }

    .menufoot li.active>a,
    .menufoot li a:hover {
        color: #ffffff;
    }

    ul.menufoot li {
        margin: 5px 0 0px 0;
        padding: 0;
        list-style: none;
        display: block;
    }

    .col-menu {
        display: block;
    }

}

.menufoot a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

.menufoot a:hover {
    color: #fff;
}

.menufoot::before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 2px;
    height: 180px;
    left: 15px;
}

.menufoot li.active>a,
.menufoot li a:hover {
    color: #ffffff;
}


ul.menufoot li {
    margin: 5px 0 0px 0;
    padding: 0;
    list-style: none;
    display: block;
}

.copyright a {
    font-size: 14px;
    color: #ffffff;
}

.icon-icon10 {
    font-size: 30px;
    display: inline-block;
}

.icon-icon11 {
    font-size: 30px;
    display: inline-block;
}

.back-top {
    font-size: 40px;
    cursor: pointer;
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    border: 0px;
    border-radius: 10px 10px 10px 10px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #242424;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 10px 10px 10px 10px;
    position: absolute;
    color: #e65700;
}

.back-top.back-top-show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.back-top.back-top-show span {
    font-size: 50px;
    margin-left: -5px;
    margin-top: -5px;
}

.back-top.back-top-show span::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}



@-webkit-keyframes backtop {
    from {
        background-position: 0 -60px;
    }

    75% {
        background-position: 0 0;
    }

    0% {
        background-position: 0 60px;
    }
}

@keyframes backtop {
    from {
        background-position: 0 -60px;
    }

    75% {
        background-position: 0 0;
    }

    0% {
        background-position: 0 60px;
    }
}

.view .text{
    font-size: 12px;
}