﻿.form-search {
    width: 100%;
    float: left;
    padding-top: 30px;
}

    .form-search label {
        width: 160px;
        font-weight: 600;
        font-family: 'ubuntubold';
        font-size: 14px;
        color: #000;
    }

    .form-search > div {
        margin-bottom: 5px;
    }

    .form-search .btn-search {
        color: rgb(255, 255, 255);
        background: rgb(18, 93, 179);
        border: 1px solid rgb(4, 78, 162);
        display: block;
        height: 36px;
    }

        .form-search .btn-search:hover {
            color: #0768d5;
            background: #fff;
            border: 2px solid #0768d5;
        }

.ui-datepicker-trigger {
    position: relative;
    background: none;
    border: transparent;
    left: -25px;
    top: -1px;
}

    .ui-datepicker-trigger:focus, .btn.btn-search {
        outline: none;
    }

.Highlight {
    font-weight: bold;
    color: rgba(215, 47, 39, 0.9);
}

.title_topicdisplay {
    font-size: 17px;
    font-weight: 600 !important;
}

.title_topicdisplay, .h3_content {
    max-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.m_search {
    display: none !important;
}

p.lbResult {
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    background: rgba(204, 204, 204, 0.45);
    color: #000;
    border-left: 5px solid #044ea2;
}

#pagingContentHolder {
    padding: 15px;
    width: 100%;
    float: left;
    text-align: center;
}

    #pagingContentHolder > a {
        font-size: 14px !important;
        margin-right: 5px;
        border: 1px dotted #e8e8e8;
        border-radius: 17px;
        background-color: rgba(204, 204, 204, 0.45);
        padding: 4px 8px;
        text-decoration: none !important;
    }

.itemsearch {
    overflow: hidden;
    margin-bottom: 10px;
}

.img_itemsearch {
    border: 1px solid #f3f3f3;
    float: left;
    width: 18%;
    overflow: hidden;
}

    .img_itemsearch img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.content_itemsearch {
    padding-left: 10px;
    overflow: hidden;
}

@media screen and (max-width: 999px) and (min-width: 921px) {
    #psc-divPanelCenter {
        width: 100% !important;
    }
}

@media(max-width:767px) {
    .form-search label {
        width: 100%;
    }

    .form-search select,
    .form-search .btn-search {
        margin-left: 0;
    }
}

@media(max-width:767px) {
    #pagingContentHolder {
        padding: 10px 0;
    }

    .form-search > div {
        padding: 0;
    }

    .img_itemsearch img {
        height: 62px;
    }

    .content_itemsearch h5 {
        margin-top: 0;
        margin-bottom: 0;
    }

    .content_itemsearch .h3_content {
        font-size: 13px;
    }

    .title_topicdisplay {
        font-size: 14px;
    }

    .an {
        display: none;
    }

    .btn.btn-search {
        margin-left: 35%;
    }
}

.ul {
    list-style: none;
}

.topic_in li {
    display: inline;
    padding-bottom: 10px;
    padding-right: 20px;
    font-size: 14px;
}

.searchpa {
    visibility: hidden;
    float: left;
}

.title_topicdisplay {
    color: #224dd0;
}

    .title_topicdisplay:hover {
        color: #4a505c;
    }

.btn.btn-search {
    background: rgb(38, 61, 132) !important;
    border: 1px solid rgb(38, 61, 132) !important;
}
    @media (min-width: 992px) {
        .paddingtop {
            padding-top: 135px;
        }

    }
  .footer{
       clear: both;
}