body {
    font-family: 'Prompt', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.9em;
}
/*-----------------------------------------
    BG color Style
-------------------------------------------*/

.bg-lightGgray {
    background-color: #f1f3ee;
}

.bg-yellow {
    background-color: #fec900;
}

.bg-white {
    background-color: #fff;
}

.bg-darkGray {
    background-color: #0a0a0a;
}

.bg-deepGray {
    background-color: #252525;
}

.bg-black {
    background-color: #000;
}

.bg-gray {
    background-color: #313332;
}
/*-----------------------------------------
    Fill color Style
-------------------------------------------*/
.fill-yellow {
    fill: #fec900;
    stroke: #fec900;
}

.fill-lightGgray {
    fill: #f1f3ee;
    stroke: #f1f3ee;
}

.fill-white {
    fill: #fff;
    stroke: #fff;
}
/*-----------------------------------------
    Text color Style
-------------------------------------------*/
.text-deepGray {
    color: #3e3e3e;
}

.text-yellow {
    color: #fec900;
}

.text-gray {
    color: #a5a5a5;
}
/*-----------------------------------------
    Font weight  Style
-------------------------------------------*/
b, strong {
    font-weight: 500;
}

.font-weight-medium {
    font-weight: 500;
}
/*-----------------------------------------
    Navbar Style
-------------------------------------------*/
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 1rem !important;
}

.navbar-link {
    height: 100px;
    align-items: center;
    align-self: center;
    vertical-align: middle;
    display: flex;
    text-align: center;
    width: 120px;
    justify-content: center;
    border-left: 1px solid #e1e3de;
    border-right: 1px solid #e1e3de;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

.navbar-link.active {
    background-color: #fec900;
    border-left: 1px solid #fec900;
    border-right: 1px solid #fec900;
    font-weight: 500;
}
/*-----------------------------------------
    breadcrumb Style
-------------------------------------------*/
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "/";
}

.breadcrumb-item.active {
    color: #fec900;
}

.breadcrumb-item a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.breadcrumb2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
}

.breadcrumb-item2 + .breadcrumb-item2::before {
    display: inline-block;
    padding-right: .5rem;
    color: #000;
    content: "/";
}

.breadcrumb-item2.active {
    color: #fec900;
}

.breadcrumb-item2 a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}
/*-----------------------------------------
    Section Style
-------------------------------------------*/
section {
    position: relative;
    padding: 10em;
    background: teal;
    color: #fff;
    text-align: center;
}

    section::before,
    section::after {
        position: absolute;
        content: '';
        pointer-events: none;
    }
/* Big Triangle */
svg#bigTriangleColor {
    pointer-events: none;
}

#bigTriangleColor path {
    stroke-width: 2;
}
/*-----------------------------------------
    form Style
-------------------------------------------*/
#contactForm .form-control {
    display: block;
    width: 100%;
    padding: 1.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*-----------------------------------------
    layout Style
-------------------------------------------*/
.list-footer-paddingRight {
    padding-right: 100px;
}

.paddingRight250 {
    padding-right: 250px;
}

.paddingRight450 {
    padding-right: 450px;
}

.border-bottomW20 {
    border-bottom: 1px solid rgba(255,255,255,.2);
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

.galleryImg {
    width: 220px;
    object-fit: cover;
    max-width: 100%;
    margin-bottom: 10px;
    height: 150px;
}

.nlinexx {
    /* width: 100%;
    font-size: 22px;
    margin: 0 0 10px 0;
    background: linear-gradient(to right, #fec900 5%, #fff0b5 5%);
    background-size: 100% 5px;
    background-repeat: no-repeat;
    background-position: 240px center;*/
    display: flex;
    flex-direction: row;
    color: #000;
    margin-left: 0px;
    margin-bottom: 30px;
}

    .nlinexx:after {
        content: "";
        flex: 1 1;
        background: linear-gradient(to right, #fec900 5%, #fff0b5 5%);
        background-size: 100% 5px;
        background-repeat: no-repeat;
        height: 10px;
        margin-left: 5px;
        margin-top: 12px;
    }

.spe-container {
    max-width: 100%;
    padding: 0 15px;
    width: 900px;
    margin: 0 auto;
}
/*-----------------------------------------
    tab style
-------------------------------------------*/
.nav-pills.about-tab .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: #fec900;
}

.nav-pills.about-tab .nav-link {
    border-radius: .25rem;
    color: #000;
    background-color: #ebebeb;
    margin-right: 5px;
    margin-bottom: 5px;
}
/*-----------------------------------------
    Calendar
-------------------------------------------*/
#calendar {
    width: 90%;
    margin: 0 auto;
}

.ui-widget.ui-widget-content {
    border: 1px solid #fff !important;
}

.ui-datepicker-header {
    border: none !important;
    background: #ffffff !important;
    text-align: center;
    height: 40px;
    vertical-align: middle;
}

.ui-datepicker-prev span,
.ui-datepicker-next span {
    display: none;
}

.ui-datepicker-prev:after {
    background-image: url('../images/ar-event-l.png');
    float: left;
    margin-left: 10px;
    cursor: pointer;
    z-index: 2;
    content: ' ';
    position: absolute;
    top: 0%;
    width: 20px;
    height: 22px;
}

.ui-datepicker-next:after {
    float: right;
    cursor: pointer;
    background-image: url('../images/ar-event-r.png');
    z-index: 2;
    content: ' ';
    position: absolute;
    top: 0%;
    width: 22px;
    height: 22px;
    margin-left: -25px;
}

.ui-datepicker-calendar th {
    padding: 10px;
    color: #ff3700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.ui-datepicker-calendar {
    text-align: center;
    margin: 0 auto;
    padding: 8px;
}

.ui-datepicker-title {
    padding: 10px;
}

.ui-datepicker-calendar td {
    padding: 4px 0px;
}

.ui-datepicker-calendar .ui-state-default {
    text-decoration: none;
    color: black;
}

.ui-datepicker-calendar .ui-state-active {
    color: #2196f3;
}

.ui-widget.ui-widget-content {
    border: 0;
    width: 100%;
    box-shadow: none;
    font-family: 'Prompt', sans-serif;
}

.ui-datepicker .ui-datepicker-title {
    text-transform: uppercase;
    color: black;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 20px;
    line-height: 0 !important;
}

.ui-widget-header .ui-icon {
    background: none;
}

.ui-widget-header {
    border: 0;
    background: none;
}

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: 1px solid #e6e6e6 !important;
        background: none;
        color: #666;
        text-align: center;
    }

.ui-datepicker-prev-hover:hover {
    background: none;
    border: 0;
    left: 2px;
    top: 2px;
}

.ui-datepicker-next-hover:hover {
    background: none;
    border: 0;
    right: 2px;
    top: 2px;
}

.ui-datepicker-calendar td {
    padding: 2px !important;
    font-size: 14px !important;
}

.ui-datepicker table {
    table-layout: fixed;
}

.ui-state-default {
}

.ui-tooltip.ui-widget.ui-widget-content {
    width: auto;
    background-color: #ff3700;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    border: 1px solid #e6e6e6;
    padding: 3px 10px;
}

.ui-datepicker-calendar .holiday .ui-state-default {
    background-color: #ff3700;
    color: #fff;
}

.ui-datepicker-calendar .activity .ui-state-default {
    background-color: #fec900;
    color: #fff;
}

.ui-datepicker-calendar .auction .ui-state-default {
    background-color: #57a029;
    color: #fff;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #fff !important;
    color: #90b7ff !important;
}
/*-----------------------------------------
    Form style
-------------------------------------------*/
.form-control.form-control-rounded {
    border: 1px solid #ffffff;
    border-radius: 50px;
}
/*-----------------------------------------
    Button style
-------------------------------------------*/
.btn-submitSearch {
    color: #fff;
    border-radius: 100%;
    background-color: #343a40;
    border: 3px solid #fff;
    height: 38px;
    width: 38px;
    padding: 2px;
}

.btn-yellow {
    background-color: #fec900;
    color: #000;
}

.btn-yellow {
    background-color: #fec900;
    color: #000;
}
/*-----------------------------------------
    badge style
-------------------------------------------*/
.badge-white {
    color: #adb5bd;
    background-color: #ffffff;
}
/*-----------------------------------------
    list style calendar index
-------------------------------------------*/
.ui-datepicker-calendar th:nth-child(1) {
    padding: 10px;
    color: #ff3700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.ui-datepicker-calendar td:nth-child(1) a, .ui-datepicker-calendar td:nth-child(1) span {
    color: #ff3700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.ui-datepicker-calendar th {
    padding: 10px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}

.list-group.auctionList .list-group-item:nth-child(odd) {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #c3dab3;
    border: 3px solid rgba(255,255,255,1);
}

.list-group.auctionList .list-group-item:nth-child(even) {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #e0f9e6;
    border: 3px solid rgba(255,255,255,1);
}

.accordion-calendar .card-header {
    padding: 0 .75rem 0 0;
    margin-bottom: 0;
    background-color: #b7b7b7;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: #fff;
}

    .accordion-calendar .card-header:first-child {
        border-radius: 0;
    }

    .accordion-calendar .card-header .fa-stack {
        display: inline-block;
        height: 2em;
        line-height: 2em;
        position: relative;
        vertical-align: middle;
        width: 70px;
        margin-right: .75rem
    }

.list-group.calendarList .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #f8f9fb;
    border: 3px solid rgba(255,255,255,1);
}

#accordion-collapse1, #accordion-collapse2, #accordion-collapse3 {
    font-size: 18px;
    font-weight: 300;
}

    #accordion-collapse1 .list-group, #accordion-collapse2 .list-group, #accordion-collapse3 .list-group {
        font-size: 14px;
    }

button#accordion-collapse1[aria-expanded="false"] .card-header {
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    background-color: #b7b7b7;
}

button#accordion-collapse1[aria-expanded="true"] .card-header {
    background-color: #ff3700;
}

button#accordion-collapse2[aria-expanded="false"] .card-header {
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    background-color: #b7b7b7;
}

button#accordion-collapse2[aria-expanded="true"] .card-header {
    background-color: #fec900;
}

button#accordion-collapse3[aria-expanded="false"] .card-header {
    transition: background-color .5s ease;
    -webkit-transition: background-color .5s ease;
    background-color: #b7b7b7;
}

button#accordion-collapse3[aria-expanded="true"] .card-header {
    background-color: #57a029;
}
/*-----------------------------------------
    carousel style
-------------------------------------------*/

#carouselExampleIndicators .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity 1s ease;
    opacity: 1;
    border: 2px solid rgba(0,0,0,.2);
}

#carouselExampleIndicators .carousel-indicators .active {
    background-color: #fec900;
}

#carouselExampleIndicators2 .carousel-control-next, #carouselExampleIndicators2 .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
/*-----------------------------------------
    News date label style
-------------------------------------------*/
.label-date {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    text-align: center;
    font-weight: 500;
    color: #000;
}

.label-day {
    background-color: #fec900;
}

.label-month {
    background-color: #ff9900;
}
/*-----------------------------------------
    Image style
-------------------------------------------*/
.hilightWeek {
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.boxMap {
    position: relative;
    =
}

.image-map {
    opacity: 1;
    display: block;
    width: 450px;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
    margin: 20px auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.boxMap:hover .image-map {
    opacity: 0.3;
}

.boxMap:hover .middle {
    opacity: 1;
}

.text {
    background-color: #fec900;
    color: #000;
    font-size: 16px;
    padding: 10px 20px;
}
/*-----------------------------------------
    list style
-------------------------------------------*/
#top-telNo .fa-ul {
    list-style-type: none;
    margin-left: 2em;
    padding-left: 0;
}

.list-auction {
    background-color: #fff;
    width: 250px;
    height: 80px;
    padding: 5px 5px 5px 10px;
    margin: 0 auto 20px;
    align-items: center;
    position: relative;
}

    .list-auction .media-body {
        text-align: left;
    }

    .list-auction::before {
        background-image: url('../images/list-before.png');
        content: '';
        top: 0;
        left: 0;
        width: 40px;
        height: 80px;
        margin-left: -40px;
        position: absolute;
        background-repeat: no-repeat;
    }

    .list-auction::after {
        background-image: url('../images/list-after.png');
        content: '';
        top: 0;
        right: 0;
        margin-right: -35px;
        width: 35px;
        height: 80px;
        position: absolute;
        background-repeat: no-repeat;
    }

.list-about {
    background-color: #fec900;
    color: #000;
    border-right: 10px solid #32393f;
    display: inline-block;
    padding: 0 20px 0 10px;
    margin-bottom: 15px;
}
/*-----------------------------------------
    card style
-------------------------------------------*/
.branch-map .card-title {
    display: inline-block;
    background-color: #fec900;
    border-right: 10px solid #343a40;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 20px 5px 10px;
}
/*------------------------------------------
    Table
------------------------------------------*/
.resultSearch table {
    /*border-top: 1px solid black;*/
    border-right: 2px solid black;
    border-left: 2px solid black;
    /*border: 2px solid black;*/
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .resultSearch table tr {
        /*border-bottom: 2px solid black;*/
        background: #f8f8f8;
        /*border: 2px solid black;*/
        padding: .35em;
    }

    .resultSearch table th,
    .resultSearch table td {
        padding: .625em;
        text-align: center;
    }

    .resultSearch table th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

/* Media Queries*/

@media screen and (max-width: 600px) {
    .resultSearch table {
        border: 0;
    }

        .resultSearch table caption {
            font-size: 1.3em;
        }

        .resultSearch table thead {
            display: none;
        }

        .resultSearch table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
            border: 0px;
            overflow-y: hidden;
        }

        .resultSearch table td {
            border-bottom: 1px solid #ddd;
            display: block;
            /* font-size: .8em; */
            text-align: left;
            border: 0px;
            font-size: 16px;
        }

    .resultSearch #table-de td {
        border-bottom: 1px solid #ddd;
        display: table-cell;
        font-size: 16px;
        text-align: left;
        border: 0px;
        /* width: 100%;
            max-width: 100%; */
        /* width: 100px; */
        max-width: min-content;
    }

    #tb-width {
        width: 100% !important;
    }
    /* .resultSearch #table-de td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: left;
            border: 0px;
            width: min-content;
            max-width: max-content;
            float: left;
        } */
    .remark-red {
        height: auto !important;
    }

    .resultSearch table td:before {
        content: attr(data-label);
        float: left;
        width: 106px;
        font-weight: bold;
        text-transform: uppercase;
    }

    /* .resultSearch table #th-num:before {
                content: 'x';
            }*/
    #mo-tr {
        display: none;
    }

    .resultSearch table td#title01:before {
        content: 'ลำดับ : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title02:before {
        content: 'ยี่ห้อ : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title03:before {
        content: 'รุ่น : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title04:before {
        content: 'สีรถ : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title05:before {
        content: 'ปี : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title06:before {
        content: 'ทะเบียน : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title07:before {
        content: 'จังหวัด : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title08:before {
        content: 'ระบบเกียร์ : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title09:before {
        content: 'เลขไมล์ : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title10:before {
        content: 'ซีซี : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#title11:before {
        content: 'วันครบภาษี : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto01:before {
        content: 'เกรด : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto02:before {
        content: 'ชนิดเชื้อเพลิง : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto03:before {
        content: 'เลขเครื่อง : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto04:before {
        content: 'เลขตัวถัง : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto05:before {
        content: 'ราคาเปิดประมูล : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto06:before {
        content: 'ค่าขนย้าย : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto07:before {
        content: 'ค่าโอน : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto08:before {
        content: 'ค่าภาษี : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto09:before {
        content: 'ค่าอื่นๆ : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .resultSearch table td#lineto10:before {
        content: 'ค่าดำเนินการ : ';
        width: max-content;
        padding: 0 5px 0 0;
    }

    .modal-body img {
        height: auto !important;
        width: 100% !important;
        object-fit: contain;
    }



    .resultSearch table td:first-child {
        border-top: 0;
    }

    .resultSearch table td:last-child {
        border-bottom: 0;
    }

    .resultSearch .table-sm td, .resultSearch .table-sm th {
        padding: .1rem;
    }


    .resultSearch table td:last-child {
        width: 100%;
        border-bottom: 0;
        max-width: max-content;
    }

    #download-text {
        font-size: 18px;
        font-weight: 800;
        color: black;
        float: inherit !important;
    }

    .item img {
        width: 100% !important;
    }

    .owl-next {
        right: -4% !important;
    }

    .owl-prev {
        left: -4% !important;
    }
}
/*-----------------------------------------
    RESPONSIVE
-------------------------------------------*/
.responsive {
    width: 100%;
    height: 275px;
    object-fit: contain;
}


@media screen and (min-width:320px) and (max-width:374px) {
    #mobile-logo {
        width: 50px;
    }

    .list-auction {
        background-color: #fff;
        width: 200px;
        line-height: 18px;
        height: 80px;
        padding: 5px 5px 5px 10px;
        margin: 0 auto 20px;
        align-items: center;
        position: relative;
    }

    #navbarNav .navbar-link {
        height: 45px;
        width: 100%;
        justify-content: center;
        border-top: 1px solid #e1e3de;
        border-bottom: 1px solid #e1e3de;
        border-left: 0;
        border-right: 0;
    }

    .accordion-calendar .card-header .fa-stack {
        width: 55px;
        margin-right: .5rem;
    }

        .accordion-calendar .card-header .fa-stack .fa-2x {
            font-size: 1.3em;
        }

    #accordion-collapse1, #accordion-collapse2, #accordion-collapse3 {
        font-size: 14px;
        font-weight: 300;
    }

    .list-group.calendarList .list-group-item {
        padding: .75rem .5rem;
    }

    #calendar {
        width: 100%;
        margin: 0 auto 20px;
    }

    .ui-datepicker td a p {
        display: none;
    }
}

@media screen and (min-width:375px) and (max-width:413px) {
    #mobile-logo {
        width: 50px;
    }

    .list-auction {
        background-color: #fff;
        width: 200px;
        line-height: 18px;
        height: 80px;
        padding: 5px 5px 5px 10px;
        margin: 0 auto 20px;
        align-items: center;
        position: relative;
    }

    #navbarNav .navbar-link {
        height: 45px;
        width: 100%;
        justify-content: center;
        border-top: 1px solid #e1e3de;
        border-bottom: 1px solid #e1e3de;
        border-left: 0;
        border-right: 0;
    }

    .accordion-calendar .card-header .fa-stack {
        width: 55px;
        margin-right: .5rem;
    }

        .accordion-calendar .card-header .fa-stack .fa-2x {
            font-size: 1.3em;
        }

    #accordion-collapse1, #accordion-collapse2, #accordion-collapse3 {
        font-size: 14px;
        font-weight: 300;
    }

    .list-group.calendarList .list-group-item {
        padding: .75rem .5rem;
    }

    #calendar {
        width: 100%;
        margin: 0 auto 20px;
    }

    .ui-datepicker td a p {
        display: none;
    }
}

@media screen and (min-width:414px) and (max-width:424px) {
    #mobile-logo {
        width: 50px;
    }

    .list-auction {
        background-color: #fff;
        width: 200px;
        line-height: 18px;
        height: 80px;
        padding: 5px 5px 5px 10px;
        margin: 0 auto 20px;
        align-items: center;
        position: relative;
    }

    #navbarNav .navbar-link {
        height: 45px;
        width: 100%;
        justify-content: center;
        border-top: 1px solid #e1e3de;
        border-bottom: 1px solid #e1e3de;
        border-left: 0;
        border-right: 0;
    }

    .accordion-calendar .card-header .fa-stack {
        width: 55px;
        margin-right: .5rem;
    }

        .accordion-calendar .card-header .fa-stack .fa-2x {
            font-size: 1.3em;
        }

    #accordion-collapse1, #accordion-collapse2, #accordion-collapse3 {
        font-size: 14px;
        font-weight: 300;
    }

    .list-group.calendarList .list-group-item {
        padding: .75rem .5rem;
    }

    #calendar {
        width: 100%;
        margin: 0 auto 20px;
    }

    .ui-datepicker td a p {
        display: none;
    }
}

@media screen and (min-width:425px) and (max-width:767px) {
    #mobile-logo {
        width: 50px;
    }

    .list-auction {
        background-color: #fff;
        width: 200px;
        line-height: 18px;
        height: 80px;
        padding: 5px 5px 5px 10px;
        margin: 0 auto 20px;
        align-items: center;
        position: relative;
    }

    #navbarNav .navbar-link {
        height: 45px;
        width: 100%;
        justify-content: center;
        border-top: 1px solid #e1e3de;
        border-bottom: 1px solid #e1e3de;
        border-left: 0;
        border-right: 0;
    }

    .accordion-calendar .card-header .fa-stack {
        width: 55px;
        margin-right: .5rem;
    }

        .accordion-calendar .card-header .fa-stack .fa-2x {
            font-size: 1.3em;
        }

    #accordion-collapse1, #accordion-collapse2, #accordion-collapse3 {
        font-size: 14px;
        font-weight: 300;
    }

    .list-group.calendarList .list-group-item {
        padding: .75rem .5rem;
    }

    #calendar {
        width: 100%;
        margin: 0 auto 20px;
    }

    .ui-datepicker td a p {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .navbar-link {
        height: 85px;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        display: flex;
        width: 90px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        justify-content: center;
        border-left: 1px solid #e1e3de;
        border-right: 1px solid #e1e3de;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }

    #mobile-logo {
        width: 50px;
    }

    #top-telNo {
        display: none;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    #top-telNo {
        font-size: 10px;
        line-height: 14px;
        margin: 15px 10px 0 0;
    }

    #desktop-logo {
        width: 380px;
    }

    .navbar-link {
        height: 85px;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        display: flex;
        width: 85px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        justify-content: center;
        border-left: 1px solid #e1e3de;
        border-right: 1px solid #e1e3de;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }

    #calendar {
        width: 100%;
        margin: 0 auto 20px;
    }
}

@media screen and (min-width:1280px) and (max-width:1359px) {
    #top-telNo {
        font-size: 12px;
        line-height: 16px;
        margin: 12px 10px 0 0;
    }

    #desktop-logo {
        width: 450px;
    }

    .navbar-link {
        height: 85px;
        align-items: center;
        align-self: center;
        vertical-align: middle;
        display: flex;
        width: 100px;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        justify-content: center;
        border-left: 1px solid #e1e3de;
        border-right: 1px solid #e1e3de;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
}

@media screen and (min-width:1360px) and (max-width:1439px) {
    #top-telNo {
        font-size: 12px;
        line-height: 16px;
        margin: 18px 10px 0 0;
    }

    #desktop-logo {
        width: 500px;
    }
}

@media screen and (min-width:1440px) and (max-width:1599px) {
    #top-telNo {
        font-size: 12px;
        line-height: 16px;
        margin: 18px 10px 0 0;
    }

    #desktop-logo {
        width: 550px;
    }
}

@media screen and (min-width:1600px) and (max-width:1919px) {
    #top-telNo {
        font-size: 14px;
        line-height: 18px;
        margin: 16px 10px 0 0;
    }

    #desktop-logo {
        width: 590px;
    }
}

@media screen and (min-width:1920px) and (max-width:2559px) {
    #top-telNo {
        font-size: 14px;
        line-height: 18px;
        margin: 12px 10px 0 0;
    }

    .fancybox-content {
        width: 700px;
        max-width: 100%;
        padding: 20px !important;
    }
}

@media screen and (min-width:2560px) {
    #top-telNo {
        font-size: 14px;
        line-height: 18px;
        margin: 12px 10px 0 0;
    }
}

#fot-col6 {
    margin-left: 80px;
}

@media screen and (max-width: 991px) {
    #fot-col6 {
        margin-left: 0px;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .tab button {
        border: none;
        font-size: 11px !important;
    }

    .locationlink button {
        width: 18% !important;
        padding: 8px 0 !important;
    }
}

@media screen and (max-width: 759px) {
    #fot-col6 {
        margin-left: 0px;
    }

    .navbar-light .navbar-brand {
        color: rgba(0,0,0,.9);
        width: 50%;
        padding: 10px 0px;
    }
    /* .resultSearch table td:before {
    content: 'x';
} */
    .resultSearch table #top-head {
        display: block;
    }

    #th-width {
        width: auto;
        min-width: auto !important;
        color: #f8f8f8;
    }

    #back-tr {
        background-color: #ffc10700 !important;
        margin-bottom: 0px;
    }

    .text-a {
        display: none;
    }

    .table thead #back-th-down {
        border-bottom: 2px solid #f8f8f8;
        border-top: 1px solid #f8f8f8;
    }

    #back-th-down {
        background-color: #f8f9fa00;
    }

    #download-text {
        background: #f8f9fa;
    }

    th {
        background-color: #f8f9fa !important;
    }

    .table thead th {
        border-bottom: 0px solid #dee2e6;
    }

    .table td, .table th {
        border-top: 0px solid #dee2e6;
    }

    .resultSearch .table-sm td, .resultSearch .table-sm th {
        padding: 0.1rem;
        margin-bottom: -3px;
    }

    .resultSearch table tr {
        margin-bottom: -11px;
        border: 0;
    }

    #remark-box {
        margin-bottom: 25px !important;
    }

    .locationlink button {
        width: 48% !important;
        padding: 8px 0 !important;
        margin-top: 10px !important;
    }

    .locationlink {
        padding-inline-start: 10px;
    }
}
