.section-themes-details {
    padding: 30px 0;
}

.section-themes-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.section-themes-wrapper .section-themes_left {
    flex: 0 0 calc(65% - 15px);
    max-width: calc(65% - 15px);
}

.section-themes-wrapper .section-themes_right {
    flex: 0 0 calc(35% - 15px);
    max-width: calc(35% - 15px);
}

.themes-image {
    padding-bottom: 10px;
}

.theme-detail--images .screen-block {
    position: relative;
}

.theme-detail--images .screen-block__desktop {
    position: relative;
    overflow: hidden;
    width: 80%;
    background: #ffffff;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.2);
}

.lazyload-image {
    box-sizing: content-box;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: auto;
}

.lazyload-image .lazyload-image__placeholder {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.theme-detail--images .screen-block__desktop .lazyload-image img {
    margin-left: auto;
    margin-right: auto;
}

.lazyload-image .lazyload-image__placeholder .lazyloaded {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.lazyload-image .lazyload-image__placeholder img {
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
}

.lazyloaded:not(.noreset) {
    width: auto;
    height: auto;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    transition: opacity 300ms, filter 400ms;
    -webkit-transition: opacity 300ms, filter 400ms;
}

.theme-detail--images .screen-block__mobile {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 270px;
    max-width: 50%;
}

.theme-detail--images .screen-block__mobile .iphone-frame {
    width: 100%;
}

.theme-detail--images .screen-block__mobile .iphone-frame--device {
    position: relative;
    margin: 0 auto;
    background: #3A4245;
    padding: 4px 4px 0;
    box-shadow: 0px 2px 4px rgba(0, 21, 64, 0.05), 0px 0px 2px rgba(0, 21, 64, 0.14);
}

.theme-detail--images .screen-block__mobile .iphone-frame--device,
.theme-detail--images .screen-block__mobile .iphone-frame--boximg {
    border-radius: 25px 25px 0 0;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg {
    background: #121515;
    padding: 10px 8px 0px;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch {
    background: #131515;
    width: 46%;
    border-radius: 0 0 18px 18px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    padding: 5px 0 6px;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch span:nth-child(1) {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 12px;
    background: #262C2D;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch span {
    margin: 0 3px;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch span:nth-child(2) {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #262C2D;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-notch span:nth-child(2):before {
    content: "";
    width: 1px;
    height: 1px;
    background: #636F73;
    opacity: 0.4;
    display: block;
    margin: 2px auto 0;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span {
    position: absolute;
    width: 2px;
    background: #121515;
    border-radius: 2px;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span:nth-child(1) {
    height: 22px;
    left: -2px;
    top: 15%;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span:nth-child(2) {
    height: 40px;
    left: -2px;
    top: calc(15% + 22px + 15px);
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span:nth-child(3) {
    height: 40px;
    left: -2px;
    top: calc(15% + (37px + 40px) + 15px);
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-volume span:nth-child(4) {
    height: 60px;
    right: -2px;
    top: calc(15% + 60px);
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-lazy {
    border-radius: 18px 18px 0 0;
    overflow: hidden;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .lazyload-image .lazyload-image__placeholder {
    background: #ffffff;
}

.theme-detail--images .screen-block__mobile .iphone-frame--boximg .boximg-lazy img {
    margin: 0 auto;
}

.noi_dung {
    font-size: 16px;
}

.noi_dung p {
    margin-bottom: 10px;
}

.noi_dung:not(:last-child) {
    margin-bottom: 20px;
}

.noi_dung h1 {
    font-size: 24px;
}

.noi_dung h2 {
    font-size: 21px;
}

.noi_dung h3 {
    font-size: 18px;
}

.noi_dung h4 {
    font-size: 16px;
}

.noi_dung h5 {
    font-size: 13px;
}

.noi_dung h6 {
    font-size: 11px;
}

.noi_dung h1,
.noi_dung h2,
.noi_dung h3,
.noi_dung h4,
.noi_dung h5,
.noi_dung h6 {
    font-weight: 700;
}

.noi_dung h1:not(:last-child),
.noi_dung h2:not(:last-child),
.noi_dung h3:not(:last-child),
.noi_dung h4:not(:last-child),
.noi_dung h5:not(:last-child),
.noi_dung h6:not(:last-child) {
    margin-bottom: 15px;
}

.noi_dung em {
    display: block;
}

.noi_dung ul,
.noi_dung ol {
    margin-left: 25px;
}

.noi_dung ol li {
    list-style: decimal;
    position: relative;
}

.noi_dung ul li {
    list-style: disc;
}

.noi_dung ul:not(:last-child),
.noi_dung ol:not(:last-child),

.noi_dung div:not(:last-child),
.noi_dung p:not(:last-child) {
    margin-bottom: 10px;
}

.noi_dung p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.noi_dung p em,
.noi_dung ul em,
.noi_dung li em,
.noi_dung div em {
    display: inline;
}

.noi_dung iframe {
    max-width: 100%;
}

@media (max-width: 992px) {}

.noi_dung table {
    width: 100%;
    border-spacing: 0;
}

.noi_dung table:not(:last-child) {
    margin-bottom: 10px;
}

.noi_dung table tr:last-child,
.noi_dung table td:last-child,
.noi_dung table th:last-child,
.noi_dung table tbody:last-child,
.noi_dung table thead:last-child {
    margin-bottom: 0;
}

.noi_dung td:first-child {
    padding-right: 10px;
}

.noi_dung td:last-child {
    padding-left: 10px;
}

.noi_dung td img {
    max-width: 100%;
    display: inline-block;
    border-radius: 25px;
}

.noi_dung #toc-list li {
    list-style: none;
}

.noi_dung img {
    max-width: 100%;
    display: inline-block;
}

.noi_dung blockquote {
    background: #f6f6f6;
    border-radius: 10px;
    padding: 10px 20px;
    border-left: 5px solid #1c486f;
    font-style: italic;
}

.noi_dung blockquote:not(:last-child) {
    margin-bottom: 10px;
}

.bvc-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 1px 10px rgba(24, 24, 24, 0.07);
    transition: all .2s;
    overflow: hidden;
}

.section-themes-wrapper .bvc-card {
    box-shadow: none;
    padding: 20px 20px;
    border-radius: 8px;
    background-color: #F5F7F9;
}

.product-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.theme-detail--heading {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #CECECE;
    margin-bottom: 20px;
    gap: 0px 17px;
}

.theme-detail--heading .theme-detail--price {
    font-size: 22px;
    color: red;
    font-weight: 700;
}

.theme-detail--cta-inner {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 13px;
}

.theme-detail--cta-inner .theme-detail--ctas {
    flex: 1;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 8px 24px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn.btn-transparent.cl-black.btn-desktop {
    background: #FFF;
    color: #004bad;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-color: #004bad;
    width: 100%;
    border-radius: 24px;
    transition: .3s all ease-in-out;
    padding: 8px 24px;
    font-size: 16px;
    display: block;
    text-align: center;
}

.btn.btn-transparent.cl-black.btn-desktop:before {
    content: '';
    background-color: #0070d2;
    position: absolute;
    top: 0;
    left: -2px;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn.btn-transparent.cl-black.btn-desktop:hover:before {
    opacity: 1;
    right: -2px;
    width: calc(100% + 4px);
}

.btn.btn-transparent.cl-black.btn-desktop:hover {
    color: #FFF;
}

.btn.btn-transparent.cl-black {
    color: #FFF;
    border-color: #004bad;
    background-color: #004bad;
}

.btn.btn-transparent.cl-black:hover {
    background-color: #024091;
}

.themes-action .more-theme-btn button {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    border-radius: 24px;
}

.btn.btn-transparent:hover {
    border-color: #004bad;
    background-color: #004bad;
    color: white;
}

.theme-detail--notify-inner {
    font-size: 16px;
    margin-top: 15px;
}

.block-hrvcard_promotion {
    padding: 5px;
    background: white;
    margin-top: 20px;
    border-radius: 8px;
}

.block-hrvcard_promotion .hrvcard_promotion {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    background-color: #EAF7FF;
    padding-left: 10px;
    padding-right: 10px;
}

.hrvcard_promotion .promotion-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.checkboxChoice .checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block-hrvcard_promotion .listChoice-option .checkbox-primary,
.block-hrvcard_promotion .listChoice-option .radio-primary {
    margin: 0px 0 0px;
    padding: 0;
    position: relative;
}

.block-hrvcard_promotion .listChoice-option .radio-primary input[type='radio']+label,
.block-hrvcard_promotion .listChoice-option .checkbox-primary input[type='checkbox']+label {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin: 0;
}

.block-hrvcard_promotion .listChoice-option .radio-primary input[type='radio'],
.block-hrvcard_promotion .listChoice-option .checkbox-primary input[type='checkbox'] {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    min-height: 20px;
    color: #fff;
    background: #fffef2;
    border: 1px solid #333;
    border-radius: 2px;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin: 0;
    transition: all 0.15s ease-out 0s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.block-hrvcard_promotion .listChoice-option .radio-primary input[type='radio']:before,
.block-hrvcard_promotion .listChoice-option .checkbox-primary input[type='checkbox']:before {
    content: '\2714\fe0e';
    font-size: 14px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    opacity: 0;
    position: absolute;
    display: inline-block;
    text-align: center;
}

.block-hrvcard_promotion .listChoice-option .radio-primary .input-radius[type='radio'],
.block-hrvcard_promotion .listChoice-option .radio-primary .input-radius[type='radio']:after {
    border-radius: 50%;
}

.block-hrvcard_promotion .listChoice-option .radio-primary input[type='radio']:hover:before,
.block-hrvcard_promotion .listChoice-option .checkbox-primary input[type='checkbox']:hover:before {
    opacity: 1;
    color: #F9A825;
}

.block-hrvcard_promotion .listChoice-option .radio-primary input[type='radio']:hover,
.block-hrvcard_promotion .listChoice-option .checkbox-primary input[type='checkbox']:hover {
    background: #fff;
}

.block-hrvcard_promotion .listChoice-option .radio-primary input[type='radio']:checked,
.block-hrvcard_promotion .listChoice-option .checkbox-primary input[type='checkbox']:checked {
    background: #0047ba;
    border-color: #ffffff;
}

.block-hrvcard_promotion .listChoice-option .radio-primary input[type='radio']:checked:after,
.block-hrvcard_promotion .listChoice-option .checkbox-primary input[type='checkbox']:checked:after {
    content: '';
    display: block;
    position: relative;
    z-index: 100;
    background: #00b0ff;
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
}

.block-hrvcard_promotion .listChoice-option .radio-primary input[type='radio']:checked:before,
.block-hrvcard_promotion .listChoice-option .checkbox-primary input[type='checkbox']:checked:before {
    opacity: 1;
    color: #ffffff;
}

@keyframes click-wave {
    0% {
        height: 15px;
        width: 15px;
        opacity: 0.35;
        position: relative;
    }

    100% {
        height: 40px;
        width: 40px;
        margin-left: -12.5px;
        margin-top: -12.5px;
        opacity: 0;
    }
}

#serviceModal .field-error,
#serviceModal-1 .field-error,
.block-hrvcard_promotion .field-error {
    font-size: 12px;
    color: red;
    position: relative;
    top: -15px;
    margin: 0;
}

#serviceModal input[type='checkbox']:not(:checked),
#serviceModal-1 input[type='checkbox']:not(:checked) {
    cursor: auto;
}

#serviceModal input[type='checkbox']:not(:checked):after,
#serviceModal input[type='checkbox']:not(:checked):before,
#serviceModal-1 input[type='checkbox']:not(:checked):after,
#serviceModal-1 input[type='checkbox']:not(:checked):before {
    display: none !important;
}

.groupbox-dropdown__inner {
    background: #f9f9f9;
    border-left: 3px solid #e53935;
    border-radius: 0 4px 4px 0;
    padding: 8px 12px;
    margin-top: 6px;
    margin-left: 24px;
}

.groupbox-dropdown__inner .groupbox-dropdown__price strong.price {
    text-align: right;
    font-size: 15px;
    color: red;
    font-weight: 500;
}

.js-groupbox {
    margin-bottom: 10px;
    position: relative;
}

.promotion-details__notify {
    font-size: 13px;
    color: #888;
    text-align: center;
}

.checkboxChoice .promotion-details__price-compare {
    display: inline-block;
    background: #ff5252;
    color: #fff;
    border-radius: 4px;
    padding: 1px 6px;
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
}

.groupbox-dropdown__inner .groupbox-dropdown__price span {
    margin-left: 10px;
    display: inline-flex;
    padding: 3px 12px;
    line-height: 1.4;
    background-color: red;
    color: white;
    font-weight: 500;
    font-size: 12px;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
}

.btn.btn-gradient {
    background-color: #004bad;
    border-radius: 24px;
    padding: 11px 16px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
    color: #FFF;
    margin-top: 16px;
    margin-bottom: 16px;
}

.groupbox-dropdown__total {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    flex-direction: column;
    padding-top: 14px;
}

.groupbox-dropdown__total .groupbox-dropdown__total-text {
    font-size: 22px;
    color: red;
    font-weight: 700;
    margin-top: 10px;
}

/* overlay */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 57%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9;
}

/* active */
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* modal */
.modal-box {
    width: 520px;
    background: #fff;
    border: solid 1px #004bad;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: modalFade 0.3s ease;
}

@keyframes modalFade {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

.modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #004bad;
}

.close-modal {
    font-size: 25px;
    line-height: 1.0;
    cursor: pointer;
    color: #004bad;
}

.modal-body {
    padding: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.upload-box {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.upload-btn {
    border: 1px solid #ccc;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    background: #f8f8f8;
}

.upload-btn input {
    display: none;
}

.file-name {
    color: #777;
    font-size: 13px;
}

.modal-footer {
    padding: 16px 20px;
    border-top: 1px solid #eee;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn-cancel {
    padding: 8px 16px;
    border: 1px solid #ccc;
    background: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 15px;
}

.btn-upload {
    padding: 8px 16px;
    border: none;
    background: #004bad;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
}

.product-recommend__title h2 {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #004bad;
    margin-bottom: 20px;
}

.box-section-goidichvu .section {
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
    background-color: #EAF7FF;
    padding-left: 10px;
    padding-right: 10px;
}

.box-section-goidichvu .section-title {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    padding-left: 2px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

.box-section-goidichvu .package-card {
    background: #fff;
    border: 1.5px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, transform 0.18s ease;
    user-select: none;
}

.box-section-goidichvu .package-card:hover {
    border-color: #ffb380;
    box-shadow: 0 2px 10px rgba(255, 102, 0, 0.08);
    transform: translateY(-1px);
}

.box-section-goidichvu .package-card:active {
    transform: translateY(0px);
    box-shadow: none;
}

.box-section-goidichvu .package-card.selected {
    border-color: red;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(255, 102, 0, 0.13);
}

.box-section-goidichvu .package-top {
    display: flex;
    align-items: center;
    gap: 10px;
}

.box-section-goidichvu .radio-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #ccc;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s ease;
    background: #fff;
}

.box-section-goidichvu .package-card.selected .radio-circle {
    border-color: red;
}

.box-section-goidichvu .radio-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: red;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.22s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.18s ease;
}

.box-section-goidichvu .package-card.selected .radio-dot {
    transform: scale(1);
    opacity: 1;
}

.box-section-goidichvu .package-name {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    flex: 1;
}

.box-section-goidichvu .price-group {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.box-section-goidichvu .price-old {
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
    white-space: nowrap;
}

.box-section-goidichvu .price-new {
    font-size: 14px;
    font-weight: 700;
    color: red;
    white-space: nowrap;
}

.box-section-goidichvu .package-sub {
    margin-top: 8px;
    padding-left: 44px;
    display: flex;
    font-weight: 400;
    flex-direction: column;
    gap: 5px;
}

.box-section-goidichvu .badge-standard {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: 1.3;
    color: #313131;
    font-weight: 400;
}

.box-section-goidichvu .badge-standard svg {
    width: 15px;
    height: 15px;
    flex-shrink: 0;
}

.box-section-goidichvu .crown-bullet {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    font-size: 13px;
    color: #444;
    line-height: 1.4;
}

.box-section-goidichvu .crown-bullet .crown-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

.box-section-goidichvu-domain .section-gap {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 6px;
    background: #fff;
    background-color: #EAF7FF;
    padding-left: 10px;
    padding-right: 10px;
}

.box-section-goidichvu-domain .domain-card {
    /* background: #fff; */
    /* border: 1.5px solid #e0e0e0; */
    /* border-radius: 8px; */
    padding: 5px 0 10px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.box-section-goidichvu-domain .domain-card.focused {
    border-color: #f60;
    box-shadow: 0 2px 12px rgba(255, 102, 0, 0.10);
}

.box-section-goidichvu-domain .domain-row {
    display: flex;
    align-items: center;
    gap: 0;
    height: 40px;
}

.box-section-goidichvu-domain .domain-input {
    flex: 1;
    height: 40px;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 6px 0 0 6px;
    padding: 0 12px;
    font-size: 14px;
    color: #222;
    outline: none;
    background: #fafafa;
    transition: border-color 0.2s ease, background 0.2s ease;
    min-width: 0;
}

.box-section-goidichvu-domain .domain-input:focus {
    border-color: #f60;
    background: #fff;
}

.box-section-goidichvu-domain .domain-input::placeholder {
    color: #bbb;
    font-size: 13px;
}

.box-section-goidichvu-domain .select-wrapper {
    position: relative;
    flex-shrink: 0;
}

.box-section-goidichvu-domain .domain-select {
    height: 40px;
    border: 1px solid #ddd;
    border-left: 1px solid #e8e8e8;
    border-radius: 0 6px 6px 0;
    padding: 0 28px 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: red;
    background: #efefef;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    min-width: 80px;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.box-section-goidichvu-domain .domain-select:focus {
    border-color: #f60;
    background: #fff3ec;
}

.box-section-goidichvu-domain .select-arrow {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #f60;
    font-size: 10px;
}

.box-section-goidichvu-domain .domain-preview {
    margin-top: 8px;
    padding-left: 2px;
    font-size: 12px;
    color: #aaa;
    min-height: 18px;
    transition: color 0.2s ease;
}

.box-section-goidichvu-domain .domain-preview.has-value {
    color: #2eab6f;
    font-weight: 500;
}

.box-section-goidichvu-domain .domain-preview .preview-icon {
    display: inline-block;
    margin-right: 4px;
}

@media (max-width: 480px) {
    .box-section-goidichvu-domain .package-card {
        padding: 12px 13px;
    }

    .box-section-goidichvu-domain .package-name {
        font-size: 13px;
    }

    .box-section-goidichvu-domain .price-new {
        font-size: 13px;
    }

    .box-section-goidichvu-domain .price-old {
        font-size: 11px;
    }

    .box-section-goidichvu-domain .package-sub {
        padding-left: 26px;
    }
}


.box-section-goidichvu-domain {
    padding: 5px;
    background: white;
    margin-top: 20px;
    border-radius: 8px;
}

.box-section-goidichvu-domain .section-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

@media (max-width: 480px) {
    .box-section-goidichvu .package-card {
        padding: 12px 13px;
    }

    .box-section-goidichvu .package-name {
        font-size: 13px;
    }

    .box-section-goidichvu .price-new {
        font-size: 13px;
    }

    .box-section-goidichvu .price-old {
        font-size: 11px;
    }

    .box-section-goidichvu .package-sub {
        padding-left: 26px;
    }
}


.box-section-goidichvu {
    padding: 5px;
    background: white;
    margin-top: 20px;
    border-radius: 8px;
}

.box-section-goidichvu .package-card:last-child {
    margin-bottom: 0px;
}

.box-section-goidichvu .badge-standard ul li {
    list-style: disc;
    padding-bottom: 5px;
}

.doanh-nghiep {
    background: #EAF7FF;
    padding: 30px 0
}

@media (max-width: 992px) {
    .theme-detail--heading {
        flex-direction: column;
        align-items: start;
    }

    .section-themes-wrapper {
        display: block;
    }

    .section-themes-wrapper .section-themes_left,
    .section-themes-wrapper .section-themes_right {
        max-width: 100%;
    }

    .section-themes-wrapper .section-themes_left {
        margin-bottom: 25px;
    }

    .lazyload-image .lazyload-image__placeholder {
        padding-bottom: 135% !important;
    }

    .theme-detail--images .screen-block__mobile .iphone-frame--boximg {
        padding: 8px 5px 0px;
    }
}