/* LDP Đăng ký chương trình quay số nhận Vali */
.ldp_quay_so_vali {
    --ldp-blue: #1eb5f0;
    --ldp-blue-dark: #0a9fd9;
    --ldp-orange: #ff7a00;
    --ldp-orange-dark: #e56a00;
    --ldp-white: #ffffff;
    --ldp-text: #1a4a8a;
    font-family: "Nunito", "Roboto", sans-serif;
    color: var(--ldp-white);
    overflow-x: hidden;
}

.ldp_quay_so_vali .ldp-display {
    font-family: "Fredoka", "Nunito", sans-serif;
}

.ldp_quay_so_vali .container {
    max-width: 1200px;
}

/* Hero */
.ldp_quay_so_vali .ldp-hero {
    background: #0167EC;
    background: linear-gradient(180deg, rgba(1, 103, 236, 1) 0%, rgba(1, 103, 236, 1) 100%);
    padding: 40px 0 50px;
    position: relative;
    overflow: hidden;
}

/* Khinh khí cầu — bay chậm từ trái sang phải */
.ldp_quay_so_vali .ldp-hero-float-icon {
    position: absolute;
    top: 8%;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 0;
    pointer-events: none;
}

.ldp_quay_so_vali .ldp-hero-float-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    max-width: 140px;
    max-height: 140px;
    animation: ldp-hero-balloon-drift 42s linear infinite;
    will-change: transform;
}

@keyframes ldp-hero-balloon-drift {
    0% {
        transform: translateX(-180px);
    }

    100% {
        transform: translateX(calc(100vw + 180px));
    }
}

@media (prefers-reduced-motion: reduce) {
    .ldp_quay_so_vali .ldp-hero-float-icon img {
        animation: none;
        left: 25%;
        transform: translateX(-50%);
    }
}

/* Hero 3 cột: trái (5) | vali (2) | phải (5) */
.ldp_quay_so_vali .ldp-hero-inner>.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ldp_quay_so_vali .ldp-hero-left,
.ldp_quay_so_vali .ldp-hero-right {
    float: none;
}

.ldp_quay_so_vali .ldp-hero-center-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    pointer-events: none;
    line-height: 0;
}

.ldp_quay_so_vali .ldp-hero-center-icon img {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}

@media (min-width: 992px) {
    .ldp_quay_so_vali .ldp-hero-center-icon {
        padding-left: 4px;
        padding-right: 4px;
    }

    .ldp_quay_so_vali .ldp-hero-center-icon img {
        max-width: 100%;
        width: 135px;
    }
}

/* .ldp_quay_so_vali .ldp-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, 0.35) 0 8%, transparent 9%),
        radial-gradient(circle at 80% 15%, rgba(255, 255, 255, 0.3) 0 6%, transparent 7%),
        radial-gradient(circle at 55% 8%, rgba(255, 255, 255, 0.25) 0 5%, transparent 6%);
    pointer-events: none;
} */

.ldp_quay_so_vali .ldp-hero-inner {
    position: relative;
    z-index: 1;
}

.ldp_quay_so_vali .ldp-ribbon-img {
    margin-bottom: 12px;
    /* max-width: 280px; */
}

.ldp_quay_so_vali .ldp-ribbon-img img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.ldp_quay_so_vali .ldp-title-main-img {
    margin-bottom: 12px;
    max-width: 100%;
}

.ldp_quay_so_vali .ldp-title-main-img img {
    width: 100%;
    max-width: 460px;
    height: auto;
}

.ldp_quay_so_vali .ldp-intro {
    font-size: 15px;
    line-height: 1.55;
    /* max-width: 520px; */
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.95);
}

/* Countdown */
.ldp_quay_so_vali .ldp-countdown-wrap {
    margin-bottom: 20px;
}

.ldp_quay_so_vali .ldp-countdown {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent;
    background-image: url(../images/ldp-quay-so-nhan-vali/frame-countdown.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border: none;
    border-radius: 0;
    padding: 18px 28px 16px;
    min-height: 88px;
    box-sizing: border-box;
}

.ldp_quay_so_vali .ldp-countdown-item {
    text-align: center;
    min-width: 64px;
}

.ldp_quay_so_vali .ldp-countdown-num {
    display: block;
    font-family: "Fredoka", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #FF6606;
    line-height: 1;
}

.ldp_quay_so_vali .ldp-countdown-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #034EA2;
    text-transform: uppercase;
    margin-top: 4px;
}

/* Form box */
.ldp_quay_so_vali .ldp-form-box {
    background: var(--ldp-white);
    border-radius: 20px;
    padding: 28px 24px 24px;
    box-shadow: 0 12px 32px rgba(0, 80, 140, 0.2);
    color: var(--ldp-text);
}

.ldp_quay_so_vali .ldp-form-title {
    font-size: 28px;
    font-weight: 800;
    color: var(--ldp-text);
    /* text-align: center; */
    margin: 0 0 20px;
    text-transform: uppercase;
}

.ldp_quay_so_vali .ldp-form-group {
    margin-bottom: 14px;
}

.ldp_quay_so_vali .ldp-form-group label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: var(--ldp-text);
    margin-bottom: 6px;
}

.ldp_quay_so_vali .ldp-form-group label .req {
    color: #e53935;
}

.ldp_quay_so_vali .ldp-form-group input, .ldp_quay_so_vali .ldp-form-group select {
    width: 100%;
    border: 1px solid #c5d4e8;
    border-radius: 50px;
    padding: 12px 14px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    height: 40px;
}

.ldp_quay_so_vali .ldp-form-group input:focus, .ldp_quay_so_vali .ldp-form-group select:focus {
    border-color: var(--ldp-blue);
    outline: none;
    box-shadow: 0 0 0 3px rgba(30, 181, 240, 0.25);
}

.ldp_quay_so_vali .ldp-form-group input.ldp-input-invalid, .ldp_quay_so_vali .ldp-form-group select.ldp-input-invalid {
    border-color: #ff3b30;
    box-shadow: 0 0 0 2px rgba(255, 59, 48, 0.2);
}

.ldp_quay_so_vali .ldp-field-error {
    display: none;
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    color: #ff3b30;
    text-shadow: 0 1px 2px rgba(0, 40, 100, 0.35);
}

.ldp_quay_so_vali .ldp-field-error:not(:empty) {
    display: block;
}

.ldp_quay_so_vali .cmd_submit {
    width: 100%;
    border: none;
    border-radius: 50px;
    background: linear-gradient(180deg, #ff9220 0%, var(--ldp-orange) 100%);
    color: var(--ldp-white) !important;
    font-size: 18px;
    font-weight: 800;
    padding: 14px 20px;
    margin-top: 8px;
    text-transform: uppercase;
    cursor: pointer;
    /* box-shadow: 0 6px 0 var(--ldp-orange-dark); */
    /* transition: transform 0.15s, box-shadow 0.15s; */
}

.ldp_quay_so_vali .cmd_submit:hover:not(:disabled) {
    transform: translateY(-1px);
}

.ldp_quay_so_vali .cmd_submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

/* Steps */
.ldp_quay_so_vali .ldp-steps {
    background: #0167EC;
    background: linear-gradient(180deg, rgba(1, 103, 236, 1) 0%, rgba(1, 103, 236, 1) 100%);
    padding: 40px 0 50px;
    position: relative;
    overflow: hidden;
}

.ldp_quay_so_vali .ldp-steps-has-bg {
    background-color: #0167EC;
    background-image: linear-gradient(180deg, rgba(1, 103, 236, 1) 0%, rgba(1, 103, 236, 0.281) 45%, rgba(1, 103, 236, 0) 70%),
        var(--ldp-steps-bg-desktop, none);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: min(100vw, 1000px);
}

.ldp_quay_so_vali .ldp-steps-content {
    position: relative;
    z-index: 1;
}

.ldp_quay_so_vali .ldp-steps-title-img,
.ldp_quay_so_vali .ldp-steps-mobi-img {
    margin: 0 auto 24px;
    /* max-width: 900px; */
}

.ldp_quay_so_vali .ldp-steps-title-img img,
.ldp_quay_so_vali .ldp-steps-mobi-img img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.ldp_quay_so_vali .ldp-steps-row {
    align-items: stretch;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
}

.ldp_quay_so_vali .ldp-steps-row>.ldp-step-col {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 14px;
    float: none;
    display: flex;
    flex-direction: column;
}

.ldp_quay_so_vali .ldp-step-inner {
    margin-left: 0;
    margin-right: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
}

.ldp_quay_so_vali .ldp-step-badge-wrap,
.ldp_quay_so_vali .ldp-step-card-wrap {
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    flex-direction: column;
}

.ldp_quay_so_vali .ldp-step-card-wrap {
    flex: 1 1 auto;
}

.ldp_quay_so_vali .ldp-step-badge-img {
    width: 100%;
    margin: 0;
    line-height: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ldp_quay_so_vali .ldp-step-badge-img img {
    width: 100%;
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ldp_quay_so_vali .ldp-step-card {
    background: var(--ldp-white);
    color: #034EA2;
    border-radius: 16px;
    padding: 16px 14px;
    font-size: 17px;
    line-height: 1.45;
    width: 100%;
    flex: 1 1 auto;
    min-height: 100px;
    box-sizing: border-box;
    box-shadow: 0 5px 3px #B6DDF363;
    border: 4px solid #F9A122;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.ldp_quay_so_vali .ldp-step-card p:last-child {
    margin-bottom: 0;
}

.ldp_quay_so_vali .ldp-step-card strong {
    font-weight: 800;
}

.ldp_quay_so_vali .ldp-step-arrow {
    display: none;
    align-items: center;
    justify-content: center;
    align-self: center;
    color: var(--ldp-white);
    font-size: 28px;
    width: 28px;
    flex-shrink: 0;
    opacity: 0.95;
    margin-top: 24px;
}

.ldp_quay_so_vali .ldp-step-arrow span {
    display: block;
    line-height: 1;
}

@media (min-width: 1200px) {
    .ldp-step-col:nth-child(2) .ldp-step-badge-img::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        right: -75px;
        width: 135px;
        height: 35px;
        background-color: rgba(0, 0, 0, 0);
        background-image: url(../images/ldp-quay-so-nhan-vali/frame-step-badge.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

    .ldp-step-col:nth-child(2) .ldp-step-badge-img::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -75px;
        width: 135px;
        height: 35px;
        background-color: rgba(0, 0, 0, 0);
        background-image: url(../images/ldp-quay-so-nhan-vali/frame-step-badge.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
    }

}

@media (min-width: 992px) {
    .ldp_quay_so_vali .ldp-steps-row {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
    }

    .ldp_quay_so_vali .ldp-steps-row>.ldp-step-col {
        flex: 1 1 0;
        min-width: 0;
        max-width: none;
        margin-bottom: 0;
    }

    .ldp_quay_so_vali .ldp-steps-row>.ldp-step-arrow {
        display: flex;
    }

    .ldp_quay_so_vali .ldp-step-inner {
        flex: 1 1 auto;
        flex-direction: column;
        align-items: stretch;
        height: 100%;
    }

    .ldp_quay_so_vali .ldp-step-badge-wrap,
    .ldp_quay_so_vali .ldp-step-card-wrap {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .ldp_quay_so_vali .ldp-step-card-wrap {
        flex: 1 1 auto;
        display: flex;
    }

    .ldp_quay_so_vali .ldp-step-badge-img {
        min-height: 52px;
        margin-bottom: 8px;
        align-items: flex-end;
    }

    .ldp_quay_so_vali .ldp-step-badge-img img {
        max-width: 140px;
        max-height: 100%;
    }

    .ldp_quay_so_vali .ldp-step-card {
        min-height: 140px;
        /* text-align: center; */
        justify-content: center;
    }
    
}

@media (max-width: 991px) {
    .ldp_quay_so_vali .ldp-steps-has-bg {
        background-image: linear-gradient(180deg, rgba(1, 103, 236, 1) 0%, rgba(1, 103, 236, 0.9) 60%, rgba(1, 103, 236, 0) 65%),
            var(--ldp-steps-bg-mobile, var(--ldp-steps-bg-desktop, none));
        padding-bottom: min(55vw, 380px);
    }
}

/* Modals — không dùng .fade (Bootstrap set opacity:0) */
.ldp-quayso-modal.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100050 !important;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    opacity: 1 !important;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
}

.modal-backdrop {
    background-color: #000000a3;
}

.ldp-quayso-modal.modal.in,
.ldp-quayso-modal.modal.show {
    display: block !important;
    opacity: 1 !important;
}

/* Ghi đè .fade nếu class fade còn sót trên modal/backdrop */
.ldp-quayso-modal.fade.in,
.ldp-quayso-modal.fade.show {
    opacity: 1 !important;
}

body.modal-open .modal-backdrop.in {
    z-index: 100040 !important;
    opacity: 0.6 !important;
}

.ldp-quayso-modal .modal-dialog.modal-dialog-nxv {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    vertical-align: middle;
    width: 92%;
    max-width: 560px;
    min-height: 0;
    margin: 0 auto;
    text-align: left;
    z-index: 100051;
    pointer-events: auto;
}

.ldp-quayso-modal.modal:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.ldp-quayso-modal .modal-content,
.ldp-quayso-modal .wrap_body_modal_content {
    position: relative;
    border-radius: 20px;
    border: none;
    overflow: hidden;
    width: 100%;
    margin: 0;
    background-color: #e8f4fc;
    background-image: url(../images/ldp-quay-so-nhan-vali/bgr_body_modal_content.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    box-shadow: 0 12px 40px rgba(0, 60, 120, 0.25);
}

.ldp-quayso-modal .body_modal_content {
    position: relative;
    z-index: 1;
    padding: 24px 20px 28px;
    text-align: center;
    background: transparent;
}

.ldp-quayso-modal .btn_close_modal {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
    background: transparent;
    border: none;
    font-size: 22px;
    opacity: 1;
}

.ldp-quayso-modal .ldp-modal-title-img {
    margin-bottom: 12px;
}

.ldp-quayso-modal .ldp-modal-title-img img {
    width: 100%;
    max-width: 420px;
    height: auto;
    margin: 0 auto;
}

.ldp-quayso-modal .ldp-modal-body {
    color: #034EA2;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
}

.ldp-quayso-modal .ldp-modal-body p {
    margin-bottom: 10px;
}



@media (max-width: 991px) {
    .ldp_quay_so_vali .ldp-hero {
        padding: 24px 0 36px;
    }

    .ldp_quay_so_vali .ldp-hero-float-icon {
        top: 4%;
    }

    .ldp_quay_so_vali .ldp-hero-float-icon img {
        max-width: 90px;
        max-height: 90px;
        animation-duration: 36s;
    }

    .ldp_quay_so_vali .ldp-hero-center-icon {
        margin: 8px auto 16px;
    }

    .ldp_quay_so_vali .ldp-hero-center-icon img {
        max-width: 160px;
    }

    .ldp_quay_so_vali .ldp-hero-graphic {
        text-align: center;
        margin-top: 16px;
    }
    .ldp_quay_so_vali .ldp-hero-center-icon {display: none !important;}
}

@media (max-width: 767px) {
    .ldp_quay_so_vali .ldp-hero-center-icon {
        margin: 4px auto 12px;
    }

    .ldp_quay_so_vali .ldp-hero-center-icon img {
        max-width: 140px;
    }

    .ldp_quay_so_vali .ldp-step-badge-img img {
        max-width: 88px;
    }

    .ldp_quay_so_vali .ldp-step-card {
        padding: 12px 10px;
        font-size: 14px;
        line-height: 1.4;
        min-height: 0;
        border-width: 3px;
    }

    .ldp_quay_so_vali .ldp-countdown {
        padding: 14px 16px 12px;
        min-height: 72px;
    }

    .ldp_quay_so_vali .ldp-countdown-num {
        font-size: 28px;
    }

    .ldp_quay_so_vali .ldp-form-box {
        padding: 20px 16px;
    }

    .ldp_quay_so_vali .ldp-step-badge-wrap {
        display: flex;
        flex-direction: inherit;
    }
}


/* style select search */
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle; width: 100%!important; }.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #ccc;border-radius:4px; min-height:34px;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/* end style select search */
#frm_quay_so_vali .select2-container--default .select2-selection--single{
    width: 100%;
    border: 1px solid #c5d4e8;
    border-radius: 50px;
    padding: 5px 14px;
    font-size: 15px;
    color: #333;
    box-sizing: border-box;
    min-height: 40px;
}