ul, ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    color: #232323;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

p {
    margin: 0;
}

input, textarea {
    outline: none;
    color: #212121;
}

img {
    max-width: 100%;
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    color: #fff;
    background: #000;
    font-size: 14px;
    font-family: "Arial";
}

.setcolor-datanumber {
    color: #f85a5a;
}

.setcolor-title {
    color: #ffff00;
}
/* width */
body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    body::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

body.view-light::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body.view-light::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
body.view-light::-webkit-scrollbar-thumb {
    background: #2828b2;
}

    /* Handle on hover */
    body.view-light::-webkit-scrollbar-thumb:hover {
        background: #5353b0;
    }

.container {
    /*max-width: 1774px;*/
    width: 100%;
    padding: 0 11px;
    margin: 0 auto;
}

.row-x {
    margin: 0 -21px;
}

.col-x-4 {
    float: left;
    padding: 0 21px;
    width: 33.3333%;
}

.col-x-6 {
    float: left;
    padding: 0 21px;
    width: 50%;
}

.col-x-12 {
    float: left;
    padding: 0 21px;
    width: 100%;
}

.row-pc {
    /*margin: 0 -7px;*/
}

.col-pc-3, .col-pc-4, .col-pc-6, .col-pc-8, .col-pc-9 {
    float: left;
    padding: 0 7px;
}

.col-pc-6 {
    width: 50%;
}

.col-pc-4 {
    width: 33.3333%;
}

.col-pc-3 {
    width: 25%;
}

.col-pc-9 {
    width: 75%;
}

.col-pc-8 {
    width: 66.6666%;
}

.cl-gr {
    color: #35ec00;
}

.cl-og {
    color: #fcc883;
}

.cl-vi {
    color: #ff95da;
}
/*#wrapper{*/
/*    height: 100vh;*/
/*}*/

.logo h1 {
    margin: 0;
    padding: 5px 0 17px;
}

    .logo h1 a svg:last-child {
        display: none;
    }

    .logo h1 a {
        display: inline-block;
    }

.txt-wellcom-page {
    font-size: 24px;
}

.title-page {
    font-weight: 600;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-bottom: 32px;
    color: #fff;
    margin-top: 0;
}

.bg-main {
    background: #2d2d33;
    border-radius: 6px;
    -webkit-border-radius: 4px;
    margin-bottom: 14px;
}

    .bg-main:after, .row-pc:after, .row-x:after {
        content: '';
        clear: both;
        display: table;
    }

.title-name-company {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 19px;
    margin-top: 0;
    color: #fff;
}

.title-colum-info {
    margin-bottom: 9px;
}

.number-info-block .row-pc {
    margin-bottom: 24px;
}

    .number-info-block .row-pc:last-child {
        margin-bottom: 0;
    }

.show-data {
    line-height: 21px;
    font-weight: 700;
    height: 42px;
}

ul.data-auction li {
    margin-bottom: 19px;
}

    ul.data-auction li:last-child {
        margin-bottom: 0;
    }

    ul.data-auction li span:first-child {
        margin-right: 5px;
    }

.bg-change-gr, .bg-change-og, .bg-change-vi {
    padding: 14px 29px 19px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.bg-change-gr {
    background: #66ee66;
}

.bg-change-og {
    background: #ffc070;
}

.bg-change-vi {
    background: #ffc1e9;
}

    .bg-change-gr .title-level-price, .bg-change-og .title-level-price, .bg-change-vi .title-level-price {
        margin-bottom: 9px;
    }

.bg-change-gr .title-level-price, .bg-change-gr .number-price {
    color: #074207;
}

.bg-change-og .title-level-price, .bg-change-og .number-price {
    color: #965132;
}

.bg-change-vi .title-level-price, .bg-change-vi .number-price {
    color: #601b4b;
}

.number-price span:first-child {
    font-weight: 700;
    font-size: 26px;
    margin-right: 15px;
}

.number-price span:last-child {
    font-weight: 700;
}

ul.data-auction li span:last-child {
    font-weight: 700;
}
/*begin style price-plus*/

.price-plus {
    margin-top: 18px;
}

.title-price-plus {
    margin-bottom: 12px;
}

.number-price-plus {
    color: #35ec00;
    font-weight: 700;
    margin-bottom: 11px;
    font-size: 16px;
}

    .number-price-plus span.detail-number {
        color: #fff;
        font-style: italic;
        margin-left: 23px;
        font-weight: 400;
        font-size: 14px;
    }

/*begin enter-value-plus*/
.title-enter-value {
    margin-bottom: 11px;
}

.enter-value-plus {
    margin-top: 13px;
    padding-top: 12px;
    border-top: 1px solid #323B3F;
}

.number-command {
    margin-bottom: 11px;
    font-weight: 700;
}

/*begin data-bottom*/

.data-bottom .bg-main {
    padding: 28px 46px 0;
}

.title-top-price-tallest {
    margin-bottom: 23px;
    margin-top: 0;
}

/*ul.colum-custom {*/
/*    margin: 0 -7px;*/
/*}*/
.table-number-cp > ul {
    border: 1px solid #2C3439;
}

    .table-number-cp > ul > li {
        border-bottom: 1px solid #2C3439;
    }

ul.colum-custom:after {
    content: '';
    display: table;
    clear: both;
}

ul.colum-custom > li {
    float: left;
    padding: 0 7px;
    width: 25%;
    padding-top: 17px;
    padding-bottom: 17px;
    color: #ffff00;
}

    ul.colum-custom > li:first-child {
        text-align: center;
    }
    /*ul.colum-custom >li:nth-child(2){*/
    /*    text-align: center;*/
    /*}*/

    ul.colum-custom > li:last-child {
        width: 50%;
    }

ul.colum-custom.bg-cl-gr > li {
    background: #66ee66;
    color: #074207;
    font-weight: 700;
}

ul.colum-custom.bg-cl-og > li {
    background: #ffc070;
    color: #85330e;
    font-weight: 700;
}

ul.colum-custom.bg-cl-vi > li {
    background: #ffc1e9;
    color: #601b4b;
    font-weight: 700;
}

.bg-cl-gr {
    background: #60D462;
}

.bg-cl-og {
    background: #FDC884;
}

.bg-cl-vi {
    background: #BA79A3;
}

.table-number-cp {
    margin-bottom: 28px;
}

.data-bottom {
    margin-bottom: 32px;
}

/*style uncomplete auction*/
.notification-status img {
    padding-top: 62px;
    padding-bottom: 27px;
    text-align: center;
    display: block;
    margin: auto;
}

.txt-noti-status {
    text-align: center;
    font-style: italic;
    padding-bottom: 83px;
}

.notification-status img.icon-not-complete-light {
    display: none;
}

ul.list-code-join > li {
    border-bottom: 1px solid #2d353a;
}

ul.list-code-child li {
    padding-top: 17px;
    padding-bottom: 17px;
}

ul.list-code-join > li:first-child {
    background: #7c7cd1;
    padding: 0 34px;
    font-weight: 700;
}

ul.list-code-join > li:nth-child(n+2) {
    margin: 0 34px;
    color: #ffff00;
}

ul.list-code-child:after {
    content: '';
    display: table;
    clear: both;
}

ul.list-code-join > li:last-child {
    border-bottom: none;
}

.list-code-wrap {
    margin-bottom: 30px;
}

ul.list-code-join > li ul.list-code-child > li {
}

ul.list-code-join > li ul.list-code-child li:first-child {
    float: left;
    width: 20%;
    padding-left: 11px;
    padding-right: 11px;
}

ul.list-code-join > li ul.list-code-child li:nth-child(2) {
    float: left;
    width: 20%;
    padding-left: 11px;
    padding-right: 11px;
}

ul.list-code-join > li ul.list-code-child li:last-child {
    float: left;
    width: 60%;
    padding-left: 11px;
    padding-right: 11px;
}

.data-bottom.data-bottom-change .bg-main {
    padding: 28px 0 0;
}

.data-bottom-change .title-name-company {
    padding-left: 34px;
}

/*style button set bg*/
.change-bg-screen {
    position: fixed;
    top: 39px;
    right: 0;
}

.change-bg-screen {
    position: fixed;
    top: 39px;
    right: 0;
    transform: translateX(60px);
    transition: all 0.4s;
}

#show-option.show-more {
    transform: translateX(0);
    transition: all 0.4s;
}

.change-bg-screen button {
    vertical-align: top;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
}

.change-bg-screen:after {
    content: '';
    clear: both;
    display: table;
}

button.cogs {
    width: 30px;
    height: 30px;
    background: #5f5f5f;
    padding: 8px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.change-bg-screen:hover button.cogs img {
    animation: rotate-nolimited 1s infinite;
    animation-timing-function: linear;
}

@keyframes rotate-nolimited {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.zone-light {
    width: 30px;
    height: 30px;
    background: #fff;
}

    .zone-light:hover .bg-light-navi {
        width: 20px;
        height: 20px;
    }

.bg-light-navi {
    width: 18px;
    height: 18px;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    display: block;
    border-radius: 3px;
    margin: auto;
}

.zone-dark {
    width: 30px;
    height: 30px;
    background: #fff;
}

    .zone-dark:hover .bg-dark-navi {
        width: 20px;
        height: 20px;
    }

.bg-dark-navi {
    width: 18px;
    height: 18px;
    text-align: center;
    background: #1c2023;
    border: 1px solid #000;
    display: block;
    border-radius: 3px;
    margin: auto;
}

#body-view.view-light, .view-light .main {
    background: #EFEFEF;
}

.view-light .txt-wellcom-page, .view-light .title-name-company {
    color: #2828b2;
}

.view-light .bg-main {
    background: #fff;
}

.view-light .title-page, .view-light .show-data, .view-light ul.data-auction li span:last-child, .view-light .number-command, .view-light .data-bottom-change .title-name-company {
    color: #000;
}

.view-light .title-colum-info, .view-light .title-price-plus, .view-light .title-enter-value, .view-light ul.data-auction li span:first-child, .view-light ul.colum-custom > li {
    color: #4f4f4f;
}

.view-light .bg-change-gr {
    background: #EBFFEC;
}

.view-light .bg-change-og {
    background: #FFF6E9;
}

.view-light .bg-change-vi {
    background: #FFE9F6;
}

.view-light .bg-change-gr .title-level-price, .view-light .bg-change-gr .number-price {
    color: #308432;
}

.view-light .bg-change-og .title-level-price, .view-light .bg-change-og .number-price {
    color: #c66b28;
}

.view-light .bg-change-vi .title-level-price, .view-light .bg-change-vi .number-price {
    color: #933772;
}

.view-light .number-price-plus {
    color: #109910;
}

    .view-light .number-price-plus span.detail-number, .view-light .number-price span:last-child {
        color: #000;
    }

.view-light .number-info-bot .col-pc-4:first-child .bg-main {
    background: #E9FFFB;
}

.view-light .number-info-bot .col-pc-4:nth-child(2) .bg-main {
    background: #FAFFE9;
}

.view-light .number-info-bot .col-pc-4:last-child .bg-main {
    background: #E6F3FF;
}

.view-light ul.colum-custom.bg-cl-gr > li {
    background: #EBFFEC;
}

.view-light ul.colum-custom.bg-cl-og > li {
    background: #FFF6E9;
}

.view-light ul.colum-custom.bg-cl-vi > li {
    background: #FFE9F6;
}

.view-light .table-number-cp > ul {
    border: 1px solid #e8e8e8;
}

    .view-light .table-number-cp > ul > li {
        border-bottom: 1px solid #e8e8e8;
    }

        .view-light .cl-gr, .view-light .table-number-cp > ul > li:first-child ul.colum-custom.bg-cl-gr > li {
            color: #308432;
        }

        .view-light .cl-og, .view-light .table-number-cp > ul > li:first-child ul.colum-custom.bg-cl-og > li {
            color: #c66b28;
        }

        .view-light .cl-vi, .view-light .table-number-cp > ul > li:first-child ul.colum-custom.bg-cl-vi > li {
            color: #933772;
        }

.view-light .logo h1 a svg:last-child {
    display: block;
}

.view-light .logo h1 a svg:first-child {
    display: none;
}

.view-light .change-bg-screen {
    box-shadow: 0 0 3px 1px #ddd;
    -webkit-box-shadow: 0 0 3px 1px #ddd;
}

.view-light .notification-status, .view-light ul.list-code-join > li:first-child ul.list-code-child li {
    color: #2828b2;
}

    .view-light .notification-status img.icon-not-complete-light {
        display: block;
    }

    .view-light .notification-status img.icon-not-complete-dark {
        display: none;
    }

.view-light ul.list-code-join > li:first-child {
    background: #ebebfc;
}

.view-light ul.list-code-join > li:nth-child(n+2) ul.list-code-child li {
    color: #3d3d3d;
}

.view-light ul.list-code-join > li {
    border-bottom: 1px solid #eee;
}
/*style mobile*/
@media (max-width: 1600px) {
    .bg-main {
        padding: 15px 0;
    }

    ul.data-auction li span {
        display: block;
        margin-bottom: 3px;
    }

    .bg-change-gr, .bg-change-og, .bg-change-vi {
        padding: 14px 15px 19px;
    }

    ul.data-auction li {
        margin-bottom: 18px;
    }

    .title-price-plus {
        height: 32px;
    }

    .number-price-plus {
        height: 32px;
        line-height: 18px;
    }

    .data-bottom .bg-main {
        padding: 21px 28px 18px;
    }

    .notification-status img {
        padding-top: 92px;
    }
}

@media (max-width: 1300px) {
    .data-top .col-pc-6 {
        width: 100%;
    }

    ul.data-auction li span:first-child {
        margin-bottom: 9px;
    }

    ul.data-auction li span {
        display: inline;
    }

        ul.data-auction li span:first-child {
            margin-right: 10px;
        }

    .data-bottom .row-x {
        margin: 0 -28px;
    }

        .data-bottom .row-x .col-x-4 {
            padding: 0 11px;
        }

    .title-price-plus {
        height: auto;
    }

    .number-price-plus {
        height: auto;
    }

    .notification-status img {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .txt-noti-status {
        padding-bottom: 20px;
    }

    .data-bottom-change .title-name-company {
        padding-left: 11px;
    }

    ul.list-code-join > li:first-child {
        padding: 0 11px;
    }

    ul.list-code-join > li:nth-child(n+2) {
        margin: 0 11px;
    }

    

}

@media (max-width: 1199) {
    .col_right {
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .logo h1 {
        padding: 30px 0 22px;
    }

    .title-page {
        padding-bottom: 30px;
    }
    /*.txt-wellcom-page{*/
    /*    */
    /*}*/
    .title-top-price-tallest {
        height: 38px;
    }

    .m_0_md {
        margin-right: 0 !important;
    }

    .p_0_md {
        padding-left: 0 !important;
    }

    .clo-left {
        border: none !important;
    }

    .col_right {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .txt-wellcom-page {
        font-size: 20px;
    }

    .title-page {
        font-size: 22px;
    }

    .logo h1 {
        padding: 25px 0 17px;
    }

    .title-page {
        padding-bottom: 25px;
    }

    .title-name-company {
        font-size: 18px;
    }

    ul.data-auction li span {
        display: block;
    }

        ul.data-auction li span:first-child {
            margin-right: 0;
        }

    .data-bottom .col-x-4 {
        width: 100%;
    }

    .title-top-price-tallest {
        height: auto;
        margin-bottom: 15px;
    }

    .number-price-plus {
        height: 32px;
    }

    .auction-price .col-pc-4 {
        width: 100%;
        margin-bottom: 15px;
    }

    .bg-change-gr, .bg-change-og, .bg-change-vi {
        padding: 10px 15px 10px;
    }

    .number-info-bot .col-pc-4 {
        width: 100%;
    }

    .show-data {
        height: auto;
    }

    ul.data-auction {
        margin: 0 -11px;
    }

        ul.data-auction li {
            width: 50%;
            float: left;
            padding: 0 11px;
            margin-bottom: 0;
        }

        ul.data-auction:after {
            content: '';
            clear: both;
            display: table;
        }

    .bg-main {
        margin-bottom: 15px;
    }

    ul.list-code-join > li ul.list-code-child li:first-child, ul.list-code-join > li ul.list-code-child li:nth-child(2), ul.list-code-join > li ul.list-code-child li:last-child {
        width: 33.3333%;
    }

    .clo-left {
        border: none !important;
    }

    .col_right {
        padding: 0 !important;
    }
}

@media (max-width: 500px) {
    .logo h1 a svg {
        width: 125px;
    }

    .clo-left {
        border: none !important;
    }

    .logo h1 {
        padding: 13px 0 2px;
        text-align: center;
    }

    .txt-wellcom-page {
        font-size: 18px;
        text-align: center;
    }

    .title-page {
        padding-bottom: 15px;
        font-size: 19px;
        text-align: center;
        line-height: 26px;
    }

    .title-name-company {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .number-info-block .col-pc-3, .number-info-block .col-pc-9 {
        width: 100%;
        margin-bottom: 15px;
    }

    .number-info-block .row-pc {
        margin-bottom: 0;
    }

    .info-top.bg-main {
        padding-bottom: 4px;
    }

    body {
        font-size: 13px;
    }

    .title-colum-info {
        margin-bottom: 5px;
    }

    ul.data-auction li span:first-child {
        margin-bottom: 5px;
    }

    .bg-change-gr .title-level-price, .bg-change-og .title-level-price, .bg-change-vi .title-level-price {
        margin-bottom: 5px;
    }

    .number-price span:first-child {
        font-size: 19px;
    }

    .price-plus .col-pc-4, .price-plus .col-pc-8 {
        width: 50%;
    }

    .number-price-plus span.detail-number {
        display: block;
        margin-left: 0;
        font-size: 13px;
    }

    .price-plus .col-pc-8 .number-price-plus:last-child {
        height: auto;
    }

    .number-price-plus {
        font-size: 14px;
    }

    .enter-value-plus .col-pc-8, .enter-value-plus .col-pc-4 {
        width: 50%;
    }

    .title-enter-value, .number-command {
        height: 30px;
    }

    .data-bottom {
        margin-bottom: 20px;
    }

    ul.colum-custom > li {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .table-number-cp {
        margin-bottom: 20px;
    }

    .data-bottom .row-x .col-x-4:last-child .table-number-cp {
        margin-bottom: 6px;
    }

    .txt-noti-status {
        padding-bottom: 2px;
    }


    ul.list-code-child li {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .list-code-wrap {
        margin-bottom: 0;
    }

    ul.list-code-join > li:first-child {
        padding: 0;
    }

    ul.list-code-join > li:nth-child(n+2) {
        margin: 0;
    }

    .data-bottom.data-bottom-change .bg-main {
        padding-bottom: 28px;
    }

    .col_right {
        padding: 0 !important;
    }
    .logoText {
        width: 200px;
        float: left;
    }

    .Name_Text {
        width: 100% !important;
      
        padding: 12px 0 17px !important;
        font-size:25px !important;


    }

    .logo {
        overflow: hidden;
    }
}

.title_form {
    font-weight: 600;
}

.number-color {
    color: #35ec00;
    padding-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.setcolor-title {
    padding-bottom: 10px;
    padding-bottom: 10px;
    font-size: 15px;
}

.title_form {
    padding-bottom: 15px;
}

.line {
    border-top: 0.5px solid #404040;
    padding-bottom: 10px;
    width: 90% !important;
    max-width: 96%;
    margin: 0 auto;
}

.title_1 {
    color: #601b4b;
    font-weight: 700;
}

.value_1 {
    color: #601b4b;
    font-weight: 700;
    font-size: 26px;
}

.bg_1 {
    background: #ffc1e9;
}

.title_2 {
    color: #021627;
    font-weight: 700;
}

.value_2 {
    color: #021627;
    font-weight: 700;
    font-size: 26px;
}

.bg_2 {
    background: #99b4cc;
}

.title_list {
    background: #62d262 !important;
}

.list-code-child-header li {
    color: #074306
}

.list-code-child-time li {
    color: #fff
}

.green_color {
    color: #60D462
}

.list-code-wrap tr th {
    padding: 10px 0;
    background: #62d262 !important;
}

.list-code-wrap tr td {
    padding: 10px 0;
    border-bottom: 0.5px solid #404040
}

.txt-wellcom-page {
    background: #2d2d33;
    padding: 15px;
    border-radius: 4px;
}

.logoText {
    width: 200px;
    float: left;
}
.Name_Text {
    width: calc(100% - 200px);
    float: left;
    padding: 20px 0 17px;
    font-size: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.logo{
    overflow: hidden;
}