@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap'); */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.0/font/bootstrap-icons.css");

body {
    color: white !important;
    font-family: "Cotactic Font",sans-serif !important;
    /* font-family: "Cotactic-Font",sans-serif !important; */
    font-size: 16px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0 !important;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 36px !important;
    font-family: "Cotactic Font",sans-serif !important;
}
.head-section {
    font-size: 32px !important;
    line-height: 1.58 !important;
}
.textEN {
    font-family: "Cotactic Font", sans-serif !important;
}
.Sukumvit {
    font-family: "Cotactic Font",sans-serif !important;
}
.Sukumvit-Bold {
    font-family: "Cotactic Font";
    font-style: normal;
}
.bold {
    /* font-weight: 700; */
}
.textEN.bold {
    font-family: "Cotactic Font" !important;
    font-weight: normal !important;
}
.color_blue {
    color: #041936;
}
.color_bluelight {
    color: #163E71;
}
.color_yellow {
    color: #FED312;
}
.color_gray {
    color: #FBFDFF;
}
a:hover {
    color: #FED312 !important;
}

.sticky-menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 3px;
}
.main-page {
    margin-top: 80px;
    overflow-x: clip;
}
header {
    background-color: #041936;
    width: 100%;
    color: white !important;
}
.header-wrapper {
    display:flex;
    width:100%;
    justify-content:space-between;
    padding-top:20px;
    padding-bottom:20px
}
.cotactic-logo {
    align-items: center;
    display: flex;
    justify-content: center;
}
.cotactic-logo img {
    max-width: 180px;
    height: auto;
}
#menu-top-menu,
#menu-top-menu-en,
#menu-top-menu-1,
#menu-top-menu-en-1{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}
#menu-top-menu a,
#menu-top-menu-en a,
#menu-top-menu-1 a,
#menu-top-menu-en-1 a {
    text-decoration: unset;
    align-items: center;
    justify-content: space-between;
    padding: 0px 25px;
    color: white;
    white-space: nowrap;
    transition: .3s;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Cotactic-Font","Cotactic-Font", "Cotactic-Font" !important;
    font-weight: unset;
}
#menu-top-menu a:hover,
#menu-top-menu-en a:hover,
#menu-top-menu-1 a:hover,
#menu-top-menu-en-1,
.menu-item.current_page_item a,
.menu-item.current-menu-item a {
    color: #FED312 !important;
}
.navbar-toggler:focus {
    box-shadow: unset !important;
}

#menu-top-menu,
#menu-top-menu-en {
    padding: 50px 0 15px;
    border-bottom: 3px solid #696F74;
    max-width: fit-content;
    margin: 0 auto 30px;
    
}
.menu-top-menu-container ul li .sub-menu {
    /* display: none;
    position: absolute; */
}
.line-button {
    background: #00B900;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.line-button img {
    max-width: 20px;
    height: auto;
}
.phone-button {
    background: linear-gradient(166.38deg, #163E71 20.36%, #041936 151.64%);
    border-radius: 20px;
    padding: 8px 13px 7px;
    font-size: 14px;
    text-decoration: unset;
}
.phone-button img {
    max-width: 16px;
    margin-right: 10px;
    height: auto;
}
.phone-button.mobile {
    display: none;
}
.phone-button.mobile {
    width: 36px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding: unset;
}
.phone-button.mobile img {
    margin-right: unset;
}
.collapse-wrapper {
    position: absolute;
    top: 80px;    
    background: #041936;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 40px;
}
.challenge-menu-mobile a {
    padding: 12.5px 30px;
    text-decoration: unset;
    display: inline-block
}
.challenge-menu-desktop a{
    padding: 12.5px 30px;
    text-decoration: unset;
}


.menu-desktop {
    display:flex;
    align-items:center;
    
}
.menu-mobile {
    display: none;
}
.animated-icon1{
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}   
.animated-icon1 span {
    background: #FBFDFF;
}
    
.animated-icon1 span:nth-child(1) {
    top: 0px;
}
    
.animated-icon1 span:nth-child(2) {
    top: 10px;
}
    
.animated-icon1 span:nth-child(3) {
    top: 20px;
}
    
.animated-icon1.open span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
    
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 60px;
}
    
.animated-icon1.open span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


body {
    font-family: "Cotactic-Font", "Cotactic-Font";
    font-size: 16px;
}

/* footer */
.cotactic-footer {
    background: #041936
}
.cotactic-footer .container {
    border-top: 1px solid #FED312;
    padding: 60px 0 90px;
}
.cotactic-terms-wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 13px;
    padding-top: 5px;
}
.cotactic-terms-wrapper a {
    color: white;
    text-decoration: unset;
    margin: 0 10px;
}
.footer-menu {
        display: flex;
        margin: 0 auto;
        max-width: fit-content;
        font-family: "Cotactic Font" !important;
        font-size: 14px;
        line-height: 28px;
        text-transform: uppercase;
    }
    .footer-menu .footer-menu-sec {
        margin-right: 50px;
        padding-right: 50px;
        border-right: 1px solid #FED312;
    }
    .footer-menu .footer-menu-sec .footer-menu-header,
    .footer-menu .footer-menu-sec .footer-menu-header a {
        font-size: 18px !important;
        font-family: "Cotactic Font" !important;
        line-height: 12px;
        padding-bottom: 20px;
        color: #FED312;
        text-decoration: unset;
    }
    .footer-menu .footer-menu-sec ul{
        margin-bottom: 0px;
        padding-left: 0px;
        list-style-type: none;
        position: relative;
    }
    .footer-menu .footer-menu-sec:nth-child(2) ul li {
        display: flex;
    }
    .footer-menu .footer-menu-sec:nth-child(2) ul li:hover::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' viewBox='0 0 4 8' fill='none'%3E%3Cpath d='M0.5 7.5L4 4L0.5 0.5L0.5 7.5Z' fill='%23FBFDFF' style='&%2310; fill: %23FED312;&%2310;'/%3E%3C/svg%3E");
    }
    .footer-menu .footer-menu-sec:nth-child(2) ul li::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' viewBox='0 0 4 8' fill='none'%3E%3Cpath d='M0.5 7.5L4 4L0.5 0.5L0.5 7.5Z' fill='%23FBFDFF'/%3E%3C/svg%3E");
        padding-right: 10px;
        top: -1px;
        position: relative;
    }
    .footer-menu .footer-menu-sec ul li a,
    .footer-menu .footer-menu-sec .footer-address a {
        color: #FBFDFF;
        text-decoration: unset;
        font-size: 14px !important;
        line-height: 28px !important;
        text-transform: uppercase;
        font-family:  "Cotactic Font" !important;
    }
    .footer-menu .footer-menu-sec .footer-address a {
        color: #FED312;
    }
    .footer-menu .footer-menu-sec:last-child {
        margin-right: unset;
        padding-right: unset;
        border-right: unset;
        max-width: 250px;
        margin: 0 auto;
        text-align: center;
    }
    .footer-menu .footer-menu-sec:last-child .footer-menu-header {
        line-height: 22px;
    }
    .footer-menu .footer-menu-sec:last-child .footer-icon {
        display: flex;
        gap: 25px;
        justify-content: center;
        margin: 8px auto 28px;
    }
    .footer-menu .footer-menu-sec:last-child .footer-icon i {
        font-size: 25px;
        color: #FBFDFF;
    }
    .footer-menu .footer-menu-sec:last-child .footer-icon i:hover {
        color: #FED312;
    }
    .footer-menu .footer-menu-sec:last-child .address {
        display: none;
        font-family: "Cotactic Font", san-serif !important;
        font-size: 10px;
        line-height: 16px;
    }
    .footer-menu .footer-menu-sec:last-child .address span a {
        font-weight: normal;
        color: #FED312;
        text-decoration: unset;
    font-family: "Cotactic-Font","Cotactic-Font", san-serif !important;
    }
    .footer-menu .footer-menu-sec:last-child .address span,
    .footer-menu .footer-menu-sec:last-child .address span b {
        font-family: "Cotactic Font" !important;
    }
    .footer-menu .footer-menu-sec:last-child .cotactic-logo img {
        max-width: 245px;
        width: 100%;
        margin: 0 auto;
    }
    .footer-menu .footer-menu-sec:last-child .copyright {
        font-size: 10px;
        color: #696F74;
        margin-bottom: 0px;
        padding-top: 10px;
        line-height: 12px;
        padding-bottom: 10px;
    }
    .footer-menu .footer-menu-sec:last-child .cotactic-terms-wrapper {
        font-size: 10px;
        padding-top: 0px;
        line-height: 12px;
    }

    /* new footer menu */
    .text-color-cotactic{color: #FED312;}
    .new-footer-menu .footer-menu-sec .cotactic-logo{justify-content: start;}
    .new-footer-menu .footer-menu-sec .cotactic-logo h2{z-index: -1;display: none;}
    .new-footer-menu .footer-menu-sec .cotactic-desc{margin-top: 30px;}
    .new-footer-menu .footer-menu-sec {padding-right: 60px;border-right: 1px solid #FED312;}
    /* .new-footer-menu .footer-menu-sec:nth-child(1){flex-basis: 50%;}
    .new-footer-menu .footer-menu-sec:nth-child(2){flex-basis: 25%;display: flex;flex-wrap: wrap;row-gap: 20px;}
    .new-footer-menu .footer-menu-sec:nth-child(3){flex-basis: 25%;} */

    .new-footer-menu .footer-menu-sec:nth-child(1){max-width: 443px;}
    .new-footer-menu .footer-menu-sec:nth-child(2){max-width: unset;display: block;}
    .new-footer-menu .footer-menu-sec:nth-child(2) .foot-about-us-wrap {margin-bottom: 40px;}
    .new-footer-menu .footer-menu-sec:nth-child(3){flex-basis: unset;margin: unset !important;}

    .new-footer-menu {
        display: flex;
        margin: unset;
        gap: 60px;
        width: 100%;
        max-width: unset;
        justify-content: center;
        font-family: "Sarabun" !important;
        font-size: 14px;
        line-height: 28px;
        text-transform: uppercase;
    }
    .new-footer-menu.en .footer-menu-sec .cotactic-desc {
        font-family: 'Sarabun Med', sans-serif;
        text-transform: initial;
        font-weight: 500;
        line-height: 1.8;
    } 

    .new-footer-menu .footer-menu-sec .recent-post-wrapper-sec2{display: none;}
    .new-footer-menu .footer-menu-sec .footer-address .address-tablet{display: none;}

    .new-footer-menu .footer-menu-sec .marketing-recent-post li{list-style-type: disc;margin-bottom: 0px;}
    .new-footer-menu .footer-menu-sec .marketing-recent-post li a{
        line-height: 25px;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }

    .new-footer-menu .footer-menu-sec .marketing-recent-post li a{
        font-family: "Sarabun", sans-serif !important;
        line-height: unset !important;
        text-transform: initial;
    }
    .new-footer-menu .footer-menu-sec .footer-menu-header,
    .new-footer-menu .footer-menu-sec .footer-menu-header a {
        font-size: 18px !important;
        font-family: "Cotactic Font" !important;
        line-height: 12px;
        padding-bottom: 20px;
        color: #FED312;
        text-decoration: unset;
    }
    .new-footer-menu .footer-menu-sec ul{
        margin-bottom: 0px;
        padding-left: 0px;
        list-style-type: none;
        position: relative;
    }
    .new-footer-menu .footer-menu-sec:nth-child(1) ul li, .new-footer-menu .footer-menu-sec:nth-child(2) ul li {display: flex;}
    .new-footer-menu .footer-menu-sec:nth-child(1) ul li::before, .new-footer-menu .footer-menu-sec:nth-child(2) ul li::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='8' viewBox='0 0 4 8' fill='none'%3E%3Cpath d='M0.5 7.5L4 4L0.5 0.5L0.5 7.5Z' fill='%23FBFDFF'/%3E%3C/svg%3E");
        padding-right: 10px;
        top: -1px;
        position: relative;
    }
    .new-footer-menu .footer-menu-sec ul li a,
    .new-footer-menu .footer-menu-sec .footer-address a {
        color: #FBFDFF;
        text-decoration: unset;
        font-size: 14px !important;
        line-height: 28px !important;
        text-transform: uppercase;
        font-family: "Sarabun" !important;
    }

    .new-footer-menu .footer-menu-sec:first-child .cotactic-logo img {
        max-width: 245px;
        width: 100%;
        margin: 0 auto;
    }

    .new-footer-menu .footer-menu-sec .footer-address a {
        color: #FED312;
    }
    .new-footer-menu .footer-menu-sec:last-child {
        margin-right: unset;
        padding-right: unset;
        border-right: unset;
        max-width: 250px;
        margin: 0 auto;
        /* text-align: center; */
    }
    .new-footer-menu .footer-menu-sec:last-child .footer-menu-header {
        line-height: 22px;
    }
    .new-footer-menu .footer-menu-sec:last-child .footer-icon {
        display: flex;
        gap: 25px;
        justify-content: center;
        margin: 8px auto 18px;
    }
    .new-footer-menu .footer-menu-sec:last-child .footer-icon i {
        font-size: 25px;
        color: #FBFDFF;
    }
    .new-footer-menu .footer-menu-sec:last-child .address {
        display: none;
        font-family: "Cotactic Font" , san-serif !important;
        font-size: 10px;
        line-height: 16px;
    }
    .new-footer-menu .footer-menu-sec:last-child .address span a {
        font-weight: normal;
        color: #FED312;
        text-decoration: unset;
        font-family: "Cotactic Font", san-serif !important;
    }
    .new-footer-menu .footer-menu-sec:last-child .address span,
    .new-footer-menu .footer-menu-sec:last-child .address span b {
        font-family: "Cotactic Font" !important;
    }
    .new-footer-menu .footer-menu-sec:last-child .cotactic-logo img {
        max-width: 245px;
        width: 100%;
        margin: 0 auto;
    }
    
    .new-footer-menu .footer-menu-sec:last-child .copyright {
        font-size: 10px;
        color: #696F74;
        margin-bottom: 0px;
        padding-top: 10px;
        line-height: 12px;
        padding-bottom: 10px;
        text-align: center;
    }
    .new-footer-menu .footer-menu-sec:last-child .cotactic-terms-wrapper {
        font-size: 10px;
        padding-top: 0px;
        line-height: 12px;
        text-align: center;
    }

/* End Footer */
@media(max-width: 1024px){
    .new-footer-menu{flex-wrap: wrap;gap: 40px;}
    .new-footer-menu .footer-menu-sec:nth-child(1){flex-basis: 100%;max-width: unset;}
    .new-footer-menu .footer-menu-sec:nth-child(2){flex: 1 0 auto;display: flex;flex-wrap: wrap;width: 100%;}
    .new-footer-menu .footer-menu-sec:nth-child(2) .foot-about-us-wrap {flex-basis: 50%;}
    .new-footer-menu .footer-menu-sec:nth-child(2) .foot-our-services-wrapper {flex-basis: 50%;}
    .new-footer-menu .footer-menu-sec:nth-child(2) .recent-post-wrapper-sec2 {flex-basis: 100%;}
    .new-footer-menu .footer-menu-sec:nth-child(3){flex: 1 0 auto;display: flex;flex-wrap: wrap;width: 100%;justify-content: center;}
    .new-footer-menu .footer-menu-sec:nth-child(3) .foot-address-wrapper{flex-basis: 50%;}
    .new-footer-menu .footer-menu-sec:nth-child(3) .foot-know-more-cotactic-wrapper{
        flex-basis: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        justify-content: start;
    }

    .new-footer-menu .footer-menu-sec:nth-child(3) .foot-know-more-cotactic-wrapper .know-more-title{height: fit-content;text-align: center;}
    .new-footer-menu .footer-menu-sec {
        padding-bottom: 30px;
        margin: 0 auto 30px;
        border-bottom: 1px solid #FED312;
        border-right: unset;
        padding-right: 0px;
    }
    .new-footer-menu .footer-menu-sec:last-child {
        border-right: unset;
        border-bottom: unset;
        max-width: unset;
        margin: unset;
        row-gap: 15px;
    }
    .new-footer-menu .footer-menu-sec:last-child .footer-icon {justify-content: center;}
    .new-footer-menu .footer-menu-sec:last-child .copyright {text-align: center;padding-bottom: unset;}
    .new-footer-menu .footer-menu-sec:last-child .cotactic-terms-wrapper {justify-content: center;}
    .new-footer-menu .footer-menu-sec .cotactic-logo {justify-content: center;}
    .new-footer-menu .footer-menu-sec .cotactic-desc {text-align: center;}
    .new-footer-menu .footer-menu-sec .recent-post-wrapper-sec2{display: block;}
    .new-footer-menu .footer-menu-sec .recent-post-wrapper-sec1{display: none;}

    .new-footer-menu .footer-menu-sec .footer-address .address-tablet{display: block;}
    .new-footer-menu .footer-menu-sec .footer-address .address-pc{display: none;}
    
}
@media(max-width: 1000px){
    .menu-desktop {
        display: none;
    }
    .menu-mobile {
        align-items: center;
        display: flex;
    }
    /* Footer */
    .footer-menu.footer-en .footer-menu-sec {
            margin-right: 25px;
            padding-right: 25px;
        }
        .footer-menu.footer-en .footer-menu-sec:last-child {
            padding-right: unset;
            margin-right: unset;
            max-width: 200px;
        }
        .footer-menu.footer-en .footer-menu-sec:last-child .copyright {
            font-size: 8px;
        }
        .footer-menu .footer-menu-sec:nth-child(3) ,
        .footer-menu .footer-menu-sec:last-child .cotactic-terms-wrapper {
            display: none;
        }
        .footer-menu .footer-menu-sec {
            margin-right: 30px;
            padding-right: 30px;
        }
        .footer-menu .footer-menu-sec .footer-menu-header {
            padding-bottom: 15px;
        }
        .footer-menu .footer-menu-sec:last-child .footer-icon {
            margin: 0px auto 14px;
            gap: 20px;
        }
        .footer-menu .footer-menu-sec:last-child .footer-icon i {
            font-size: 20px;
        }
        .footer-menu .footer-menu-sec:last-child .address {
            display: block;
            padding-bottom: 14px;
        }
        .footer-menu .footer-menu-sec:last-child .copyright {
            padding-top: 14px;
            padding-bottom: 0px;
        }

        /* new */
        .new-footer-menu.footer-en .footer-menu-sec {
            margin-right: 25px;
            padding-right: 25px;
        }
        .new-footer-menu.footer-en .footer-menu-sec:last-child {
            padding-right: unset;
            margin-right: unset;
            max-width: 200px;
        }
        .new-footer-menu.footer-en .footer-menu-sec:last-child .copyright {
            font-size: 8px;
        }
        .new-footer-menu .footer-menu-sec .footer-menu-header {
            padding-bottom: 15px;
        }
        .new-footer-menu .footer-menu-sec:last-child .footer-icon {
            margin: 0px auto 14px;
            gap: 20px;
        }
        .new-footer-menu .footer-menu-sec:last-child .footer-icon i {
            font-size: 20px;
        }
        .new-footer-menu .footer-menu-sec:last-child .address {
            display: block;
            padding-bottom: 14px;
        }
        .new-footer-menu .footer-menu-sec:last-child .copyright {
            padding-top: 14px;
            padding-bottom: 0px;
        }
    /* End Footer */
}
@media(max-width: 576px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 26px !important;
    }
    .main-page {
        margin-top: 81px;
    }
    .collapse-wrapper {
        top: 76px;
    }
    .cotactic-logo img {
        max-width: 113px;
    }
    .phone-button {
        display: none;
    }
    .phone-button.mobile {
        display: flex;
    }
    #menu-top-menu, #menu-top-menu-en, #menu-top-menu-1 {
        display: block;
    }
    #menu-top-menu a, #menu-top-menu-en, #menu-top-menu-1 a {
        display: block;
        padding-bottom: 25px;
    }
    /* Footer */
    .footer-menu {
            display: block;
            max-width: unset;
        }
        .footer-menu.footer-en .footer-menu-sec {
            max-width: 300px;
        }
        .footer-menu.footer-en .footer-menu-sec:nth-child(2) {
            padding-right: unset;
            margin: 0 auto 30px;
        }
        .footer-menu.footer-en .footer-menu-sec:nth-child(2) ul {
            max-width: 270px;
        }
        .footer-menu.footer-en .footer-menu-sec:last-child {
            max-width: 250px;
            margin: 0 auto;
        }
        .footer-menu.footer-en .footer-menu-sec:last-child .copyright {
            font-size: 10px;
        }
        .footer-menu.footer-en .footer-menu-sec {
            padding-right: 0px;
            margin: 0 auto 30px;
        }
        .footer-menu .footer-menu-sec {
            max-width: 270px;
            padding-bottom: 30px;
            margin: 0 auto 30px;
            border-bottom: 1px solid #FED312;
            border-right: unset;
            padding-right: 0px;
        }
        .footer-menu .footer-menu-sec .footer-menu-header {
            max-width: 200px;
            margin: 0 auto;
            font-size: 16px !important;
        }
        .footer-menu .footer-menu-sec ul {
            max-width: 200px;
            margin: 0 auto;
            padding-left: 10px;
        }
        .footer-menu .footer-menu-sec ul li a {
            font-size: 12px !important;
        }
        .footer-menu .footer-menu-sec:last-child .footer-menu-header {
            padding-bottom: 30px;
        }
        .footer-menu .footer-menu-sec:last-child .footer-icon {
            margin: 0px auto 30px;
            gap: 25px;
        }
        .footer-menu .footer-menu-sec:last-child .footer-icon i {
            font-size: 25px;
        }
        .footer-menu .footer-menu-sec:last-child .address {
            padding-bottom: 30px;
            font-size: 12px;
            line-height: 19px;
        }
        .footer-menu .footer-menu-sec:last-child {
            border-bottom: unset;
        }
        /* new */
        .new-footer-menu .footer-menu-sec .footer-address .address-pc{display: none;}

        .new-footer-menu .footer-address{
            /* max-width: 200px; margin: 0 auto; */
        }
        .new-footer-menu {
            display: block;
            max-width: 350px;
            margin: 0 auto;
        }
        .new-footer-menu.footer-en .footer-menu-sec {
            max-width: 300px;
        }
        .new-footer-menu.footer-en .footer-menu-sec:nth-child(2) {
            padding-right: unset;
            margin: 0 auto 30px;
        }
        .new-footer-menu.footer-en .footer-menu-sec:nth-child(2) ul {
            max-width: 270px;
        }
        .new-footer-menu.footer-en .footer-menu-sec:last-child {
            max-width: 250px;
            margin: 0 auto;
        }
        .new-footer-menu.footer-en .footer-menu-sec:last-child .copyright {
            font-size: 10px;
        }
        .new-footer-menu.footer-en .footer-menu-sec {
            padding-right: 0px;
            margin: 0 auto 30px;
        }
        
        .new-footer-menu .footer-menu-sec .footer-menu-header {
            /* max-width: 200px; */
            /* margin: 0 auto; */
            font-size: 16px !important;
        }
        .new-footer-menu .footer-menu-sec ul {
            /* max-width: 200px; */
            /* margin: 0 auto; */
            padding-left: 10px;
        }
        .new-footer-menu .footer-menu-sec ul li a {
            font-size: 12px !important;
        }
        .new-footer-menu .footer-menu-sec:last-child .footer-menu-header {
            padding-bottom: 20px;
        }
        .new-footer-menu .footer-menu-sec:last-child .footer-icon {
            margin: 0px auto 30px;
            gap: 25px;
        }
        .new-footer-menu .footer-menu-sec:last-child .footer-icon i {
            font-size: 25px;
        }
        .new-footer-menu .footer-menu-sec:last-child .address {
            padding-bottom: 30px;
            font-size: 12px;
            line-height: 19px;
        }
        .new-footer-menu .footer-menu-sec:last-child {
            border-bottom: unset;
            row-gap: 15px;
        }
    /* End Footer */
}
@media(max-width: 426px) {
    .new-footer-menu .footer-menu-sec:nth-child(2) .foot-about-us-wrap {flex-basis: 100%;}
    .new-footer-menu .footer-menu-sec:nth-child(2) .foot-our-services-wrapper {flex-basis: 100%;margin-bottom: 40px;}
    .new-footer-menu .footer-menu-sec:nth-child(3) .foot-address-wrapper{flex-basis: 100%;text-align: center;}
    .new-footer-menu .footer-menu-sec:nth-child(3) .foot-know-more-cotactic-wrapper{flex-basis: 100%;}
    .new-footer-menu .footer-menu-sec:last-child .footer-icon {margin: 0px auto 10px;}
    .new-footer-menu .footer-menu-sec:last-child .copyright {padding-top: 0px;}
}

