
/* =============================================================== */
/* ==================== 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; */
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.stb2-wn {
    width: 50%;
    /* width: 100%; */
}

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


@media (min-width: 1200px) {
    .box-vdttb-n.stb2-wn:nth-child(4n+3), .box-vdttb-n.stb2-wn:nth-child(4n+4) {
        background-color: rgba(var(--color-second-rgb), 0.2);
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .box-vdttb-n.stb2-wn:nth-child(4n+3), .box-vdttb-n.stb2-wn:nth-child(4n+4) {
        background-color: rgba(var(--color-second-rgb), 0.2);
    }
}
@media (min-width: 791px) and (max-width: 991px) {
    .box-vdttb-n.stb2-wn:nth-child(4n+3), .box-vdttb-n.stb2-wn:nth-child(4n+4) {
        background-color: rgba(var(--color-second-rgb), 0.2);
    }
}
@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;
    }
    .stb2-wn {
        width: 100%;
    }
    .box-vdttb-n.stb2-wn:nth-child(odd) {
        background-color: rgba(var(--color-second-rgb), 0.2);
    }
}


/* ====================================================== */
/* ====================== 20260225 ====================== */

.dt-price-pg .txt-comextra-n {
    font-size: 0.75rem;
    text-align: center;
    color: var(--color-red);
    /* padding-top: 2px; */
}

.btxt-range-pr .txtnote-n {
    font-size: 0.75rem;
    font-weight: normal;
    color: var(--color-red);
}


@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) {
    .size-bdt-head-tb9 .dt-price-pg {
        flex-direction: column;
        align-items: flex-end;
    }
    .dt-price-pg .txt-comextra-n {
        text-align: right;
    }
}



/* ====================================================== */
/* ====================== 20260302 ====================== */
.box-country-popular-hn {
    position: relative;
    width: 100%;
    height: auto;
    margin: 36px 0 20px 0;
}

.title-ctppl-hn {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}
.title-ctppl-hn .txttt-ctn {
    font-size: 1.38rem;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-decoration-color: #dd3c36;
    text-underline-offset: 8px;
}

.box-viewct-n,
.box-viewct-accordion-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    /* justify-content: flex-start; */
    flex-wrap: wrap;
    flex-direction: row;
}

.cardlist-ct-hn {
    position: relative;
    width: calc((100%/6) - 25px);
    margin-right: 30px;
    margin-bottom: 16px;
    overflow: hidden;
}
.cardlist-ct-hn a {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.bimg-ct-hn {
    position: relative;
    width: 100%;
    height: auto;
}
.bimg-ct-hn figure {
    position: relative;
    width: 8.5rem;
    height: 8.5rem;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
}
.bimg-ct-hn figure .size-imgct {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.bimg-cthovern {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(var(--color-dark-rgb), 0.5);
}
.bimg-cthovern figure {
    position: relative;
    width: 4rem;
    height: 4rem;
    overflow: hidden;
    border-radius: 100%;
    margin: auto;
    box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 9px 3px rgba(0,0,0,0.5);
}
.bimg-cthovern figure .size-imghvct {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.bname-ct-hn {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.bname-ct-hn .name-ctn {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}

.cardlist-ct-hn:hover .bimg-cthovern {
    display: flex;
    transition: all 0.3s ease;
}
.cardlist-ct-hn:hover .bname-ct-hn .name-ctn {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.ctbtn-shmore-ct {
    font-size: 1rem;
    font-weight: bold;
    margin: 5px auto;
    display: flex;
    background-color: var(--color-first);
    border: 2px solid #ef843c;
    color: var(--color-light);
    padding: 6px 50px;
    border-radius: 50px;
    cursor: pointer;
}
.ctbtn-shmore-ct:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.ctbtn-shmore-ct span {
    color: var(--color-light);
}

.box-viewct-accordion-n {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1.4s ease, opacity 1.3s ease;
}
.box-viewct-accordion-n.active {
    opacity: 1;
}

@media (min-width: 1200px) {
    .cardlist-ct-hn:nth-child(6n+0) {
        margin-right: 0;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .cardlist-ct-hn:nth-child(6n+0) {
        margin-right: 0;
    }
    .bimg-ct-hn figure {
        width: 7rem;
        height: 7rem;
    }
    .bimg-cthovern figure {
        width: 3rem;
        height: 3rem;
    }
}
@media (min-width: 791px) and (max-width: 991px) {
    .cardlist-ct-hn:nth-child(6n+0) {
        margin-right: 0;
    }
    .bimg-ct-hn figure {
        width: 6rem;
        height: 6rem;
    }
    .bimg-cthovern figure {
        width: 2.5rem;
        height: 2.5rem;
    }
}
@media (min-width: 501px) and (max-width: 790px) {
    .cardlist-ct-hn:nth-child(6n+0) {
        margin-right: 0;
    }
    .bimg-ct-hn figure {
        width: 5.5rem;
        height: 5.5rem;
    }
    .bimg-cthovern figure {
        width: 2.2rem;
        height: 2.2rem;
    }
}
@media (min-width: 0px) and (max-width: 500px) {
    .cardlist-ct-hn {
        width: calc((100%/3) - 20px);
    }
    .cardlist-ct-hn:nth-child(3n+0) {
        margin-right: 0;
    }
    .bimg-ct-hn figure {
        width: 6rem;
        height: 6rem;
    }
    .bimg-cthovern figure {
        width: 2.5rem;
        height: 2.5rem;
    }
}

@media (min-width: 0px) and (max-width: 1199px) {
    .box-country-popular-hn {
        order: 3;
        margin-top: 12px;
    }
}





/* ===================================================== */
/* ================= Menu New 20260309 ================= */
:root {
    --color-linesf: #ef843c;
    --color-linesf-rgb: 34, 131, 195;
    --color-gradientf: #fad29e;
    --color-gradientf-rgb: 250, 210, 158;
}

.contact-tab-head {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--color-first);
    border-bottom: 1px solid var(--color-linesf);
}

.spr-ctthd-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 12px 0 6px 0;
    align-items: center;
}

.card-tap-lr {
    position: relative;
    height: auto;
    display: flex;
}
.sizetlr50 { width: 50%; }
.sizetlr40 { width: 40%; }
.sizetlr60 { width: 60%; }
.sizetlr45 { width: 45%; }
.sizetlr55 { width: 55%; }

.view-ctthd {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.icon-ctthd {
    position: relative;
    width: auto;
    height: auto;
    padding: 0 2px;
}
.icon-ctthd i {
    font-size: 1.5rem;
    color: var(--color-light);
}
.icon-ctthd i {
    padding-top: 3px;
}
.txt-ctthd {
    position: relative;
    width: auto;
    height: auto;
    padding-left: 10px;
}
.txt-ctthd p {
    font-size: 1.06rem;
    color: var(--color-light);
    font-weight: bold;
}

.view-scthd-spr {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 0 0 auto;
    align-items: center;
}
.social-thd-n {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}
.ntb-scthd {
    position: relative;
    width: auto;
    height: auto;
    padding-right: 12px;
}
.ntb-scthd:last-child {
    padding-right: 0;
}
.ntb-scthd a {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    cursor: pointer;
    display: flex;
    border-radius: 100%;
    border: 2px solid var(--color-light);
    overflow: hidden;
}
.ntb-scthd i {
    font-size: 1.25rem;
    color: var(--color-light);
    margin: auto;
}
.tel-thd-n {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.icon-telthd {
    position: relative;
    width: auto;
    height: auto;
    padding: 0 2px;
}
.icon-telthd i {
    font-size: 1.5rem;
    color: var(--color-light);
}
.icon-telthd i {
    padding-top: 3px;
}
.txt-telthd {
    position: relative;
    width: auto;
    height: auto;
    padding-left: 10px;
}
.txt-telthd p {
    font-size: 1.06rem;
    color: var(--color-light);
    font-weight: bold;
}
.txt-telthd a {
    font-size: 1.25rem;
    color: var(--color-light);
    cursor: pointer;
    font-weight: bold;
}
.txt-telthd a:hover {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.lines-lr-n {
    position: relative;
    width: 2px;
    height: 2.5rem;
    background-color: var(--color-light);
    margin: 0 12px;
}

.ntb-scthd a:hover.color-scthd-fb {
    background-color: var(--color-fb);
    border: 1px solid var(--color-light);
    transition: all 0.3s ease;
}
.ntb-scthd a:hover.color-scthd-line {
    background-color: var(--color-line);
    border: 1px solid var(--color-light);
    transition: all 0.3s ease;
}
.ntb-scthd a:hover.color-scthd-ig {
    background-color: var(--color-ig);
    border: 1px solid var(--color-light);
    transition: all 0.3s ease;
}
.ntb-scthd a:hover.color-scthd-tt {
    background-color: var(--color-tt);
    border: 1px solid var(--color-light);
    transition: all 0.3s ease;
}
.ntb-scthd a:hover.color-scthd-twt {
    background-color: var(--color-tt);
    border: 1px solid var(--color-light);
    transition: all 0.3s ease;
}
.ntb-scthd a:hover.color-scthd-email {
    background-color: var(--color-email);
    border: 1px solid var(--color-light);
    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) {}

@media (min-width: 0px) and (max-width: 991px) {
    .contact-tab-head {
        display: none;
    }
}


/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
.navbar-menu-head {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--color-light);
    border-bottom: 1px solid var(--color-grey3);
    z-index: 999;
}

.spr-navbar-hd-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding: 10px 0 6px 0;
}
.logo-cpn-hdn {
    position: relative;
    padding-right: 12px;
}
.logo-cpn-hdn figure {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
}
.logo-cpn-hdn figure .size-img-logohd {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: left center;
}

.box-login-register {
    position: relative;
    padding-left: 12px;
}
.spr-lin-rgt-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.btn-login-hdn,
.btn-register-hdn {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.btn-login-hdn {
    margin-bottom: 12px;
}
.btn-login-hdn a,
.btn-register-hdn a {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 100px;
    padding: 3px 16px;
    cursor: pointer;

    border: 2px solid var(--color-first);
    background-color: var(--color-light);
}

.btn-login-hdn p, .btn-login-hdn i,
.btn-register-hdn p, .btn-register-hdn i {
    font-size: 1.03rem;
    color: var(--color-first);
}

.btn-login-hdn i,
.btn-register-hdn i {
    padding-right: 3px;
}

.btn-login-hdn a:hover,
.btn-register-hdn a:hover {
    border: 2px solid var(--color-gradientf);
    background-color: var(--color-first);
    background: linear-gradient(0deg, rgba(var(--color-first-rgb), 1) 0%, rgba(var(--color-gradientf-rgb), 1) 100%);
    transition: all 0.3s ease;
}
.btn-login-hdn a:hover p, .btn-login-hdn a:hover i,
.btn-register-hdn a:hover p, .btn-register-hdn a:hover i {
    color: var(--color-light);
    transition: all 0.3s ease;
}

.boxlines-navbarmnhd-n {
    width: 1px;
    height: stretch;
    background-color: var(--color-first);
}
.boxlines2-navbarmnhd-n {
    width: 1px;
    height: stretch;
    border-right: 1px dashed var(--color-grey3);
}

.sizenavbar1 { width: 10rem; height: 6rem; }
.sizenavbar2 { width: calc(100% - 20rem - 2px); height: auto; }
.sizenavbar3 { width: 10rem; height: auto; }

/* ============= */
@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) {
    .navbar-menu-head {
        border-bottom: none;
        height: 0;
    }
    .spr-navbar-hd-n {
        padding: 0;
    }
    .boxlines-navbarmnhd-n,
    .boxlines2-navbarmnhd-n {
        display: none;
    }
    .logo-cpn-hdn,
    .box-login-register {
        display: none;
    }
}


/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
.navbar-hdn {
    position: relative;
    padding: 0 12px;
}
/* .navbar-hdn nav { background-color: transparent; } */
.navbar-hdn nav {
    border-bottom: none;
}
.navbar-hdn nav .m-navbar .nav--links .n-links {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.navbar-hdn nav .m-navbar .nav--links .n-links li {
    width: auto;
}
.navbar-hdn nav .m-navbar .nav--links .n-links li a:hover span {
    color: var(--color-first);
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 8px;
    transition: all 0.3s ease;
}
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu {
    background-color: var(--color-first);
}
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn {
    border-right: 1px solid var(--color-light);
}
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn:last-child {
    border-right: none;
}
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl .spr-btn-smn .name-box-lsmn p {
    color: var(--color-light);
}
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl .spr-btn-smn .count-box-lsmn .box-circle-bg {
    border: 1px solid var(--color-light);
    width: 2.3rem;
}
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl .spr-btn-smn .name-box-lsmn {
    width: 8.6rem;
}
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl .spr-btn-smn .count-box-lsmn {
    width: 2.5rem;
}
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl:hover {
    background-color: var(--color-light);
    border-radius: 100px;
    transition: all 0.3s ease;
}
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl:hover .spr-btn-smn .name-box-lsmn p,
.navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl:hover .spr-btn-smn .name-box-lsmn2 p {
    color: var(--color-first);
    transition: all 0.3s ease;
}

.navbar-hdn nav .m-navbar .nav--links .n-links li.last-in-row .full-s-psmn {
    left: auto;
}

/* ============= */
@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) {
    .navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu {
        background-color: transparent;
    }
    .navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn {
        border-right: none;
    }
    .navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl .spr-btn-smn .name-box-lsmn {
        width: calc(100% - 2.2rem);
    }
    .navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl .spr-btn-smn .count-box-lsmn {
        display: none;
    }
    .navbar-hdn nav .m-navbar .nav--links .n-links li .sub--menu .box--smn-dd .st--list-smn .btn--box-smnl .spr-btn-smn .name-box-lsmn p {
        color: var(--color-txtg);
    }
}


/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
.box-myprofile-n {
    position: relative;
    width: 100%;
    height: auto;
}

.img-profile-n {
    position: relative;
    width: 100%;
    height: auto;
}
.img-profile-n figure {
    position: relative;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.img-profile-n figure .size-imgprofn {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bname-cpn-profile-n {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 0 5px 0;
    display: flex;
    flex-direction: column;
}

.ctbtn-namecpn-n {
    position: relative;
    width: 100%;
    height: auto;
    max-height: 28px;
    margin: 0 auto;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    background-color: var(--color-light);
    border: 1px dashed var(--color-grey6);
    border-radius: 5px;
    overflow: hidden;
    padding: 2px 6px;
}
.ctbtn-namecpn-n .v-namecpn-n {
    position: relative;
    width: calc(100% - 16px);
    height: auto;
}
.ctbtn-namecpn-n .v-namecpn-n p {
    font-size: 0.88rem;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--color-txtg);
}
.ctbtn-namecpn-n .v-iconmn-n {
    position: relative;
    width: 16px;
    height: auto;
    display: flex;
}
.ctbtn-namecpn-n .v-iconmn-n i {
    font-size: 0.88rem;
    text-align: center;
    margin: auto;
    color: var(--color-txtg);
}
.ctbtn-namecpn-n:hover,
.ctbtn-namecpn-n:focus {
    background-color: var(--color-first);
    border: 1px dashed var(--color-gradientf);
    transition: all 0.3s ease;
}
.ctbtn-namecpn-n:hover .v-namecpn-n p,
.ctbtn-namecpn-n:hover .v-iconmn-n i,
.ctbtn-namecpn-n:focus .v-namecpn-n p,
.ctbtn-namecpn-n:focus .v-iconmn-n i {
    color: var(--color-light);
    transition: all 0.3s ease;
}

.menu-myprofile--n {
    position: absolute;
    width: auto;
    height: auto;
    display: none;
    z-index: 9909;
    border-radius: 5px;
    background-color: var(--color-light);
    box-shadow: 0px -1px 5px 2px rgba(var(--color-dark-rgb), 0.1);
    -webkit-box-shadow: 0px -1px 5px 2px rgba(var(--color-dark-rgb), 0.1);
    -moz-box-shadow: 0px -1px 5px 2px rgba(var(--color-dark-rgb), 0.1);
    transform: translateY(0.5rem);
    transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
    margin-top: 6px;
    right: 0;
    overflow: hidden;
    top: 36px;
}

.btn-list-mnprof-n {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: stretch;
    border-bottom: 1px solid var(--color-grey4);
    cursor: pointer;
}
.btn-list-mnprof-n:last-child {
    border-bottom: none;
}
.btn-list-mnprof-n a {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    display: flex;
    justify-content: stretch;
    padding: 5px 16px;
    border-radius: 5px;
}

.icon-menu-ln {
    position: relative;
    width: 1.9rem;
    height: auto;
}
.icon-menu-ln i {
    font-size: 0.94rem;
    color: var(--color-txtg4);
}

.name-menu-ln {
    position: relative;
    width: auto;
    height: auto;
}
.name-menu-ln p {
    font-size: 0.94rem;
    color: var(--color-txtg4);
    white-space: nowrap;
}

.btn-list-mnprof-n:hover {
    background-color: var(--color-first);
    transition: all 0.3s ease;
}
.btn-list-mnprof-n:hover .icon-menu-ln i,
.btn-list-mnprof-n:hover .name-menu-ln p {
    color: var(--color-light);
    transition: all 0.3s ease;
}
.clbtn-loguot-n:hover {
    background-color: var(--color-red);
    transition: all 0.3s ease;
}

.show-mnprofile {
    display: block;
    transform: translateY(0rem);
}
.arrow-iconrotate {
    transform: rotate(180deg);
    transition: 0.2s 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) {}


/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
.taphead-size-mobile {
    display: none;
}

.spr-iconmenu-logo-smobile {
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--color-light);
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.icon-mn-nsmb {
    position: relative;
    width: 2rem;
    height: auto;
    display: flex;
}
.icon-mn-nsmb i {
    font-size: 1.5rem;
    color: var(--color-txtg);
    cursor: pointer;
}
.icon-mn-nsmb i:hover {
    color: var(--color-first);
    transition: all 0.3s ease;
}

.logo-tap-nsmb {
    position: relative;
    width: calc(100% - 4rem);
    height: auto;
    display: flex;
}
.logo-tap-nsmb a {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
}
.logo-tap-nsmb figure {
    position: relative;
    width: auto;
    height: 3rem;
}
.logo-tap-nsmb figure .size-imglg {
    position: relative;
    width: auto;
    height: 100%;
}

.bfree-size-iconmn {
    position: relative;
    width: 2rem;
    height: 2rem;
}

/* ============= */
@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) {
    .taphead-size-mobile {
        position: relative;
        width: 100%;
        height: auto;
        display: block;
        z-index: 998;
        border-bottom: 1px solid var(--color-gradientf);
        background-color: var(--color-light);
        padding: 6px 0;
    }
}


/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
.-sticky-navbar {
    position: fixed;
    top: 0;
    background-color: var(--color-light);
    box-shadow: 0px -1px 5px 2px rgba(var(--color-dark-rgb), 0.1);
    -webkit-box-shadow: 0px -1px 5px 2px rgba(var(--color-dark-rgb), 0.1);
    -moz-box-shadow: 0px -1px 5px 2px rgba(var(--color-dark-rgb), 0.1);
}

/* ============= */
@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) {
    .-sticky-logo {
        position: fixed;
        top: 0;
        background-color: var(--color-light);
        box-shadow: 0px -1px 5px 2px rgba(var(--color-dark-rgb), 0.1);
        -webkit-box-shadow: 0px -1px 5px 2px rgba(var(--color-dark-rgb), 0.1);
        -moz-box-shadow: 0px -1px 5px 2px rgba(var(--color-dark-rgb), 0.1);
    }
}


/* ===================================================== */
/* ===================================================== */
/* ===================================================== */
.box-lin-rgt-profile-smobile {
    display: none;
}

.smobile-btn-linrgt-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    padding: 16px;
}

.smb-btn-login-n,
.smb-btn-register-n {
    position: relative;
    width: calc((100%/2) - 15px);
    height: auto;
    display: flex;
}
.free-box-smb-mark {
    position: relative;
    width: 30px;
    height: 100%;
}

.smb-btn-login-n a,
.smb-btn-register-n a {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 100px;
    padding: 6px 16px;
    cursor: pointer;
    border: 2px solid var(--color-first);
    background-color: var(--color-light);
    line-height: normal;
}
.smb-btn-login-n p, .smb-btn-login-n i,
.smb-btn-register-n p, .smb-btn-register-n i {
    font-size: 1.03rem;
    color: var(--color-first);
    text-align: center;
}
.smb-btn-login-n i,
.smb-btn-register-n i {
    padding-right: 3px;
}

.smb-btn-login-n a:hover,
.smb-btn-register-n a:hover {
    border: 2px solid var(--color-gradientf);
    background-color: var(--color-first);
    background: linear-gradient(0deg, rgba(var(--color-first-rgb), 1) 0%, rgba(var(--color-gradientf-rgb), 1) 100%);
    transition: all 0.3s ease;
}
.smb-btn-login-n a:hover p, .smb-btn-login-n a:hover i,
.smb-btn-register-n a:hover p, .smb-btn-register-n a:hover i {
    color: var(--color-light);
    transition: all 0.3s ease;
}

.smobile-box-profile-n {
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 16px 5px 16px;
    overflow: hidden;
}

.smb-imgprofile-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    z-index: 9;
}
.smb-imgprofile-n a {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 100%;
    border: 8px solid var(--color-first);
    background-color: var(--color-light);
}
.smb-imgprofile-n figure {
    position: relative;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid var(--color-light);
    background-color: var(--color-light);
}
.smb-imgprofile-n figure .size-imgpf {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smb-name-n {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    padding: 5px 0;
    z-index: 9;
}
.smb-name-n a {
    position: relative;
    width: auto;
    height: auto;
    display: flex;
    margin: 0 auto;
    line-height: normal;
    cursor: pointer;
}
.smb-name-n p {
    font-size: 0.94rem;
    color: var(--color-txtg5);
}

.bgimg-profile-smb-n {
    position: absolute;
    width: 100%;
    height: 5rem;
    background-color: var(--color-first);
    top: 0;
    left: 0;
    z-index: 1;
}

/* ============= */
@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) {
    .box-lin-rgt-profile-smobile {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        /* padding: 16px; */
        border-bottom: 1px dotted rgba(var(--color-gradientf-rgb), 0.4);
    }
}


.tapmenu-two {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

@media (min-width: 0px) and (max-width: 991px) {
    .tapmenu-two {
        display: block;
        padding: 0;
        /* padding: 5px 16px; */
        /* height: 90%; */
        max-height: calc(100% - 4.2rem);
        /* max-height: 90%; */
        width: 100%;
        /* overflow: scroll; */
    }
}