<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*################################## breadcrumbs #####################################*/
.icw .breadcrumbs {
    font-family: Kanit, notosansthai, Arial, sans-serif;
    display: none;
    margin: 20px auto 0;
    padding-top: 10px;
}

.icw .breadcrumbs a {
    font-size: 14px;
    color: #666;
    font-weight: 400 !important;
}

.icw .breadcrumbs a:hover {
    text-decoration: underline;
}

.icw .breadcrumbs .current-page {
    font-weight: 600 !important;
    color: #00a94f;
    margin-bottom: 0;
    font-size: 16px;
}

.icw .breadcrumbs .chevron-right {
    margin: 0 10px;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center!important;
}

@media screen and (min-width: 1024px) {
    .icw .breadcrumbs {
        display: block;
    }
    
    .sc-content .inner {
        padding-top: 30px;
    }
}
/*################################## end breadcrumbs #####################################*/

.hightlight img {
    width: 100%;
    height: auto;
}

.promotions {
    font-family: Kanit, notosansthai, Arial, sans-serif;
    padding: 40px 0px
}

.promotions .promotion-header {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #00A950;
    margin-bottom: 0px;
}

.promotions .promotion-subheader {
    text-align: center;
    color: #00A950;
}

.promotions .benefit-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.promotions .benefit-notice {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 0px;
}

.promotions .cards-benefits {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotions .cards-benefits .img-pc{
    max-width: 350px;
    width: 100%;
}

.promotions .cards-benefits .img-mb{
    max-width: 348px;
    width: 100%;
}


/* .promotions .cards-benefits .card-container {
    display: flex;
    flex: 1;
}

.promotions .cards-benefits .card-container.left {
    justify-content: flex-end;
    padding-right: 10px;
}

.promotions .cards-benefits .card-container.right {
    justify-content: flex-start;
    padding-left: 10px;
}

.promotions .cards-benefits .card-container .uniq-card {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    max-width: 350px;
    width: 350px;

    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16); 
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
}

.promotions .cards-benefits .card-container .uniq-card .step {
    background-color: #009D45;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotions .cards-benefits .card-container .uniq-card .step p {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    padding: 5px 0px;
    width: 130px;
    background-color: #00654F;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.promotions .cards-benefits .card-container .uniq-card .benefit-icon {
    padding: 20px 15px;
    background-color: #009D45;
    width: 100%;
}

.promotions .cards-benefits .card-container .uniq-card .benefit-icon p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.promotions .cards-benefits .card-container .uniq-card .benefit-content {
    padding: 20px 15px;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.promotions .cards-benefits .card-container .uniq-card .benefit-content p {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 0;
} */

.promotions .bid-table-container {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotions .bid-table-container .img-mb {
    max-width: 580px;
    width: 100%;
}

.promotions .bid-table-container table {
    border: 1px;
    border-radius: 10px;

    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
}


.promotions .bid-table-container table tbody tr th{
    background-color: #00a94f;
    color: #ffffff;
    font-weight: 600;
}

.promotions .bid-table-container table tbody tr th.fw-400{
    font-weight: 400;
}

.promotions .bid-table-container table tbody tr td{
    background-color: #ffffff;
    color: #666666;
    font-weight: 400;
}


.promotions .bid-table-container table {
    /* border-collapse: separate; */
    border-spacing: 0px;
    font-family: Kanit, notosansthai, Arial, sans-serif;
    overflow: hidden;
}

.promotions .bid-table-container th, td {
    padding: 10px;
    text-align: center;
}

.promotions .bid-table-container td, th {
    border: solid 1px #E8E8E8;
    border-style: none solid solid none;
    padding: 10px;
}

.promotions .bid-table-container tr:first-child th:first-child { border-top-left-radius: 10px; }
.promotions .bid-table-container tr:first-child th:last-child { border-top-right-radius: 10px; }
.promotions .bid-table-container tr:last-child td:first-child { border-bottom-left-radius: 10px; }
.promotions .bid-table-container tr:last-child td:last-child { border-bottom-right-radius: 10px; }
.promotions .bid-table-container tr:first-child th { border-top-style: solid; }
.promotions .bid-table-container tr td:first-child { border-left-style: solid; }

.promotions .action-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.promotions .action-container .action{
    text-align: center;
    padding: 5px;
    width: 280px;
    height: 40px;
    line-height: 30px;
    color: #ffffff;
    background-color: #00A950;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
}

@media only screen and (max-width: 767px){
    .promotions .bid-table-container tr:first-child th:first-child{
        width: 130px;
    }
    .promotions .promotion-header {
        font-size: 26px;
    }

    .promotions .cards-benefits .card-container .uniq-card {
        width: auto;
    }

    .promotions .cards-benefits .card-container.left {
        padding-right: 5px;
    }
    
    .promotions .cards-benefits .card-container.right {
        padding-left: 5px;
    }

    .promotions .bid-table-container table {
        width: 100%;
    }
    
    
}

.t-center {
    text-align: center;
}

.note-gray {
    color: #999999;
    font-weight: 400;
    font-size: 14px;
}

.table-responsive {
    overflow-x: auto;
    padding: 20px 0;
}
  
.table-responsive .table-mb {
    min-width: 900px;
    margin: auto;
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

.sc-document {
    padding-top: 30px;
}

.sc-document .btn-link {
    max-width: fit-content;
    display: block;
    margin-right: 0;
    margin-left: auto;
    font-weight: 400;
    color: #00a94f;
    font-family: Kanit, notosansthai, Arial, sans-serif;
}

.sc-document .btn-link:hover {
    text-decoration: underline;
}

.sc-document .mr-10 {
    margin-right: 10px !important;
    margin-top: -5px;
}

@media screen and (max-width:767px) {
    .promotions {
        padding: 20px 0px;
    }
}</pre></body></html>