.footer-moe .main-footer .main-object {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 3em 0 2em;
}
.footer-moe .main-footer {
    background: #275d3b;
}
.bottom-footer {
    background: #275d3b;
    padding: 0.5em 0;
    color: #fff;
    position: relative;
    display: block;
}
#mvcwid {
    text-align: left!important;
    padding: 10px 0!important;
}
.wps_visitor_yp h3.title-h {
    padding-bottom: 10px;
    margin-top: 15px;
    text-align: left;
}
.bottom-footer p {
    font-size: 20px;
}
.detail-text ul li {
    font-size: 21px;
    color: #fff;
    list-style: none;
}
.detail-text ul {
    margin: 0;
    padding-left: 2.5em;
}
.detail-text ul li a {
    padding-left: 10px;
    color: #fec300;
    text-decoration: auto;
}
h3.title-h {
    color: #fff;
    font-size: 29px;
    margin: 0;
    padding-bottom: 8px;
    line-height: 1;
}

ul.social-ul {
    padding: 0;
    margin: 0;
    display: flex;
}
ul.social-ul li {
    list-style: none;
    padding-right: 6px;
}
ul.social-ul li svg {fill: #fec300;stroke: #275d3b;}
ul.social-ul li a {
    padding: 5px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-list {
    display: flex;
    align-items: center;
}
.social-list h4 {
    color: #fff;
    font-size: 21px;
    margin: 0;
    padding-right: 10px;
}
ul.social-ul li:last-child {
    padding: 0;
}
.contact-f h3 {
    color: #fff;
    font-size: 29px;
    margin: 0;
}
.contact-f h4 {
    margin: 0;
    font-size: 21px;
    color: #fff;
    margin-bottom: -12px;
}
.footer-moe .main-footer .main-object .object-grid {
    padding: 0 1em;
}
.footer-moe .main-footer .main-object .object-grid:first-child {
    padding-left: 0;
}
.footer-moe .main-footer .main-object .object-grid:last-child {
    padding-right: 0;
    border: 0;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul {
    list-style: none;
}
.detail .footer-menu li {
    list-style: disc;
    color: #fec300;
    line-height: 1.25;
}
.detail .footer-menu ul {
    padding-left: 1em;
}
.detail .footer-menu ul li a {
    transition: all ease-in-out 350ms;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-decoration: unset;
}
.detail .footer-menu ul li a:hover {
    color: #fec300;
}
.bottom-footer .main-object {
    display: grid;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: 1fr 4fr 1fr;
    align-items: center;
    padding: 20px 0 10px;
}
.bottom-footer .main-object ul.menu {
    display: flex;
    align-items: center;
}
.bottom-footer .main-object ul.menu a {
    color: #fff;
    text-decoration: unset;
    font-size: 20px;
}
.bottom-footer .main-object ul.menu li {
    padding-right: 20px;
}
.bottom-footer .main-object ul.menu li:last-child {
    padding: 0;
}
.footer-moe .top-footer {
    padding-top: 11.5em;
    position: relative;
}
.footer-moe .top-footer img {
    position: absolute;
    left: 50%;
    bottom: -66px;
    transform: translateX(-50%);
}
.top-footer {
    background-image: url(/wp-content/uploads/2021/12/t2.png);
    background-position: 100% -87px;
    background-repeat: no-repeat;
    background-size: 420px;
}
.footer-moe .main-footer .main-object .object-grid.object-1 {
    grid-column: span 2;
}
.detail-text ul {
    padding: 0;
}
.bottom-footer .main-object h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}
.bottom-footer .main-object p {
    font-size: 50px;
    font-weight: 600;
    color: #fec300;
    line-height: 1.3;
    text-align: left;
}
#menu-roadmap-footer a:hover {
    color: #fec300;
}
.bottom-footer .main-object .object-grid.object-2 p {
    font-size: 20px;
    text-align: left;
    color: #FFF;
}
a.btn.btn-send.btn-subscribe {
    background: #fec300;
    color: #163522;
    font-size: 24px;
    text-decoration: unset;
    font-weight: 600;
    padding: 10px 20px 7px;
    position: absolute;
    bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    line-height: 1;
}
a.btn.btn-send.btn-subscribe:hover {
    background: #333;
    color: #FFF;
}
.bottom-footer .v-container {
    border-top: 1px solid rgb(255 255 255 / 27%);
}
/*destop medium*/
@media (max-width: 1600px){
}
/*laptop*/
@media (max-width: 1280px){
}
/*ipad pro (large tablet)*/
@media (max-width: 1024px) and (min-width: 992px){
    .footer-moe .main-footer .main-object {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em;
        padding: 2em 0;
    }
    .footer-moe .main-footer .main-object .object-grid {
        padding: 0;
        border: 0;
    }
    .bottom-footer .main-object {
        flex-direction: column-reverse;
        align-items: center;
        grid-template-columns: 1fr 3fr;
    }
    .footer-moe .top-footer img {
        width: 240px;
        bottom: -46px;
    }
    .footer-moe .top-footer {
        padding-top: 8.5em;
    }
    .top-footer {
        background-size: 300px;
        background-position: 122% -60px;
    }
    a.btn.btn-send.btn-subscribe {
        font-size: 21px;
    }
    a.btn.btn-send.btn-subscribe {
        font-size: 21px;
        right: 40px;
    }
    .bottom-footer .main-object ul.menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 20px;
    }
    .bottom-footer .main-object {
        grid-template-columns: 1fr;
        padding-top: 25px;
    }
    .bottom-footer .main-object p {
        text-align: left;
    }
    .footer-moe .main-footer .main-object {
        padding: 1em 0;
    }
}
/*ipad (tablet)*/
@media (max-width: 991.98px) {
    .footer-moe .main-footer .main-object {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1em;
        padding: 2em 0;
    }
    .footer-moe .main-footer .main-object .object-grid {
        padding: 0;
        border: 0;
    }
    .bottom-footer .main-object {
        flex-direction: column-reverse;
        align-items: center;
        grid-template-columns: 1fr 3fr;
    }
    .footer-moe .top-footer img {
        width: 240px;
        bottom: -46px;
    }
    .footer-moe .top-footer {
        padding-top: 8.5em;
    }
    .top-footer {
        background-size: 300px;
        background-position: 122% -60px;
    }
    a.btn.btn-send.btn-subscribe {
        font-size: 21px;
    }
    a.btn.btn-send.btn-subscribe {
        font-size: 21px;
        right: 40px;
    }
    .bottom-footer .main-object ul.menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-bottom: 20px;
    }
    .bottom-footer .main-object {
        grid-template-columns: 1fr;
        padding-top: 25px;
    }
    .bottom-footer .main-object p {
        text-align: left;
    }
    .footer-moe .main-footer .main-object {
        padding: 1em 0;
    }
}
/*iphone8 (smartphone)*/
@media (max-width: 575.98px) {
    .footer-moe .main-footer .main-object {
        grid-template-columns: repeat(1, 1fr);
        padding: 2em 0;
    }
    h3.title-h {
        font-size: 25px;
    }
    .detail-text ul {
        padding: 0;
    }
    .object-grid.object-1 .image img {
        max-width: 200px;
    }
    .object-grid.object-1 .image {
        text-align: center;
    }
    .bottom-footer .main-object ul.menu {
        flex-direction: column;
    }
    .top-footer {
        background-image: unset;
    }
    .footer-moe .main-footer .main-object .object-grid.object-1 {
        grid-column: span 1;
    }
}
/*iphone5 (small smartphone)*/
@media (max-width: 360px) {
}
