﻿
/* =============================================================================
   My CSS
   ========================================================================== */



/* ---- stats.js ---- */

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


/*#region Danh sách đấu giá + Chi tiết đấu giá */
@font-face {
    font-family: "HelveticaBold";
    src: url('/Styles/fonts/HelveticaCEBold.ttf');
}

@font-face {
    font-family: "HelveticaReg";
    src: url('/Styles/fonts/helveticaneue.ttf');
}

* {
    font-family: 'HelveticaReg', sans-serif;
}

.RadUpload .ruSelectWrap:hover {
    transform: translateY(5px);
    box-shadow: 0 7px 10px #646464ad;
}

.RadUpload .ruSelectWrap::after {
    position: absolute;
    content: '\f07c';
    font-family: 'Font Awesome 5 Pro';
    left: 31px;
}

.RadPicker_Material.input-date {
    height: 100% !important;
}

.language a {
    padding: 0;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: block;
    color: #363636;
    text-transform: uppercase;
    font-size: 1rem;
}

.language {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.home_en::before {
    background-image: url('/Styles/language_icon/en.png');
}

.home_vi::before {
    background-image: url('/Styles/language_icon/vi.png');
}
a.download_direc {
    background: #c62127;
    padding: 10px;
    color: #fff !important;
    margin-right: 41px;
    cursor: pointer;
    line-height: 1;
    display: inline-block;
    margin-right: 20px !important;
}
.rgFilterBox, .riTextBox {
    border: 0px !important;
}
.language a::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: translateX(-50%)translateY(-50%);
}


#ddlDieuKienTT {
    color: #222 !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    font-size: 1rem;
}

.RadInput_Material .riTextBox, .RadInputMgr_Material {
    border-bottom-color: #607d8b;
}

.bic_input__info.x2 .input {
    height: auto;
}

.bic_input__info.x2 {
    flex: 0 0 50%;
}

.bic_input__info textarea:focus {
    outline: none;
}

.RadInput_Material .riFocused, .RadInput_Focused_Material {
    border-bottom: 2px solid #607d8b !important;
    box-shadow: none !important;
}

.RadInput_Error_Default {
    font-size: .9rem;
    font-style: normal;
}

.bic_prod__text {
    color: #c62127;
    margin-top: 0;
    text-transform: uppercase;
}

.RadInput.RadInput_Material {
    padding: 0;
    height: 100%;
}

.bic_input__info input::placeholder {
    color: #607d8b !important;
    opacity: 1;
    font-family: 'Arial';
    font-size: 1rem !important;
}

.rddlInner.t-ripple-effect {
    height: 100%;
    padding: 0;
}


.bic_designby {
    padding-left: 10px;
}

    .bic_designby a {
        color: #333;
        text-decoration: none;
        z-index: 1;
    }

.bic_table__button.mt {
    margin: 0;
    margin-top: 2rem;
}

.bic_table__button.thuongthao {
    background: #fff;
    color: #c62127 !important;
    border: 1px solid #c62127;
    font-weight: 500;
}

.bic_table__groupButton {
    display: flex;
    justify-content: center;
    padding: 0 10px;
    max-width: 100%;
    box-sizing: border-box;
}

.bic_table__button.mt.back {
    width: fit-content;
}

.bic_table__button.view {
    margin: 10px;
    width: fit-content;
    padding: 10px;
    margin: 10px auto;
}

.bic_table__groupButton .bic_table__button {
    padding: 10px 5px;
    font-size: .9rem;
}

.bct_table__td {
    padding: 10px;
    display: block;
    text-align: center;
    font-weight: 500;
}

    .bct_table__td.first {
        font-weight: 600;
    }

#rgManager .bic_table_firstRow {
    background: #ebebeb;
    padding: 10px !important;
    text-align: center;
    font-weight: 600;
}

.bic_table__button {
    display: block;
    text-align: center;
    width: -moz-max-content;
    padding: 10px 30px;
    background: #c62127;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin: 10px 5px;
    min-width: 55px;
    color: #fff !important;
    font-size: 1rem;
    max-width: 90px;
}

td.td.padding {
    text-align: center;
}

a.rgCurrentPage {
    font-weight: 600;
    color: #c62127 !important;
}

#rgManager {
    margin: auto;
    width: 100% !important;
    border: none;
}

.RadGrid .rgAltRow > td:first-child, .RadGrid .rgRow > td:first-child {
    border-left: 1px solid #a6a2a2 !important;
    cursor: pointer;
}

.RadGrid .rgRow > td, .RadGrid .rgAltRow > td, .RadGrid .rgEditRow > td, .RadGrid .rgFooter > td, .RadGrid .rgGroupHeader > td {
    border-bottom: 1px solid #a6a2a2 !important;
}

.RadGrid_Default .rgSelectedRow td {
    background: #fff;
}

.bic_text__title {
    margin: 0;
    position: relative;
    width: -moz-fit-content;
    font-size: 1.75rem;
    padding-bottom: 15px;
}

#rgManager table {
    border-collapse: collapse;
}

.NextPrevAndNumeric {
    padding: 1rem;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.RadGrid .rgPagerCell .rgWrap {
    display: flex;
    width: -moz-fit-content;
}

.RadGrid .rgPagerCell .rgNumPart a {
    margin-right: 5px !important;
    border: 1px solid #a6a2a2 !important;
    line-height: 10px;
    padding: 10px !important;
    color: #222;
    height: 10px;
    width: 10px;
    cursor: pointer;
}

.bic_text__title::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #c62127;
    left: 0;
    bottom: 0
}

.bic_module__title {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3rem;
    color: #c62127;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 0;
}

.container {
    max-width: 1410px;
    margin: auto;
}

#rgManager th, .rgClipCells td {
    border: 1px solid #a6a2a2 !important;
    color: #444;
    padding: 0 !important;
}

.bic_logo {
    width: auto;
    display: flex;
    align-items: center;
    max-width: 250px;
}

.bic_header__content {
    display: flex;
    padding: 10px 50px;
    justify-content: space-between;
}

.bic_logo img {
    width: 100%;
    height: 40px;
}

body {
    margin: 0;
    padding: 0;
}

#bic_header {
    box-shadow: 0px 4px 5px rgba(0,0,0,0.1);
    display: block;
    position: relative;
    margin-bottom: 2rem;
}

.text-bold {
    font-weight: 700;
    color: #444;
}

.bic_header__cta {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.bic_header__contact {
    display: flex;
    align-items: center;
}

.hd_icon {
    width: 35px;
    height: 35px;
    background: #c62127;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
    margin-right: 10px;
}

.bic_hd__contact a {
    display: block;
    width: 100%;
}

.bic_hd_phone {
    color: #c62127;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
}

.bic_hd_mail {
    color: #333;
    text-decoration: none;
    margin-right: 30px;
    font-size: 16px;
}

.bic_header__login {
    display: flex;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.bic_header__prefix {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    background: #c62127;
    border-radius: 50%;
    font-weight: 600;
    font-size: 1.5rem;
    color: #fff;
    text-transform: uppercase;
}

.bic_header__lg_cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 30px;
}

.bic_header__lg_name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bct_table__td.text-left {
    text-align: left;
}

.bic_notice {
    text-align: center;
    min-height: 17vh;
    padding-top: 6rem;
    font-size: 1.25rem;
}

#bic_footer {
    padding: 25px 0;
    background: #ebebeb;
    margin-top: 2rem;
}

.bic_footer__content {
    display: flex;
    justify-content: center;
}

.bic_copyright {
    padding-right: 10px;
    border-right: 2px solid black;
    z-index: 1;
}




.bic_proj__title {
    color: #c62127;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: #fff;
    position: relative;
    top:;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 10px;
}

.bic_textBox .bic_proj__title {
    margin-bottom: 0;
    top: 4px;
    line-height: 1;
}

.bic_textBox {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.5rem;
}

.bic_detail__info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.bic_info__item span {
    font-weight: 600;
    margin-right: 10px;
}

.bic_info__item:last-child {
    flex: 0 0 100%;
}

.bic_prod__properties::after {
    content: '\f111';
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    font-size: 4px;
    left: 0;
    position: absolute;
    top: 6px;
    color: #c62127;
}

.bic_info__item {
    position: relative;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 1rem;
}

    .bic_info__item::after {
        position: absolute;
        content: '\f111';
        font-family: 'Font Awesome 5 Pro';
        font-weight: bold;
        left: 0;
        font-size: 6px;
        top: 5px;
        transform:;
        color: #c62127;
    }

.bic_prod__items {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
}

.bic_prod__item {
    flex: 0 0 40%;
    padding: 0 15px;
    box-sizing: border-box;
}

    .bic_prod__item:first-child {
        flex: 0 0 20%;
    }

.bic_prod__wap, .bic_negotation__wrap {
    width: 94%;
    margin: auto;
    padding: 1.5rem 6rem;
    box-sizing: border-box;
    background: #fff;
    transition-duration: 0.5s;
    opacity: 0;
    overflow-y: scroll;
    display: block;
    scrollbar-width: thin;
    height: 90vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(100%);
    O: ;
}

    .bic_prod__wap.show, .bic_negotation__wrap.show {
        transition-delay: 0.5s;
        opacity: 1;
        transform: translateX(-50%)translateY(-50%);
        transition-timing-function: ease;
    }

#txtNegoPrice {
    border: none;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    background: #ebebeb;
}



    #txtNegoPrice:focus {
        outline: none;
        border-bottom: 2px solid #c62127;
    }

.bic_prod__image {
    max-width: 100%;
    border: 1px solid #ebebeb;
    box-shadow: 5px 5px 10px #9b98985c;
    border-radius: 5px;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
}

.RadInput_Material textarea.riTextBox {
    border: 1px solid #607d8b96 !important;
    padding: 10px !important;
    border-radius: 4px;
}

.form-group.gd_upload_attachments {
    width: 50%;
    position: relative;
}



.bic_prod__properties {
    margin-top: 20px;
    border-bottom: 1px solid #cccccc;
    display: flex;
    padding-left: 20px;
    position: relative;
    padding-bottom: 1rem;
}

    .bic_prod__properties span {
        font-weight: 600;
        margin-right: 10px;
        min-width: 170px;
    }

    .bic_prod__properties::after {
        content: '\f111';
        font-family: 'Font Awesome 5 Pro';
        font-weight: bold;
        left: 0;
        font-size: 4px;
        left: 0;
        position: absolute;
        top: 4px;
        color: #c62127;
    }

    .bic_prod__properties.box {
        border: none;
        flex-wrap: wrap;
    }

        .bic_prod__properties.box span {
            margin-bottom: 12px;
            display: block;
        }

.bic_prod__paraFile ul, .bic_prod__paraFile li {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.bic_prod__paraFile .bic_prodDt__button {
    float: left;
    margin: 0 5px;
}

.bic_prod__paraFile {
    width: 100%;
}

.bic_product__detail, .bic_popUp__ThuongThao {
    position: fixed;
    height: 100vh;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    z-index: 200;
    transform: translateY(100%);
    transition: 0.5s ease;
    background: #7f7f7f70;
}

    .bic_product__detail.show, .bic_popUp__ThuongThao.show {
        transform: translateY(0);
        transition-timing-function: ease;
        opacity: 1;
        visibility: visible;
    }

.bic_ncc__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.bic_input__info {
    flex: 0 0 20%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 2rem;
}

    .bic_input__info .input {
        height: 45px;
    }

        .bic_input__info .input input {
            height: 100%;
            border: none;
            border-bottom: 1px solid #607d8b !important;
            width: 100%;
            padding: 0;
            position: relative;
            z-index: 1;
            color: #222 !important;
            margin: 0;
            border-radius: 0;
        }

#txtMOQ_wrapper {
    height: 100%;
}

.RadInputMgr.RadInputMgr_Default.RadInput_Error_Default {
    color: #c32130 !important;
}

.bic_input__info .input input::placeholder {
    color: #222 !important;
    opacity: 1 !important;
}

.RadPicker_Material:hover .RadInput:not(.RadInputDisabled), .RadPicker_Material.rcMYPopupOpen .RadInput:not(.RadInputDisabled), .RadPicker_Material.rcTimePopupOpen .RadInput:not(.RadInputDisabled), .RadPicker_Material.rcCalPopupOpen .RadInput:not(.RadInputDisabled) {
    box-shadow: none !important;
}

.RadPicker_Material .RadInput {
    padding-right: 0;
}

.bic_input__info .input input:focus {
    border-bottom: 2px solid #607d8b !important;
    outline: navajowhite;
}

.bic_label {
    font-size: .8rem;
    font-weight: 600;
    color: #607d8b;
    font-style: italic;
}

.bic_input__info.x2 .bic_label {
    margin-bottom: 10px;
    display: block;
}

.RadPicker.RadPicker_Default.input-date {
    width: 100%;
}

.rcCalPopup {
    background: none;
    border: none;
    background-image: none !important;
}

.bic_input__info textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid gray;
    padding: 0 !important;
    font-family: 'Arial' !important;
}

    .bic_input__info textarea::placeholder {
        opacity: 1;
        color: #607d8b
    }



.RadCalendar_Material .rcPrev, .RadCalendar_Material .rcNext, .RadCalendar_Material .rcFastPrev, .RadCalendar_Material .rcFastNext {
    background-color: #c62127 !important;
}

.RadCalendar_Material .rcTitlebar {
    border-color: #c62127 !important;
    color: #fff;
    background-color: #c62127 !important;
    padding: 5px;
}

.RadCalendar_Material .rcPrev, .RadCalendar_Material .rcNext, .RadCalendar_Material .rcFastPrev, .RadCalendar_Material .rcFastNext
.bic_input__info .input input:focus {
    outline: none;
}

.bic_input__info .input input::placeholder {
    font-style: normal !important;
}

.riTextBox.riEmpty::placeholder {
    font-style: normal !important;
}

.RadDropDownList.RadDropDownList_Default.bcms-select {
    width: 100% !important;
}

.riTextBox.riEmpty {
    font-size: 1rem;
    font-family: 'Arial' !important;
    color: #607d8b !important;
    font-style: normal !important;
}

.rddlInner.rddlFocused {
    height: 100%;
    background: no-repeat;
    border: none;
}

.RadInput.RadInput_Material {
    padding: 0 !important;
}

#ddlDieuKienTT {
    height: 100%;
    border: none;
    border-bottom: 1px solid #444;
    cursor: pointer;
}

.bic_prodDt__button {
    height: 40px;
    line-height: 40px;
    display: block;
    background: #c32130;
    width: -moz-fit-content;
    padding: 0 15px;
    float: left;
    margin-left: 12px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s;
    width: fit-content;
    margin-bottom: 2.5rem;
}

    .bic_prodDt__button:hover {
        transform: translateY(5px);
        box-shadow: 0 7px 10px #646464ad;
    }

.bic_ncc__info {
    margin-bottom: 0;
}

.bic_prod__kupload {
    margin-bottom: 3rem;
    position: relative;
}

.bic_tool_control {
    display: flex;
    flex-direction: row-reverse;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 2rem;
}

#btCancel {
    display: block;
    position: absolute;
    right: 50px;
    top: 27px;
    border-radius: 50%;
    cursor: pointer;
}

    #btCancel::after {
        content: '\f2f0';
        font-weight: bold;
        color: #c32130;
        position: absolute;
        font-family: 'Font Awesome 5 Pro';
        font-size: 29px;
    }

.RadUpload_Default .ruSelectWrap .ruFakeInput {
    width: 100%;
    display: none;
}

.RadUpload .ruSelectWrap {
    height: 40px;
    line-height: 40px;
    display: block;
    background: #c32130;
    width: -moz-fit-content;
    padding: 0 50px;
    float: left;
    margin-right: 12px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: 0.4s;
    right: 0;
    position: relative;
    margin-top: 2rem;
}



.ruSelectWrap {
    position: absolute;
    top: -1rem;
    right: 30%;
}

.RadUpload_Default .ruSelectWrap .ruButton.ruButtonHover {
    border: none;
    color: #fff;
    background-color: transparent;
    background-image: none;
    cursor: pointer;
}

.RadUpload_Default .ruSelectWrap .ruButton {
    background: none !important;
    border: none;
    height: 100%;
    padding: 0;
    color: #fff !important;
    cursor: pointer;
}

.allowed-attachments {
    color: #258bdd;
    font-size: .9rem;
    font-style: italic;
    font-weight: 500;
}

.RadGrid .rgPagerCell .rgPageNext .rgIcon::before {
    content: "\f054" !important;
}

.RadGrid .rgPagerCell .rgPageLast .rgIcon::before {
    content: "\f324" !important;
}

.RadGrid .rgPagerCell .rgPagePrev .rgIcon::before {
    content: "\f053" !important;
}

.RadGrid .rgPagerCell .rgPageFirst .rgIcon::before {
    content: "\f323" !important;
}

.RadGrid .t-font-icon::before {
    font-family: 'Font Awesome 5 Pro' !important;
    color: #222;
}

.rgWrap.rgInfoPart {
    display: none !important;
}

.rgPagerLabel {
    display: none !important;
}

.RadGrid .t-button {
    background: none transparent !important;
    border: 1px solid #a6a2a2 !important;
    color: inherit !important;
    margin: 0 5px 0 0 !important;
}

.p-icon::before {
    color: #c62127;
}

.RadComboBox .rcbInner {
    border: 1px solid #a6a2a2;
    margin-left: 1rem;
    width: 40px;
}

.p-icon::before {
    color: #c62127;
}

.rgWrap.rgAdvPart {
    position: absolute;
    left: 0;
    padding-left: 0 !important;
}

.rgWrap.rgArrPart2 {
    order: -3;
}

.rgWrap.rgArrPart1 {
    order: -1;
}

.rgWrap.rgNumPart {
    order: -2;
}

.t-button.rgActionButton.rgPageLast {
    margin-right: 0 !important;
}

.RadComboBoxDropDown {
    border: 1px solid #a6a2a2 !important;
}

.rcbList li {
    background: #fff;
    cursor: pointer;
}

    .rcbList li:hover {
        background: #b5b4b7;
    }
/*#endregion */

/* ---- base ---- */
:root {
    font-size: 16px;
    --content-size: 1410px;
    scrollbar-color: #c62127 #ccc;
    scrollbar-width: thin;
    scrollbar-face-color: #976f40;
    scrollbar-track-color: #ccc;
}

.readOnly {
    pointer-events: none;
}

#lsAdmin {
    border-right: 1px solid #333;
    padding-right: 5px;
}

:focus {
    outline: none;
}

::placeholder {
    opacity: 0.4 !important;
    font-size: 1rem
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #976f40;
}

::-webkit-scrollbar-track {
    background: #ccc;
}

.bic_header__cta > a {
    color: #c62127;
    text-decoration: none;
    margin: 0 3px;
}

html, body {
    width: 100%;
    height: 100%;
}

form {
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.hidden {
    display: none !important;
}

.public {
    color: #2a6cc1;
}

.opening {
    color: #1b751b;
}

.private {
    color: #dd9a1a;
}

.closed {
    color: #c62127;
}

.closed, .opening, .private, .public {
    font-weight: 600;
}

canvas {
    display: block;
    vertical-align: bottom;
}

.bic_copyright a {
    color: #222;
    text-decoration: none;
}
/*#region Form thương thảo */
.RadGrid_Default .rgAltRow {
    color: #333 !important;
    background: #fff !important;
}

.bic_negotation__wrap {
    width: 53%;
    padding: 1.5rem 3rem;
}

.bic_negotiation__title {
    color: #c62127;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0;
}

.bic_negoCaption {
    font-style: italic;
    margin-bottom: 10px;
    display: block;
    color: #222;
    line-height: 1.4;
}

#panel {
    min-height: calc(100vh - (480px));
}

section.wrap_content {
    min-height: calc(100vh - 330px);
}

.nego_Name i {
    color: #7b3531;
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    margin-left: 10px;
}

.nego_Name {
    font-weight: 700;
}

    .nego_Name.member {
        font-weight: 700;
        color: #c62127;
    }

.bic_nego__note {
    padding: 5px 5px 5px 30px;
    position: relative;
    line-height: 18px;
    color: #5b5b5b;
    margin: 5px 0 10px 0;
    position: relative;
}


.bic_nego__item {
    padding: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #bfaeae;
}

.nego_input {
    border: none !important;
    border-radius: 3px;
    margin: 10px 0;
}

.nego_Name {
    font-weight: 700;
}

.bic_nego__note::after {
    position: absolute;
    font-size: 15px;
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    top: 5px;
    content: '\f4ad';
    font-weight: bold;
}

.bic_negotiation__content #txtNego {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 5px;
    min-height: 100px;
    box-sizing: border-box;
    background: #ebebeb;
}

.bic_negotation__inner {
    padding: 20px;
    border-radius: 8px;
    min-height: 90%;
}

.bic_negoPrice {
    color: #c62127;
    text-align: right;
    font-size: .95rem;
    font-style: italic;
    position: relative;
    padding-right: 25px;
}

    .bic_negoPrice::after {
        position: absolute;
        content: '\f00c';
        font-family: 'FOnt Awesome 5 Pro';
        color: #0b7d0b;
        right: 0;
        font-weight: bold;
    }

.bic_neo__list {
    padding: 10px;
    background: #fff;
    margin-bottom: 10px;
    max-height: 400px;
    overflow: auto;
    scrollbar-width: thin;
    list-style: none;
    background: #ebebeb;
}

#ttClose {
    position: absolute;
    top: 30px;
    text-align: center;
    display: block;
    right: 50px;
    cursor: pointer;
}

    #ttClose::after {
        position: absolute;
        content: '\f057';
        top: 0;
        left: 50%;
        font-family: 'Font Awesome 5 Pro';
        font-weight: bold;
        transform: translateX(-50%);
        color: #c62127;
        font-size: 33px;
    }
/*#endregion */
/*#region Comment */

.nothing_nego {
    position: relative;
}

    .nothing_nego::after {
        position: absolute;
        content: '\f4a5';
        font-family: 'Font Awesome 5 Pro';
        right: 5px;
        font-weight: bold;
        color: #c62127;
        font-size: 20px;
        top: -3px;
    }

#comment_home {
    width: 252px;
    background: url('img/bg_dot.png') repeat-y scroll right 0 transparent;
    height: auto;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    text-align: left;
}

    #comment_home .cap {
        margin: 10px 0 1px 0;
        text-align: left;
        position: relative;
    }

        #comment_home .cap a {
            color: #9d7433;
            font-weight: bold;
            font-size: 14px;
            font-weight: bold;
            position: absolute;
            top: 5px;
            left: 30px;
            text-transform: uppercase;
        }

        #comment_home .cap .viewAll {
            color: #9d7433;
            font-size: 12px;
            position: absolute;
            top: 5px;
            right: 10px;
            text-align: right;
            text-transform: none;
        }

    #comment_home .list .ccItem {
        display: inline-block;
        margin-top: 12px;
        float: left;
        width: 242px;
    }

    #comment_home .ccItem .ccInfo .ccName {
        color: #C28B33;
        font-weight: bold;
    }

        #comment_home .ccItem .ccInfo .ccName i {
            color: #C28B33;
            font-size: 11px;
            font-style: normal;
            font-weight: normal;
        }

    #comment_home .ccItem .ccComment {
        color: #4d4d4d;
    }



#Commentary.wrapper {
    overflow: hidden;
}

#Commentary .cap {
    margin: 10px 0 1px;
    position: relative;
    text-align: left;
}

    #Commentary .cap a {
        color: #666666;
        font-weight: bold;
        font: bold 14px arial;
        position: absolute;
        top: 5px;
        left: 30px;
        text-transform: uppercase;
    }

    #Commentary .cap .viewAll {
        color: #ff6c86;
        font-size: 14px;
        font-weight: normal;
        position: absolute;
        top: 5px;
        right: 10px;
        text-align: right;
        text-transform: none;
        text-decoration: underline;
    }

.divcontent {
    overflow: hidden;
    padding-top: 1px;
    position: relative;
}

#Commentary .menuCatBlock .menuCatList {
    width: 622px;
}


#Commentary .allcomment {
    float: right;
    color: #fff;
    text-shadow: 0 0 #fff;
    -moz-text-shadow: 0 0 #fff;
    -webkit-text-shadow: 0 0 #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 14px;
}

#Commentary .cSend {
    clear: both;
    min-height: 100px;
    padding: 0px;
    position: relative;
    text-align: left;
}

    #Commentary .cSend .inputBlock {
        position: relative;
        width: 100%;
        margin-top: 2rem;
    }

.RadAjaxPanelID {
    position: relative;
}

#Commentary .cSend .name, #Commentary .cSend .captraBlock input[type=text] {
    width: 456px;
    height: 26px;
    border: 1px solid #dad6b4;
    color: #000;
    font-style: italic;
    font-size: 12px;
    font-family: Arial, Tahoma, sans-serif;
    margin: 7px 0 10px;
    padding: 0 5px;
}


#Commentary .cSend .des {
    padding: 15px;
    height: 100px;
    resize: none;
    border: 1px solid #dad6b4;
    background: #ebebeb;
    color: #000;
    width: 100%;
    font-size: 1rem;
}

#Commentary .cSend .captraBlock input[type=text] {
    background: #fff;
}

#Commentary .cContent .ccItem .cReply .cSend .inputGender {
    right: -8px;
}



#Commentary .cSend h6 {
    color: #C72028;
    font-size: 12px;
    font-weight: bold;
}

#Commentary .cSend .captraBlock {
    position: absolute;
    width: 134px;
    height: 106px;
    top: 28px;
    right: 1px;
}

    #Commentary .cSend .captraBlock img {
        width: 56px !important;
        height: 28px !important;
        float: left;
    }

    #Commentary .cSend .captraBlock input[type=text] {
        width: 118px !important;
        margin-top: 8px;
    }

    #Commentary .cSend .captraBlock p label {
        display: none;
    }

    #Commentary .cSend .captraBlock .rcRefreshImage {
        display: inline-block;
        width: 66px;
        height: 21px;
        position: absolute;
        top: 0px;
        right: 5px;
        background: url(img/anhkhac.png) no-repeat;
    }

    #Commentary .cSend .captraBlock .send {
        background: url("img/bg-sendcomment.gif") repeat-x top left;
        height: 28px;
        color: #fff;
        display: block;
        line-height: 28px;
        padding: 0 0 0 30px;
        margin-top: 8px;
        font-weight: bold;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        text-decoration: none;
    }

#Commentary .cSend .inputGender {
    position: absolute;
    top: 10px;
    right: 130px;
}

    #Commentary .cSend .inputGender label {
        margin: 0 8px 0 2px;
    }

#Commentary .cContent {
    text-align: left;
    padding-top: 10px;
}

    #Commentary .cContent .ccItem {
        padding-top: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 0px;
    }

        #Commentary .cContent .ccItem.xam {
            background: #f5f5f5
        }

    #Commentary .cContent .ccAvatar {
        width: 22px;
        height: 18px;
        background: url(img/vn_iconComment.png) no-repeat;
        background-position: 3px 2px;
        position: absolute;
        top: 9px;
        left: 3px;
    }


        #Commentary .cContent .ccAvatar.member {
            background-position: 0 0;
        }

        #Commentary .cContent .ccAvatar.male.member {
            background-position: 0 -50px;
        }

    #Commentary .cContent .ccInfo {
        text-align: left;
        margin-left: 27px;
    }

        #Commentary .cContent .ccInfo .ccName {
            font-weight: bold;
            color: #333;
        }

            #Commentary .cContent .ccInfo .ccName.member {
                color: #c62127;
            }


            #Commentary .cContent .ccInfo .ccName i {
                color: #b4afa4;
                font-weight: normal;
                font-style: normal;
                font-size: 11px;
            }

        #Commentary .cContent .ccInfo .cagree {
            float: right;
            text-align: right;
            color: #808080;
        }

            #Commentary .cContent .ccInfo .cagree a {
                margin: 0 7px 0 4px;
                font-weight: bold;
                color: #555;
                cursor: pointer;
            }

                #Commentary .cContent .ccInfo .cagree a i {
                    font-style: normal;
                    font-weight: normal;
                    color: #555;
                }

                #Commentary .cContent .ccInfo .cagree a.disable {
                    color: #808080;
                }

                #Commentary .cContent .ccInfo .cagree a.reply {
                    color: #e56a03;
                }

                #Commentary .cContent .ccInfo .cagree a.comment {
                    margin-right: 4px;
                }

    #Commentary .cContent .ccItem .ccComment {
        min-height: 14px;
        padding: 5px 5px 5px 30px;
        position: relative;
        line-height: 18px;
        color: #5b5b5b;
        margin: 5px 0 10px 0;
    }

        #Commentary .cContent .ccItem .ccComment .oq {
            width: 7px;
            height: 11px;
            background: url(img/openquote_fff.png);
            position: absolute;
            top: 11px;
            left: -7px;
            display: block;
        }

        #Commentary .cContent .ccItem .ccComment.f8 {
            background: #f8f8f8;
        }

            #Commentary .cContent .ccItem .ccComment.f8 .oq {
                background: url(img/openquote_f8.png);
            }

    #Commentary .cContent .ccItem .cReply {
        margin-top: 0;
        float: right;
        width: 884px;
        padding-left: 10px;
        display: none;
    }

        #Commentary .cContent .ccItem .cReply .cSend {
            width: 884px;
            margin-left: 0px;
            margin-top: 5px;
            border: 0px solid transparent;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

            #Commentary .cContent .ccItem .cReply .cSend .inputBlock {
                width: 724px;
            }

            #Commentary .cContent .ccItem .cReply .cSend .des {
                width: 714px;
            }

            #Commentary .cContent .ccItem .cReply .cSend .name {
                width: 500px;
            }

            #Commentary .cContent .ccItem .cReply .cSend .captraBlock {
                top: 10px;
            }

                #Commentary .cContent .ccItem .cReply .cSend .captraBlock .rcRefreshImage {
                    background: url(img/anhkhac_gray.png);
                }

        #Commentary .cContent .ccItem .cReply .ccItem {
            width: 854px;
        }

        #Commentary .cContent .ccItem .cReply .ccComment {
            width: 784px;
        }

        #Commentary .cContent .ccItem .cReply .scrollable {
            padding-left: 40px;
            margin-left: -10px;
            height: auto !important;
        }

#Commentary .menuCatBlock .menuCatList {
    width: 622px;
}

#Commentary .RadCaptcha p {
    width: 130px;
}

#Commentary .RadCaptcha {
    display: inline-block;
    padding-top: 1px;
}

.ccInfo::after {
    position: absolute;
    content: '\f653';
    font-family: 'Font Awesome 5 Pro';
    left: 0;
    font-weight: bold;
    color: #555;
}

.scrollable {
    position: relative;
    max-height: 500px;
    scrollbar-width: thin;
}

.scrollcontent i {
    margin-left: 16px;
    color: #c62127;
}

.scrollable .scrollcontent {
    position: relative;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrollable .scrollbar.right {
    right: 8px;
    left: auto;
    float: none;
}

.comment_detail {
    width: 617px;
    /*padding: 10px;*/
    margin-top: 10px;
    float: left;
}

.comment_detail1 {
    display: none;
    margin-left: 53px;
    margin: 5px 0 5px 48px;
    padding: 5px;
    float: left;
    background: #f3f3f3;
}

.comment_detail .list {
    display: block;
    margin: 0 10px;
    max-height: 400px;
    overflow: auto;
}

    .comment_detail .list .cmt_item {
        margin-bottom: 10px;
        float: left;
        text-align: left;
    }

.cmt_img {
    width: 50px;
    height: 50px;
    float: left;
    margin-top: 10px;
    background: url(img/icon_gender.png) no-repeat 0 -50px;
}

.cmt_header {
    color: #fff;
    margin: 10px 0 25px 0;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    width: 140px;
    height: 34px;
    line-height: 34px;
    color: #313191;
}

.comment_detail .list .cmt_item .datetime {
    height: 22px;
    line-height: 30px;
    display: block;
    margin-left: 52px;
    margin-bottom: 5px;
}

    .comment_detail .list .cmt_item .datetime .name {
        text-transform: uppercase;
        font-size: 11px;
        font-weight: bold;
        color: #c01a15;
    }

    .comment_detail .list .cmt_item .datetime .date {
        font-size: 11px;
        color: #5e5e5e;
    }

    .comment_detail .list .cmt_item .datetime .reply {
        float: right;
        font-size: 12px;
        text-decoration: none;
        font-weight: bold;
        margin-right: 20px;
        cursor: pointer;
    }

.comment_detail .list .cmt_item .cmt_content {
    width: 507px;
    min-height: 14px;
    border: 1px solid #d1d1d1;
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-left: 54px;
    padding: 8px;
    position: relative;
    margin-top: 4px;
}

.oq {
    width: 7px;
    height: 11px;
    background: url(img/openquote_fff.png);
    position: absolute;
    top: 11px;
    left: -7px;
    display: block;
}

.comment_detail .comment_title {
    color: #c01a15;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
}

.comment_detail .inputBlock {
    width: 430px;
    float: left;
}

.comment_detail1 .inputBlock {
    float: left;
    width: 355px;
    margin-right: 15px;
}

.comment_detail .inputBlock #txtName {
    width: 325px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height: 22px;
    font-style: italic;
    color: #5e5e5e;
    font-size: 12px;
    float: left;
    background: #fff;
}

.gallery_detail .comment_detail .inputBlock #txtName {
    width: 325px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    height: 22px;
    font-style: italic;
    color: #5e5e5e;
    font-size: 12px;
    float: left;
    margin-left: 7px;
}

.comment_detail1 .inputBlock #txtName1 {
    width: 250px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    height: 22px;
    font-style: italic;
    color: #5e5e5e;
    font-size: 12px;
}

.comment_detail .inputBlock #txtName:focus, .comment_detail .inputBlock textarea:focus, .comment_detail .captraBlock input[type=text]:focus {
    color: #000;
    font-style: normal;
}

.comment_detail .inputBlock textarea {
    width: 385px;
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    color: #5e5e5e;
    background: #fffad2;
    padding: 5px 10px;
    border: 1px solid #ddd;
    height: 60px;
    max-height: 60px;
    max-width: 422px;
}

.comment_detail1 .inputBlock textarea {
    width: 330px;
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
    color: #5e5e5e;
    background: #fffad2;
    padding: 5px 10px;
    border: 1px solid #ddd;
    height: 60px;
    max-height: 60px;
    max-width: 422px;
}

.comment_detail .captraBlock {
    width: 150px;
    float: right;
    position: relative;
}

    .comment_detail .captraBlock .rcRefreshImage {
        display: inline-block;
        width: 66px;
        height: 21px;
        position: absolute;
        top: 0px;
        right: 11px;
        background: url(img/anhkhac.png) no-repeat;
    }

    .comment_detail .captraBlock .send {
        background: #b51a15;
        height: 28px;
        color: #fff;
        display: block;
        line-height: 28px;
        padding: 0 0 0 20px;
        margin-top: 10px;
        font-weight: bold;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .comment_detail .captraBlock img {
        width: 65px !important;
        height: 30px !important;
        margin-bottom: 5px;
    }

    .comment_detail .captraBlock input[type=text] {
        padding: 0 10px;
        border: 1px solid #ddd;
        margin-bottom: 5px;
        height: 22px;
        font-style: italic;
        color: #5e5e5e;
        font-size: 12px;
    }

.comment_detail input, .comment_detail textarea {
    margin-left: 0;
}


.bic_nego__result_Name {
    padding-left: 1.5rem;
    position: relative;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}



.sh_info__items {
    display: flex;
}

.sh_info__item {
    flex: 0 0 25%;
}

.sh_info {
    padding-left: 50px;
    font-size: .75rem;
    position: relative;
    padding-right: 30px;
}

.sh_info__title {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 3px;
}

.sh_info::after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: '';
    left: 0;
    top: 0;
    font-size: 35px;
    font-weight: bold;
    color: #c62127;
}

.Sonha_info {
    margin-bottom: 1rem;
}

.sh_info.adress::after {
    content: '\f1ad';
}

.sh_info.phone::after {
    content: '\f67d';
}

.sh_info.mail::after {
    content: '\f658';
}

.sh_info.Fanpage::AFTER {
    content: '\f164';
}

.bic_nego__caption {
    font-size: 1rem;
    text-align: center;
    margin: 5rem 0 2rem;
    font-weight: 400;
}

.sh_info a {
    text-decoration: none;
    color: #c62127;
}

.sh_info span {
    color: #c62127;
}

.bic_negotation__result .bic_prodDt__button.canncelButton {
    float: none;
    margin: auto;
    margin-top: 4rem;
}

.bic_negotation__result {
    margin-top: 7rem;
}

.doc-del {
    background: url(/admin/Styles/icon/ContextMenu/delete.gif) no-repeat center 7px;
    width: 20px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px;
}

#ltrDocument {
    position: absolute;
    margin-top: 1rem;
}

    #ltrDocument ul {
        padding-left: 1rem;
        /*! color: #5ec232; */
    }

        #ltrDocument ul li {
            color: #6d6f6c;
            line-height: 1.5;
        }
/*#endregion */

/*#region Responsive */


@media screen and (max-width:1600px) {
    .container {
        max-width: 1500px;
    }
}

@media screen and (max-width:1366px) {
    .container {
        max-width: 1140px;
    }

    :root {
        font-size: 14px;
        --content-size: 1140px;
        scrollbar-color: #c62127 #ccc;
    }
}
/*#endregion */
