#footer-section {
    position: relative;
    background-color: rgba(var(--cpn-color-black-dark),1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}
#footer-section .title-link-parent,
#footer-section .text-link-parent {
    display: flex;
}
#footer-section a,
#footer-section button,
#footer-section .title-link,
#footer-section .text-link {
    text-decoration: none !important;
    outline: none !important;
    transition: var(--cpn-transition-all);
    -webkit-transition: var(--cpn-transition-all);
    -moz-transition: var(--cpn-transition-all);
    -ms-transition: var(--cpn-transition-all);
    -o-transition: var(--cpn-transition-all);
}
#footer-section .title-link,
#footer-section .text-link {
    display: inline-block;
    max-width: 100%;
}
#footer-section,
#footer-section .title-link,
#footer-section .text-link {
    color: rgba(var(--cpn-color-white),1);
}
#footer-section .title-link:hover,
#footer-section .text-link:hover,
#footer-section .title-link:hover .text-color-light,
#footer-section .text-link:hover .text-color-light {
    color: rgba(var(--cpn-color-primary),1);
}
#footer-section .text-color-light {
    color: rgba(var(--cpn-color-white),0.5);
}
#footer-section a.text-color-light:hover {
    color: rgba(var(--cpn-color-white),1);
}


#footer-section,
#footer-section .text-smallest {
    font-size: 13px;    
    line-height: 30px;
    letter-spacing: 0.5px;
}

#footer-section .container {
    position: relative;
    height: 100%;
    /* background-color: rgba(255,255,0,0.1); */
}
#footer-section .mg-top {
    margin-top: 30px;
}
#footer-section .text,
#footer-section .text-smallest {
    font-weight: 400;
}
#footer-section .text.font-semi-bold {
    font-size: 16px;
}
#footer-section .footer-menu-row>.footer-menu-col>.title:first-child,
#footer-section .footer-menu-row>.footer-menu-col>.text:first-child {
    line-height: 40px;
}

/* ============================================================================================== */
/* ============================================ footer menu ===================================== */
/* ============================================================================================== */

.footer-menu-section,
.footer-menu-row,
.footer-menu-row>.footer-menu-col {
    position: relative;
}
.footer-menu-section {
    border-bottom: 1px solid rgba(var(--cpn-color-white),1);
    padding-bottom: 50px;
}
.footer-menu-section .title {
    font-size: 22px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0;
}

.footer-menu-row {
    display: flex;
    flex-wrap: nowrap;  
    width: calc(100% + 20px);
    margin: 0 -10px;  
}
.footer-menu-row>.footer-menu-col {
    width: calc(100% / 5);
    padding: 0 10px;
}

/* ============================================================================================== */
/* ========================================== footer contact ==================================== */
/* ============================================================================================== */

.footer-contact-section,
.footer-contact-row,
.footer-contact-row>.footer-contact-col {
    position: relative;
}

.footer-contact-section {
    padding: 30px 0;
}
.footer-contact-row {
    display: flex;
    flex-wrap: nowrap;
    /* justify-content: center; */
    align-items: stretch;
    /* width: calc(100% + 60px);
    margin: 0 -30px; */
    line-height: 25px;
}
.footer-contact-row>.footer-contact-col {
    padding: 10px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* .footer-contact-row>.footer-contact-col:first-child {
    padding-left: 0;
}
.footer-contact-row>.footer-contact-col:last-child {
    padding-right: 0;
} */
.footer-contact-row>.footer-contact-col+.footer-contact-col {
    margin-left: 60px;
}
.footer-contact-row>.footer-contact-col+.footer-contact-col:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 0;
    height: 100%;
    border-left: 1px solid rgba(var(--cpn-color-white),0.1);
}
.footer-contact-row>.footer-contact-col.this-col-call {
    flex: 1 0 170px;
}
.footer-contact-row>.footer-contact-col.this-col-social,
.footer-contact-row>.footer-contact-col.this-col-app {
    flex: 1 0 0;
    width: calc(100% / 2);
}
.footer-contact-row>.footer-contact-col.this-col-social+.footer-contact-col.this-col-app {
    align-items: flex-end;
}
.footer-contact-row>.footer-contact-col.this-col-call+.footer-contact-col.this-col-social {
    width: auto;
    flex:none;
    flex-basis: 460px;
}
.footer-contact-row>.footer-contact-col.this-col-call+.footer-contact-col.this-col-social .footer-social-row>.footer-social-col.this-col-btn {
    justify-content: flex-end;
}
.footer-contact-row>.footer-contact-col.this-col-call+.footer-contact-col.this-col-social+.footer-contact-col.this-col-app {
    width: auto;
    flex:none;
}


.footer-contact-row .title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
}

/* social */
.footer-social-row,
.footer-social-row>.footer-social-col,
.footer-social-btn-group,
.footer-social-btn {
    position: relative;
}
.footer-social-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.footer-social-row>.footer-social-col.this-col-label {
    flex-basis: 190px;
    text-align: left;
    padding-right: 20px;
}
.footer-social-row>.footer-social-col.this-col-btn {
    flex: 1 0 0;
    display: flex;
    justify-content: flex-start;
}
.footer-social-btn-group {
    display: flex;
    flex-wrap: nowrap;
}
.footer-social-btn-group {
    display: flex;
    flex-wrap: nowrap;
}
.footer-social-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid rgba(var(--cpn-color-white),0.2);
    background-color: rgba(var(--cpn-color-white),0);
    color: rgba(var(--cpn-color-white),1);
    transition: var(--cpn-transition-all);
    -webkit-transition: var(--cpn-transition-all);
    -moz-transition: var(--cpn-transition-all);
    -ms-transition: var(--cpn-transition-all);
    -o-transition: var(--cpn-transition-all);
}
.footer-social-btn:hover {
    border-color:  rgba(var(--cpn-color-white),1);
    background-color: rgba(var(--cpn-color-white),1);
    color: rgba(var(--cpn-color-black),1);
}
.footer-social-btn.disable {
    border-style: dashed;
    opacity: 0.5;
}
.footer-social-btn.disable:hover {
    border-style: solid;
}
.footer-social-btn+.footer-social-btn {
    margin-left: 5px;
}

/* app */
.footer-app-row,
.footer-app-row>.footer-app-col,
.footer-app-btn-group,
.footer-app-btn {
    position: relative;
}
.footer-app-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.footer-app-row>.footer-app-col.this-col-label {
    flex-basis: 230px;
    text-align: left;
    padding-right: 20px;
}
.footer-app-row>.footer-app-col.this-col-btn {
    flex: 1 0 0;
    display: flex;
    justify-content: flex-start;
}
.footer-app-btn-group {
    display: flex;
    flex-wrap: nowrap;
}
.footer-app-btn {
    width: 145px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;  
    cursor: pointer;
    border: 1px solid rgba(var(--cpn-color-white),0.2);
    background-color: rgba(var(--cpn-color-white),0);
    color: rgba(var(--cpn-color-white),1);
    transition: var(--cpn-transition-all);
    -webkit-transition: var(--cpn-transition-all);
    -moz-transition: var(--cpn-transition-all);
    -ms-transition: var(--cpn-transition-all);
    -o-transition: var(--cpn-transition-all);
}
.footer-app-btn:hover {
    border-color:  rgba(var(--cpn-color-white),1);
    background-color: rgba(var(--cpn-color-white),1);
    color: rgba(var(--cpn-color-black),1);
}
.footer-app-btn+.footer-app-btn {
    margin-left: 5px;
}
.footer-app-btn.disable {
    border-style: dashed;
    opacity: 0.5;
}
.footer-app-btn.disable:hover {
    border-style: solid;
}
.footer-app-btn .icon {
    font-size: 18px;
    margin-right: 10px;
}

/* --------------------------------------------------------------- */
/* ----------------------------- call ---------------------------- */
/* --------------------------------------------------------------- */

.footer-contact-row .text-color-call {
    color: rgba(var(--cpn-color-primary),1) !important;
    transition: var(--cpn-transition-all);
    -webkit-transition: var(--cpn-transition-all);
    -ms-transition: var(--cpn-transition-all);
    -o-transition: var(--cpn-transition-all);
}
.footer-contact-row .text-color-call:hover {
    color: rgba(var(--cpn-color-white),1) !important;
}

/* --------------------------------------------------------------- */
/* ---------------------------- social --------------------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* -------------------------- application ------------------------ */
/* --------------------------------------------------------------- */

/* ============================================================================================== */
/* ========================================= footer copyright =================================== */
/* ============================================================================================== */

.footer-copyright-section,
.footer-copyright-row,
.footer-copyright-row>.footer-copyright-col {
    position: relative;
}
.footer-copyright-section {
    border-top: 1px solid rgba(var(--cpn-color-white),1);
    padding-top: 20px;
}
.footer-copyright-row {
    display: flex;
    flex-wrap: nowrap;
}
.footer-copyright-row>.footer-copyright-col.this-col-left {
    flex: 1 0 0;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {

    #footer-section {
        padding:60px 0;
    }
    #footer-section,
    #footer-section .text-smallest {
        font-size: 12px;
        line-height: 30px;
    }

    /* menu */
    .footer-menu-section {
        padding-bottom: 30px;
    }   
    .footer-menu-section .title {
        font-size: 18px;
        line-height: 35px;
    }
    #footer-section .text.font-semi-bold {
        font-size: 12px;
    }   

    /* contact */
    .footer-contact-section {
        padding: 20px 0;
    }
    .footer-contact-row .title {
        font-size: 18px;
        line-height: 25px;
    }

}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

    #footer-section {
        padding:60px 0;
    }
    
    /* menu */
    .footer-menu-section {
        padding-bottom: 35px;
    }   
    .footer-menu-section .title {
        font-size: 16px;
        line-height: 30px;
    }
    #footer-section .text.font-semi-bold {
        font-size: 11px;
    }  
    /* ============================================================================================== */
    /* ============================================ footer menu ===================================== */
    /* ============================================================================================== */

    #footer-section,
    #footer-section .text-smallest,
    #footer-section .footer-menu-row>.footer-menu-col>.title:first-child,
    #footer-section .footer-menu-row>.footer-menu-col>.text:first-child {
        line-height: 30px;
    }
    
    /* ============================================================================================== */
    /* ========================================== footer contact ==================================== */
    /* ============================================================================================== */

    .footer-contact-section {
        padding: 20px 0;
    }
    .footer-contact-row .title {
        font-size: 16px;
        line-height: 25px;
    }

    .footer-menu-section,
    .footer-contact-row>.footer-contact-col.this-col-call:before {
        border-bottom-color: rgba(var(--cpn-color-white), 0.2);
    }
    .footer-contact-section {
        padding: 0;
    }
    .footer-contact-row {
        flex-wrap: wrap;
    }
    .footer-contact-row>.footer-contact-col {
        margin: 20px 10px !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call {
        flex: none;
        width: calc(100% - 20px) !important;
        margin: 5px 10px !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call:before {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        right: 0;
        bottom: -5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row {
        position: relative;      
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: baseline;
        justify-content: center;
    }
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row>.text {
        font-size: 18px;
        line-height: 25px;
        margin-right: 5px;
        color: rgba(var(--cpn-color-white), 1) !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row>.text,
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row>.title {
        display: inline-block;
    }
    .footer-contact-row>.footer-contact-col.this-col-social,
    .footer-contact-row>.footer-contact-col.this-col-app {
        width: calc(50% - 20px) !important;
        flex: 1 0 0 !important;
    }
    .footer-contact-row>.footer-contact-col+.footer-contact-col:before {
        display: none;
    }

    /* social + app */
    .footer-social-row,
    .footer-app-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-social-row>.footer-social-col,
    .footer-app-row>.footer-app-col {
        flex: none !important;
        width: 100% !important;
    }
    .footer-social-row>.footer-social-col.this-col-label,
    .footer-app-row>.footer-app-col.this-col-label {
        text-align: center !important;
        margin-bottom: 10px;
    }
    .footer-social-row>.footer-social-col.this-col-btn,
    .footer-app-row>.footer-app-col.this-col-btn {
        justify-content: center !important;
    }  

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

    #footer-section {
        padding:60px 0;
    }
    
    /* menu */
    .footer-menu-section {
        padding-bottom: 35px;
    }   
    .footer-menu-section .title {
        font-size: 16px;
        line-height: 30px;
    }
    #footer-section .text.font-semi-bold {
        font-size: 11px;
    }  
    /* ============================================================================================== */
    /* ============================================ footer menu ===================================== */
    /* ============================================================================================== */

    #footer-section,
    #footer-section .text-smallest,
    #footer-section .footer-menu-row>.footer-menu-col>.title:first-child,
    #footer-section .footer-menu-row>.footer-menu-col>.text:first-child {
        line-height: 30px;
    }
    
    /* ============================================================================================== */
    /* ========================================== footer contact ==================================== */
    /* ============================================================================================== */

    .footer-contact-section {
        padding: 20px 0;
    }
    .footer-contact-row .title {
        font-size: 16px;
        line-height: 25px;
    }

    .footer-menu-section,
    .footer-contact-row>.footer-contact-col.this-col-call:before {
        border-bottom-color: rgba(var(--cpn-color-white), 0.2);
    }
    .footer-contact-section {
        padding: 0;
    }
    .footer-contact-row {
        flex-wrap: wrap;
    }
    .footer-contact-row>.footer-contact-col {
        margin: 20px 10px !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call {
        flex: none;
        width: calc(100% - 20px) !important;
        margin: 5px 10px !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call:before {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        right: 0;
        bottom: -5px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row {
        position: relative;      
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: baseline;
        justify-content: center;
    }
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row>.text {
        font-size: 18px;
        line-height: 25px;
        margin-right: 5px;
        color: rgba(var(--cpn-color-white), 1) !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row>.text,
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row>.title {
        display: inline-block;
    }
    .footer-contact-row>.footer-contact-col.this-col-social,
    .footer-contact-row>.footer-contact-col.this-col-app {
        width: calc(50% - 20px) !important;
        flex: 1 0 0 !important;
    }
    .footer-contact-row>.footer-contact-col+.footer-contact-col:before {
        display: none;
    }

    /* social + app */
    .footer-social-row,
    .footer-app-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-social-row>.footer-social-col,
    .footer-app-row>.footer-app-col {
        flex: none !important;
        width: 100% !important;
    }
    .footer-social-row>.footer-social-col.this-col-label,
    .footer-app-row>.footer-app-col.this-col-label {
        text-align: center !important;
        margin-bottom: 10px;
    }
    .footer-social-row>.footer-social-col.this-col-btn,
    .footer-app-row>.footer-app-col.this-col-btn {
        justify-content: center !important;
    }

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

    #footer-section {
        padding:80px 0;
    }
    #footer-section,
    #footer-section .text-smallest {
        font-size: 12px;
        line-height: 25px;
    }

    .footer-menu-section {
        text-align: center;
    }
    .footer-menu-section .menus {
        justify-content: center;
        margin-top: 10px;
    }
    .footer-menu-sectionul.item-inline-group.menus>li {
        padding: 0 10px;
    }

    /* ============================================================================================== */
    /* ========================================== footer contact ==================================== */
    /* ============================================================================================== */

    .footer-menu-section,
    .footer-contact-row>.footer-contact-col.this-col-call:before {
        border-bottom-color: rgba(var(--cpn-color-white), 0.2);
    }
    .footer-contact-section {
        padding: 0;
    }
    .footer-contact-row {
        flex-wrap: wrap;
    }
    .footer-contact-row>.footer-contact-col {
        margin: 20px 10px !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call {
        flex: none;
        width: calc(100% - 20px) !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call:before {
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        right: 0;
        bottom: -20px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row {
        position: relative;      
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: baseline;
        justify-content: center;
    }
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row>.text {
        font-size: 18px;
        line-height: 25px;
        margin-right: 5px;
        color: rgba(var(--cpn-color-white), 1) !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row>.text,
    .footer-contact-row>.footer-contact-col.this-col-call>.footer-call-row>.title {
        display: inline-block;
    }
    .footer-contact-row>.footer-contact-col.this-col-social,
    .footer-contact-row>.footer-contact-col.this-col-app {
        width: calc(50% - 20px) !important;
        flex: 1 0 0 !important;
    }
    .footer-contact-row>.footer-contact-col+.footer-contact-col:before {
        display: none;
    }
    /* .footer-contact-row>.footer-contact-col.this-col-social+.footer-contact-col.this-col-app {
        border-left: 1px solid rgba(var(--cpn-color-white), 0.1);
    } */

    /* social + app */
    .footer-social-row,
    .footer-app-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-social-row>.footer-social-col,
    .footer-app-row>.footer-app-col {
        flex: none !important;
        width: 100% !important;
    }
    .footer-social-row>.footer-social-col.this-col-label,
    .footer-app-row>.footer-app-col.this-col-label {
        text-align: center !important;
        margin-bottom: 10px;
    }
    .footer-social-row>.footer-social-col.this-col-btn,
    .footer-app-row>.footer-app-col.this-col-btn {
        justify-content: center !important;
    }

}

/* sm - xs */
@media (max-width: 767.98px) {

    #footer-section .container {
        padding: 0 30px;
    }

    /* ============================================================================================== */
    /* ============================================ footer menu ===================================== */
    /* ============================================================================================== */

    #footer-section, #footer-section .text-smallest {
        font-size: 11px;
        line-height: 25px;
        letter-spacing: 0.5px;
    }
    .footer-mobile-title {
        text-align: center;
    }
    .footer-mobile-title .title {
        font-size: 25px;
        line-height: 40px;
        color: rgba(var(--cpn-color-primary),1);
    }
    .footer-mobile-title .description {
        font-size: 14px;
        line-height: 25px;
        color: rgba(var(--cpn-color-white),1);
    }
    .footer-mobile-title+ul.footer-mobile-menu {
        margin-top: 30px;
    }
    ul.footer-mobile-menu,
    ul.footer-mobile-menu>li {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    ul.footer-mobile-menu {
        border-top: 1px solid rgba(var(--cpn-color-white),0.2);
        border-bottom: 1px solid rgba(var(--cpn-color-white),0.2);
    }
    ul.footer-mobile-menu>li+li {
        /* margin-top: 10px; */
        border-top: 1px solid rgba(var(--cpn-color-white),0.2);
    }
    ul.footer-mobile-menu .mobile-link {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        font-size: 16px;
        line-height: 25px;
        padding: 10px 0;
        color: rgba(var(--cpn-color-white),1);
        /* background-color: rgba(var(--cpn-color-white),0.07);
        border-radius: 10px; */
    }
    ul.footer-mobile-menu .mobile-link,
    ul.footer-mobile-menu .mobile-link>.text,
    ul.footer-mobile-menu .mobile-link>.text>.text-smallest,
    ul.footer-mobile-menu .mobile-link>.icon {
        transition: all 0.1s ease !important;
        -webkit-transition: all 0.1s ease !important;
        -moz-transition: all 0.1s ease !important;
        -ms-transition: all 0.1s ease !important;
        -o-transition: all 0.1s ease !important;
    }
    /* ul.footer-mobile-menu .mobile-link:hover {
        color: rgba(var(--cpn-color-black),1);
        background-color: rgba(var(--cpn-color-white),1);
    } */
    ul.footer-mobile-menu .mobile-link>.text {
        flex: 1 0 0;
        font-weight: 700 !important;
    }
    ul.footer-mobile-menu .mobile-link>.text>.text-smallest {
        margin-left: 10px;
        opacity: 0.5;
    }
    ul.footer-mobile-menu .mobile-link:hover>.text>.text-smallest {
        opacity: 1;
    }
    ul.footer-mobile-menu .mobile-link>.icon {
        width: 20px;
        font-size: 9px;
        text-align: center;
        opacity: 0.2;
    }
    ul.footer-mobile-menu .mobile-link:hover>.icon {
        opacity: 1;
    }

    .footer-menu-section {
        border: none;
    }

    /* ============================================================================================== */
    /* ========================================== footer contact ==================================== */
    /* ============================================================================================== */

    .footer-contact-row {
        flex-wrap: wrap;
    }
    .footer-contact-row>.footer-contact-col {
        flex: none !important;
        width: 100% !important;
        padding: 0 !important;
    }
    .footer-contact-row>.footer-contact-col+.footer-contact-col {
        margin: 30px 0 0;
    }
    .footer-contact-row>.footer-contact-col+.footer-contact-col:before {
        display: none !important;
    }
    .footer-contact-row>.footer-contact-col.this-col-call {
        text-align: center;
        align-items: center;
    }
    .footer-contact-row>.footer-contact-col.this-col-call a {
        display: inline-block;
    }

    .footer-social-row,
    .footer-app-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-social-row>.footer-social-col,
    .footer-app-row>.footer-app-col {
        flex: none !important;
        width: 100% !important;
    }
    .footer-social-row>.footer-social-col.this-col-label,
    .footer-app-row>.footer-app-col.this-col-label {
        text-align: center !important;
        margin-bottom: 10px;
    }
    .footer-social-row>.footer-social-col.this-col-btn,
    .footer-app-row>.footer-app-col.this-col-btn {
        justify-content: center !important;
    }

    /* ============================================================================================== */
    /* ========================================= footer copyright =================================== */
    /* ============================================================================================== */

    .footer-copyright-row {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .footer-copyright-row>.footer-copyright-col {
        flex: none;
        width: 100%;
        text-align: center;
    }
    .footer-copyright-row>.footer-copyright-col.this-col-right {
        margin-bottom: 5px;
    }
    .footer-copyright-row>.footer-copyright-col ul.item-inline-group {
        justify-content: center;
    }

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

    #footer-section {
        padding: 60px 0;
    }
    .footer-menu-section {
        padding-bottom: 30px;
    }

}

/* xs */
@media (max-width: 575.98px) {

    #footer-section {
        padding: 0;
    }

    /* ============================================================================================== */
    /* ============================================ footer menu ===================================== */
    /* ============================================================================================== */

    .footer-menu-section {
        padding: 60px 0;
        border: none !important;
    }

    /* ============================================================================================== */
    /* ========================================== footer contact ==================================== */
    /* ============================================================================================== */

    .footer-contact-section {
        padding: 0 0  60px 0;
    }

    /* ============================================================================================== */
    /* ========================================= footer copyright =================================== */
    /* ============================================================================================== */

    .footer-copyright-section {
        width: calc(100% + 60px);
        margin: 0 -30px;
        background-color: rgba(var(--cpn-color-white),1);
        border: none !important;
        padding: 0 30px;
    }
    .footer-copyright-section,
    .footer-copyright-section a {
        color: rgba(var(--cpn-color-black),1) !important;
    }
    .footer-copyright-row>.footer-copyright-col {
        padding: 10px 0;
        margin: 0 !important;
    }
    .footer-copyright-row>.footer-copyright-col.this-col-right {
        border-bottom: 1px solid rgba(var(--cpn-color-black),0.3);
    }
    .footer-copyright-row ul.item-inline-group>li:before,
    .footer-copyright-row ul.item-inline-group>li:after {
        border-color: rgba(var(--cpn-color-black),0.3);
    }
    
}

/* xs custom */
@media (max-width: 399.98px) {}
