:root {
    --navy: #0b2d5a;
    --teal: #36a091;
    --orange: #e58300;
    --line: #dce5ef;
    --paper: #fff;
    --text: #233b5c
}

/*//owl _css*/


.carousel-navigation {
    display: none;
}

@media (max-width: 991.98px) {
    .experience-carousel {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-right: -12px;
        margin-left: -12px;
        padding: 0 12px 4px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .experience-carousel::-webkit-scrollbar {
        display: none;
    }

    .experience-carousel > [class*=col-] {
        flex: 0 0 50%;
        max-width: 50%;
        scroll-snap-align: start;
    }

    .carousel-navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        margin: 2px 0 18px;
    }

    .carousel-nav-btn {
        border: 1px solid #cddde8;
        border-radius: 5px;
        padding: 6px 11px;
        color: #0b2d5a;
        background: #fff;
        font-size: 11px;
        font-weight: 800;
        cursor: pointer;
        transition: .18s ease;
    }

    .carousel-nav-btn:hover {
        color: #fff;
        border-color: #0b2d5a;
        background: #0b2d5a;
    }

    .carousel-nav-btn:disabled {
        cursor: not-allowed;
        opacity: .35;
    }

    .carousel-progress {
        width: 86px;
        height: 4px;
        overflow: hidden;
        border-radius: 99px;
        background: #dbe7ee;
    }

    .carousel-progress span {
        display: block;
        width: 25%;
        height: 100%;
        border-radius: inherit;
        background: #36a091;
        transition: width .2s ease;
    }
}

@media (max-width: 575.98px) {
    .experience-carousel > [class*=col-] {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .experience-carousel-wrap {
        position: relative;
    }

    .experience-navigation {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: -7px;
        left: -7px;
        height: 0;
        margin: 0;
        transform: translateY(-50%);
        justify-content: space-between;
        pointer-events: none;
    }

    .experience-navigation .carousel-nav-btn {
        width: 34px;
        height: 34px;
        padding: 0px 12px;
        border: 0;
        border-radius: 50%;
        color: #fff;
        background: #0b2d5a;
        box-shadow: 0 3px 10px rgba(11, 45, 90, .25);
        font-size: 19px;
        line-height: 34px;
        pointer-events: auto;
    }

    .experience-navigation .carousel-nav-btn:hover {
        color: #fff;
        background: #e58300;
        transform: translateY(-1px);
    }

    .experience-navigation .carousel-nav-btn:disabled {
        color: #8fa2b5;
        background: #e5edf2;
        box-shadow: none;
        opacity: 1;
    }

    .experience-navigation .carousel-nav-btn span, .experience-navigation .carousel-progress {
        display: none;
    }
}

.experience-carousel .svg.icon {
    font-size: 24px;
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    background: #f5f8fc;
    color: var(--text);
    font-family: Arial, Helvetica, sans-serif !important;
    /*font: 14px Roboto, Arial, sans-serif*/
}

.pricing-page {
    max-width: 1365px;
    margin: auto;
    /*background: #f9fbfe;*/
    /*min-height: 100vh*/
}

.box_cate_package {
    margin-bottom: 30px;

}

.box_cate_package_01 .panel .button_01 {
    color: #fff !important;
}

.box_cate_package_01 .panel .button_01:hover {
    background: #fff !important;;
    color: var(--teal) !important;
    border: 1px solid var(--teal);
}

.box_cate_package_01 .panel .button_02:hover {
    background: #fff !important;;
    color: var(--orange) !important;
    border: 1px solid var(--orange);
}

.box_cate_package .panel .button_01 {
    color: #fff !important;
    margin: 15px 0px;
}

.box_cate_package .panel .button_01:hover {
    background: #fff !important;;
    color: var(--teal) !important;
    border: 1px solid var(--teal);
}

.box_cate_package .panel .button_02:hover {
    background: #fff !important;;
    color: var(--orange) !important;
    border: 1px solid var(--orange);
}

.box_cate_package_03 .btn {
    color: #fff !important;
}

.box_cate_package_04 .btn {
    color: #fff !important;
}

.page-shell {
    /*padding: 14px 28px 42px*/
}

.site-header {
    height: 39px
}

/*.custom_modal_new_v1 .bootstrap-select > .dropdown-toggle {*/
/*min-height: 42px;*/
/*border: 1px solid #36a091;*/
/*border-radius: 15px;*/
/*background: #fff;*/
/*color: #233b5c;*/
/*font-size: 13px;*/
/*}*/

/*.custom_modal_new_v1 .bootstrap-select.show > .dropdown-toggle {*/
/*border-color: #36a091;*/
/*box-shadow: 0 0 0 3px rgba(54, 160, 145, .14);*/
/*}*/

/*.custom_modal_new_v1 .bootstrap-select .dropdown-menu {*/
/*border: 1px solid #d9e4ec;*/
/*border-radius: 12px;*/
/*padding: 6px;*/
/*box-shadow: 0 10px 24px rgba(11, 45, 90, .16);*/
/*}*/

/*.custom_modal_new_v1 .bootstrap-select .dropdown-item {*/
/*border-radius: 7px;*/
/*color: #233b5c;*/
/*font-size: 13px;*/
/*}*/

/*.custom_modal_new_v1 .bootstrap-select .dropdown-item.active,*/
/*.custom_modal_new_v1 .bootstrap-select .dropdown-item:active {*/
/*background: #36a091;*/
/*}*/

.brand {
    color: var(--navy);
    font-size: 17px;
    font-weight: 600;
    text-decoration: none
}

.brand-icon {
    color: var(--teal);
    font-size: 22px;
    vertical-align: -2px;
    margin-right: 7px
}

.hotline {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 4px 14px;
    color: #607086
}

.intro {
    margin: 8px 0 24px
}

.intro h1 {
    font-size: 20px;
    margin: 0 0 3px;
    font-weight: 600;
    margin-bottom: 20px;
}

.notice {
    border: 1px dashed #eab549;
    border-radius: 6px;
    background: #fff3cd;
    color: #a66c05;
    font-weight: 600;
    padding: 8px 12px
}

.notice-gold h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.notice-gold p {
    /*text-transform: lowercase;*/
    font-size: 14px;
    margin-bottom: 0px;
}

.notice-gold {
    background: #fff2c7
}

.notice-gold svg {
    margin-right: 5px;
}

.notice-gold svg.icon {
    width: 32px;
}

a.link_show_more {
    padding: 2px 15px;
    margin-bottom: 10px;
    border-radius: 15px;
    background: var(--teal) !important;
    color: #fff !important;
    border: 1px solid var(--teal) !important;
    text-transform: capitalize;
}

a.link_show_more:hover {
    border-radius: 15px;
    background: #fff !important;
    color: var(--teal) !important;
    border: 1px solid var(--teal) !important;
}

.section-title {
    font-size: 17px;
    font-weight: bold;
    margin: 20px 0 12px;
    color: #000;
    text-transform: uppercase;
}

.row-tight {
    margin-left: -5px;
    margin-right: -5px
}

.row-tight > [class*=col] {
    padding-left: 5px;
    padding-right: 5px
}

.panel {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 7px;
    box-shadow: 0 1px 2px rgba(18, 47, 87, .03);
    padding: 12px
}

.panel h3, .section-heading h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 6px
}

.panel h4, .offer-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--teal);
    text-align: left;
    margin: 4px 0
}

.panel-highlight {
    border: 2px solid var(--teal);
    display: flex;
    flex-direction: column
}

.panel-highlight01 {
    border: 2px solid var(--orange);
    display: flex;
    flex-direction: column
}

.panel-highlight02 {
    border: 2px solid var(--navy);
    display: flex;
    flex-direction: column
}

.number-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--navy);
    color: white;
    font-size: 15px;
    margin-right: 5px;
}

.check-list, .offer-card ul {
    padding-left: 15px;
    margin: 6px 0 10px;
    line-height: 1.7;
    color: #586a80
}

.check-list li::marker {
    color: var(--teal)
}

#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    /* cao hơn modal */
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
}

.btn {
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    border-radius: 15px;
}

.cus_btn {
    border: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 15px;
}

.total_box_list_item .cl_grand_total {
    color: red;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.total_box_list_item .cl_grand_total strong {
    font-weight: 600;
}

.btn-teal {
    background: var(--teal);
    color: #fff
}

.btn-orange {
    background: var(--orange);
    color: #fff
}

.btn-navy {
    background: var(--navy);
    color: #fff
}

.nfc-panel {
    padding-bottom: 7px
}

.nfc-item {
    border: 1px solid #c9d4e1;
    border-radius: 6px;
    padding: 6px;
    display: flex;
    margin: 4px 0;
    gap: 7px;
    line-height: 1.1
}

.nfc-item:first-of-type {
    border-color: #e6a550
}

.nfc-image {
    width: 80px;
    height: 38px;
    flex: none;
    border-radius: 4px;
    background-size: cover;
    background-position: center
}

.image-room {
    /*background-image: linear-gradient(120deg, #513e30, #d3b48d)*/
}

.image-card {
    /*background-image: linear-gradient(120deg, #715534, #d5c9b4)*/
}

.nfc-item b {
    display: block;
    font-size: 14px
}

.nfc-item small {
    color: var(--orange);
    font-weight: 600
}

.nfc-item p {
    margin: 2px 0 0;
    color: #6c7a8b
}

.nfc-item strong {
    font-size: 14px;
    color: var(--teal)
}

.box_cate_package_02 .templates h3 {
    font-size: 16px;
    padding: 15px 0px;
}

.item-mau-web img {
    width: 100%;
    max-height: 466px;
}

.item-project {
    position: relative;
}

.item-mau-web {
    box-shadow: 1px 2px 6px #f2f2f2;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    overflow: hidden;
    padding: 3px;
}

.hover-project div.url-hover-project {
    width: 100%;
    height: 80px;
    margin-top: 150px;
}

.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #c17c19;
    border-color: #c17c19;
}

.hover-project {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .5);
    z-index: 100;
    text-align: center;
    display: none;
}

.item-project:hover div.hover-project {
    display: block
}

.hover-project div.url-hover-project {
    width: 100%;
    height: 80px;
    margin-top: 150px
}

.hover-project div.url-hover-project a {
    margin-bottom: 30px
}

.templates a, .section-heading a {
    color: var(--teal);
    font-weight: 600;
    text-decoration: none
}

.hover-project div.url-hover-project a.btn-success {
    background-color: #f8c218;
    border-color: #f8c218;
    padding: 7px 27px;
    color: #121212 !important;
}

.hover-project div.url-hover-project a.use-template {
    color: #fff !important;
    background-color: #204d74;
    border-color: #122b40;
    padding: 7px 27px;
}

.note_account_vip_order h5 {
    color: #FF7B29;
}

input.form-control-lg {
    font-size: 14px;
    border-radius: 15px;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.templates .col-md-4 {
    text-align: center
}

.template {
    height: 91px;
    margin-bottom: 3px;
    background-size: cover;
    background-position: center;
    border-radius: 4px
}

.box_cate_package_02 .templates h4 a {
    text-align: center;
    font-size: 18px;
    padding: 15px 10px;
    margin: 15px 0px;
}

.image-resort {
    background-image: linear-gradient(115deg, rgba(0, 0, 0, .15), rgba(0, 0, 0, .05)), url('https://images.unsplash.com/photo-1537996194471-e657df975ab4?auto=format&fit=crop&w=800&q=70')
}

.image-booking {
    background-image: linear-gradient(115deg, rgba(255, 255, 255, .22), rgba(255, 255, 255, .22)), url('https://images.unsplash.com/photo-1566073771259-6a8506099945?auto=format&fit=crop&w=800&q=70')
}

.image-hotel {
    background-image: url('https://images.unsplash.com/photo-1601918774946-25832a4be0d6?auto=format&fit=crop&w=800&q=70')
}

.service-section {
    margin-bottom: 23px
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.info-bar {
    background: #e1f2ff;
    color: #3980ae;
    font-weight: 600;
    padding: 5px 9px
}

.success-bar {
    border-left: 4px solid #36aa4b;
    background: #effbf0;
    color: #399044;
    margin-top: 4px
}

.offer-card {
    border: 1px solid var(--line);
    border-radius: 7px;
    text-align: center;
    height: 100%;
    padding: 10px 8px;
    display: flex;
    flex-direction: column
}

.offer-card h4 {
    text-align: center;
    line-height: 1.15
}

.offer-card em {
    font-style: normal;
    font-size: 14px;
    color: var(--teal)
}

.offer-card ul {
    min-height: 57px;
    margin-left: 13px;
    text-align: left
}

.offer-card p {
    color: #566980;
    margin: 8px 0 14px
}

.offer-card .btn {
    margin-top: auto
}

.featured {
    border: 2px solid #eb960f;
    background: #fffbe4
}

.hot {
    font-size: 8px;
    background: #ed3f31;
    color: white;
    border-radius: 3px;
    padding: 1px 3px
}

.compact {
    min-height: 113px
}

.process {
    border: 1px solid #d5e0ec;
    border-radius: 6px;
    background: #f3f7fc;
    text-align: center;
    min-height: 88px;
    padding: 8px
}

.process i {
    margin: auto auto 5px;
    display: block;
    background: var(--navy);
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-style: normal
}

.process b {
    display: block
}

.process p {
    font-size: 14px;
    color: #6d7a8e;
    margin: 6px 0
}

.cta {
    margin-top: 30px;
    background: linear-gradient(90deg, var(--navy), var(--teal));
    border-radius: 7px;
    padding: 9px 12px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cta b {
    font-size: 13px
}

.cta .btn {
    padding: 7px 15px
}

.success-modal .modal-dialog {
    max-width: 465px
}

.success-modal .modal-content {
    border: 5px solid #3d9c95;
    border-right-color: #80b93d;
    border-bottom-color: #80b93d;
    border-radius: 13px;
    box-shadow: 0 8px 25px rgba(5, 37, 77, .35);
    overflow: hidden
}

.success-modal .close {
    position: absolute;
    right: 12px;
    top: 5px;
    color: #235c87;
    font-size: 25px;
    z-index: 1
}

.success-modal .modal-body {
    padding: 19px 28px 22px
}

.modal-brand {
    font-size: 20px;
    font-weight: 600;
    color: #2b95a0;
    margin-bottom: 9px
}

.modal-brand > span:first-child {
    display: inline-block;
    color: #f3c500;
    font-size: 33px;
    line-height: 16px;
    transform: rotate(-24deg);
    margin-right: 4px
}

.modal-brand span:last-child {
    color: #e34a3b
}

.success-tick {
    font-size: 87px;
    color: #45ae7f;
    line-height: .85;
    font-weight: 600;
    text-shadow: 2px 3px 0 #e5f4df
}

.success-modal h2 {
    color: #2c70b4;
    font-size: 23px;
    font-weight: 600;
    margin: 12px 0 4px
}

.modal-lead {
    font-size: 17px;
    color: #4d4d4d;
    margin-bottom: 15px
}

.modal-message {
    display: flex;
    align-items: center;
    min-height: 128px
}

.modal-message p {
    font-size: 15px;
    color: #505050;
    line-height: 1.5;
    max-width: 220px;
    margin: 0
}

.support-illustration {
    height: 105px;
    flex: 1;
    position: relative;
    background: radial-gradient(ellipse at center, #d6f3e8 0 42%, transparent 43%)
}

.bubble {
    position: absolute;
    top: 3px;
    left: 15px;
    width: 43px;
    height: 35px;
    border: 2px solid #83c7bf;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    color: #e18044;
    font-size: 22px;
    background: #fff
}

.person {
    position: absolute;
    bottom: 17px;
    width: 18px;
    height: 37px;
    border-radius: 10px 10px 4px 4px
}

.p1 {
    left: 18px;
    background: #ed7053
}

.p2 {
    right: 12px;
    background: #354a97
}

.person:before {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: #3c2d2a;
    border-radius: 50%;
    top: -13px;
    left: 1px
}

.desk {
    position: absolute;
    bottom: 14px;
    left: 5px;
    right: 2px;
    height: 6px;
    background: #4a6cc0;
    border-radius: 4px
}

.desk:before {
    content: '';
    position: absolute;
    left: 23px;
    bottom: 5px;
    width: 46px;
    height: 30px;
    background: #273a87;
    border: 4px solid #4b70c4;
    border-bottom: 0;
    border-radius: 3px 3px 0 0
}

.modal-home {
    background: #3679bd;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.modal-home:hover {
    color: #fff;
    background: #28659e
}

.custom_modal_new_v1 .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 15px;
}

.custom_modal_new_v1.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px;
}

.custom_modal_new_v1 .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px;
    border-radius: 15px;
    user-select: none;
    -webkit-user-select: none;
}

.custom_modal_new_v1 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 42px;
}

.custom_modal_new_v1 .select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-radius: 15px;
    padding: 5px;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 15px;
    padding: 5px;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 14px;
}

.show_html_b {
    font-size: 20px;
    color: var(--cm-orange);
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.show_html_small {
    font-size: 16px;
    color: #399044;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.service-table {
    border-collapse: separate !important;
    border-spacing: 0;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid var(--cm-navy);
}

.service-table thead tr:first-child th:first-child {
    border-top-left-radius: 15px;
    border: 1px solid var(--cm-navy);
}

.service-table thead tr:first-child th:last-child {
    border-top-right-radius: 15px;
    border-bottom: 0px;
    border: 1px solid var(--cm-navy);
    /*border-top: 0px;*/
    /*border-right: 0px;*/
}

.service-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
    border: 1px solid var(--cm-navy);
    border-top: 0px;
    border-right: 0px;
}

.service-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
    border: 1px solid var(--cm-navy);
    border-top: 0px;
}

.service-table tbody tr td:first-child {
    border: 1px solid var(--cm-navy);
    border-top: 0px;
    border-right: 0px;
}

.service-table tbody tr td:last-child {
    border: 1px solid var(--cm-navy);
    border-top: 0px;
    /*border-left: 0px;*/
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa !important;
}


@media (max-width: 767.98px) {
    .custom_modal_new_v1 .modal-body > .row > .col-md-7 {
        order: 1;
        margin-bottom: 20px;
    }

    .custom_modal_new_v1 .modal-body > .row > .col-md-5 {
        order: 2;
        margin-bottom: 0 !important;
    }
    .link_show_more
    {
        min-width: 100px;
        text-align: center;
        font-size: 13px !important;
    }
}

@media (max-width: 430px) {
    .success-modal .modal-body {
        padding: 18px
    }

    .success-modal h2 {
        font-size: 19px
    }

    .modal-lead {
        font-size: 14px
    }

    .modal-message p {
        font-size: 13px
    }

    .modal-brand {
        font-size: 17px
    }
}

@media (max-width: 767px) {
    .page-shell {
        padding: 12px
    }

    .site-header {
        height: auto
    }

    .hotline {
        font-size: 14px
    }

    .intro h1 {
        font-size: 16px
    }

    .section-heading {
        align-items: flex-start;
        gap: 10px
    }

    .section-heading a {
        white-space: nowrap
    }

    .template {
        margin-top: 8px
    }

    .cta {
        gap: 10px
    }

    .cta small {
        display: none
    }
}

/* Modal đăng ký dịch vụ Travelviet - toàn bộ style được scope theo class cha */
.custom_modal_new_v1 {
    --cm-navy: #0b2d5a;
    --cm-teal: #36a091;
    --cm-orange: #e58300;
    --cm-ink: #263c59;
    --cm-muted: #6d7c8d;
    --cm-line: #dbe5ed;
    --cm-soft: #f5f9fb;
    /*font-family: Roboto, Arial, sans-serif;*/

}

.custom_modal_new_v1 .modal-dialog {
    max-width: 980px;
    margin: 1.75rem auto;
}

.custom_modal_new_v1 .modal-content {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 18px 55px rgba(8, 33, 67, .28);
    background: #fff;
}

.custom_modal_new_v1 .modal-header {
    padding: 17px 24px;
    border: 0;
    background: linear-gradient(110deg, var(--cm-navy), #167a85);
    align-items: center;
}

.custom_modal_new_v1 .modal-header::before {
    content: '✓';
    width: 31px;
    height: 31px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: var(--cm-orange);
    font-size: 17px;
    font-weight: 900;
}

.custom_modal_new_v1 .modal-title {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.custom_modal_new_v1 .modal-title b {
    color: #ffe3a8;
    font-weight: bold;
    font-size: 18px;
}

.custom_modal_new_v1 .modal-header .close {
    margin: -2px 0 0 auto;
    padding: 0;
    color: #fff;
    opacity: .9;
    text-shadow: none;
    font-size: 26px;
    font-weight: 300;
}

.custom_modal_new_v1 .modal-header .close:hover {
    opacity: 1;
}

.custom_modal_new_v1 .modal-body {
    padding: 20px;
    background: #fff;
}

.custom_modal_new_v1 .box_show_hidden_package {
    height: 100%;
    min-height: 280px;
    padding: 18px;
    border: 1px solid #cfe6e2;
    border-radius: 9px;
    background: linear-gradient(145deg, #f1fbfa, #fff);
}

.custom_modal_new_v1 .table {
    margin-bottom: 0;
    color: var(--cm-ink);
    border-color: var(--cm-line);
}

.custom_modal_new_v1 .table th {
    padding: 10px 12px;
    border-color: var(--cm-line);
    color: var(--cm-navy);
    background: #f1f7fa;
    font-size: 16px;
    font-weight: 600;
}

.custom_modal_new_v1 .table td {
    padding: 9px 11px;
    border-color: var(--cm-line);
    vertical-align: middle;
    font-size: 14px;
}

.custom_modal_new_v1 .table tbody tr td:first-child {
    width: 48%;
    color: var(--cm-navy);
    background: rgba(246, 250, 252, .7);
}

.custom_modal_new_v1 .text-orange {
    color: var(--cm-orange) !important;
    font-size: 14px;
    font-weight: 600;
}

.custom_modal_new_v1 .box_show_hidden_package > div > strong {
    display: block;
    margin-top: 17px;
    color: var(--cm-navy);
    font-size: 14px;
}

.custom_modal_new_v1 .cus_content_features {
    padding: 10px 4px !important;
    color: #52677b;
    line-height: 1.7;
}

.custom_modal_new_v1 .cus_content_features ul {
    margin: 0;
    padding-left: 20px;
}

.custom_modal_new_v1 .cus_content_features li::marker {
    color: var(--cm-teal);
}

.custom_modal_new_v1 .col-md-7 > .table {
    overflow: hidden;
    border: 1px solid var(--cm-line);
    border-radius: 9px;
}

.custom_modal_new_v1 .col-md-7 > .table > thead th {
    background: var(--cm-navy);
    color: #fff;
}

.custom_modal_new_v1 .col-md-7 > .table > tbody > tr > td {
    padding: 18px;
}

.custom_modal_new_v1 .scroll-container {
    margin-top: 0 !important;
}

.custom_modal_new_v1 .form-control {
    min-height: 40px;
    border: 1px solid #ccd8e2;
    border-radius: 15px;
    color: var(--cm-ink);
    font-size: 14px;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease;
}

.custom_modal_new_v1 .form-control.form-control-lg {
    height: 42px;
    min-height: 42px;
    font-size: 14px;
}

.custom_modal_new_v1 .form-control:focus {
    border-color: var(--cm-teal);
    box-shadow: 0 0 0 3px rgba(54, 160, 145, .13);
}

.custom_modal_new_v1 .form-control:disabled {
    background: #eef3f6;
    color: #718092;
}

.custom_modal_new_v1 select.form-control {
    height: 42px;
}

.custom_modal_new_v1 .invalid-feedback {
    font-size: 14px;
}

.custom_modal_new_v1 .form-row > [class*=col-] {
    margin-bottom: 2px;
}

.custom_modal_new_v1 .cus_btn {
    min-width: 88px;
    padding: 9px 16px;
    border: 0;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    box-shadow: none;
}

.custom_modal_new_v1 .cus_btn.btn-secondary {
    color: #53677a;
    background: #e7edf2;
}

.custom_modal_new_v1 .cus_btn.btn-secondary:hover {
    background: #d7e0e8;
}

.custom_modal_new_v1 .cus_btn.btn-primary {
    color: #fff;
    background: var(--cm-orange);
    box-shadow: 0 3px 8px rgba(229, 131, 0, .24);
}

.custom_modal_new_v1 .cus_btn.btn-primary:hover {
    background: #ca7000;
}

.box_show_hidden_gift .box_list_item h4 {
    font-size: 16px !important;
}

@media (max-width: 767.98px) {
    .custom_modal_new_v1 .modal-dialog {
        margin: .7rem;
        max-width: none;
    }

    .custom_modal_new_v1 .modal-header {
        padding: 14px 16px;
    }

    .custom_modal_new_v1 .modal-title {
        font-size: 15px;
    }

    .custom_modal_new_v1 .modal-body {
        padding: 16px;
    }

    .custom_modal_new_v1 .box_show_hidden_package {
        min-height: 0;
        padding: 14px;
    }

    .custom_modal_new_v1 .col-md-7 > .table > tbody > tr > td {
        padding: 14px;
    }
}

@media (max-width: 575.98px) {
    .custom_modal_new_v1 .modal-header::before {
        display: none;
    }

    .custom_modal_new_v1 .table td, .custom_modal_new_v1 .table th {
        font-size: 14px;
    }

    .custom_modal_new_v1 .form-row > .col-md-6 {
        margin-bottom: 12px;
    }

    .custom_modal_new_v1 .cus_btn {
        min-width: 76px;
        padding: 8px 12px;
    }

    .box_cate_package_02 .templates h3 {
        font-size: 14px;
        padding: 5px 0px;
    }

    .box_cate_package_02 .templates a {
        font-size: 14px;
        padding: 5px 0px;
    }

    .section-title {
        font-size: 14px;
        font-weight: 600;
        margin: 15px 0 12px;
        text-transform: uppercase;
    }

    .panel h3, .section-heading h3, .panel h3, .section-heading a {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 6px;
    }

    .info-bar, .notice {
        font-size: 13px;
    }


}
