
/* =============================================================== */
/* ==================== 2025-09-09 API Connex ==================== */
/* =============================================================== */
.dpf-cnapi-set {
    display: flex;
}
.box-connex-api-v {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
}

.title-name-cnapi {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 6px;
}
.title-name-cnapi p {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: var(--color-first);
}

.dt-token-cnapi {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.ttn-inp {
    position: relative;
    width: 100%;
    /* width: 3.3rem; */
    height: auto;
}
.ttn-inp p {
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-txtg);
}

.lines-binp {
    position: relative;
    width: 100%;
    /* width: calc(100% - 3.3rem); */
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid var(--color-grey6);
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--color-light);
    align-items: center;
}

.binp-v {
    position: relative;
    width: calc(100% - 5rem);
    height: auto;
    display: flex;
}

.ic-inp-v {
    position: relative;
    width: 2.4rem;
    height: auto;
    background-color: var(--color-first);
    display: flex;
}
.ic-inp-v i {
    font-size: 2rem;
    color: var(--color-first);
    display: flex;
    overflow: hidden;
    margin: auto;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 6px;
}
.ic-inp-v i::before {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background-color: var(--color-light);
}

.binp-tkv {
    position: relative;
    width: calc(100% - 2.4rem);
    height: auto;
    padding: 0 8px 0 2px;
}
.binp-tkv input {
    width: 100%;
    height: auto;
    font-size: 0.88rem;
    padding: 6px 0 4px 0;
    color: var(--color-txtg);
}

.btn-copy-token {
    position: relative;
    width: 5rem;
    height: -webkit-fill-available;
}
.btn-copy-token button {
    width: 100%;
    height: -webkit-fill-available;
    font-size: 0.94rem;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    color: var(--color-light);
    background-color: var(--color-first);
    padding: 2px 6px;
}
.btn-copy-token button i {
    color: var(--color-light);
}
.btn-copy-token button:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.box-btn-api {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 16px;
}
.box-btn-api button {
    margin: auto;
    font-size: 1.13rem;
    font-weight: bold;
    text-align: center;
    color: var(--color-light);
    background-color: var(--color-first);
    padding: 5px 16px 4px 16px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.box-btn-api button:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
}
.box-btn-api .clbtncnapi-waiting {
    color: var(--color-dark);
    background-color: var(--color-grey6);
    cursor: auto;
}
.box-btn-api .clbtncnapi-waiting:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}
.box-manual-cnapi {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 3.5rem;
}

.list-manual-btn {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed var(--color-grey6);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list-manual-btn:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.txt-manual-v {
    position: relative;
    width: auto;
    height: auto;
    padding-right: 16px;
}
.txt-manual-v p {
    font-size: 0.88rem;
    font-weight: bold;
    color: var(--color-txtg);
}
.btn-dl-manual {
    position: relative;
    width: auto;
    height: auto;
}
.btnmnu {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--color-first);
    border-radius: 5px;
    overflow: hidden;
}
.btnmnu a {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    display: flex;
    padding: 5px 16px 4px 16px;
}
.btnmnu p {
    font-size: 0.94rem;
    color: var(--color-light);
}
.btnmnu i {
    color: var(--color-light);
}
.btnmnu a:hover p {
    text-decoration: underline;
    transition: all 0.3s ease;
}

/* ============= */
@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 500px) {
    .title-name-cnapi p {
        font-size: 2rem;
    }
}


/* ========================================================== */
/* ==================== 2025-09-09 swal2 ==================== */
/* ========================================================== */
body.swal2-toast-shown .swal2-container {
    width: 100% !important;
    background-color: rgba(var(--color-light-rgb), 0.5) !important;
}
.swal2-toast {
    width: auto !important;
    max-width: 360px !important;
}


/* =============================================================== */
/* ==================== 2025-09-09 Letterhead ==================== */
/* =============================================================== */
.box-letterhead-upload-file {
    position: relative;
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
}

.bg-bupload-letterhead {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--color-light);
    border-radius: 5px;
    overflow: hidden;
}

.title-lthd-btnul-v {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 16px 16px 10px 16px;
    align-items: center;
}

.btt-lthd-n {
    position: relative;
    width: 50%;
    height: auto;
    padding-left: 6px;
}
.btt-lthd-n p {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--color-first);
}

.btn-uplimg-n {
    position: relative;
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    padding-right: 6px;
}

.btn-delete-imglt {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
    /* margin-bottom: 6px; */
}
.btn-delete-imglt:last-child {
    margin-right: 0;
}
.btn-delete-imglt a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 2px 12px;
    cursor: pointer;
}
.btn-delete-imglt p {
    font-size: 1rem;
    color: var(--color-light);
}
.btn-delete-imglt i {
    color: var(--color-light);
}
.btn-delete-imglt a:hover p {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.bt-dl-imglt {
    font-size: 1rem;
    color: var(--color-light);
    border-radius: 5px;
    overflow: hidden;
    margin-right: 10px;
    padding: 2px 12px;
    /* margin-bottom: 6px; */
    cursor: pointer;
}
.bt-dl-imglt:last-child {
    margin-right: 0;
}
.bt-dl-imglt i {
    color: var(--color-light);
}
.bt-dl-imglt:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.img-lthd-v {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 16px 10px 16px;
}
.img-lthd-v figure {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}
.img-lthd-v figure .size-imghd {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.clbg-dl-gy a,
.bt-dl-imglt.clbg-dl-gy {
    cursor: auto;
}
.clbg-dl-gy a:hover p,
.bt-dl-imglt.clbg-dl-gy:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}

.clbg-dl-red {
    background-color: var(--color-red);
}
.clbg-dl-sc {
    background-color: var(--color-green);
}
.clbg-dl-wn {
    background-color: var(--color-yellow);
}
.clbg-dl-gy {
    background-color: var(--color-grey6);
}

.txt-note-upimg {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 22px 16px 22px;
}
.txt-note-upimg p {
    font-size: 0.75rem;
    font-weight: bold;
    color: var(--color-red);
}

/* ============= */
@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {
    .box-letterhead-upload-file {
        width: 90%;
    }
}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 500px) {
    .btn-delete-imglt p,
    .bt-dl-imglt {
        font-size: 0.75rem;
    }
    .btt-lthd-n p {
        font-size: 1.13rem;
    }
    .btt-lthd-n {
        width: 45%;
    }
    .btn-uplimg-n {
        width: 55%;
    }
}
@media (min-width: 0px) and (max-width: 991px) {
    .box-letterhead-upload-file {
        width: 100%;
    }
}



/* =================================================================== */
/* ==================== 2025-09-10 copy data tour ==================== */
/* =================================================================== */
.btn-cpdata-pgt {
    position: relative;
    width: calc((100% / 4) - 9px);
    padding: 5px 10px 4px 10px;
    margin: 0 4.5px 9px 4.5px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--color-light);
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    color: var(--color-green);
    border: 1px solid var(--color-green);
}
.btn-cpdata-pgt i {
    color: var(--color-green);
}
.btn-cpdata-pgt:hover {
    color: var(--color-light);
    background-color: var(--color-green);
    transition: all 0.3s ease;
}
.btn-cpdata-pgt:hover i {
    color: var(--color-light);
}


/* ============= */
@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 500px) {
    .box-dt-program-img-txt .b-dt .b-btn-contact .btn-pgt-n {
        justify-content: center;
        align-items: center;
    }
    .box-dt-program-img-txt .b-dt .b-btn-contact .btn-pgt-n .cm-btn--n {
        width: 25%;
    }
    .box-dt-program-img-txt .b-dt .b-btn-contact .btn-pgt-n .cm-btn--n .icon-pd {
        display: flex;
    }
    .box-dt-program-img-txt .b-dt .b-btn-contact .btn-pgt-n .cm-btn--n p span {
        margin-top: 0 !important;
    }
    .box-dt-program-img-txt .b-dt .b-btn-contact .btn-pgt-n .cm-btn--n p span i {
        margin-left: auto;
        margin-right: auto;
    }
    .btn-cpdata-pgt {
        width: 25%;
        border: none;
        font-size: 0.75rem;
        color: var(--color-txtg);
        margin: 0;
        padding: 0 10px 0 10px;
        display: flex;
        flex-direction: column;
    }
    .btn-cpdata-pgt i {
        font-size: 1.82rem;
        color: var(--color-green);
    }

    .od-btn1-dlpg { order: 1 !important; } /*1*/
    .od-btn2-dlpg { order: 2 !important; } /*2*/
    .od-btn3-dlpg { order: 1 !important; } /*1*/
    .od-btn4-dlpg { order: 3 !important; } /*3*/
    .od-btn5-dlpg { order: 3 !important; } /*3*/
    .od-btn6-dlpg { order: 4; } /*4*/

}

/* ====================================================== */
/* ====================== 20250923 ====================== */
.box-new-tbpr-l {
    position: relative;
    width: 100%;
    height: auto;
    column-count: 2;
    column-gap: 0;
}

.stb2-wn {
    width: 100%;
}
.box-vdttb-n.stb2-wn:nth-child(odd) {
    background-color: rgba(var(--color-second-rgb), 0.5);
}


@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 991px) {
    .td-dt-bn.std1-wn {
        padding-left: 0;
    }
    .td-dt-bn.std1-wn p {
        text-align: center;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .td-dt-n.std1-wn p i {
        display: none;
    }
}
@media (min-width: 0px) and (max-width: 790px) {
    .box-vdttb-n {
        padding: 2px;
    }
    .box-new-tbpr-l {
        column-count: 1;
    }
}






/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2025-11-12 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.bg-box-list-nv {
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--color-light);
    box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -moz-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
}
.lines-boxlist-nv {
    margin-bottom: 10px;
    /* border-bottom: 16px solid var(--color-grey5); */
    padding: 30px 20px 20px 20px;
}
.lines-boxlist-nv:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.nv-wing-pdmg-l {
    position: relative;
    width: auto;
    height: auto;
    margin-bottom: 16px;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2025-11-13 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 500px) {}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2025-11-14 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.box-flight-pg-nl {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1px dashed var(--color-grey4);
    margin-top: 5px;
    padding: 16px 0 10px 0;
}

.bplr-fg-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.bfg-go-n,
.bfg-back-n {
    position: relative;
    width: 50%;
    height: auto;
}

.bbg-fg-n {
    position: relative;
    width: fit-content;
    height: auto;
    padding: 6px 16px 3px 16px;
    border-radius: 50px;
    background: var(--color-yellowv1);
    background: linear-gradient(180deg, rgba(var(--color-yellowv1-rgb), 1) 0%, rgba(var(--color-yellowv2-rgb), 1) 100%);
}
.bbg-fg-n p {
    font-size: 0.88rem;
    color: var(--color-txtg);
}
.bbg-fg-n i {
    color: var(--color-txtg);
    padding-right: 10px;
}

.pd-free-box-n {
    width: auto;
    height: auto;
    padding-top: 10px;
}

.bdrd-50-n {
    border-radius: 50px;
}

/* ===================== */
@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {
    .bbg-fg-n p {
        font-size: 0.81rem;
    }
}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 991px) {
    .bbg-fg-n {
        margin: 0 auto;
    }
}
@media (min-width: 0px) and (max-width: 501px) {
    .box-flight-pg-nl {
        border-top: none;
    }
    .bfg-go-n,
    .bfg-back-n {
        width: 100%;
        padding-bottom: 10px;
    }
    .bbg-fg-n {
        margin: 0 auto;
    }
    .bfg-go-n {
        padding-bottom: 10px;
    }
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 2025-11-15 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
:root {
    /* === Change Color image footer === */
    /* นำสีที่ต้องการไปวางที่ลิงค์ด้านล่าง เช่น #000000 แล้วกดปุ่ม Get Filter  */
    /* ให้ดูค่าที่ Loss: จะต้องมีค่าน้อยกว่า 0.5 ถ้าค่าที่ได้ยังไม่น้อยกว่าให้กดปุ่ม Get Filter ใหม่จนกว่าจะได้ค่าที่ต้องการ */
    /* https://angel-rs.github.io/css-color-filter-generator/ */
    --color-img-footer: brightness(0) saturate(100%) invert(53%) sepia(70%) saturate(1651%) hue-rotate(299deg) brightness(101%) contrast(103%);

    --colordb-primary: #007bff;
    --colordb-primary-rgb: 0, 123, 255;
    --colordb-secondary: #6c757d;
    --colordb-secondary-rgb: 108, 117, 125;
    --colordb-success: #28a745;
    --colordb-success-rgb: 40, 167, 69;
    --colordb-danger: #dc3545;
    --colordb-danger-rgb: 220, 53, 69;
    --colordb-warning: #ffc107;
    --colordb-warning-rgb: 255, 193, 7;
    --colordb-info: #17a2b8;
    --colordb-info-rgb: 23, 162, 184;
    --colordb-light: #f8f9fa;
    --colordb-light-rgb: 248, 249, 250;
    --colordb-dark: #343a40;
    --colordb-dark-rgb: 52, 58, 64;

    --colordb-txtdk: #212529;
    --colordb-txtdk-rgb: 33, 37, 41;
    --colordb-txtlg: #ffffff;
    --colordb-txtlg-rgb: 255, 255, 255;

    --colordb-sky: #00ccff;
    --colordb-sky-rgb: 0, 204, 255;
}

/* >>>>>>>>>>>> Title Page <<<<<<<<<<<< */
.sc--btitle-page-n {
    position: relative;
    width: 100%;
    height: auto;
}
.bg-bttp-n {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--color-light);
    box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -moz-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    overflow: hidden;
}
.btxt-ttp-n {
    position: relative;
    width: 100%;
    height: auto;
    padding: 16px 16px 10px 16px;
}
.txt-title-page-n {
    font-size: 1.63rem;
    font-weight: bold;
    text-align: center;
    color: var(--color-first);
}
.bimgbg-tt-hn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
.bgimg-e {
    background-image: url(/assets/images/bgttp.svg);
    /* background-repeat: no-repeat; */
    background-size: auto 100%;
    background-position: right;
    opacity: 0.2;
    filter: var(--color-img-footer);
}

@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {
    .sc--box-rcmcpn-n {
        margin: 0 16px 16px 16px;
    }
}
@media (min-width: 501px) and (max-width: 790px) {
    .sc--box-rcmcpn-n {
        margin: 0 16px 16px 16px;
    }
}
@media (min-width: 0px) and (max-width: 500px) {
    .sc--box-rcmcpn-n {
        margin: 16px 0 0 0;
        border-radius: 0;
    }
}

/* >>>>>>>>>>>> Meet <<<<<<<<<<<< */
.box-meet-pgnl {
    position: relative;
    width: 100%;
    height: auto;
    padding: 13px 10px 10px 15px;
    margin-bottom: 12px;
    border-radius: 5px;
    background-color: var(--color-light);
    box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -moz-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
}

.txt-meetpg-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}
.txt-meetpg-n p {
    font-size: 1rem !important;
    font-weight: normal !important;
    color: var(--color-txtg);
    width: auto;
}
.txt-meetpg-n h2 {
    font-size: 1rem !important;
    font-weight: bold !important;
    color: var(--color-first);
    padding: 0 5px;
}

@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 500px) {}

/* >>>>>>>>>>>> Outbound List <<<<<<<<<<<< */
.box-list-pg-n {
    position: relative;
    width: 100%;
    height: auto;
}

.bbg-card-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    padding: 30px 20px 20px 20px;
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--color-light);
    box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -moz-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
}

/* ===== Announce ===== */
.b-announce-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 16px;
}
.bg-an-n {
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px 16px 12px 16px;
    border-radius: 5px;
    background-color: rgba(var(--color-fourth-rgb), 0.2);
    border: 1px dashed var(--color-fourth);
    box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -moz-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
}
.tt-an-n {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 5px;
}
.tt-an-n p {
    font-size: 1rem;
    font-weight: bold;
    color: var(--color-first);
}
.tt-an-n i {
    color: var(--color-first);
}
.dt-an-n {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 3px;
}
.dt-an-n p {
    font-size: 0.88rem;
    color: var(--color-txtg);
    /*text-indent: 25px;*/
    padding-left: 25px;
}

/* ===== Details ===== */
.b-details-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.img-pg-ln {
    position: relative;
    width: 35%;
    height: auto;
    overflow: hidden;
}
.img-pg-ln figure {
    position: relative;
    width: 100%;
    height: auto;
}
.img-pg-ln figure .size-img-n {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.db-pg-ln {
    position: relative;
    width: 65%;
    height: auto;
    padding-left: 20px;
}

.vnane-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    padding: 4px 0 6px 0;
}
.vnane-pg-ln .namepg-n {
    font-size: 1.13rem;
    font-weight: bold;
    color: var(--color-txtg);
}
.vnane-pg-ln a {
    color: var(--color-txtg);
}

.vdt-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: 1px dashed var(--color-grey4);
    margin-top: 6px;
    padding: 10px 0 0 20px;
}

.dt-icon-pg-ln {
    position: relative;
    width: calc(100% / 2);
    height: auto;
    padding: 5px 20px 5px 0;
}
.txt-tt-pg-n {
    font-size: 0.88rem;
    color: var(--color-txtg4);
    padding-bottom: 1px;
    font-weight: bold;
}
.txt-tt-pg-n i {
    color: var(--color-icon-yl);
}
.txt-dt-pg-n {
    font-size: 0.88rem;
    font-weight: normal;
    color: var(--color-txtg4);
    padding-bottom: 2px;
    padding-left: 1.4rem;
}

.txt-discount-price-n {
    font-size: 0.88rem;
    color: var(--color-txtg4);
    margin-bottom: -10px;
    text-decoration: line-through;
    font-weight: normal;
    padding-left: 1.4rem;
}
.txt-price-pg-n {
    font-size: 1.63rem;
    font-weight: bold;
    color: var(--color-red);
    padding-left: 1.4rem;
    padding-bottom: 2px;
}
.txt-price-pg-n span {
    font-size: 0.88rem;
    font-weight: normal;
    padding-left: 2px;
    color: var(--color-txtg4);
}

.img-airlines-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 0 1.4rem;
}
.img-airlines-pg-ln figure {
    position: relative;
    width: auto;
    height: 2.5rem;
    overflow: hidden;
}
.img-airlines-pg-ln figure .size-img-n {
    position: relative;
    width: auto;
    height: 100%;
}

.vflight-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: 1px dashed var(--color-grey4);
    margin-top: 5px;
    padding: 16px 0 10px 0;
}

.fgpg-go-n,
.fgpg-back-n {
    position: relative;
    width: 50%;
    height: auto;
    padding-right: 12px;
}

.bg-fgpg-n {
    position: relative;
    width: fit-content;
    height: auto;
    padding: 6px 16px 3px 16px;
    border-radius: 50px;
    background: var(--color-yellowv1);
    background: linear-gradient(180deg, rgba(var(--color-yellowv1-rgb), 1) 0%, rgba(var(--color-yellowv2-rgb), 1) 100%);
}
.bg-fgpg-n p {
    font-size: 0.88rem;
    color: var(--color-txtg);
}
.bg-fgpg-n i {
    color: var(--color-txtg);
}
.pdfb-n {
    width: auto;
    height: auto;
    padding-top: 10px;
}

.vfile-dl-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    border-top: 1px dashed var(--color-grey4);
    margin-top: 5px;
    padding: 16px 0 0 0;
}

.btn-dlf-pg-n {
    position: relative;
    width: calc((100% / 4) - 6.75px);
    height: auto;
    margin: 0 9px 9px 0;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background-color: var(--color-light);
    display: flex;
}
.btn-dlf-pg-n a {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 10px 4px 10px;
}
.btn-dlf-pg-n p {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
}
.ctbtn--n {
    padding: 5px 10px 4px 10px;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.clbtn-pdf-n {
    border: 1px solid var(--color-pdf);
}
.clbtn-pdf-n p,
.clbtn-pdf-n i {
    color: var(--color-pdf);
}

.clbtn-word-n {
    border: 1px solid var(--color-word);
}
.clbtn-word-n p,
.clbtn-word-n i {
    color: var(--color-word);
}

.clbtn-copy-n {
    border: 1px solid var(--color-green);
    color: var(--color-green);
}
.clbtn-copy-n i {
    color: var(--color-green);
    padding-right: 5px;
}

@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 992px) {
    .btn-dlf-pg-n:last-child {
        margin-right: 0;
    }
    .btn-dlf-pg-n.clbtn-pdf-n:hover {
        background-color: var(--color-pdf);
    }
    .btn-dlf-pg-n.clbtn-pdf-n:hover p,
    .btn-dlf-pg-n.clbtn-pdf-n:hover i {
        color: var(--color-light);
    }
    .btn-dlf-pg-n.clbtn-word-n:hover {
        background-color: var(--color-word);
    }
    .btn-dlf-pg-n.clbtn-word-n:hover p,
    .btn-dlf-pg-n.clbtn-word-n:hover i {
        color: var(--color-light);
    }
    .ctbtn--n.clbtn-copy-n:hover {
        background-color: var(--color-green);
        color: var(--color-light);
    }
    .ctbtn--n.clbtn-copy-n:hover i {
        color: var(--color-light);
    }
}
@media (min-width: 501px) and (max-width: 991px) {
    .img-pg-ln, .db-pg-ln {
        width: 100%;
    }
    .img-pg-ln figure {
        width: 80%;
        margin: 0 auto;
    }
    .db-pg-ln {
        padding: 20px 10px 0 10px;
    }
    .btn-dlf-pg-n:last-child {
        margin-right: 0;
    }
    .dt-icon-pg-ln {
            width: calc(100% / 3);
    }
    .bg-fgpg-n {
        margin: 0 auto;
    }

    .border1-pg {
        order: 1;
    }
    .border2-pg {
        order: 2;
    }
    .border3-pg {
        order: 3;
    }
    .border4-pg {
        order: 4;
    }
    .border5-pg {
        order: 6;
    }
    .border6-pg {
        order: 5;
    }
}
@media (min-width: 0px) and (max-width: 500px) {
    .bbg-card-pg-ln {
        padding: 20px 16px;
    }
    .img-pg-ln, .db-pg-ln {
        width: 100%;
        padding: 0;
    }
    .vnane-pg-ln {
        padding: 10px 8px 6px 8px;
    }
    .vnane-pg-ln .namepg-n {
        font-size: 1rem;
    }

    .vdt-pg-ln {
        padding: 10px 5px;
        background-color: var(--color-light);
        border: 1px solid var(--color-grey3);
        border-radius: 5px;
    }
    .dt-icon-pg-ln {
        width: calc(100% / 4);
        padding: 0 5px;
        overflow: hidden;
    }
    .txt-tt-pg-n {
        font-size: 0.75rem;
        text-align: center;
        padding-bottom: 5px;
    }
    .txt-tt-pg-n i {
        display: none;
    }
    .txt-dt-pg-n {
        font-size: 0.69rem;
        padding: 0;
        text-align: center;
    }
    .img-airlines-pg-ln {
        padding: 0;
    }
    .img-airlines-pg-ln figure {
        height: 2rem;
        display: flex;
    }
    .img-airlines-pg-ln figure .size-img-n {
        margin: 0 auto;
    }
    .txt-discount-price-n,
    .txt-price-pg-n {
        padding-left: 0;
        text-align: center;
    }
    .txt-discount-price-n {
        font-size: 0.75rem;
        margin-bottom: -4px;
    }
    .txt-price-pg-n {
        font-size: 1rem;
        display: grid;
        justify-content: center;
    }
    .txt-price-pg-n span {
        font-size: 0.69rem;
        margin-top: -5px;
    }
    .border1-pg {
        order: 1;
        border-right: 1px dashed var(--color-grey4);
    }
    .border2-pg {
        order: 6;
        width: 50%;
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px dashed var(--color-grey4);
    }
    .border3-pg {
        order: 5;
        width: 50%;
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px dashed var(--color-grey4);
        border-right: 1px dashed var(--color-grey4);
    }
    .border4-pg {
        order: 2;
        border-right: 1px dashed var(--color-grey4);
    }
    .border5-pg {
        order: 4;
    }
    .border6-pg {
        order: 3;
        border-right: 1px dashed var(--color-grey4);
    }

    .vflight-pg-ln {
        border-top: none;
        padding: 16px 0;
    }
    .fgpg-go-n, .fgpg-back-n {
        width: 100%;
        padding-right: 0;
    }
    .fgpg-go-n {
        padding-bottom: 10px;
    }
    .bg-fgpg-n {
        margin: 0 auto;
    }

    .vfile-dl-pg-ln {
        justify-content: center;
        background-color: var(--color-light);
        border: 1px solid var(--color-grey3);
        padding: 12px;
        border-radius: 5px;
    }

    .btn-dlf-pg-n {
        width: calc((100% / 4) - 18px);
        margin: 0 9px 0 9px;
    }
    .btn-dlf-pg-n a {
        padding: 0;
    }
    .ctbtn--n {
        padding: 0;
    }
    .btn-dlf-pg-n p,
    .ctbtn--n {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
        font-size: 0.75rem;
        line-height: 1.2;
    }
    .clbtn-pdf-n i,
    .clbtn-word-n i,
    .clbtn-copy-n i {
        font-size: 1.82rem;
        padding-right: 0;
        padding-bottom: 8px;
    }
    .clbtn-pdf-n,
    .clbtn-word-n,
    .clbtn-copy-n {
        border: none;
    }
}
/* ===== Period ===== */
.b-period-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 16px;
    margin-top: 16px;
    padding-bottom: 16px;
    border-top: 1px solid var(--color-grey3);
}

.tt-list-dt-n {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 5px 5px;
}
.tt-list-dt-n .txt-tt-ldt-n {
    font-size: 1.06rem;
    font-weight: bold;
    color: var(--color-txtg);
}

.box-table-period-pg-ln {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 5px;
}

.table-prpg-n {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--color-grey3);
    background-color: var(--color-light);
}

.thead-prpg-n {
    position: relative;
    width: 100%;
    height: auto;
    /* max-height: 2.125rem; */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 6px;
    background-color: var(--color-first);
}
.thd-th {
    position: relative;
    height: auto;
    margin: 5px 0;
}
.sethd-lines-tb {
    border-right: 1px solid var(--color-grey2);
}
.sethd-lines-tb:last-child {
    border-right: none;
}
.txt-hdtb {
    font-size: 1rem;
    color: var(--color-light);
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tbody-prpg-n {
    position: relative;
    width: 100%;
    height: auto;
}
.tb-list-tr-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 6px;
    border-bottom: 1px dashed var(--color-grey3);
}
.tb-list-tr-n:last-child {
    border-bottom: none;
}
.tbd-td {
    position: relative;
    height: auto;
    margin: 5px 0;
    display: grid;
    align-items: center;
}
.setbd-lines-tb {
    border-right: 1px solid var(--color-grey4);
}
.setbd-lines-tb:last-child {
    border-right: none;
}
.pdlr-pr-n {
    padding: 0 10px;
}
.bprice-n {
    position: relative;
    width: 100%;
    height: auto;
}
.txt-dcprice-full {
    font-size: 0.69rem;
    text-align: center;
    color: var(--color-txtg4);
    text-decoration: line-through;
    margin-bottom: -4px;
}
.txt-bdtb {
    font-size: 0.94rem;
    text-align: center;
    color: var(--color-txtg);
}
.txt-bdtb i {
    color: var(--color-txtg);
}
.txt-ftb-pr {
    font-weight: bold;
}
.txt-date-prpg {
    text-align: left;
    font-weight: bold;
    color: var(--color-first);
}
.txt-date-prpg span {
    font-size: 0.81rem;
    font-weight: normal;
}
.txt-date-prpg i {
    font-size: 0.88rem;
    padding-left: 2px;
}
.txt-andate-prn {
    font-size: 0.81rem;
    font-weight: normal;
    color: var(--color-txtg6);
}
.txt-andate-prn i {
    font-size: 0.884rem;
    color: var(--color-txtg);
}
.b-badge-dpr {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 2px;
}
.bd-anmt-daten {
    position: relative;
    width: auto;
    height: auto;
    /* background-color: var(--color-first); */
    border-radius: 5px;
    padding: 2px 6px 3px 6px;
    margin: 6px 6px 2px 0;
    animation: spccmt 1.2s infinite;
}
.bd-anmt-daten p {
    font-size: 0.75rem;
    font-weight: normal;
    color: var(--color-light);
}
.bd--daten {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 5px;
    padding: 2px 6px 3px 6px;
    margin: 6px 6px 2px 0;
}
.bd--daten p {
    font-size: 0.75rem;
    font-weight: normal;
}
.bct-tb-n {
    position: relative;
    width: 100%;
    height: auto;
}
.txt-anmt-acom-n {
    font-size: 0.81rem;
    text-align: center;
    /* color: var(--color-txtg4); */
    /* text-decoration: line-through; */
    margin-bottom: -2px;
    animation: tacom 1.2s infinite;
}

.animation-spccmt { animation: spccmt 1s infinite; }
@keyframes spccmt {
    0% { background-color: var(--color-red); }
    25% { background-color: var(--color-blue); }
    50% { background-color: var(--color-red); }
    75% { background-color: var(--color-blue); }
    100% { background-color: var(--color-red); }
}
.animation-tacom { animation: tacom 1s infinite; }
@keyframes tacom {
    0% { color: var(--color-red); }
    25% { color: var(--color-blue); }
    50% { color: var(--color-red); }
    75% { color: var(--color-blue); }
    100% { color: var(--color-red); }
}

.bgcl-badge-green { background-color: var(--color-success); }
.bgcl-badge-green p { color: var(--color-light); }
.bgcl-badge-red { background-color: var(--color-danger); }
.bgcl-badge-red p { color: var(--color-light); }

.bgcl-badge-primary { background-color: var(--colordb-primary); }
.bgcl-badge-primary p { color: var(--color-light); }
.bgcl-badge-secondary { background-color: var(--colordb-secondary); }
.bgcl-badge-secondary p { color: var(--color-light); }
.bgcl-badge-success { background-color: var(--colordb-success); }
.bgcl-badge-success p { color: var(--color-light); }
.bgcl-badge-danger { background-color: var(--colordb-danger); }
.bgcl-badge-danger p { color: var(--color-light); }
.bgcl-badge-warning { background-color: var(--colordb-warning); }
.bgcl-badge-warning p { color: var(--colordb-txtdk); }
.bgcl-badge-info { background-color: var(--colordb-info); }
.bgcl-badge-info p { color: var(--color-light); }
.bgcl-badge-sky { background-color: var(--colordb-sky); }
.bgcl-badge-sky p { color: var(--color-light); }

.btn-avbl-prpg-n {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}
.btn-avbl-prpg-n a {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px 6px 3px 6px;
    cursor: pointer;
}
.na-avbl-n {
    padding: 5px 6px 3px 6px;
}
.txt-a-bk-n {
    font-size: 0.94rem;
    font-weight: normal;
    text-align: center;
}

.clbtn-avbl-success { background-color: var(--color-green); }
.clbtn-avbl-success .txt-a-bk-n { color: var(--color-light); }
.clbtn-avbl-danger { background-color: var(--color-red); }
.clbtn-avbl-danger .txt-a-bk-n { color: var(--color-light); }
.clbtn-avbl-secondary { background-color: var(--colordb-secondary); }
.clbtn-avbl-secondary .txt-a-bk-n { color: var(--color-light); }
.clbtn-avbl-warning { background-color: var(--colordb-warning); }
.clbtn-avbl-warning .txt-a-bk-n { color: var(--colordb-txtdk); }

.size-tbpr0 { width: 2.5rem; padding-right: 6px; }
.size-tbpr1 { width: calc(31% - 5.5rem); }
.size-tbpr2 { width: 3rem; }
.size-tbpr3 { width: 9%; }
.size-tbpr4 { width: 9%; }
.size-tbpr5 { width: 9%; }
.size-tbpr6 { width: 9%; }
.size-tbpr7 { width: 5%; }
.size-tbpr8 { width: 5%; }
.size-tbpr9 { width: 9%; }
.size-tbpr10 { width: 14%; }

.vtxt-dt-n { display: block; }
.vtxt-mb-n { display: none; }
.smb-dpn-tt-bn {}

@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 500px) {
    .vtxt-dt-n { display: none; }
    .vtxt-mb-n { display: block; }

    .thead-prpg-n {
        padding: 0;
    }
    .tb-list-tr-n.vsmb-lin-lbdn {
        padding: 0;
        border: 1px solid var(--color-grey3);
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .tb-list-tr-n.vsmb-lin-lbdn:last-child {
        border-bottom: 1px solid var(--color-grey3);
    }
    .tb-list-tr-n.vsmb-lin-lbdn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .txt-hdtb {
        font-size: 0.88rem;
    }
    .txt-bdtb {
        font-size: 0.88rem;
    }
    .pdlr-pr-n {
        padding: 0 6px;
    }
    .txt-date-prpg {
        font-size: 0.94rem;
    }

    .smb-dpn-tt-bn { display: none; }

    .table-prpg-n.vsmb-lin-tbn {
        border: none;
    }
    .size-tbpr2, .size-tbpr4, 
    .size-tbpr5, .size-tbpr6 {
        display: none;
    }
    .size-tbpr0 {
        order: 2;
        padding-right: 3px;
        padding-left: 3px;
    }
    .size-tbpr1 {
        width: 100%;
        order: 1;
        border-right: none;
        background-color: rgba(var(--color-second-rgb), 0.2);
        margin-top: 0;
        padding: 6px 10px;
        border-bottom: 1px solid var(--color-second);
    }
    .size-tbpr3 {
        width: 20%;
        order: 3;
    }
    .size-tbpr7 {
        width: 12%;
        order: 4;
    }
    .size-tbpr8 {
        width: 12%;
        order: 5;
    }
    .size-tbpr9 {
        width: 17%;
         order: 6;
        /* border-right: none; */
    }
    .size-tbpr10 {
        width: calc(39% - 2.5rem);
        order: 7;
        /* border-top: 1px solid var(--color-grey4);
        margin: 0 0 6px 0;
        padding-top: 6px; */
    }

}

/* >>>>>>>>>>>> no login <<<<<<<<<<<< */
.sethd-nlin-lines-tb { border-right: 1px solid var(--color-grey2); }
.sethd-nlin-lines-tb:last-child { border-right: none; }
.setbd-nlin-lines-tb { border-right: 1px solid var(--color-grey4); }
.setbd-nlin-lines-tb:last-child { border-right: none; }

.size-nlin-tbpr0 { width: 2.5rem; padding-right: 6px; }
.size-nlin-tbpr1 { width: calc(42% - 5.5rem); }
.size-nlin-tbpr2 { width: 3rem; }
.size-nlin-tbpr3 { width: 11%; }
.size-nlin-tbpr4 { width: 11%; }
.size-nlin-tbpr5 { width: 11%; }
.size-nlin-tbpr6 { width: 11%; }
.size-nlin-tbpr7 { width: 14%; }
/* .size-nlin-tbpr8, .size-nlin-tbpr9, .size-nlin-tbpr10 { display: none; } */

@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 500px) {
    .txtfs-nlin-n {
        font-size: 0.69rem;
    }
    .tb-list-tr-n {
        padding: 0;
    }
    .size-nlin-tbpr2, .size-nlin-tbpr4, 
    .size-nlin-tbpr5, .size-nlin-tbpr6 {
        display: none;
    }
    .size-nlin-tbpr0 { padding: 0 3px; }
    .size-nlin-tbpr1 { width: calc(58% - 2.5rem); }
    .size-nlin-tbpr3 { width: 20%; }
    .size-nlin-tbpr7 { width: 22%; }
}

/*24112568*/
.pd-rb-appr-n {
    padding-right: 4px;
}
.bap-cf-npr {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--color-blue);
    padding: 6px;
    border-radius: 5px;
    overflow: hidden;
    align-items: center;
}
.bap-cf-npr i {
    font-size: 0.81rem;
    color: var(--color-light);
}
.bap-cf-npr p {
    font-size: 0.81rem;
    color: var(--color-light);
    margin-top: -2px;
    margin-bottom: -4px;
}

.tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: var(--color-black3);
  color: var(--color-light);
  text-align: center;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  z-index: 1;
  /* top: 4px; */
  left: 105%;
  font-size: 0.75rem;
}

.bap-cf-npr:hover .tooltiptext {
    visibility: visible;
}





/* ============================================================= */
/* ==================== 2025-11-24 btn back ==================== */
/* ============================================================= */
.st-btn-back-page-n {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 16px;

    
}
.bg-btnb-pn {
    background-color: rgba(var(--color-second-rgb), 0.2);
    border-bottom: 1px solid var(--color-first);
}

.btn-back-pagr-n {
    position: relative;
    width: fit-content;
    height: auto;
    display: flex;
    background-color: var(--color-first);
    border-radius: 5px;
    cursor: pointer;
    z-index: 5;
}
.btn-back-pagr-n a {
    position: relative;
    width: auto;
    height: auto;
    padding: 6px 20px;
}
.btn-back-pagr-n p {
    font-size: 1.13rem;
    color: var(--color-light);
}
.btn-back-pagr-n i {
    color: var(--color-light);
}

.bg-imgbtnb-n {
    background-image: url(/assets/images/bgttp.svg);
    /* background-repeat: no-repeat; */
    background-size: auto 100%;
    background-position: right;
    opacity: 0.5;
    filter: var(--color-img-footer);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}













/* ================================================================== */
/* ==================== 2025-11-24 ทัวร์ดันขาย Home ==================== */
/* ================================================================== */

.size-htb-btb1 { width: 60%; }
.size-htb-btb2 { width: 40%; }

.size-htb-btb3 { width: 52%; }
.size-htb-btb4 { width: 22%; }
.size-htb-btb5 { width: 11%; }
.size-htb-btb6 { width: 7.5%; }
.size-htb-btb7 { width: 7.5%; }
.size-htb-btb8 { width: 15%; }
.size-htb-btb9 { display: none; }


@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 991px) {
    .btxt-smb-range p, .btxt-smb-range .show-holiday,
    .size-htb-btb2 .view-dt-pgn p, .bicon-smb-acd i {
        color: var(--color-light);
    }
    .size-htb-btb2 .view-dt-pgn p {
        text-align: right;
    }
    .td--tbdt.size-htb-btb1, .td--tbdt.size-htb-btb2 {
        padding-bottom: 0;
    }
    .size-htb-btb2 .view-dt-pgn {
        width: calc(100% - 1.4rem);
    }
    .size-htb-btb3 .view-dt-pgn p {
        text-align: center;
        font-weight: bold;
    }
    .size-htb-btb5 .view-dt-pgn {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
    }
    .size-htb-btb5 .view-dt-pgn .full-price-prpg {
        padding-right: 3px;
        font-size: 0.63rem !important;
    }
    .size-htb-btb1 {
        width: 55%;
    }
    .size-htb-btb2 {
        width: 45%;
    }
    .size-htb-btb3, .size-htb-btb4, .size-htb-btb5,
    .size-htb-btb6, .size-htb-btb7 {
        width: 100%;
        border-bottom: 1px dashed var(--color-grey3);
    }
    .size-htb-btb8 {
        display: none;
    }
    .size-htb-btb9 {
        width: 100%;
        display: flex;
        padding-bottom: 5px;
    }
}


/* =============================================== */
/* ================= performance ================= */
.sc-box-performance-hn {
    position: relative;
    width: 100%;
    height: auto;
}

.nbox-pfm-view-lspr {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: stretch;
    flex-wrap: wrap;
    flex-direction: row;
    overflow: hidden;
}

.list-pfm-dt {
    position: relative;
    height: auto;
    background-color: var(--color-light);
    border-radius: 5px;
    border: 1px solid var(--color-grey3);
    overflow: hidden;
    box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    -moz-box-shadow: 0px 0px 5px 2px rgba(var(--color-dark-rgb), 0.05);
    margin-bottom: 9px;
}
.list-pfm-dt:hover {
    border: 1px solid var(--color-first);
    transition: all 0.3s ease;
}
.list-pfm-dt a {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.bimg-pfm {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.bimg-pfm figure {
    position: relative;
    width: 100%;
    height: 100%;
}
.bimg-pfm figure .size-imgn {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bname-pfm {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    background-color: var(--color-light);
}
.bname-pfm p {
    font-size: 0.81rem;
    text-align: center;
    color: var(--color-txtg);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.list-pfm-dt:hover .bname-pfm {
    background-color: var(--color-first);
    transition: all 0.3s ease;
}
.list-pfm-dt:hover .bname-pfm p {
    color: var(--color-light);
    transition: all 0.3s ease;
}

.bname2-pfm {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    background-color: rgba(var(--color-light-rgb), 0.8);
    padding: 6px 12px;
}
.bname2-pfm p {
    font-size: 0.81rem;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: var(--color-txtg);
}
.list-pfm-dt:hover .bname2-pfm {
    background-color: var(--color-first);
    transition: all 0.3s ease;
}
.list-pfm-dt:hover .bname2-pfm p {
    color: var(--color-light);
    transition: all 0.3s ease;
}

.box-btn-pfmall {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 6px;
}
.btn-pfm-n {
    position: relative;
    width: fit-content;
    height: auto;
    border: 1px solid var(--color-txtg5);
    border-radius: 5px;
    overflow: hidden;
    background-color: var(--color-light);
    display: flex;
    cursor: pointer;
    margin: 5px auto 0 auto;
}
.btn-pfm-n a {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0.81rem;
    color: var(--color-txtg5);
    padding: 6px 12px 5px 12px;
}
.btn-pfm-n i {
    color: var(--color-txtg5);
}
.btn-pfm-n:hover {
    background-color: var(--color-first);
    border: 1px solid var(--color-first);
    transition: all 0.3s ease;
}
.btn-pfm-n:hover a, .btn-pfm-n:hover i {
    color: var(--color-light);
    transition: all 0.3s ease;
}

/* ============= */
@media (min-width: 1200px) {
    .size-box-pfm4 {
        width: calc((100%/4) - 6.75px);
        margin-right: 9px;
    }
    .sbimg-pfm4h {
        height: 13.301rem;
    }
    .size-box-pfm4:nth-child(4n+0) {
        margin-right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .size-box-pfm4 {
        width: calc((100%/4) - 6.75px);
        margin-right: 9px;
    }
    .sbimg-pfm4h {
        height: 10.957rem;
    }
    .size-box-pfm4:nth-child(4n+0) {
        margin-right: 0;
    }
}
@media (min-width: 791px) and (max-width: 991px) {
    .size-box-pfm4 {
        width: calc((100%/3) - 6px);
        margin-right: 9px;
    }
    .sbimg-pfm4h {
        height: 11.936rem;
    }
    .size-box-pfm4:nth-child(3n+0) {
        margin-right: 0;
    }
}
@media (min-width: 501px) and (max-width: 790px) {
    .size-box-pfm4 {
        width: calc((100%/3) - 6px);
        margin-right: 9px;
    }
    .sbimg-pfm4h {
        height: 11.124rem;
    }
    .size-box-pfm4:nth-child(3n+0) {
        margin-right: 0;
    }
}
@media (min-width: 0px) and (max-width: 500px) {
    .size-box-pfm4 {
        width: calc((100%/2) - 4.5px);
        margin-right: 9px;
    }
    .sbimg-pfm4h {
        height: 9.024rem;
    }
    .size-box-pfm4:nth-child(2n+0) {
        margin-right: 0;
    }
}

/* ============================================= */
/* ================= title new ================= */
.nbox-title-pg {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 0 16px 0;
}
.nbox-title-pg p {
    font-size: 0.94rem;
    text-align: center;
    color: var(--color-txtg);
}
.nbox-title-pg .ntitle-pghd {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--color-red);
    text-align: center;
}
.nbox-title-pg .ntitle-pghd span {
    color: var(--color-first);
}
.lines-sprtitle {
    position: relative;
    width: 70px;
    height: 2px;
    background-color: var(--color-txtg3);
    margin: 0 auto 5px auto;
    border-radius: 100%;
}

.lines-top-bgbox-sh {
    border-top: 6px solid var(--color-fifth);
}

/* ============= */
/* @media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 791px) and (max-width: 991px) {}
@media (min-width: 501px) and (max-width: 790px) {}
@media (min-width: 0px) and (max-width: 500px) {} */
@media (min-width: 0px) and (max-width: 991px) {
    .nbox-dpn-smb {
        display: none;
    }
}


/* ==================== 2025-05-16 ==================== */
.pd-b-box20 {
    padding-bottom: 20px !important;
}

.box-video-attxt-n {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1px dashed var(--color-grey4);
    margin-top: 5px;
    padding-top: 16px;
    padding-bottom: 18px;
}

.bvdo-view {
    position: relative;
    width: 100%;
    height: auto;
}
.bvdo-view iframe {
    width: 100%;
    height: 625px;
}

@media (min-width: 1200px) {}
@media (min-width: 992px) and (max-width: 1199px) {
    .bvdo-view iframe {
        height: 510px;
    }
}
@media (min-width: 791px) and (max-width: 991px) {
    .bvdo-view iframe {
        height: 410px;
    }
}
@media (min-width: 501px) and (max-width: 790px) {
    .bvdo-view iframe {
        height: 410px;
    }
}
@media (min-width: 0px) and (max-width: 500px) {
    .box-video-attxt-n {
        padding-left: 16px;
        padding-right: 16px;
    }

    .bvdo-view iframe {
        height: 230px;
    }
    .acd-head-hd {
        padding: 2px 16px;
    }
}
