#footer-section {
    position: relative;
    border-bottom: 10px solid rgba(var(--custom-rgb-color-primary),1);
}

/* body {
    background-color: rgba(255,0,0,0.1);
} */

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER MENU ------------------------- */
/* --------------------------------------------------------------- */

#footer-menu-section {
    position: relative;    
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.15);
    border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.15);
    background-color: rgba(var(--custom-rgb-color-white),1);
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}
#footer-menu-section.expand {
    background-color: rgba(var(--custom-rgb-color-primary-light),0.5);
}
#footer-menu-section .footer-menu-head {
    position: relative;
    background-color: rgba(var(--custom-rgb-color-white),1);
}
.footer-menu-head-row,
.footer-menu-head-row>.footer-menu-head-col {
    position: relative;
}
.footer-menu-head-row {
    display: flex;
    align-items: baseline;
    flex-wrap: nowrap;
    padding: 30px 0;
}
.footer-menu-head-row>.footer-menu-head-col.this-col-left,
.footer-menu-head-row>.footer-menu-head-col.this-col-right {
    width: 400px;
}
.footer-menu-head-row>.footer-menu-head-col.this-col-center {
    width: calc(100% - 800px);
    display: flex;
    justify-content: center;
}
.footer-menu-head-row>.footer-menu-head-col.this-col-left {
    display: flex;
    justify-content: flex-start;
}
.footer-menu-head-row>.footer-menu-head-col.this-col-right {
    display: flex;
    justify-content: flex-end;
}
.footer-menu-head-row a {
    color: rgba(var(--custom-rgb-color-black),1);
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.footer-menu-head-row a:hover {
    color: rgba(var(--custom-rgb-color-secondary-2),1);
}

/* project table row */

.project-table-row,
.project-table-row>.project-table-col {
    position: relative;
}
.project-table-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    /* border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.2); */
    /* margin-top: 40px; */
    padding: 40px 0;
}
.project-table-row+.project-table-row {
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    /* border-top: none !important; */
    /* margin-top: 40px; */
    /* padding-top: 40px; */
}
.project-table-row>.project-table-col {
}
.project-table-row>.project-table-col.this-col-topic {
    width: 400px;
}
.project-table-row>.project-table-col.this-col-detail {
    width: calc(100% - 400px);
}

.project-table-row>.project-table-col.this-col-topic .project-topic-group {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 45px;
    line-height: 50px;
    text-align: center;
    color: rgba(var(--custom-rgb-color-primary),1) !important;
}
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-icon>.icon {
    height: 0;
}
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-text {
    position: relative;
    padding-left: 15px;
}
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-text>.title {
    font-size: 25px;
    font-weight: 600;
}
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-text>.text {

}

.project-table-section .project-list-row {
    position: relative;
}
.project-table-section .project-list-row+.project-list-row {
    border-top: 1px  dashed rgba(var(--custom-rgb-color-black),0.1);
    margin-top: 15px;
    padding-top: 15px;
}
.project-table-section .project-list-row .title {
    font-size: 25px;
    font-weight: 500;
}
.project-table-section ul.project-list-group,
.project-table-section ul.project-list-group>li {
    position: relative;
    list-style: none !important;
    padding: 0;
    margin: 0;
}
.project-table-section ul.project-list-group {
    display: flex;
    flex-wrap: wrap;
}
.project-table-section ul.project-list-group>li {
    width: 50%;
    /* padding-left: 15px; */
}
/* .project-table-section ul.project-list-group>li::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: rgba(var(--custom-rgb-color-black),0.2);
} */
.project-table-section ul.project-list-group a {
    color: rgba(var(--custom-rgb-color-black),0.7);
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
.project-table-section ul.project-list-group a:hover {
    color: rgba(var(--custom-rgb-color-black),1);
}


/* --------------------------------------------------------------- */
/* ------------------------- FOOTER SITE ------------------------- */
/* --------------------------------------------------------------- */

.footer-site-row,
.footer-site-row>.footer-site-col {
    position: relative;
}
.footer-site-row.inline {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
}

#footer-site-section {
    position: relative;
    background-color: rgba(var(--custom-rgb-color-primary-light),1);
    padding: 50px 0;
    font-size: 19px;
}
#footer-site-section,
#footer-site-section a {
    color: rgba(var(--custom-rgb-color-black),1) !important;
}
#footer-site-section .text-title {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
}

#footer-company-row.footer-site-row>.footer-site-col.this-col-company {
    flex: 1 0 0;
}
#footer-company-row.footer-site-row>.footer-site-col.this-col-contact {

}

/* contact */
#footer-site-section .contact-row,
#footer-site-section .contact-row>.contact-col {
    position: relative;
}
#footer-site-section .contact-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    flex-direction: row-reverse;
}
#footer-site-section .contact-row>.contact-col.this-col-social {}
#footer-site-section .contact-row>.contact-col.this-col-contact {
    text-align: center;
    padding-left: 30px;
    margin-left: 30px;
}
#footer-site-section .contact-row>.contact-col.this-col-contact::before {
    position: absolute;
    content: "";
    height: 50px;
    top: 50%;
    left: 0;
    margin-top: -25px;
    border-left: 1px solid rgba(var(--custom-rgb-color-black),0.1) !important;
}

/* social */
#footer-site-section .social-row,
#footer-site-section .social-row>.social-col {
    position: relative;
}
#footer-site-section .social-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
#footer-site-section .social-row>.social-col.this-col-label {
    text-align: right;
}
#footer-site-section .social-row>.social-col.this-col-social {
    padding-left: 20px;
}

/* copyright */
#footer-copyright-row {
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.15) !important;
    margin-top: 15px;
    padding-top: 15px;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-copyright {
    flex: 1 0 0;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-menu {

}

/* --------------------------------------------------------------- */
/* -------------------------- BOTTOM NAV ------------------------- */
/* --------------------------------------------------------------- */

#bottom-nav-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -100px;
    width: 100%;
    height: 60px;
    z-index: 100;
    background-color: rgba(var(--custom-rgb-color-white),0.8);
    box-shadow: 0 0 20px 0 rgba(var(--custom-rgb-color-black),0.15);
    -webkit-backdrop-filter: saturate(150%) blur(20px);
    -moz-backdrop-filter: saturate(150%) blur(20px);
    -ms-backdrop-filter: saturate(150%) blur(20px);
    -o-backdrop-filter: saturate(150%) blur(20px);
    backdrop-filter: saturate(150%) blur(20px);
    transition: bottom 0.3s ease;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
}
#bottom-nav-section>.inside {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: center;
}

ul.bottom-nav-group,
ul.bottom-nav-group>li.bottom-nav-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}
ul.bottom-nav-group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
ul.bottom-nav-group>li.bottom-nav-list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
ul.bottom-nav-group>li.bottom-nav-list+li.bottom-nav-list {
    padding-left: 10px;
    margin-left: 10px;
}
ul.bottom-nav-group>li.bottom-nav-list+li.bottom-nav-list:before {
    position: absolute;
    content:"";
    top: 50%;
    left: 0;
    height: 30px;
    margin-top: -15px;
    border-left: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}
ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    cursor: pointer;
    padding: 5px 10px;
    color: rgba(var(--custom-rgb-color-black),1);
}
ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn>.icon {
    line-height: 0;
    height: 0;
}
ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn>.text {}
ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn>.icon+.text {
    margin-left: 10px;
}


/* ============================================================================================== */
/* ==================================== MENU BOTTOM ON SCROLL =================================== */
/* ============================================================================================== */

#bottom-nav-on-scroll-section {
    position: fixed;
    width: auto;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    background-color: rgba(var(--custom-rgb-color-black-default),0.7);
    -webkit-backdrop-filter: saturate(100%) blur(50px);
    -moz-backdrop-filter: saturate(100%) blur(50px);
    -ms-backdrop-filter: saturate(100%) blur(50px);
    -o-backdrop-filter: saturate(100%) blur(50px);
    backdrop-filter: saturate(100%) blur(50px);
    border-radius: 16px;
    padding: 10px;
    box-shadow: 0 10px 20px 0 rgba(var(--custom-rgb-color-black-default),0.2);
    z-index: 10;
    transition: bottom 0.3s ease;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
}
#bottom-nav-on-scroll-section,
#bottom-nav-on-scroll-section a {
    color: rgba(var(--custom-rgb-color-white),1);
}
#bottom-nav-on-scroll-section.disable {
    bottom: -300px;
}
ul.bottom-nav-on-scroll-group,
ul.bottom-nav-on-scroll-group>li {
    position: relative;
    list-style: none !important;
    padding: 0;
    margin: 0;
}
ul.bottom-nav-on-scroll-group {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
}
ul.bottom-nav-on-scroll-group>li+li {
    margin-left: 10px;
}
ul.bottom-nav-on-scroll-group .bottom-nav-on-scroll-btn {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    background-color: rgba(var(--custom-rgb-color-white),0);
    border-radius: 10px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
ul.bottom-nav-on-scroll-group .bottom-nav-on-scroll-btn:hover {
    background-color: rgba(var(--custom-rgb-color-white),0.1);
}
ul.bottom-nav-on-scroll-group .bottom-nav-on-scroll-btn>.icon {
    line-height: 0 !important;
    height: 0 !important;
}
ul.bottom-nav-on-scroll-group .bottom-nav-on-scroll-btn>.text {
    
}
ul.bottom-nav-on-scroll-group .bottom-nav-on-scroll-btn>.icon+.text {
    margin-left: 10px;
}

ul.bottom-nav-on-scroll-group .bottom-nav-on-scroll-btn.register-btn {
    background-color: rgba(var(--custom-rgb-color-white),1);
    color: rgba(var(--custom-rgb-color-black),1);
}

/* 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) {}

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

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER MENU ------------------------- */
/* --------------------------------------------------------------- */

.project-table-row>.project-table-col.this-col-topic {
    width: 346px;
}
.project-table-row>.project-table-col.this-col-detail {
    width: calc(100% - 346px)
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER SITE ------------------------- */
/* --------------------------------------------------------------- */

#footer-site-section {
    font-size: 16px;
    line-height: 22px;
}
#footer-site-section .text-title {
    font-size: 22px;
    line-height: 22px;
}

}

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

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER MENU ------------------------- */
/* --------------------------------------------------------------- */

.footer-menu-head-row>.footer-menu-head-col.this-col-center {
    display: none;
}
.footer-menu-head-row>.footer-menu-head-col.this-col-left,
.footer-menu-head-row>.footer-menu-head-col.this-col-right {
    width: 50%;
}

/* .project-table-row {
    flex-wrap: wrap;
} */

.project-table-row {
    flex-wrap: wrap;
    padding: 30px 0;
}
.project-table-row>.project-table-col {
    width: 100% !important;
}
.project-table-row>.project-table-col.this-col-topic {
    padding-bottom: 20px;
}
/* .project-table-row>.project-table-col.this-col-topic {
    width: 320px;
}
.project-table-row>.project-table-col.this-col-detail {
    width: calc(100% - 320px)
} */
.project-table-row>.project-table-col.this-col-detail {
    padding-left: 65px !important;
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER SITE ------------------------- */
/* --------------------------------------------------------------- */

#footer-site-section {
    font-size: 15px;
    line-height: 20px;
}
#footer-site-section .text-title {
    font-size: 20px;
    line-height: 20px;
}

}

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

.footer-menu-head-row>.footer-menu-head-col.this-col-center {
    display: none;
}
.footer-menu-head-row>.footer-menu-head-col.this-col-left,
.footer-menu-head-row>.footer-menu-head-col.this-col-right {
    width: 50%;
}

/* .project-table-row {
    flex-wrap: wrap;
} */
.project-table-row>.project-table-col.this-col-topic {
    width: 250px;
}
.project-table-row>.project-table-col.this-col-detail {
    width: calc(100% - 250px);
}
.project-table-section ul.project-list-group>li {
    width: 100%;
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER SITE ------------------------- */
/* --------------------------------------------------------------- */

/* ----- company row ----- */

#footer-company-row.footer-site-row.inline {
    flex-wrap: wrap;
}
#footer-company-row.footer-site-row>.footer-site-col.this-col-company,
#footer-company-row.footer-site-row>.footer-site-col.this-col-contact {
    width: 100% !important;
    flex: none !important;
}
#footer-company-row.footer-site-row>.footer-site-col.this-col-company {
    text-align: center;
}

/* contact */
#footer-site-section .contact-row {
    flex-wrap: wrap;
    flex-direction: row;
}
#footer-site-section .contact-row>.contact-col.this-col-contact,
#footer-site-section .contact-row>.contact-col.this-col-social {
    width: 100% !important;
    flex: none !important;
    padding: 0;
    margin: 0;
    text-align: center;
}
#footer-site-section .contact-row>.contact-col.this-col-contact {
    padding: 20px 0 !important;
}
#footer-site-section .contact-row>.contact-col.this-col-contact:before {
    display: none;
}

/* social */
#footer-site-section .social-row {
    flex-wrap: wrap;
}
#footer-site-section .social-row>.social-col.this-col-label,
#footer-site-section .social-row>.social-col.this-col-social {
    width: 100% !important;
    flex: none !important;
    padding: 0;
    margin: 0;
    text-align: center;
}
#footer-site-section .social-row>.social-col.this-col-social ul.social-group {
    margin: 10px auto 0 auto;
}

/* ----- company row ----- */

#footer-copyright-row {
    margin-top: 30px;
}
#footer-copyright-row.footer-site-row.inline {
    flex-wrap: wrap;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-copyright,
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-menu {
    width: 100% !important;
    flex: none !important;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-copyright {
    text-align: center;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-menu {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- BOTTOM NAV ------------------------- */
/* --------------------------------------------------------------- */

#bottom-nav-section ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn>.text {
    display: none;
}
#bottom-nav-section ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn>.text.enable {
    display:inline-block;
}

}

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

/* --------------------------------------------------------------- */
/* -------------------------- BOTTOM NAV ------------------------- */
/* --------------------------------------------------------------- */

#footer-section.bottom-nav-show {
    border-bottom-width: 70px;
}
#bottom-nav-section {
    bottom: 0;
}

/* ============================================================================================== */
/* ==================================== MENU BOTTOM ON SCROLL =================================== */
/* ============================================================================================== */

#bottom-nav-on-scroll-section {
    display: none !important;
}

}

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

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER MENU ------------------------- */
/* --------------------------------------------------------------- */

#footer-menu-section {
    display: none !important;
}


/* ----- project ----- */

.project-table-row {
    flex-wrap: wrap;
    padding: 30px 0;
}
.project-table-row>.project-table-col {
    width: 100% !important;
}
.project-table-row>.project-table-col.this-col-topic {
    margin-bottom: 20px;
}
/* .project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-icon {
    width: 45px;
    height: 45px;
    font-size: 35px;
    line-height: 45px;
}
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-text {
    padding-left: 10px;
} */
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-text>.title {
    font-size: 22px;
    font-weight: 600;
}
.project-table-row>.project-table-col.this-col-detail {
    padding-left: 65px !important;
}

.project-table-section .project-list-row .title {
    font-size: 22px;
    font-weight: 500;
}
.project-table-section ul.project-list-group>li {
    width: 100%;
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER SITE ------------------------- */
/* --------------------------------------------------------------- */

/* ----- company row ----- */

#footer-company-row.footer-site-row.inline {
    flex-wrap: wrap;
}
#footer-company-row.footer-site-row>.footer-site-col.this-col-company,
#footer-company-row.footer-site-row>.footer-site-col.this-col-contact {
    width: 100% !important;
    flex: none !important;
}
#footer-company-row.footer-site-row>.footer-site-col.this-col-company {
    text-align: center;
}

/* contact */
#footer-site-section .contact-row {
    flex-wrap: wrap;
    flex-direction: row;
}
#footer-site-section .contact-row>.contact-col.this-col-contact,
#footer-site-section .contact-row>.contact-col.this-col-social {
    width: 100% !important;
    flex: none !important;
    padding: 0;
    margin: 0;
    text-align: center;
}
#footer-site-section .contact-row>.contact-col.this-col-contact {
    padding: 20px 0 !important;
}
#footer-site-section .contact-row>.contact-col.this-col-contact:before {
    display: none;
}

/* social */
#footer-site-section .social-row {
    flex-wrap: wrap;
}
#footer-site-section .social-row>.social-col.this-col-label,
#footer-site-section .social-row>.social-col.this-col-social {
    width: 100% !important;
    flex: none !important;
    padding: 0;
    margin: 0;
    text-align: center;
}
#footer-site-section .social-row>.social-col.this-col-social ul.social-group {
    margin: 10px auto 0 auto;
}

/* ----- company row ----- */

#footer-copyright-row {
    margin-top: 30px;
}
#footer-copyright-row.footer-site-row.inline {
    flex-wrap: wrap;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-copyright,
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-menu {
    width: 100% !important;
    flex: none !important;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-copyright {
    text-align: center;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-menu {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- BOTTOM NAV ------------------------- */
/* --------------------------------------------------------------- */

#bottom-nav-section ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn>.text {
    display: none;
}
#bottom-nav-section ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn>.text.enable {
    display:inline-block;
}

}

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

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER MENU ------------------------- */
/* --------------------------------------------------------------- */

#footer-menu-section {
    display: none !important;
}

/* ----- project ----- */

.project-table-row {
    flex-wrap: wrap;
    padding: 20px 0;
}
.project-table-row>.project-table-col {
    width: 100% !important;
}
.project-table-row>.project-table-col.this-col-topic {
    margin-bottom: 15px;
}
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-icon {
    width: 45px;
    height: 45px;
    font-size: 35px;
    line-height: 45px;
}
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-text {
    padding-left: 10px;
}
.project-table-row>.project-table-col.this-col-topic .project-topic-group>.topic-text>.title {
    font-size: 20px;
    font-weight: 600;
}
.project-table-row>.project-table-col.this-col-detail {
    padding-left: 55px !important;
}

.project-table-section .project-list-row .title {
    font-size: 20px;
    font-weight: 500;
}
.project-table-section ul.project-list-group>li {
    width: 100%;
}

/* --------------------------------------------------------------- */
/* ------------------------- FOOTER SITE ------------------------- */
/* --------------------------------------------------------------- */

/* ----- company row ----- */

#footer-company-row.footer-site-row.inline {
    flex-wrap: wrap;
}
#footer-company-row.footer-site-row>.footer-site-col.this-col-company,
#footer-company-row.footer-site-row>.footer-site-col.this-col-contact {
    width: 100% !important;
    flex: none !important;
}
#footer-company-row.footer-site-row>.footer-site-col.this-col-company {
    text-align: center;
}

/* contact */
#footer-site-section .contact-row {
    flex-wrap: wrap;
    flex-direction: row;
}
#footer-site-section .contact-row>.contact-col.this-col-contact,
#footer-site-section .contact-row>.contact-col.this-col-social {
    width: 100% !important;
    flex: none !important;
    padding: 0;
    margin: 0;
    text-align: center;
}
#footer-site-section .contact-row>.contact-col.this-col-contact {
    padding: 20px 0 !important;
}
#footer-site-section .contact-row>.contact-col.this-col-contact:before {
    display: none;
}

/* social */
#footer-site-section .social-row {
    flex-wrap: wrap;
}
#footer-site-section .social-row>.social-col.this-col-label,
#footer-site-section .social-row>.social-col.this-col-social {
    width: 100% !important;
    flex: none !important;
    padding: 0;
    margin: 0;
    text-align: center;
}
#footer-site-section .social-row>.social-col.this-col-social ul.social-group {
    margin: 10px auto 0 auto;
}

/* ----- company row ----- */

#footer-copyright-row {
    margin-top: 30px;
}
#footer-copyright-row.footer-site-row.inline {
    flex-wrap: wrap;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-copyright,
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-menu {
    width: 100% !important;
    flex: none !important;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-copyright {
    text-align: center;
}
#footer-copyright-row.footer-site-row>.footer-site-col.this-col-menu {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* -------------------------- BOTTOM NAV ------------------------- */
/* --------------------------------------------------------------- */

#bottom-nav-section ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn>.text {
    display: none;
}
#bottom-nav-section ul.bottom-nav-group>li.bottom-nav-list>.bottom-nav-btn>.text.enable {
    display:inline-block;
}

}

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