footer.footer {
    padding: 35px 10px 25px 10px;
    border-top: 9px solid #FF6319;
}
.footer__logo_wt {
    text-align: right;
}
.footer__copyright {
    text-align: center;
}
.footer-th-logo img {
    margin-bottom: 10px;
    height: 60px;
}
.footer-nav h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
}
.footer-nav nav ul {
    list-style: none;
    padding-left: 0px;
}
.footer-nav nav ul li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.footer-nav nav ul li a {
    text-decoration: none;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .col-lg-2.footer-nav {
        width: 33%;
    }
    footer.footer.th-wt-footer .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: unset;
    }
    table.table {
        display: block;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        overflow-x: auto;
        white-space: nowrap;
    }
    .footer-thwt-logo {
        display: none;
    }
    .footer-logo-section {
        display: flex;
        flex-direction: row;
        padding-right: 2em;
        justify-content: space-between;
    }
    .footer-th-logo img:nth-child(2) {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 4px;
    }
}
@media only screen and (min-width: 767px) {
    .footer-logo-section > img:first-child {
        margin-top: -8px;
    }
}
@media only screen and (min-width: 861px) {
    img.footer-thwt-logo-mobile {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 860px) {
    .col-lg-2.footer-nav {
        width: 25%;
    }
    img.footer-thwt-logo-mobile {
        display: block;
    }
    .col-lg-4.footer-th-logo .footer-logo-section {
        padding-right: 6em;
        display: flex;
        justify-content: space-between;
    }
    .col-lg-2.footer-thwt-logo {
        display: none;
    }
    footer.footer.th-wt-footer .container {
        margin-left:2em;
        margin-right: 0px;
        width: 100%;
        max-width: unset;
    }
    footer.footer.th-wt-footer .container .row {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 861px) and (max-width: 1079px) {
    .col-lg-2.footer-nav {
        width: 15%;
    }

    footer.footer.th-wt-footer .container {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: unset;
    }
}
@media only screen and (max-width: 1025px) {
    div#pills-tabContent {
        overflow-x: auto;
    }
}
.rproduct-item.slick-slide {
    min-height: 23em;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}