
.navbar-brand {
    padding-top: 5px;
    margin: 0px;
}

.navbar-brand .name {
    display: inline-block;
    margin-top: 7px;
}

.navbar-brand .description {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.navbar-brand table td {
    vertical-align: top;
}

.navbar-brand img {
    margin-top: 10px;
    width: 60px;
    height: 40px;
}

.post-item {
    text-align: center;
}

.thumb {
    width: 100%;
    height: 239px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
}

.post_date {
    font-size: 12px;
}

.product-thumb {
    min-height: 373px;
}

.title_item {
    padding-top: 7px;
    margin-bottom: 7px;
    min-height: 105px;
    font-weight: normal;
}

.short_name {
    font-weight: bold;
    line-height: 1.3;
}

.thread-slug {
    display: inline-block;
    padding: 5px 10px 5px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    font-size: 15px;
}

.sub-title {
    color:blue;
    text-align: center;
    margin-bottom: 30px;
}

.threads {
    overflow: hidden;
}

nav {
    text-align: center;
}

.img-responsive {
    display: inline;
}

.slogan {
    font-size: 14px;
    color: black;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
}
.tiktok {
    font-size: 25px;
    font-weight: 900;
}


.hidden {
    display: none;
}

.hidden-pc {
    display: none;
}

@media (max-width: 767px) {
    .product-thumb {
        min-height: 339px;
    }

    .hidden-mobile {
        display: none;
    }

    .hidden-pc {
        display: inline-block;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 320px) {

}

/* tailwind css */
.float-right {
    float: right;
}

h1 {
    font-size: 19px;
    font-weight: bold;
}

h3 {
    font-size: 19px;
}

.pt-0 {
    padding-top: 0px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-25 {
    margin-left: 25px;
}

.mb-20 {
    margin-bottom: 20px;
}


.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.w-full {
    width: 100%;
}

.fs-20 {
    font-size: 20px;
}
