footer.footer-yp {
    background-image: linear-gradient(360deg, #ec6f2e 24%, #ef6232 98%);
    background: var(--theme-color-white);
}

footer.footer-yp {
    color: #FFF;
    color: #0a0f66;
}

.bottom-footer {
    background: linear-gradient(90deg, var(--theme-color-pastel-bg1) 0%, var(--theme-color-pastel-bg2) 100%);
}

.bottom-footer .main-bottom {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}

.bottom-footer .footer-menu ul {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 15px;
}

.bottom-footer .object-1 p {
    text-transform: uppercase;
}

.main-footer {
    font-size: 14px;
}

.main-footer .main-wrap {
    display: flex;
    gap: 20px;
}

.main-footer .main-wrap>div {
    width: 20%;
}

.main-footer .main-wrap .object-address {
    display: flex;
    font-weight: 300;
    width: 60%;
    gap: 1rem;
}

.main-footer .main-wrap .object-address h3 {
    font-weight: 500;
    font-size: 19px;
}

.main-footer .main-wrap .object-address h4 {
    font-weight: 400;
    font-size: 18px;
    margin: 10px 0;
}

.footer-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 2rem;
    color: var(--theme-color-03);
    font-weight: 400;
}

.footer-contact a {
    color: var(--theme-color-03);
}

.footer-contact>div[class*="obj"] {
    position: relative;
}

.footer-contact>div[class*="obj"]:not(:last-child):after {
    content: "";
    position: absolute;
    height: 80%;
    width: 1px;
    border-left: 1px solid var(--theme-color-03);
    left: calc(100% + 1rem);
    top: calc(50% - 40%);
}

#page .main-footer .menu-item a span {
    display: inline-block;
    background: #274698;
    padding: 3px 10px 2px;
    border-radius: 4px;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
}

.main-footer .main-wrap .object-address p {
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
    font-weight: 400;
}

.main-footer {
    padding: 35px 0 20px;
}

.footer-menu .widget-title {
    font-size: 17px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-top: 22px; */
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--theme-color-04);
}

.main-footer .object-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.main-footer .social-list {
    margin: 0 0 26px 0;
}

#page .social-list ul {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin: -5px;
}

.btn-social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    border: 2px solid transparent;
    border-radius: 50%;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center;
    transition: all .25s;
}

.btn-social {
    border-color: #0a2471;
    background: #0a2471;
    color: #ffffff;
}

.btn-social:hover {
    background: transparent !important;
    color: #0a2471;
}

.btn-social.facebook {
    border-color: #1878f1;
    background: #1878f1;
    color: #fff;
}

.btn-social.facebook:hover {
    color: #1878f1;
}

.btn-social.youtube {
    border-color: #d82924;
    background: #d82924;
}

.btn-social.youtube:hover {
    color: #d82924;
}

.btn-social.line {
    border-color: #00c925;
    background: #00c925;
}

.btn-social.line:hover {
    color: #00c925;
}

.main-footer .social-list svg {
    width: 20px;
    height: 20px;
}

.main-footer .social-list svg {
    width: 25px;
    height: 25px;
    /* fill: #FFF; */
    fill: #071f53;
}

footer.footer-yp a {
    font-weight: 400;
}

footer.footer-yp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer.footer-yp .footer-menu ul.menu li {
    position: relative;
    padding-left: 1rem;
}

footer.footer-yp .main-footer ul.menu li::before {
    content: "■";
    position: absolute;
    left: 0.2rem;
    color: var(--theme-color-secondary);
}

#page .main-footer .footer-menu a {
    margin: 5px 0;
    display: block;
    color: var(--theme-color-04);
}

#page .main-footer .footer-menu a:hover {
    color: var(--theme-color-main);
}

.bottom-footer {
    padding: 25px 20px;
    border-top: solid 1px #ffffff36;
}

#page .main-footer a {
    font-size: 16px;
    font-weight: 400;
    /* min-width: 4rem; */
}

#page .main-footer a:hover,
footer.footer-yp a:hover {
    /* color: #eee; */
    color: #051842;
}

.main-footer .social-list svg {
    width: 25px;
    height: 25px;
    /* fill: #FFF; */
    fill: #071f53;
    stroke: none;
}

.main-footer .social-list svg>g>path {
    fill: #071f53;
}

.main-footer .social-list .youtube svg polygon {
    fill: #ec662f;
}

.footer-menu .widget-title svg {
    width: 17px;
    height: 17px;
    cursor: pointer;
    display: none;
}


/*for Mobile*/
@media (max-width: 767px) {
    .footer-yp .widget {
        margin: 0 0 0;
        padding-bottom: 20px;
    }

    .footer-menu .widget-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer-yp .widget_nav_menu ul {
        display: none;
    }

    .footer-menu .widget-title svg {
        display: block;
    }

    .main-footer {
        padding: 50px 10px 5px;
    }

    .main-footer .main-wrap {
        flex-wrap: wrap;
    }

    .main-footer .main-wrap>div {
        width: 100%;
    }

    .main-footer .social-list {
        margin: 20px -5px;
    }

    .bottom-footer .footer-menu ul {
        text-align: center;
        flex-wrap: wrap;
        padding: 10px;
        padding-bottom: 0;
    }

    .bottom-footer {
        padding: 25px 15px;
    }

    .bottom-footer .main-bottom .object-1 {
        border-top: solid 1px #ffffff36;
        padding-top: 15px;
        margin-bottom: -8px;
        margin-top: 20px;
    }

    .bottom-footer .footer-menu li {
        width: calc(50% - 10px);
        padding: 0;
        text-align: left;
    }

    .bottom-footer .v-container {
        padding: 0;
    }

    .bottom-footer .main-bottom {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        flex-direction: column-reverse;
        text-align: center;
    }
}

/* end for Mobile */

/*for tabletV*/
@media (min-width: 768px) and (max-width: 991px) {

    .main-footer .main-wrap>div,
    .main-footer .main-wrap .object-address {
        width: 100%;
    }

    .footer-yp .widget {
        margin: 0 0 0;
        padding-bottom: 20px;
    }

    .main-wrap .footer-menu {
        border-bottom: solid 1px #dddddd4f;
    }

    .footer-menu .widget-title {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer-yp .widget_nav_menu ul {
        display: none;
    }

    .footer-menu .widget-title svg {
        display: block;
    }

    .main-footer .main-wrap {
        flex-wrap: wrap;
    }

    .main-footer .social-list {
        margin-bottom: 10px;
        margin-top: 20px !important;
    }

    .bottom-footer {
        padding-top: 10px;
    }

    .footer-menu .widget-title {
        pointer-events: all !important;
    }

    .main-footer {
        padding: 50px 15px 5px;
    }

    .bottom-footer .footer-menu ul {
        flex-wrap: wrap;
        padding: 10px;
        padding-bottom: 0;
    }

    .bottom-footer .footer-menu li {
        width: calc(50% - 10px);
        padding: 0;
    }

    .bottom-footer .v-container {
        padding: 0;
    }

    .bottom-footer .main-bottom {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        flex-direction: column-reverse;
    }

    .bottom-footer .main-bottom .object-1 {
        border-top: solid 1px #ffffff36;
        padding-top: 15px;
        margin-bottom: -8px;
        margin-top: 20px;
    }

    .bottom-footer .object-grid.object-1 {
        text-align: center;
    }

    .main-wrap .object-grid.object-3 .footer-menu:last-child {
        border-bottom: 0;
    }
}

/* end for tabletV */

/*for tabletH*/
@media (min-width: 992px) and (max-width: 1199px) {}

/* end for tabletH */

/* Banner Footer */
.footer-banner {
    padding-top: 5rem;
    background-position: right bottom;
    background-size: cover;
    color: #fff;
}

.home .footer-banner {
    background-color: var(--theme-color-07);
}

.footer-banner .object-grid {
    display: flex;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    padding: 0 2rem;
    min-height: 12rem;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .footer-banner {
        background-position: left bottom;
    }

    .footer-banner .object-grid {
        justify-content: flex-end;
        padding: 0 2rem 0 4rem;
        max-width: 60%;
        margin-right: 0;
    }
}

@media screen and (min-width: 1200px) {
    .footer-banner {
        padding-top: 5vw;
    }

    .footer-banner .object-grid {
        max-width: 1240px;
        padding: 0 4rem;
        margin: auto;
        min-height: 14vw;
    }
}

@media screen and (max-width: 575px) {
    .main-footer .main-wrap .object-address {
        width: 100%;
    }
}

/* footer menu copyright */
.bottom-footer .footer-menu ul#menu-roadmap-footer {
    display: flex;
    justify-content: center;
}

.bottom-footer .footer-menu ul#menu-roadmap-footer li {
    position: relative;
}

.bottom-footer .footer-menu ul#menu-roadmap-footer li:not(:first-child)::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 55%;
    top: 15%;
    left: 0;
    background-color: var(--theme-color-main);
}

.bottom-footer .footer-menu ul#menu-roadmap-footer li a {
    color: var(--theme-color-main);
    transition: .3s ease-in-out;
}

.bottom-footer .footer-menu ul#menu-roadmap-footer li a:hover {
    color: var(--theme-color-secondary);
}

/* bg footer */
.footer-banner {
    position: relative;
}
.footer-banner .imgBG {
    position: absolute;
    top: -18vw;
    width: 50vw;
}
@media screen and (min-width: 768px) {
    .footer-banner .imgBG { width: 37vw; }
}
@media screen and (min-width: 992px) {
    .footer-banner .imgBG { width: 32.5vw; }
}
@media screen and (min-width: 1300px) {
    .footer-banner .imgBG { width: 28vw; }
}
@media screen and (max-width: 575px) {
    .footer-banner {
        padding-top: 6rem;
    }
}