/*# sourceMappingURL=backdoor.css.map */
/*# sourceMappingURL=backdoor.css.map */
@import url("../assets/font/Lato/stylesheet.css");
@import url("../assets/font/Be_Vietnam_Pro/stylesheet.css");

.popup-sll .popup-main {
    width: 100rem;
}

.popup-sll .popup-over {
    max-height: 100vh;
}

.popup-sll .b-row {
    --rg: 0rem;
    row-gap: 0.8rem;
}
.popup-sll .b-row > .col {
    position: relative;
}
@media screen and (max-width: 500px) {
    .popup-sll .b-row > .col {
        width: 100%;
    }
    .popup-sll .b-row > .col::before {
        display: none;
    }
}
.popup-sll .b-row > .col:first-child {
    position: relative;
}
.popup-sll .b-row > .col:first-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0.1rem;
    right: 0rem;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

@media screen and (max-width: 500px) {
    .popup-sll .ssl-popup-img {
        max-width: 40%;
        margin: 0 auto;
    }
    .popup-sll .ssl-popup-panel .b-group {
        overflow-y: auto;
        height: 45vh;
    }
}

.popup-sll .ssl-popup-img .inner {
    border-radius: 1.2rem;
    overflow: hidden;
}

.popup-sll .ssl-popup-img img {
    display: block;
    width: 100%;
}

@media screen and (min-width: 501px) {
    .popup-sll .ssl-popup-panel {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding-left: 1.6rem;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
}
.popup-sll .popup-over {
    overflow-y: hidden;
}
.popup-sll .ssl-popup-panel .b-group {
    flex: 1;
    overflow-y: auto;
}
.popup-sll .ssl-popup-panel .ic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
}
.popup-sll .ssl-popup-panel .ic-list .ic-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
}
@media screen and (max-width: 500px) {
    .popup-sll .ssl-popup-panel .ic-list .ic-link {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.popup-sll .ssl-popup-panel .b-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
    font-family: "Be Vietnam Pro", sans-serif;
    position: relative;
}
.popup-sll .ssl-popup-panel .b-head::before {
    content: "";
    position: absolute;
    top: 0;
    left: -1.5rem;
    width: 0.3rem;
    background: #3b59a8;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.popup-sll .ssl-popup-panel .b-head .text {
    color: #101212;
    font-size: 3.2rem;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {
    .popup-sll .ssl-popup-panel .b-head .text {
        font-size: 2.7rem;
    }
}
.sll-block {
    margin-top: 2.4rem;
}
.page-sll {
    background: #f5f5f5;
}
@media screen and (max-width: 768px) {
    .sll-list > .col {
        width: 100%;
    }
}
@media only screen and (max-width: 800px) {
    .popup-sll .ssl-popup-panel .b-head .text {
        font-size: 2.2rem;
    }
}
.popup-sll .ssl-popup-panel .b-head .t-name {
    color: #000;
    font-size: 2.4rem;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {
    .popup-sll .ssl-popup-panel .b-head .t-name {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .popup-sll .ssl-popup-panel .b-head .t-name {
        font-size: 1.7rem;
    }
}
.popup-sll .ssl-popup-panel .b-head .t-phone {
    color: #f48632;
    font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
    .popup-sll .ssl-popup-panel .b-head .t-phone {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .popup-sll .ssl-popup-panel .b-head .t-phone {
        font-size: 1.7rem;
    }
}
.popup-sll .ssl-popup-panel .b-head .t-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.popup-sll .ssl-popup-panel .b-head .b-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-sll .ssl-popup-panel .b-top .b-des {
    margin-top: 1.2rem;
    color: #475569;
    font-size: 1.6rem;
}

.popup-sll .ssl-popup-panel .b-mid {
    margin-top: 3.2rem;
}
.popup-sll .ssl-popup-panel .b-mid .b-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
}
.popup-sll .ssl-popup-panel .b-mid .box-item .p-head {
    margin-bottom: 1.6rem;
    position: relative;
    z-index: 1;
}
.popup-sll .ssl-popup-panel .b-mid .box-item .p-head::before {
    content: "";
    position: absolute;
    height: 0.1rem;
    background: rgba(0, 0, 0, 0.1);
    left: -1.5rem;
    width: calc(100% + 1.5rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.popup-sll .ssl-popup-panel .b-mid .box-item .p-head .txt {
    display: inline-block;
    padding: 0.8rem 1.6rem;
    border-radius: 100rem;
    color: #f5f7f7;
    font-size: 1.6rem;
    font-weight: 700;
    background: #3b59a8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.popup-sll .ssl-popup-panel .b-mid .box-item .p-ctn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
}
.popup-sll .ssl-popup-panel .b-mid .box-item .p-ctn ul li {
    position: relative;
    padding-left: 2rem;
    color: #475569;
    font-size: 1.6rem;
}
.popup-sll .ssl-popup-panel .b-mid .box-item .p-ctn ul li::before {
    content: "*";
    top: -0.1rem;
    position: absolute;
    left: 0;
    color: #f48632;
    font-size: 2rem;
    font-weight: 700;
}

.sll-it {
    height: 100%;
    padding: 2.4rem;
    background: #fff;
    border-radius: 1.2rem;
}
@media screen and (max-width: 1200px) {
    .sll-it {
        padding: 1.2rem;
    }
}
.sll-it .b-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1200px) {
    .sll-it .b-inner {
        margin: 0 -0.8rem;
    }
}
.sll-it .b-img {
    padding: 0 1.6rem;
    width: 35%;
}
@media screen and (max-width: 1200px) {
    .sll-it .b-img {
        padding: 0 0.8rem;
    }
}
.sll-it .b-img .inner {
    display: block;
    padding-top: calc((1 / 1) * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 1.2rem;
}
.sll-it .b-img .inner img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sll-it .b-panel {
    padding: 0 1.6rem;
    width: 65%;
}
@media screen and (max-width: 1200px) {
    .sll-it .b-panel {
        padding: 0 0.8rem;
    }
}
.sll-it .b-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
}
.sll-it .b-ctn .t-text {
    font-size: 2.4rem;
    font-weight: 700;
    color: #000;
}
@media only screen and (max-width: 1200px) {
    .sll-it .b-ctn .t-text {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .sll-it .b-ctn .t-text {
        font-size: 1.7rem;
    }
}
.sll-it .b-ctn .text-phone {
    color: #f48632;
    font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
    .sll-it .b-ctn .text-phone {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .sll-it .b-ctn .text-phone {
        font-size: 1.7rem;
    }
}
.sll-it .b-ctn .ic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
}
.sll-it .b-ctn .ic-list .ic-link {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
}
@media screen and (max-width: 500px) {
    .sll-it .b-ctn .ic-list .ic-link {
        width: 2.4rem;
        height: 2.4rem;
    }
}
.sll-it .b-ctn .b-des {
    margin-top: 1.2rem;
    font-size: 1.6rem;
    color: #101212;
}
.sll-it .b-ctn .b-des .text {
    color: #b01d1d;
    font-weight: 700;
}
.sll-it .b-ctn .b-des .txt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* UPdate 11/06/2025 */

.buyer-it:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.buyer-it .b-inner {
    padding: 2.4rem 0;
}
@media screen and (max-width: 1024px) {
    .buyer-it .b-inner {
        padding: 1.2rem 0;
    }
}

.buyer-it .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
}
@media screen and (max-width: 1024px) {
    .buyer-it .d-flex {
        gap: 1.2rem;
    }
}
@media screen and (max-width: 911px) {
    .buyer-it .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.buyer-it .d-flex .col-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.buyer-it .d-flex .col-right {
    width: calc((3 / 12) * 100%);
}
@media screen and (max-width: 911px) {
    .buyer-it .d-flex .col-right {
        width: 100%;
    }
}

.buyer-it .b-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.2rem;
}
@media screen and (max-width: 1024px) {
    .buyer-it .b-group {
        gap: 1.2rem;
    }
}
@media screen and (max-width: 500px) {
    .buyer-it .b-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
}

.buyer-it .b-img {
    width: 25%;
}
@media screen and (max-width: 500px) {
    .buyer-it .b-img {
        width: 35%;
    }
}
.buyer-it .b-img .inner {
    aspect-ratio: 1/1;
    border-radius: 1.2rem;
    overflow: hidden;
}
.buyer-it .b-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.buyer-it .b-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.buyer-it .b-info .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.2rem;
}
@media screen and (max-width: 1024px) {
    .buyer-it .b-info .content-inner {
        gap: 1.2rem;
    }
}
.buyer-it .b-info .content-inner .t-head .t-name {
    font-size: 2.4rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}
@media only screen and (max-width: 1200px) {
    .buyer-it .b-info .content-inner .t-head .t-name {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .buyer-it .b-info .content-inner .t-head .t-name {
        font-size: 1.7rem;
    }
}
.buyer-it .b-info .content-inner .b-desc {
    font-size: 1.6rem;
    color: #000;
}
.buyer-it .b-info .content-inner .b-desc .txt {
    color: #606969;
    font-weight: 700;
}

.buyer-it .b-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.4rem;
    padding-left: 3.2rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
    .buyer-it .b-side {
        padding-left: 1.2rem;
    }
}
@media screen and (max-width: 911px) {
    .buyer-it .b-side {
        padding-left: 0;
        border-left: none;
    }
}
.buyer-it .b-side-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
}
.buyer-it .b-side .t-gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
}
.buyer-it .b-side .t-left {
    width: 12rem;
}
@media screen and (max-width: 768px) {
    .buyer-it .b-side .t-left {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.buyer-it .b-side .t-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.buyer-it .b-side .txt {
    color: #606969;
}
/* .buyer-it .b-side .btn {
    border-radius: 100rem;
} */
@media screen and (max-width: 911px) {
    .buyer-it .b-side .btn {
        margin: 0 auto;
    }
}
.buyer-it .b-side .t-link {
    color: var(--color-pri);
    text-decoration: underline;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
@media (hover: hover) {
    .buyer-it .b-side .t-link:hover {
        color: var(--color-pri);
    }
}

.ncc-bn {
    position: relative;
    min-height: 32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 3.2rem;
}
@media screen and (max-width: 768px) {
    .ncc-bn {
        padding: 1.2rem;
        min-height: 20rem;
    }
}
.ncc-bn-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.ncc-bn-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 106, 174, 0)), to(rgba(41, 106, 174, 0.5)));
    background: linear-gradient(180deg, rgba(41, 106, 174, 0) 0%, rgba(41, 106, 174, 0.5) 100%);
}
.ncc-bn-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.ncc-bn-info {
    color: var(--color-white);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.2rem;
    position: relative;
    z-index: 1;
}
.ncc-bn-info .t-text {
    font-size: 3.2rem;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {
    .ncc-bn-info .t-text {
        font-size: 2.7rem;
    }
}
@media only screen and (max-width: 800px) {
    .ncc-bn-info .t-text {
        font-size: 2.2rem;
    }
}
.ncc-bn-info .t-des {
    font-size: 1.6rem;
    font-weight: 400;
    color: #f5f7f7;
}

.page-ncc {
    background: #f5f5f5;
}

.ncc-wrap {
    border-radius: 1.2rem;
    overflow: hidden;
    background: #fff;
}

.ncc-form .form-ip > .t-text {
    font-size: 1.6rem;
    color: #475569;
}

.ncc-form .row {
    --rg: 2.4rem;
    --cg: 2.4rem;
}
@media screen and (max-width: 1024px) {
    .ncc-form .row {
        --rg: 1.2rem;
        --cg: 1.2rem;
    }
}

.ncc-form .btn {
    min-height: 4.8rem;
}

.ncc-form-inner {
    padding: 3.2rem;
}
@media screen and (max-width: 768px) {
    .ncc-form-inner {
        padding: 1.2rem;
    }
}

.ncc-form .form-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ncc-form .form-file .form-group {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

.checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.checkbox-group .checkbox-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.2rem;
    cursor: pointer;
}
.checkbox-group .checkbox-item .b-checkbox {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.4rem;
    border: 0.1rem solid #cbd5e1;
    background: #fff;
    position: relative;
}
.checkbox-group .checkbox-item .b-checkbox::before {
    content: "";
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 0.4rem;
    background: var(--color-pri);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.checkbox-group .checkbox-item input:checked + .b-checkbox::before {
    opacity: 1;
}
.checkbox-group .checkbox-item .t-text {
    font-size: 1.6rem;
    font-weight: 400;
    color: #475569;
}

.page-ncc-detail {
    background: #f2f4fa;
}

.ncc-title {
    font-size: 4rem;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {
    .ncc-title {
        font-size: 3.5rem;
    }
}
@media only screen and (max-width: 800px) {
    .ncc-title {
        font-size: 2.7rem;
    }
}

.ncca-head .t-des {
    color: #101212;
}

.nccd-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    --rg: 0rem;
    row-gap: 2.4rem;
}
@media screen and (max-width: 768px) {
    .nccd-row > .col {
        width: 100%;
    }
}

.nccb-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
    padding: 2.4rem;
    background: #fff;
    border-radius: 1.2rem;
    height: 100%;
    -webkit-box-shadow: 1rem 1rem 1.2rem #abbbe3;
    box-shadow: 1rem 1rem 1.2rem #abbbe3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    min-height: 12rem;
}
@media screen and (max-width: 1200px) {
    .nccb-it {
        padding: 1.2rem;
        -webkit-box-shadow: 0.3rem 0.3rem 1rem #abbbe3;
        box-shadow: 0.3rem 0.3rem 1rem #abbbe3;
    }
}
@media screen and (max-width: 500px) {
    .nccb-it {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .nccb-it br {
        display: none;
    }
}
.nccb-it .t-des {
    text-align: center;
}
@media (hover: hover) {
    .nccb-it:hover {
        background: var(--color-pri);
    }
    .nccb-it:hover .t-des {
        color: #fff;
    }
}
.nccb-it .icon {
    width: 4rem;
    height: 4rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.nccb-it .t-des {
    font-size: 1.6rem;
    color: #101212;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media screen and (max-width: 500px) {
    .nccb-head {
        text-align: center;
    }
}

.nccb-slider {
    margin: -0.2rem;
}
.nccb-slider .swiper-container {
    padding: 0.2rem;
}
.nccb-slider .swiper-slide {
    overflow: visible;
}
.nccb-slider .swiper-pagination {
    margin-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 0;
    font-size: 2.4rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #0e460e;
}
@media only screen and (max-width: 1200px) {
    .nccb-slider .swiper-pagination {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .nccb-slider .swiper-pagination {
        font-size: 1.7rem;
    }
}
.nccb-slider .swiper-pagination .swiper-pagination-current {
    color: var(--color-pri);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
}
.nccb-slider .swiper-pagination .swiper-pagination-total {
    font-size: 1.4rem;
}
.nccb-slider .nccb-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.6rem;
    margin-top: 1.2rem;
}
.nccb-slider .nccb-bottom::before {
    content: "";
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 0.1rem;
    background: #0e460e;
    opacity: 0.2;
}

.qa-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4rem;
}
@media screen and (max-width: 1200px) {
    .qa-list {
        padding: 2.4rem;
    }
}

.nccd-panel {
    position: relative;
}
.nccd-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 110%;
    bottom: 0;
    background: #e2e5f0;
    z-index: -1;
    border-radius: 2.4rem 2.4rem 0 0;
}
@media screen and (max-width: 768px) {
    .nccd-panel::before {
        width: 100%;
    }
}

.qa-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    gap: 0.4rem;
    position: relative;
    z-index: 1;
}
.qa-heading .title {
    font-weight: 700;
    color: #101212;
    font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
    .qa-heading .title {
        font-size: 2rem;
    }
}
@media only screen and (max-width: 800px) {
    .qa-heading .title {
        font-size: 1.7rem;
    }
}
.qa-heading .icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    background: var(--color-pri);
    border-radius: 100rem;
}
@media screen and (max-width: 768px) {
    .qa-heading .icon {
        width: 3rem;
        height: 3rem;
    }
}
.qa-heading .icon::before,
.qa-heading .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.qa-heading .icon::before {
    width: 0.1rem;
    height: 1.6rem;
}
.qa-heading .icon::after {
    height: 0.1rem;
    width: 1.6rem;
}

.nccd-wrap {
    position: relative;
}

.nccd-decor {
    position: absolute;
    width: 40%;
    left: 30%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0rem;
    mix-blend-mode: darken;
}
.nccd-decor img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .nccd-decor {
        position: static;
        -webkit-transform: unset;
        transform: unset;
        max-width: 75%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .nccd-decor {
        width: 100%;
    }
}

.qa-item {
    position: relative;
    overflow: hidden;
}
.qa-item:not(:last-child) {
    margin-bottom: 3.2rem;
    padding-bottom: 3.2rem;
    border-bottom: 1px solid rgba(16, 18, 18, 0.1);
}
@media screen and (max-width: 768px) {
    .qa-item:not(:last-child) {
        margin-bottom: 1.2rem;
        padding-bottom: 1.2rem;
    }
}
.qa-item.active .qa-heading .icon::before {
    opacity: 0;
}

.qa-body {
    margin-top: 2.4rem;
    display: none;
}

.ncce-it {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
}

.ncce-icon {
    width: var(--iz);
    height: var(--iz);
    border-radius: 100rem;
    background: var(--color-sec);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
.ncce-icon img {
    display: block;
    width: 5.6rem;
    border-radius: unset;
}
@media screen and (max-width: 768px) {
    .ncce-icon img {
        width: 4rem;
    }
}

.ncce-ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: 1.2rem;
}
@media screen and (max-width: 768px) {
    .ncce-ctn br {
        display: none;
    }
}
.ncce-ctn .txt {
    color: var(--color-sec);
    font-weight: 700;
}
.ncce-ctn .t-text {
    font-size: 2rem;
    font-weight: 700;
    color: #101212;
}
@media only screen and (max-width: 1200px) {
    .ncce-ctn .t-text {
        font-size: 1.8rem;
    }
}
@media only screen and (max-width: 800px) {
    .ncce-ctn .t-text {
        font-size: 1.6rem;
    }
}
.ncce-ctn .t-des {
    color: #828282;
    font-size: 1.6rem;
}

.ncce-slider .swiper-slide:nth-child(2) .ncce-icon {
    background: #173cbe;
}

.ncce-slider .swiper-slide:nth-child(3) .ncce-icon {
    background: #f48632;
}

.ncce-slider .swiper-slide:nth-child(4) .ncce-icon {
    background: #fd7106;
}

.ncce-slider .col {
    width: calc(100% / 5);
}
@media screen and (max-width: 1200px) {
    .ncce-slider .col {
        width: calc(100% / 3);
    }
}
@media screen and (max-width: 768px) {
    .ncce-slider .col {
        width: 50%;
    }
}

.ncce-block {
    margin-top: 4rem;
    position: relative;
    --iz: 14rem;
}
@media screen and (max-width: 768px) {
    .ncce-block {
        --iz: 10rem;
    }
}
.ncce-block::before {
    content: "";
    position: absolute;
    top: calc(var(--iz) / 2 + 0.1rem);
    height: 0.1rem;
    width: 100vw;
    border-top: 0.1rem dashed #000;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nccm-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.4rem;
    color: #101212;
}
.nccm-head .t-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.4rem;
}
@media screen and (max-width: 768px) {
    .nccm-head .t-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.2rem;
    }
}
.nccm-head .t-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem;
    font-size: 1.6rem;
    font-weight: 700;
}
.nccm-head .t-list li::before {
    content: "\f00c";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    font-family: "Font Awesome 5 Pro";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #33e126;
}

.t-italic {
    font-style: italic;
}

.nccm-decor {
    max-width: 90%;
    margin: 0 auto;
    margin-top: -6%;
    position: relative;
    z-index: -1;
}
.nccm-decor .inner {
    position: relative;
}
.nccm-decor .inner img {
    display: block;
    width: 100%;
}
.nccm-decor .inner .inner-decor {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 45%;
    position: absolute;
    z-index: 2;
}
.nccm-decor .inner .inner-decor2 {
    position: relative;
}
.nccm-decor .inner .inner-decor2::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 28%;
    width: 100vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f2f4fa;
}

.sec-nccm {
    position: relative;
    z-index: 1;
    background: #ffff;
}

.page-ncc-detail ~ .ft {
    background: #f2f4fa;
    --color-white: #060911;
}

.sec-ncce {
    background: #ffff;
}

.popup-ncc .popup-wrapper {
    padding: 0;
}

.popup-ncc .ncc-wrap {
    border-radius: unset;
    background: #fef8f2;
}

.popup-ncc .popup-over {
    max-height: 90vh;
}
.ncc-form-inner .wpcf7-not-valid-tip {
    position: absolute;
    font-size: 1.2rem;
    bottom: unset;
    top: 100%;
    left: 0;
}
@media screen and (max-width: 768px) {
    .ncc-form-inner .row {
        --rg: 2.6rem;
    }
    .ncc-form-inner .col {
        width: 100%;
    }
    .ncc-form-inner .form-file {
        flex-wrap: wrap;
    }
}
.buyer-it .b-info .content-inner .txt-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.buyer-it .b-info .content-inner .t-link {
    color: var(--color-pri);
    font-weight: 500;
    cursor: pointer;
}
.buyer-it .b-info .content-inner input:checked ~ .txt-content {
    overflow: unset;
    -webkit-line-clamp: unset;
}

.buyer-it .b-info .content-inner .control-link .t-link:nth-child(2) {
    display: none;
}
.buyer-it .b-info .content-inner input:checked ~ .control-link .t-link:nth-child(2) {
    display: block;
}
.buyer-it .b-info .content-inner input:checked ~ .control-link .t-link:nth-child(1) {
    display: none;
}
@media screen and (max-width: 768px) {
    .side-img {
        display: block !important;
        right: 8% !important;
        width: 35% !important;
    }
    .main.page-home ~ .ft {
        padding-bottom: 12rem;
    }
}
.popup-media canvas {
    width: 100% !important;
}
.popup-media .popup-wrapper {
    position: static;
}
.popup-media .btn {
    padding: 0.6rem 1.2rem;
    position: absolute;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    width: max-content;
}
.popup-open {
    cursor: pointer;
}

/* HPT 6/4/2026 */
:root {
    --color-pri: #f06a23;
    --pri-opa-1: rgba(240, 106, 35, 0.1);
    --color-tt: #172554;
    --blue-second: #0a0762;
    --color-sec: #172554;
    --gray: #737373;
}

.hbox-in .t-gr .t-text {
    font-family: unset;
    font-weight: 800;
}

.hbox .t-gr .t-text {
    color: #262626;
}

.t-title {
    --f-sz: clamp(2.4rem, calc(0.3934rem + 2.2951vw), 4.8rem);
    font-size: var(--f-sz);
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
}

.btn {
    border-radius: 0.6rem;
    font-weight: 700;
}

.bnh-btn .btn.trans:not(:hover) {
    background: white;
    color: #262626;
}

.hbr-head {
    max-width: 100%;
}

.ft {
    background-color: #172554;
}

.hbu-box-inner .t-gr {
    font-weight: 800;
}

.hbu-ctn .head {
    display: none;
}

.hbu-list {
    position: relative;
    z-index: 2;
    padding: 1.6rem;
    border-radius: 1.6rem;
    background: rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.hbu-list::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 0.1rem;
    z-index: 2;
    background: linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0.3) 8%, rgba(255, 255, 255, 0.15) 92%, white 100%);
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: inherit;
}

.hbu-box:not(:last-child)::after {
    opacity: 0;
}

main.page-home.show-page {
    opacity: 1;
}

.hbu-decor {
    width: 60%;
    transform: translate(-55%, 0);
}

.hbu-decor .in {
    width: 100%;
    height: 100%;
}

.hbu-decor img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.t-des,
.abm-in .t-des,
.abw-in .t-des {
    color: var(--gray);
}

.abh-in .t-gr .t-text,
.abh-in .t-num,
.abm-in .t-text,
.abw-in .t-text {
    font-weight: 800;
}

.abm-in .t-tex,
.abw-in .t-text {
    text-transform: uppercase;
}

.ser-bl .col {
    width: calc(100% / 3);
}

.ser-it .ser-in {
    border: none;
}

.ser-it .ser-in:not(:hover) {
    background: rgba(0, 0, 0, 0.02);
}

.ser-it .ser-in {
    position: relative;
}

.ser-it .ser-in::after {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    padding: 0.1rem;
    background: linear-gradient(-45deg, white 0%, rgba(255, 255, 255, 0.4) 8%, rgba(255, 255, 255, 0.15) 92%, white 100%);
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    border-radius: inherit;
}

.pse-dot-pos {
    background: var(--color-pri);
}

.pse-dot-pos .t-gr .t-link,
.pse-dot-pos .t-gr .t-txt {
    color: white;
}

.pse-dot-pos .t-gr .t-link:hover {
    color: white;
    text-decoration: underline;
    text-underline-position: under;
}

.ft-nav::before,
.ft-nav::after {
    background: white;
}

.serdt-content .mona-content img {
    border-radius: 1.6rem;
}

.serdt-cate-it {
    border-bottom: none;
}

.serdt-cate-it .t-link {
    padding: 1.6rem;
    border-radius: 1.6rem;
}

.serdt-cate-it .t-link:hover {
    background: var(--pri-opa-1);
}

.serdt-cate-it .t-link .icon-ser {
    width: 4rem;
    height: 4rem;
}

.serdt-cate-it .t-link .icon {
    display: none;
}

.serdt-cate-it .t-link .t-text,
.pcare-box .t-gr .t-link,
.pcare-info-box .t-gr .t-num,
.caredt-py .t-head,
.pgal-tt {
    font-family: unset;
}

.serdt-content .mona-content h1,
.serdt-content .mona-content h2,
.serdt-content .mona-content h3,
.serdt-content .mona-content h4,
.serdt-content .mona-content h5,
.serdt-content .mona-content h6 {
    color: var(--color-sec);
}

.news-tt:not(:hover) {
    color: #262626;
}

.newsdt-content .mona-content h1,
.newsdt-content .mona-content h2,
.newsdt-content .mona-content h3,
.newsdt-content .mona-content h4,
.newsdt-content .mona-content h5,
.newsdt-content .mona-content h6 {
    color: var(--color-pri);
}

.newsdt-toc #ez-toc-container .ez-toc-title {
    background: var(--color-pri);
}

.newsdt-toc #ez-toc-container .ez-toc-list .ez-toc-link {
    color: var(--color-sec);
}

.newsdt-toc #ez-toc-container .ez-toc-list .ez-toc-link:hover {
    background: var(--pri-opa-1);
}

.newsrl-head .btn.trans {
    display: none;
}

.newsrl-head {
    justify-content: center;
}

.pcare-btn .btn.trans:not(:hover) {
    background: var(--color-pri);
    color: white;
}

.pcare-btn .btn.trans::after {
    background: white;
}

.pcare-btn .btn.trans i {
    color: white;
}

.pcare-btn .btn.trans:hover,
.pcare-btn .btn.trans:hover i {
    color: var(--color-pri);
}

.pcare-it,
.caredt-py,
.ct-if.ct-if-form,
.res-side-li .t-link:hover {
    background: #fff7ed;
}

.caredt-py .t-head {
    font-size: 2.4rem;
}

button,
input,
textarea {
    font-family: "Lato", sans-serif;
}

.pgal-bl {
    position: relative;
}

.pgal-bg {
    position: absolute;
    right: 0;
    width: 60%;
    bottom: 0;
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
}

.ncc-title {
    color: var(--color-sec);
    span {
        color: var(--color-pri);
    }
}

.nccd-panel {
    padding-bottom: 20rem;
    transform: translateX(-5rem);
    z-index: 2;
}

.nccd-panel::before {
    display: none;
    width: 100%;
}

.qa-list {
    padding: 2.4rem;
    background: #fff7ed;
    border-radius: 1.6rem;
}

.qa-body {
    margin-top: 0.4rem;
}

.qa-item:not(:last-child) {
    padding-bottom: 0;
    margin-bottom: 2rem;
    border-bottom: none;
}

.nccd-decor {
    transform: translateX(-40%);
}

.ncce-slider .swiper-slide:nth-child(2) .ncce-icon {
    background: var(--color-sec);
}

.sll-it .b-ctn .b-des .text {
    color: var(--color-pri);
}

.sec-pgal .ser-bg {
    transform: translateY(0);
}

@media screen and (min-width: 1201px) {
    .ser-it .ser-in {
        border-radius: 3.2rem;
    }

    .hbu-ship {
        bottom: -15%;
    }
}

@media screen and (min-width: 851px) {
    .hbu-box-inner {
        align-items: flex-start;
    }
}

@media screen and (max-width: 1600px) {
    .hbu-decor {
        transform: translate(-55%, 0);
    }
}

@media screen and (max-width: 1500px) {
    .hbu-decor {
        transform: translate(-25%, 0);
    }
}
@media screen and (max-width: 1400px) {
    .hbu-decor {
        transform: translate(0, 0);
    }
}

@media screen and (max-width: 1200px) {
    .serdt-content .mona-content img {
        border-radius: 0.8rem;
    }

    .hbu-decor {
        margin: 4rem auto 0;
    }

    .qa-list {
        padding: 1.6rem;
    }

    .serdt-cate-it .t-link {
        padding: 1.2rem;
        border-radius: 0.8rem;
    }
}

@media screen and (max-width: 768px) {
    .ser-bl .col {
        width: 50%;
    }
    .nccd-panel {
        transform: translateX(0);
        padding-bottom: 4rem;
    }

    .qa-list {
        border-radius: 0.8rem;
    }

    .ncc-title {
        text-align: center;
    }

    .nccd-decor {
        transform: translateX(0);
    }
}

@media screen and (max-width: 575px) {
    .hbu-decor {
        width: 80%;
    }
}

@media screen and (max-width: 370px) {
    .ser-bl .col {
        width: 100%;
    }
}
