﻿body {
}

#s4-bodyContainer {
    padding-bottom: 0px !important;
}

.tk-dichvucong > div.section {
    float: left;
    width: 100%;
}

#congtp-div .tab-subpt > li > a {
    font-size: 12px !important;
}

.wrapNewsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tdImage {
    width: 140px;
    padding-bottom: 15px;
}

.tdContent {
    padding-left: 10px;
    padding-bottom: 15px;
    vertical-align: top;
}

.hplTitle {
    color: #2b2b2b;
    font-size: 13px;
    font-weight: bold;
}

.pagination,
.pagination li {
    list-style: none !important;
}

.wrapImg {
    width: 320px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
}

    .wrapImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.imgTitle {
    font-size: 16px;
    font-weight: bold;
}

.imgdesc {
    color: #979797;
    font-style: italic;
}

.noborder {
    border: none !important;
}

.bullet-rectangle a,
.carousel-inner a,
.marquee-post a,
.js-marquee a,
.news-list-title .bullet-circle a,
.mvc-site-map a {
    color: #000 !important;
}


.navbar-collapse {
    padding-left: 0px;
}

.news-list-title strong {
    font-size: 16px;
}

.search-result .entry-title {
    font-size: 16px;
}

.search-result .textleft .entry-title {
    margin-top: 0px;
}

.tdImage {
    vertical-align: top;
}

.qnpfooter .qnp-link-identifier {
    color: white !important;
}

.home-dulich {
    color: white !important;
}

.wraplistPaging ul > li:before {
    content: initial !important;
}

.wraplistPaging .pagination > li > a,
.pagination > li > span {
    border: none;
}

.section-content ul.pagination > li {
    cursor: pointer;
}

#backtoTop {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 30px;
    height: 32px;
    width: 32px;
    background: rgba(232, 98, 86, 0.8) url(/Resources/app/img/icon_gototop.png) no-repeat center 50%;
}

.profileimageCol-large {
    max-width: 116px;
    text-align: center;
}

    .profileimageCol-large .wrapProfileImage {
        width: 100px;
        height: 100px;
        overflow: hidden;
        border-radius: 50%;
        border-style: solid;
        border-width: 3px;
    }

        .profileimageCol-large .wrapProfileImage img {
            width: 100px;
            height: 100px;
        }

.profileimageCol-medium {
    max-width: 80px;
}

    .profileimageCol-medium .wrapProfileImage {
        width: 64px;
        height: 64px;
        overflow: hidden;
        border-radius: 50%;
        border-style: solid;
        border-width: 3px;
    }

        .profileimageCol-medium .wrapProfileImage img {
            width: 64px;
            height: 64px;
        }

.imgRuning {
    border: 3px solid #5acf24;
}

.tlTitle {
    font-size: 14px;
    color: #164b8b;
    font-weight: bold;
}

.tlDate {
    font-style: italic;
    color: #747474;
    padding-right: 15px;
}

.tlStatus {
    font-weight: bold;
    font-style: italic;
}

.tlactive {
    color: #116f16;
    border-color: #116f16;
}

.tlpaused {
    color: #d1c218;
    border-color: #d1c218;
}

.tlstoped {
    color: #9c9c9c;
    border-color: #9c9c9c;
}

.tldatarow {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.tlDesc {
    padding-top: 10px;
    padding-bottom: 15px;
}

.blockStatus {
    text-align: center;
    margin-top: 8px;
}

.wrapListTL_title {
    border-bottom: 1px solid #0375bc;
}

    .wrapListTL_title span {
        border-bottom: 3px solid #0375bc;
        color: #0375bc;
        font-size: 18px;
    }

.profileimageCol-xl {
    text-align: center;
}

    .profileimageCol-xl .wrapProfileImage {
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 50%;
        border-style: solid;
        border-width: 3px;
        margin: 0 auto;
    }

        .profileimageCol-xl .wrapProfileImage img {
            width: 120px;
            height: 120px;
        }

.listBLTitle {
    text-align: center;
    border-bottom: 1px solid #0375bc;
}

    .listBLTitle span {
        color: #0375bc;
        font-size: 18px;
    }

.listBLData {
    padding: 8px;
    max-height: 600px;
    overflow-y: scroll;
}

.wrapItemAsk,
.wrapItemRep {
    margin-top: 15px;
    padding: 5px;
}

.wrapItemAsk {
    border-left: 4px solid #164b8b;
    padding-left: 20px;
    margin-left: 10px;
    margin-top: 10px;
}

.itemAskHoten,
.itemRepHoten {
    font-weight: bold;
}

.itemAskDate,
.itemRepDate {
    font-style: italic;
    color: #a0a0a0;
}

.wrapItemRep {
    border-left: 4px solid #19a725;
    padding-left: 20px;
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #f3f3f3;
}

.wrapTLbutton {
    margin-top: 8px;
    text-align: center;
}
/*Modal*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit; /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

.modal-backdrop {
    z-index: 0 !important;
}

.modal-header button {
    min-width: 12px;
}

.loadding {
    background-image: url(loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 30px;
}

#waitingModalBodyText {
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.wrapbanerImgTL {
    width: 48px;
    height: 48px;
    overflow: hidden;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
}

    .wrapbanerImgTL img {
        width: 48px;
        height: 48px;
    }

.wrapItemBannerTL {
    padding: 8px 4px;
}

.wrapbannerTLBlank {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

    .wrapbannerTLBlank img {
        width: 100%;
        height: 220px;
    }
