.footer-moe .main-footer .main-object {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 3em 0 2em;
}
.bottom-footer {
    padding: 0.5em 0;
    color: #fff;
    position: relative;
    display: block;
}
.footer-moe {
    background: rgb(25 58 96);
    background: linear-gradient(
0deg, rgb(0 29 61) 50%, rgb(25 58 96) 95%) !important;
    position: relative;
}
.bottom-footer p {
    font-size: 20px;
}
ul.detail-text li {
    font-size: 21px;
    color: #fff;
    list-style: none;
}
ul.detail-text {
    margin: 0;
    padding-left: 2.5em;
}
ul.detail-text li a {
    padding-left: 10px;
    color: #fff;
    text-decoration: auto;
}
h3.title-h {
    color: #009f83;
    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: #fff;stroke: #001d3d;}
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: 900px;
    margin: 0 auto;
    grid-template-columns: 1fr 4fr;
    align-items: center;
    padding: 15px 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;
}
ul.detail-text {
    padding: 0;
}
.bottom-footer .main-object h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
}
.bottom-footer .main-object h3 {
    font-size: 50px;
    font-weight: 600;
    color: #009f83;
    line-height: 1.3;
    text-align: left;
}
a.btn.btn-send.btn-subscribe {
    background: #009f83;
    color: #fff;
    font-size: 24px;
    text-decoration: unset;
    font-weight: 600;
    padding: 15px 20px 15px;
    position: absolute;
    top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 1;
}
.top-object_bottom .image img {
    max-width: 190px;
}
.top-object_bottom .image {
    text-align: center;
}
.top-object_bottom h3{
    margin: 0;
    color: #fec300;
        line-height: 30px;
    font-size: 28px;
    text-align: center;
}
.top-object_bottom h4 {
    color: #fff;
    text-align: center;
    font-size: 22px;
    margin: 0;
    line-height: 1;
}
.top-object_bottom ul.detail-text {
    margin-top: 1em;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 18px 0;
    border-top: 1px solid rgb(255 255 255 / 27%);
    border-bottom: 1px solid rgb(255 255 255 / 27%);
    align-items: center;
}
.top-object_bottom ul.detail-text li {
    line-height: 1;
}
footer ul.detail-text li:first-child {
    color: #fff;
    font-size: 21px;
}
h4.head-class  {
    padding: 1em 0 0;
}
/* .top-object_bottom h4.head-class {
    margin-top: 30px;
} */

.wps_visitor_yp {
    text-align: center;
}

/*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 h3 {
        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 h3 {
        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 0;
    }
    h3.title-h {
        font-size: 25px;
    }
    ul.detail-text {
        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;
    }
    .top-object_bottom ul.detail-text {
        flex-direction: column;
    }
}
/*iphone5 (small smartphone)*/
@media (max-width: 360px) {
}
