.forum-intro{
    width: 100%;
    padding: 9px 0px 28px 0px;
}
.forum-intro h2{
    font-weight: 700;
    font-size: 27px;
    line-height: 29px;
    color: #000000;
}
.forum-intro p{
    font-weight: 500;
    font-size: 19px;
    line-height: 31px;
    color: #454545;
    width: 100%;
    max-width: 658px;
}
.forum-action{
    width: 100%;
    margin-bottom: 50px;
}
.forum-action .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
}
.fa-category{
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 198px);
    background-color: #FAFAFA;
    z-index: 3;
}
.fac-wrap{
    display: flex;
    align-items: center;
    width: 100%;
}
.fac-title{
    width: 17%;
    background-color: #FAFAFA;
    padding: 17px 23px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
    min-width: 150px;
}
.fac-title i{
    display: none;
}
.fac-drop{
    background-color: #FAFAFA;
    width: 17%;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fac-drop-ps{
    width: 34% !important;
}
.fac-drop-title{
    padding: 18px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    color: #303030;
    user-select: none;
}
.fac-drop-title span{
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 17px;
    display: -webkit-box;
    overflow: hidden;
    max-width: 140px;
}
.filter-active{
    color: #FF9900 !important;
}
.filter-item-active{
    text-decoration: underline;
}
.fac-icon-rotate{
    transform: rotate(180deg);
}
.fac-drop-title i{
    margin-top: 2px;
}
.fac-drop-show{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    position: absolute;
    top: 53px;
    left: 0px;
    padding: 23px;
}
.fac-show-title{
    border-bottom: 1px solid #000000;
    padding: 20px 5px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
}
.fac-show-content{
    padding: 20px 0px 10px;
}
.fac-show-list{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.fac-show-list li{
    padding-bottom: 10px;
}
.fac-show-list li a{
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    word-break: break-word;
}
.fa-add{
    width: 187px;
}
.btn-create-thread{
    background: #FF9900;
    width: 100%;
    padding: 18px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 300ms ease-in-out;
    cursor: pointer;
}
.btn-create-thread:hover{
    background: #e08702;
}
.forum-sort .fs-wrap{
    width: 100%;
    border-bottom:  1px solid #DCDCDC;
    /* margin-bottom: 20px; */
    display: flex;
}
.fs-item{
    padding: 18px 60px 18px 60px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #303030;
}
.fs-link:first-child .fs-item{
    padding-left: 5px;
    padding-right: 30px;
}
.fs-active .fs-item{
    color: #FF9900 !important;
    border-bottom: 3px solid #FF9900;
}
.forum-content{
    width: 100%;
    margin-bottom: 50px;
}
.forum-table{
    width: 100%;
    margin-bottom: 47px;
}
.forum-table thead tr{
    border-bottom: 1px solid #DCDCDC;
}
.forum-table th{
    padding: 37px 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
}
.forum-table td{
    padding: 15px 10px 15px 0px;
    vertical-align: text-top;
    border-bottom: 1px solid #DCDCDC;
}
.forum-table tbody tr{
    cursor: pointer;
}

.forum-table tbody tr:hover .ft-title h3{
    color: #FF9900;
}
.ft-title{
    max-width: 500px;
}
.ft-title h3{
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    color: #231F20;
    margin: 0px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}
.ft-time{
    display: flex;
    align-items: center;
    column-gap: 11px;
}
.ft-title p{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #979797;
    margin: 0px;
}
.ft-title .dot{
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color:#979797;
}
.ft-cat{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FF9900;
    word-break: break-all;
    min-width: 130px;
}
.ft-count{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
}
.fac-mobile{
    display: none;
    background: #FAFAFA;
    width: 100%;
    padding: 18px 0px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
    cursor: pointer;
}

.fcm-item{
    padding: 33px 0px;
    border-bottom: 1px solid #DCDCDC;
}
.fcm-item h3{
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 8px;
    max-width: 500px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-word;
}
.fcm-time{
    display: flex;
    align-items: center;
    column-gap: 11px;
    margin-bottom: 8px;
}
.fcm-time p{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #979797;
    margin: 0px;
}
.fcm-time .dot{
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background-color:#979797;
}
.fcm-cat{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FF9900;
    margin-bottom: 17px;
    word-break: break-word;
}
.fcm-react{
    display: flex;
    align-items: center;
    gap: 25px;
}
.fcm-react-item{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #303030;
}
.fcm-react-item img{
    margin-right: 5px;
    max-height: 15px;
}
/* for mob */
.fac-animation{
    top: 30vh !important;
    display: block !important;
}
@media only screen 
   and (min-width : 1601px) {
  
}
@media only screen 
   and (max-width : 1600px) {

}
@media only screen 
   and (max-width : 1400px) {

}
@media only screen 
   and (max-width : 1200px) {

}
@media only screen 
    and (min-width: 1000px){
    .forum-intro h2{
        margin-bottom: 15px;
    }
    .fac-show-list li:hover a{
        color: #FF9900;
    }
    .fac-show-list li{
        /* width: max-content; */
    }
}
@media only screen 
   and (max-width : 1000px) {
    .forum-intro{
        margin-top: 20px;
    }
    .forum-intro h2{
        font-size: 20px;
        line-height: 29px;
        margin-bottom: 17px;
    }
    .forum-intro p{
        font-size: 17px;
        line-height: 27px;
        margin: 0px;
    }
    .fac-mobile{
        display: block;
    }
    .fa-add{
        width: 100%;
    }
    .fac-drop .d-none{
        display: block !important;
    }
    .fac-drop{
        width: 100% !important;
    }
    .fac-drop-title{
        display: none;
    }
    .fa-category{
        display: block !important;
        position: fixed;
        top: 110vh;
        left: 0px;
        width: 100%;
        background: #FFF;
        z-index:100;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0px 2px 9px rgb(0 0 0 / 20%);
        overflow: hidden;
        transition: top 0.5s;
    }
    .fac-wrap{
        overflow: scroll;
        display: block;
        height: 70vh;
        padding-top: 83px;
        padding-bottom: 50px;
    }
    .fac-drop-show{
        position: unset;
        border: unset;
        padding: 10px 23px 0px;
    }
    .fac-show-content{
        padding:10px 0px 0px;
    }
    .fac-show-title{
        padding: 20px 10px 17px;
    }
    .fac-show-list li {
        padding: 5px;
        padding: 10px 10px;
    }
    .fac-show-list li a{
        font-weight: 500;
    }
    .fac-title{
        width: calc(100% - 46px);
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        background: #FFF;
        color: #000000;
        padding: 35px 0px 25px;
        margin: 0px 23px;
        border-bottom: 1px solid #FF9900;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        top: 0px;
        left: 0px;
    }
    .fac-title i{
        display: block;
        font-size: 22px;
        color: #979797;
    }
    .fac-show-list-active{
        background-color: #FFE6BF;
    }
    .fac-show-list-active a{
        color: #FF9900 !important;
    }
    .forum-content{
        margin-bottom: 39px;
    }
    .w-paginate{
        margin-top: 30px;
    }
    .wpag-prev,.wpag-next,.wpag-prev,.wpag-no{
        font-weight: 500 !important;
    }
    .fcm-react-item{
        color: #979797;
    }
}
@media only screen 
   and (max-width : 350px) {
    .btn-create-thread,.fac-mobile{
        font-size: 12px;
    }
}