.box-sizing,
.box-sizing *,
.box-sizing ::after,
.box-sizing ::before {
    box-sizing: border-box
}

.clearfix {
    display: block;
    zoom: 1
}

.clearfix:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

* {
    scrollbar-width: thin;
    scrollbar-color: #231F20 transparent
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background-color: #231F20;
    border-radius: 0;
    border: none
}

::-webkit-scrollbar-corner {
    background: 0 0
}

.py-1 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.py-2 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.pt-1 {
    padding-top: 10px !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-05 {
    margin-bottom: 5px !important
}

.mb-1 {
    margin-bottom: 10px !important
}

.mb-2 {
    margin-bottom: 20px !important
}

.mb-3 {
    margin-bottom: 30px !important
}

.mb-4 {
    margin-bottom: 40px !important
}

.mb-5 {
    margin-bottom: 50px !important
}

.mb-7 {
    margin-bottom: 70px !important
}

.mt-3 {
    margin-top: 30px !important
}

.mr-1 {
    margin-right: 10px !important
}

.mr-2 {
    margin-right: 15px !important
}

.fw-400 {
    font-weight: 400 !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-30 {
    font-size: 30px !important
}

.rounded-15 {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.btn2 {
    background: #231F20;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #CDC197;
    padding: 10px;
    height: 48px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    border: 1px solid transparent
}

.btn2.btn-border {
    background: #fff;
    color: #231F20;
    border-color: #231F20
}

.btn2.btn-md {
    width: auto !important;
    white-space: nowrap;
    height: auto;
    padding: 10px
}

.btn2.btn-sm {
    width: auto !important;
    white-space: nowrap
}

.btn2.rounded {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    min-width: 130px
}

a.btn2 {
    line-height: 1.4;
    padding-top: 11px;
    padding-bottom: 9px
}

a.btn2.btn-bg:focus,
a.btn2.btn-bg:hover {
    color: #CDC197
}

.btn-disabled {
    pointer-events: none !important;
    background: #ddd !important;
    border-color: #ddd !important;
    color: #bbb !important
}

.fw-lightbold {
    font-weight: 500 !important
}

.btn2.disabled,
.btn2:disabled {
    background: #e1e1e1;
    color: #666;
    cursor: default;
    pointer-events: none
}

.text-center {
    text-align: center !important
}

.red-color {
    color: #ed1c24 !important
}

.text-darkgold {
    color: #6E6247 !important
}

.text-black {
    color: #141414 !important
}

.text-white {
    color: #fff !important
}

.text-green {
    color: #5FD068 !important
}

.m-title {
    font-size: 18px;
    margin-bottom: 10px
}

.h-wrap {
    display: block;
    zoom: 1;
    box-sizing: border-box
}

.h-wrap:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.h-wrap *,
.h-wrap * *,
.h-wrap * ::after,
.h-wrap * ::before,
.h-wrap ::after,
.h-wrap ::before {
    box-sizing: border-box
}

.h-wrap.sp {
    position: relative;
    padding-right: 150px;
    padding-left: 150px
}

.h-wrap.sp .btn-detail {
    position: absolute;
    right: 0;
    top: 11px
}

.h-title {
    display: block;
    font-family: linlivertine;
    text-transform: uppercase;
    color: #231f20;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 40px;
    line-height: 1.2
}

.h-title em,
.h-title i {
    font-style: italic;
    font-weight: 700
}

.w-980 {
    max-width: 980px;
    margin-right: auto;
    margin-left: auto
}

.invalid-feedback {
    color: #ED1C24;
    padding-top: 7px;
    font-size: 14px;
    display: none
}

.scroll-content {
    margin: 0;
    padding: 8px 20px 5px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 391px;
    height: 100%
}

.scroll-content.without-btn {
    margin-bottom: 10px;
    max-height: 340px
}

.scroll-content.no-scroll {
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.scroll-content.no-scroll.pd-bottom {
    padding-bottom: 25px
}

.scroll-content.height-type {
    max-height: 363px
}

.select {
    background: url(../Image/Icon/icon-arrow-down.svg) right 50% no-repeat #fff !important;
    appearance: none;
    -webkit-appearance: none;
    position: relative
}

.select [disabled] {
    color: #bdbdbd
}

.select:focus-visible {
    outline: 0 !important
}

.checkbox-cs {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-height: 24px;
    margin-bottom: 0;
    padding-top: 1px;
    color: #333
}

.checkbox-cs.red-color input:checked~.radiobtn {
    background-color: #ed1c24;
    border-color: #ed1c24
}

.checkbox-cs.circle-type {
    padding-left: 0;
    padding-right: 32px
}

.checkbox-cs.circle-type .radiobtn {
    left: auto;
    right: 0;
    border-color: #231F20
}

.checkbox-cs.circle-type input:checked~.radiobtn {
    background-color: #fff
}

.checkbox-cs.circle-type .radiobtn::after {
    width: 16px;
    height: 16px;
    background: #231F20;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    transform: none
}

.checkbox-cs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}

.checkbox-cs .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #A59973;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.checkbox-cs .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 6px;
    left: 6px;
    width: 11px;
    height: 7px;
    border-radius: 0;
    background: 0 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg)
}

.checkbox-cs input:checked~.checkmark {
    background-color: #231F20;
    border-color: #231F20
}

.checkbox-cs input:checked~.checkmark:after {
    display: block
}

.checkbox-cs .radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #A59973;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.checkbox-cs input:checked~.radiobtn {
    background-color: #231F20;
    border-color: #231F20
}

.checkbox-cs .radiobtn:after {
    content: "";
    position: absolute;
    display: none;
    top: 6px;
    left: 6px;
    width: 11px;
    height: 7px;
    border-radius: 0;
    background: 0 0;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg)
}

.checkbox-cs input:checked~.radiobtn:after {
    display: block
}

.frm-row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -7px
}

.frm-row .col {
    flex: 1 50%;
    max-width: 50%;
    padding: 0 7px
}

.checklist-pw {
    margin-top: -10px;
    margin-bottom: 15px
}

.checklist-pw li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 14px;
    position: relative;
    padding-left: 22px
}

.checklist-pw li:before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid #616161;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 4px
}

.checklist-pw li:after {
    content: "";
    width: 7px;
    height: 4px;
    border-left: 1px solid #616161;
    border-bottom: 1px solid #616161;
    position: absolute;
    z-index: 2;
    left: 3px;
    top: 8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.checklist-pw li.checked:before {
    border-color: #5FD068;
    background-color: #5FD068
}

.checklist-pw li.checked:after {
    border-color: #fff
}

.login-page {
    background: #f9f6ec;
    box-sizing: border-box;
    font-size: 16px;
    color: #141414;
    line-height: 1.4;
    font-family: Arial, Helvetica, sans-serif
}

.login-page *,
.login-page ::after,
.login-page ::before {
    box-sizing: border-box
}

.login-page * {
    font-family: Arial, Helvetica, sans-serif
}

.content-type {
    max-width: 1010px;
    margin: 0 auto;
    padding: 35px 15px
}

.avatar-text {
    width: 44px;
    height: 44px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    color: #fff;
    background: #f4511e;
    font-size: 18px;
    font-weight: 700;
    margin-right: 10px;
    align-items: center
}

.form-type input,
.form-type select,
.form-type textarea,
.login-content input,
.login-content select,
.login-content textarea {
    color: #333
}

.form-type .btn-back,
.login-content .btn-back {
    width: 20px;
    height: 30px;
    background: 0 0;
    display: inline-block;
    margin: 0 10px 0 0;
    border: none;
    position: relative
}

.form-type .btn-back:before,
.login-content .btn-back:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    z-index: 1;
    border-left: 2px solid #252525;
    border-top: 2px solid #252525;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    left: 3px;
    top: 9px
}

.form-type .form-group,
.form-type .note-txt,
.login-content .form-group,
.login-content .note-txt {
    margin-bottom: 20px
}

.form-type label,
.login-content label {
    margin-bottom: 7px;
    display: inline-block
}

.form-type .form-control,
.login-content .form-control {
    background: #fff;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    padding: 10px 0;
    height: auto;
    border-radius: 0
}

.form-type .form-control::-webkit-input-placeholder,
.login-content .form-control::-webkit-input-placeholder {
    color: #616161
}

.form-type .form-control:-moz-placeholder,
.login-content .form-control:-moz-placeholder {
    color: #616161;
    opacity: 1
}

.form-type .form-control::-moz-placeholder,
.login-content .form-control::-moz-placeholder {
    color: #616161;
    opacity: 1
}

.form-type .form-control:-ms-input-placeholder,
.login-content .form-control:-ms-input-placeholder {
    color: #616161
}

.form-type .form-control:placeholder,
.login-content .form-control:placeholder {
    color: #616161
}

.form-type .link-type,
.login-content .link-type {
    margin-top: 20px;
    font-size: 14px
}

.form-type .link-type a,
.form-type .link-type button,
.login-content .link-type a,
.login-content .link-type button {
    text-decoration: underline;
    color: #333;
    font-weight: 500;
    border: none;
    background-color: transparent
}

.form-type .link-type-2,
.login-content .link-type-2 {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-size: 14px
}

.form-type .link-type-2 a,
.login-content .link-type-2 a {
    text-decoration: underline;
    color: #333;
    font-weight: 500;
    display: inline-block
}

.form-type .other-type,
.login-content .other-type {
    position: relative;
    margin-bottom: 20px;
    padding-top: 25px;
    color: #142F43;
    font-size: 14px
}

.form-type .socials-login,
.login-content .socials-login {
    text-align: center
}

.form-type .socials-login li,
.login-content .socials-login li {
    list-style: none;
    padding: 0 7px;
    display: inline-block;
    margin-bottom: 0
}

.form-type .socials-login li a,
.login-content .socials-login li a {
    display: block;
    width: 80px;
    height: 80px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    padding: 12px 2px 0;
    text-transform: uppercase;
    font-size: 12px
}

.form-type .socials-login li a img,
.login-content .socials-login li a img {
    display: block;
    margin: 0 auto 5px;
    max-width: 36px
}

.form-type .socials-login li a span,
.login-content .socials-login li a span {
    display: block;
    color: #000;
    font-size: 11px
}

.form-type .term-txt,
.login-content .term-txt {
    font-size: 14px
}

.form-type .opt-input,
.login-content .opt-input {
    margin-bottom: 7px;
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-left: -5px;
    margin-right: -5px
}

.form-type .opt-input li,
.login-content .opt-input li {
    list-style: none;
    padding: 0 5px;
    flex: auto
}

.form-type .opt-input .form-control,
.login-content .opt-input .form-control {
    border-bottom: 2px solid #616161;
    font-size: 20px;
    width: 36px;
    padding: 10px 2px;
    text-align: center;
    font-weight: 700;
    color: #382F2D
}

.form-type .verify-block,
.login-content .verify-block {
    display: flex
}

.form-type .verify-block .countdown-time,
.login-content .verify-block .countdown-time {
    width: 85px;
    text-align: center;
    color: #6E6247;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #231F20;
    height: 48px;
    padding: 11px 2px 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 15px;
    flex: 0 0 auto
}

.form-type .calendar-box,
.login-content .calendar-box {
    position: relative
}

.form-type .calendar-box .form-control,
.login-content .calendar-box .form-control {
    padding-right: 32px
}

.form-type .calendar-box .btn-calendar,
.login-content .calendar-box .btn-calendar {
    width: 24px;
    height: 24px;
    border: none;
    background: url(../Image/Icon/icon-calendar.svg) 50% 50% no-repeat;
    position: absolute;
    right: 0;
    top: 7px;
    z-index: 1
}

.form-type .option-wrap,
.login-content .option-wrap {
    padding-top: 3px
}

.form-type .option-wrap.fg-opt,
.login-content .option-wrap.fg-opt {
    margin-bottom: 20px
}

.form-type .option-wrap label,
.login-content .option-wrap label {
    margin-bottom: 0;
    margin-right: 10px
}

.form-type .did-floating-label-content,
.login-content .did-floating-label-content {
    position: relative;
    margin-bottom: 25px
}

.form-type .checklist-pw,
.login-content .checklist-pw {
    margin-bottom: 5px
}

.form-type input:-webkit-autofill,
.form-type input:-webkit-autofill:focus,
.form-type input:-webkit-autofill:hover,
.form-type input:autofill,
.form-type select:-webkit-autofill,
.form-type select:-webkit-autofill:focus,
.form-type select:-webkit-autofill:hover,
.form-type textarea:-webkit-autofill,
.form-type textarea:-webkit-autofill:focus,
.form-type textarea:-webkit-autofill:hover,
.login-content input:-webkit-autofill,
.login-content input:-webkit-autofill:focus,
.login-content input:-webkit-autofill:hover,
.login-content input:autofill,
.login-content select:-webkit-autofill,
.login-content select:-webkit-autofill:focus,
.login-content select:-webkit-autofill:hover,
.login-content textarea:-webkit-autofill,
.login-content textarea:-webkit-autofill:focus,
.login-content textarea:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
    background: #fff !important
}

.form-type .did-floating-label,
.login-content .did-floating-label {
    color: #616161;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 11px;
    padding: 0;
    background: 0 0;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.form-type .did-floating-select,
.form-type input.did-floating-input,
.login-content .did-floating-select,
.login-content input.did-floating-input {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    width: 100%;
    height: 39px;
    padding: 10px 0 5px;
    background: #fff;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    box-sizing: border-box;
    border-radius: 0;
    line-height: 1.4
}

.form-type .did-floating-select:focus,
.form-type input.did-floating-input:focus,
.login-content .did-floating-select:focus,
.login-content input.did-floating-input:focus {
    outline: 0
}

.form-type .did-floating-select:focus~.did-floating-label,
.form-type input.did-floating-input:focus~.did-floating-label,
.login-content .did-floating-select:focus~.did-floating-label,
.login-content input.did-floating-input:focus~.did-floating-label {
    top: -10px;
    font-size: 14px
}

.form-type .did-floating-select.no-border,
.form-type input.did-floating-input.no-border,
.login-content .did-floating-select.no-border,
.login-content input.did-floating-input.no-border {
    border-bottom-color: transparent
}

.form-type select.did-floating-select,
.login-content select.did-floating-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.form-type select.did-floating-select::-ms-expand,
.login-content select.did-floating-select::-ms-expand {
    display: none
}

.form-type .did-floating-input:-webkit-autofill:active~.did-floating-label,
.form-type .did-floating-input:-webkit-autofill:focus~.did-floating-label,
.form-type .did-floating-input:-webkit-autofill:hover~.did-floating-label,
.form-type .did-floating-input:-webkit-autofill~.did-floating-label,
.form-type .did-floating-input:autofill~.did-floating-label,
.login-content .did-floating-input:-webkit-autofill:active~.did-floating-label,
.login-content .did-floating-input:-webkit-autofill:focus~.did-floating-label,
.login-content .did-floating-input:-webkit-autofill:hover~.did-floating-label,
.login-content .did-floating-input:-webkit-autofill~.did-floating-label,
.login-content .did-floating-input:autofill~.did-floating-label {
    top: -10px;
    font-size: 14px
}

.form-type .did-floating-input:not(:placeholder-shown)~.did-floating-label,
.login-content .did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -10px;
    font-size: 14px
}

.form-type .did-floating-select:not([value=""]):valid~.did-floating-label,
.login-content .did-floating-select:not([value=""]):valid~.did-floating-label {
    top: -10px;
    font-size: 14px
}

.form-type .did-floating-select[value=""]:focus~.did-floating-label,
.login-content .did-floating-select[value=""]:focus~.did-floating-label {
    top: 10px;
    font-size: 14px
}

.form-type .did-floating-select:not([multiple]):not([size]),
.login-content .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat
}

.form-type .did-error-input .did-floating-input,
.form-type .did-error-input .did-floating-select,
.login-content .did-error-input .did-floating-input,
.login-content .did-error-input .did-floating-select {
    border-bottom-color: #ED1C24;
    color: #ED1C24
}

.form-type .did-error-input .did-floating-label,
.login-content .did-error-input .did-floating-label {
    color: #ED1C24
}

.form-type .did-error-input .invalid-feedback,
.login-content .did-error-input .invalid-feedback {
    display: block
}

.form-type .did-error-input .did-floating-select:not([multiple]):not([size]),
.login-content .did-error-input .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A")
}

.form-type .input-group,
.login-content .input-group {
    display: flex
}

.form-type .input-group .did-floating-input,
.login-content .input-group .did-floating-input {
    border-radius: 0 4px 4px 0;
    border-left: 0;
    padding-left: 0
}

.form-type .input-group-append,
.login-content .input-group-append {
    display: flex;
    align-items: center
}

.form-type .input-group-text,
.login-content .input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height: 34px;
    color: #323840;
    padding: 0 5px 0 20px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3D85D8;
    border-radius: 4px 0 0 4px;
    border-right: none
}

.login-content {
    max-width: 740px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    border-radius: 20px;
    -webkit-border-radius: 20px
}

.login-content p {
    margin-bottom: 15px
}

.login-content .right-banner {
    width: 333px;
    flex: 0 0 auto
}

.login-content .right-banner img {
    display: block;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    max-width: 100%;
    height: 500px
}

.login-content .left-content {
    flex: 1 1 auto;
    padding: 30px
}

.login-content .left-content .btn2 {
    width: 100%
}

.login-content h3 {
    color: #000;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    align-items: center
}

.login-content h3.h-sc {
    font-size: 18px;
    font-weight: 700
}

.login-content h3.h-sc span {
    margin: 0 auto;
    align-items: center;
    display: flex
}

.login-content h3.h-sc img {
    margin-right: 10px;
    border-radius: 50%
}

.content-change {
    width: 100%;
    height: 100%;
    display: none
}

.content-change.active-content {
    display: block
}

.dialog-lg {
    width: 710px
}

.dialog-iframe {
    width: 800px
}

.dialog-md {
    width: 400px
}

.d-flex {
    display: flex !important
}

.space-between {
    justify-content: space-between !important
}

.gj-dialog-md-body {
    padding-top: 24px
}

.dialog-type {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-sizing: border-box
}

.dialog-type *,
.dialog-type ::after,
.dialog-type ::before {
    box-sizing: border-box
}

.dialog-type .btn-close {
    width: 40px;
    height: 28px;
    position: relative;
    margin-left: 10px;
    margin-right: -10px;
    background: 0 0;
    padding: 0;
    border: none
}

.dialog-type .btn-close:after,
.dialog-type .btn-close:before {
    content: "";
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    margin-top: -1px
}

.dialog-type .btn-close:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.dialog-type .btn-close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.dialog-type .btn-close span {
    display: none
}

.dialog-type .gj-dialog-md-header {
    background: #EFEBDB;
    padding: 18px 20px
}

.dialog-type .gj-dialog-md-header .btn-right {
    float: right;
    font-size: 16px;
    margin-top: 5px;
    text-decoration: underline;
    color: #333
}

.dialog-type .gj-dialog-md-title {
    font-weight: 600;
    color: #333
}

.dialog-type .gj-dialog-footer {
    position: static;
    padding: 0 20px 20px
}

.dialog-type .gj-dialog-footer .btn-bg {
    min-width: 180px
}

.dialog-type .gj-dialog-footer.text-center {
    flex-direction: row;
    justify-content: center
}

.dialog-type .gj-dialog-footer.text-center>* {
    margin: 0 7px;
    height: 48px
}

.dialog-type .iframe-content,
.dialog-type .login-content {
    max-width: 100%;
    border-radius: 0;
    display: block
}

.dialog-type .iframe-content {
    padding: 0
}

.dialog-type.dialog-iframe {
    border-radius: 0
}

.dialog-type.dialog-iframe iframe {
    display: block
}

.login-content .group-row .gender-box {
    position: relative
}

.login-content .group-row .gender-box .lbl {
    margin-bottom: 0;
    position: absolute;
    top: -10px;
    font-size: 14px;
    left: 0
}

.login-content .group-row .option-wrap {
    padding-top: 14px
}

.group-row {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -12px;
    box-sizing: border-box
}

.group-row *,
.group-row * *,
.group-row * ::after,
.group-row * ::before,
.group-row ::after,
.group-row ::before {
    box-sizing: border-box
}

.group-row.cs-col .gp-item {
    flex: 1 58%;
    max-width: 58%
}

.group-row.cs-col .gp-item:first-child {
    flex: 1 42%;
    max-width: 42%
}

.group-row .gp-item {
    flex: 1 50%;
    max-width: 50%;
    padding: 0 12px;
    margin-bottom: 25px
}

.group-row.w-100 {
    margin: 0
}

.group-row.w-100 .gp-item {
    padding: 0;
    flex: 1 100%;
    max-width: 100%
}

.group-row .did-floating-label-content {
    margin-bottom: 0 !important
}

.mgs-text {
    font-size: 16px;
    padding: 15px 0;
    line-height: 1.4
}

.lp {
    font-size: 14px;
    display: flex;
    align-items: center
}

.lp img {
    margin-right: 5px;
    width: 20px
}

.account-lp {
    margin-bottom: 30px
}

.account-lp .item {
    background: #F8F8F8;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    display: block
}

.account-lp .item.current {
    background: #FFF4E0
}

.account-lp .item.circle-type {
    padding-right: 40px
}

.account-lp .item.circle-type .radiobtn {
    top: 50%;
    transform: translate(0, -50%);
    right: 10px;
    background: 0 0
}

.account-lp .item p {
    margin-bottom: 3px;
    margin-top: 3px
}

.account-lp .item .fullname {
    font-size: 16px
}

.account-lp .item .lp {
    margin-bottom: 7px
}

.px-3 {
    padding-right: 30px
}

.opt-input-content {
    position: relative;
    overflow: hidden;
    left: 12px
}

.opt-input-content:before {
    width: 30px;
    z-index: 1;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    content: ""
}

.opt-input-content line,
.opt-input-content svg {
    position: relative;
    display: block;
    width: 317px;
    height: 3px
}

.opt-input-content input[maxlength="7"] {
    color: transparent;
    text-shadow: 0 0 0 #2196f3
}

.opt-input-content input[maxlength="6"] {
    width: 100%;
    font-size: 20px;
    border: 0;
    margin-left: 0;
    letter-spacing: 37px;
    outline: 0;
    padding-right: 0;
    padding-left: 22px;
    font-weight: 700;
    color: #382F2D;
    background: 0 0
}

.opt-input-content input[maxlength="6"]+svg line {
    stroke-dasharray: 18;
    stroke-dashoffset: -13
}

.btn-eyes {
    width: 24px;
    height: 24px;
    background: url(../Image/Icon/eyes.svg) 50% 50% no-repeat;
    background-size: 24px auto;
    position: absolute;
    right: 0;
    top: 6px;
    z-index: 1;
    border: none;
    padding: 0
}

.btn-eyes.show {
    background-image: url(../Image/Icon/hide-eyes.svg)
}

.pr-3 {
    padding-right: 25px !important
}

input[type=password]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none
}

.dotted li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px
}

.dotted li:before {
    content: "";
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #141414;
    position: absolute;
    left: 0;
    top: 9px;
    z-index: 1
}

.member-info p {
    margin-bottom: 5px
}

.fz-14 {
    font-size: 14px
}

.text-grey {
    color: #616161 !important
}

.login-content .s-padding .other-type {
    padding-top: 0;
    margin-bottom: 10px
}

.login-content .s-padding .link-type {
    margin-bottom: 15px;
    margin-top: 15px
}

.login-content .s-padding .did-floating-label-content {
    margin-bottom: 20px
}

.phone-list {
    padding-top: 10px
}

.phone-list li {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 15px;
    margin-bottom: 15px
}

.phone-list li:last-child {
    border-bottom: none
}

.phone-list .checkbox-cs {
    display: block;
    margin-bottom: 0
}

.bannerSlide {
    overflow: hidden;
    margin-bottom: 30px
}

.bannerSlide .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: 90px;
    border-radius: 10px;
    display: block
}

.text-orange {
    color: #FF9B2A !important
}

.content-type-2 {
    display: block;
    zoom: 1
}

.content-type-2:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.content-type-2 *,
.content-type-2 * *,
.content-type-2 * ::after,
.content-type-2 * ::before {
    box-sizing: border-box
}

.content-type-2 .img {
    width: 50%;
    float: left;
    margin-right: 20px
}

.content-type-2 .img img {
    max-width: 100%;
    height: auto
}

.content-type-2 .info {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 267px;
    color: #141414;
    padding-top: 5px;
    padding-bottom: 5px
}

.content-type-2 .info p {
    margin-bottom: 5px
}

.content-type-2 .info ul {
    margin-left: 13px
}

.content-type-2 .info ul li {
    margin-bottom: 5px;
    list-style: disc
}

.content-type-2 .info ol {
    margin-left: 16px
}

.content-type-2 .info ol li {
    margin-bottom: 5px;
    list-style: decimal
}

.qty-wrap {
    margin-top: 20px;
    display: block;
    zoom: 1
}

.qty-wrap:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.qty-wrap .qty-controls {
    float: left;
    display: flex;
    background: #fff;
    border: 1px solid #bdbdbd;
    border-radius: 5px;
    overflow: hidden
}

.qty-wrap .qty-controls button {
    width: 34px;
    height: 34px;
    font-size: 16px;
    border: none;
    background: #eee
}

.qty-wrap .qty-controls button.btn-minus {
    border-right: 1px solid #bdbdbd
}

.qty-wrap .qty-controls button.btn-plus {
    border-left: 1px solid #bdbdbd
}

.qty-wrap .number {
    width: 50px;
    text-align: center;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center
}

.qty-wrap .btn2 {
    height: 34px;
    border-radius: 5px;
    font-size: 14px;
    padding: 1px 10px;
    min-width: 100px;
    float: right
}

.code-box {
    background: #FFF4E0;
    padding: 15px 10px;
    color: #333;
    font-weight: 700
}

.code-box strong {
    display: block;
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-weight: 600
}

.galaxyCode .answersTit {
    margin-bottom: 5px
}

.galaxyCode .thum {
    display: block;
    height: auto !important;
    margin-right: 20px
}

.galaxyCode .thum img {
    width: auto !important;
    height: auto !important;
    max-width: 100%
}

.galaxyCode .clear_fix {
    overflow: hidden
}

.slidePoster {
    height: auto !important
}

.btn-detail {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-right: 15px
}

.btn-detail:before {
    width: 8px;
    height: 8px;
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    top: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg)
}

.shop-wrap .slide ul li {
    height: 100%
}

.shop-products {
    display: block;
    zoom: 1;
    box-sizing: border-box
}

.shop-products:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.shop-products *,
.shop-products * *,
.shop-products * ::after,
.shop-products * ::before,
.shop-products ::after,
.shop-products ::before {
    box-sizing: border-box
}

.shop-products .content {
    display: block;
    background: #FFECD6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 18px 15px 17px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
    height: 100%
}

.shop-products .field-img,
.shop-products .field-name {
    display: block;
    margin-bottom: 15px
}

.shop-products .field-name {
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.shop-products .field-price {
    display: block
}

.shop-products .field-price span {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    background: #000;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    padding: 5px 12px
}

.shop-products .field-img img {
    width: auto;
    max-width: 100%;
    max-height: 130px
}

.tab-menu-type {
    display: flex;
    justify-content: center;
    box-sizing: border-box
}

.tab-menu-type *,
.tab-menu-type * *,
.tab-menu-type * ::after,
.tab-menu-type * ::before,
.tab-menu-type ::after,
.tab-menu-type ::before {
    box-sizing: border-box
}

.tab-menu-type .item {
    width: 120px;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 16px;
    line-height: 1.4
}

.tab-menu-type .item.current .img {
    border-color: #ed1c24
}

.tab-menu-type a {
    color: #000;
    display: block
}

.tab-menu-type .txt {
    display: block
}

.tab-menu-type .img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid transparent
}

.tab-menu-type .img img {
    width: 100%;
    height: auto
}

.product_slist .product_thum a {
    display: block;
    position: relative
}

.product_slist .lbl-tag {
    display: inline-block;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    background: #ED1C24;
    padding: 5px 8px;
    box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .5);
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.product_slist .lbl-ofs {
    display: flex;
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    justify-content: center;
    align-items: center
}

.product_slist .lbl-ofs span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    padding: 9px 15px;
    text-transform: uppercase;
    width: 100%
}

.block-content {
    min-height: 45px
}

.shop-product-list li {
    height: auto;
    background: #fff;
    margin-bottom: 20px
}

.shop-product-list li .product_thum {
    height: 228px;
    overflow: hidden
}

.shop-product-list li .product_thum img {
    height: 228px;
    display: block
}

.shop-product-list li .product_tit {
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.shop-product-list li .product_txt {
    height: auto;
    padding-bottom: 3px;
    background: 0 0
}

.shop-product-list li .product_price {
    border-top: none;
    padding-bottom: 3px
}

.shop-product-list .outofstock {
    background: #F5F5F5
}

.shop-product-list .outofstock .product_thum {
    position: relative;
    background: #fff
}

.shop-product-list .outofstock .product_thum:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #ccc;
    opacity: .2
}

.shop-product-list .outofstock .product_price .dash_price,
.shop-product-list .outofstock .product_price .price,
.shop-product-list .outofstock .product_tit a {
    color: #666
}

.shop_online_detail .slide_List {
    height: 100%
}

.shop_online_detail .slide_List li {
    width: 478px;
    height: 100%
}

.shop_online_detail .slide_List li img {
    width: auto;
    height: 397px;
    display: block;
    margin: 0 auto
}

.shop_online_detail .slide_List li video {
    margin: 0 auto;
    max-height: 397px;
    display: block;
    height: 100%;
    width: 100%
}

.shop_online_detail .slide_dBox .control_navi {
    bottom: 25px
}

.shop_online_detail .product_right .btn_box .btnc_confirm {
    width: 100%
}

.middle-banner-slide {
    position: relative
}

.middle-banner-slide .swiper-slide img {
    width: 100%;
    height: auto
}

.order_number_lbl {
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
    font-size: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #5fd068
}

.order_number_lbl.cancel-order {
    background: #d5d5d5;
    color: #777
}

.myCinema_list>li {
    padding-left: 30px;
    padding-right: 30px
}

.myCinema_list>li:first-child .myCinema_box {
    border-top: none;
    padding-top: 0
}

.myCinema_list .code-container .code-label {
    padding-top: 3px
}

.ticket-info {
    display: flex;
    flex-flow: row wrap;
    margin-left: -30px;
    margin-right: -30px;
    box-sizing: border-box
}

.ticket-info *,
.ticket-info * *,
.ticket-info * ::after,
.ticket-info * ::before,
.ticket-info ::after,
.ticket-info ::before {
    box-sizing: border-box
}

.ticket-info .item {
    flex: 1 55%;
    max-width: 55%;
    padding: 0 30px
}

.ticket-info .item:last-child {
    flex: 1 45%;
    max-width: 45%;
    border-left: 1px solid #999
}

.ticket-info h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.ticket-info p {
    margin-top: 7px
}

.steps {
    max-width: 700px;
    margin: 0 auto 50px;
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box
}

.steps *,
.steps * *,
.steps * ::after,
.steps * ::before,
.steps ::after,
.steps ::before {
    box-sizing: border-box
}

.steps li {
    width: 25%;
    padding: 0 10px;
    text-align: center;
    position: relative
}

.steps li.inprocess:before {
    background: #79CF4F
}

.steps li.inprocess .number {
    color: #fff;
    background: #79CF4F;
    border-color: #CDF2C0;
    font-weight: 700
}

.steps li.inprocess .txt {
    color: #79CF4F;
    font-weight: 700
}

.steps li.current .number {
    background: #fff;
    border: 1px solid #79CF4F;
    width: 45px;
    height: 45px;
    color: #79CF4F;
    font-weight: 700
}

.steps li.current .txt {
    color: #79CF4F
}

.steps li:before {
    content: "";
    width: 100%;
    position: absolute;
    top: 22px;
    z-index: 1;
    height: 1px;
    background: #C5C5C5;
    left: 50%
}

.steps li:last-child:before {
    display: none
}

.steps .number {
    width: 46px;
    height: 46px;
    display: flex;
    font-size: 18px;
    margin: 0 auto 10px;
    color: #999;
    background: #E5E5E5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid transparent;
    align-items: center;
    position: relative;
    z-index: 2;
    justify-content: center
}

.steps .txt {
    font-size: 13px;
    color: #999;
    line-height: 1.2
}

.shippingMethod>dd {
    padding: 30px
}

.detail_twrap .detail_sec img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px
}

.detail_twrap .product_box {
    border-bottom: 2px solid #f9f6ec
}

.detail_sec {
    background: #fff;
    padding: 50px 30px 30px
}

.product_left {
    padding-bottom: 0
}

.slide_dBox {
    border-bottom: none
}

.payMethod .pay_card>li {
    position: static;
    padding-left: 0
}

.payMethod .pay_card li label {
    position: relative;
    padding-left: 20px
}

.payMethod .pay_card li label input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
    z-index: 1
}

.payMethod .pay_card li label img {
    max-height: 24px;
    width: auto
}

.payMethod .sc-content .fullitem {
    padding-left: 20px;
    padding-right: 20px
}

.myCinema_inner+.myCinema_bill {
    margin-top: -25px
}

.my-services {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start
}

.my-services *,
.my-services * *,
.my-services * ::after,
.my-services * ::before {
    box-sizing: border-box
}

.my-services .s-left {
    width: 312px;
    flex-shrink: 0;
    margin-right: 36px;
    background: url(../Image/Bg/line.svg) 100% 0 no-repeat
}

.my-services .s-left li {
    margin-bottom: 46px;
    position: relative
}

.my-services .s-left li:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #D82B2B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    background: #fff
}

.my-services .s-left li:last-child {
    margin-bottom: 0
}

.my-services .s-left li.active .arrow {
    opacity: 1
}

.my-services .s-left li .arrow {
    display: block;
    width: 32px;
    height: 32px;
    background: #D82B2B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
    opacity: 0
}

.my-services .s-left li .arrow:before {
    content: "";
    width: 10px;
    height: 10px;
    z-index: 1;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    left: 9px;
    top: 11px;
    transform: rotate(45deg)
}

.my-services .s-left li a {
    display: block;
    width: 218px;
    height: 140px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 30px 20px 20px
}

.my-services .s-left li a span {
    display: block;
    color: #611414
}

.my-services .s-left li.bg-1 {
    padding-left: 40px
}

.my-services .s-left li.bg-1 a {
    background-image: url(../Image/Bg/bg-1.png)
}

.my-services .s-left li.bg-1 .arrow {
    right: -5px
}

.my-services .s-left li.bg-2 {
    padding-left: 20px
}

.my-services .s-left li.bg-2:before {
    right: 20px;
    border-color: #596610
}

.my-services .s-left li.bg-2 a {
    background-image: url(../Image/Bg/bg-2.png)
}

.my-services .s-left li.bg-2 a span {
    color: #596610
}

.my-services .s-left li.bg-2 .arrow {
    background: #9FB545;
    right: 12px
}

.my-services .s-left li.bg-3 {
    padding-left: 20px
}

.my-services .s-left li.bg-3:before {
    right: 24px;
    border-color: #F09473
}

.my-services .s-left li.bg-3 a {
    background-image: url(../Image/Bg/bg-3.png)
}

.my-services .s-left li.bg-3 .arrow {
    background: #F09473;
    right: 16px
}

.my-services .s-left li.bg-4 {
    padding-left: 35px
}

.my-services .s-left li.bg-4:before {
    right: 13px;
    border-color: #D8652B
}

.my-services .s-left li.bg-4 a {
    background-image: url(../Image/Bg/bg-4.png)
}

.my-services .s-left li.bg-4 .arrow {
    background: #D8652B;
    right: 5px
}

.my-services .s-right {
    width: 552px;
    flex-shrink: 0
}

.my-services .s-right .info-wrap {
    min-height: 250px;
    margin-bottom: 30px
}

.my-services .s-right .info {
    width: 100%;
    height: 250px;
    display: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #fff;
    padding: 28px 55px 33px
}

.my-services .s-right .info a {
    color: #fff
}

.my-services .s-right .info.bg-1 {
    background-image: url(../Image/Bg/bg-6.png)
}

.my-services .s-right .info.bg-1 h2 span {
    color: #611414
}

.my-services .s-right .info.bg-2 {
    background-image: url(../Image/Bg/bg-7.png)
}

.my-services .s-right .info.bg-2 h2 span {
    color: #596610
}

.my-services .s-right .info.bg-3 {
    background-image: url(../Image/Bg/bg-8.png)
}

.my-services .s-right .info.bg-3 h2 span {
    color: #611414
}

.my-services .s-right .info.bg-4 {
    background-image: url(../Image/Bg/bg-9.png)
}

.my-services .s-right .info.bg-4 h2 span {
    color: #611414
}

.my-services .s-right h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 5px;
    padding-left: 10px
}

.my-services .s-right h2 span {
    display: block
}

.my-services .s-right .content-scroll {
    padding: 0 10px;
    line-height: 1.3;
    max-height: 128px;
    overflow-x: hidden;
    overflow-y: auto
}

.my-services .s-right .content-scroll p {
    margin-bottom: 0
}

.form-type-2 h3 {
    font-size: 18px;
    font-weight: 700
}

.form-type-2 .lbl {
    display: block;
    margin-bottom: 5px;
    color: #141414
}

.form-type-2 .input-control,
.form-type-2 select {
    background: #fff;
    height: 44px;
    padding: 7px 12px;
    border-radius: 8px;
    border: 1px solid #BABFC4;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #141414
}

.form-type-2 textarea.input-control {
    padding-top: 11px
}

.form-type-2 select {
    background-position: 97% 50% !important;
    padding-right: 33px
}

.form-type-2 .w-100 select {
    background-position: 99% 50% !important
}

.form-type-2 .btn2 {
    width: 100%
}

.form-type-2 .calendar-box {
    position: relative
}

.form-type-2 .calendar-box .input-control {
    padding-right: 40px
}

.form-type-2 .calendar-box .btn-calendar {
    width: 24px;
    height: 24px;
    border: none;
    background: url(../Image/Icon/icon-calendar.svg) 50% 50% no-repeat;
    position: absolute;
    right: 10px;
    top: 9px;
    z-index: 1
}

.form-type-2 .group-row .gp-item {
    margin-bottom: 20px
}

.content-type-3 {
    display: flex
}

.content-type-3 .img {
    width: 362px;
    min-width: 362px;
    margin-right: 30px
}

.content-type-3 .info {
    color: #141414;
    line-height: 1.5
}

.app-download-info.group-row {
    margin-left: -5px;
    margin-right: -5px
}

.app-download-info.group-row .gp-item {
    padding-left: 5px;
    padding-right: 5px
}

.app-download-info img {
    max-width: 100%;
    width: 100%;
    height: auto
}
/********/
.img-promo {
    position: absolute;
    z-index: 1;
    left: 14px;
    top: -4px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px
}

.tab_payments {
    display: flex;
    gap: 10px;
    margin-bottom: 30px
}

.tab_payments li {
    height: auto;
    width: 25%;
    position: relative
}

.tab_payments li.active button {
    background: #231F20
}

.tab_payments li.active button span {
    color: #CDC197
}

.tab_payments li.active .icons.icon-visa {
    background-image: url(../Image/Icon/icon_visa_o.svg)
}

.tab_payments li.active .icons.icon-atm {
    background-image: url(../Image/Icon/icon_atm_o.svg)
}

.tab_payments li.active .icons.icon-pay-later {
    background-image: url(../Image/Icon/icon_pay_later_o.svg)
}

.tab_payments li.active .icons.icon-wallet {
    background-image: url(../Image/Icon/icon_wallet_o.svg)
}

.tab_payments button {
    background: #fff;
    height: 100%;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.tab_payments .icons {
    width: 36px;
    height: 36px;
    margin: 0 auto 10px;
    display: block;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 36px auto
}

.tab_payments .icons.icon-visa {
    background-image: url(../Image/Icon/icon_visa.svg)
}

.tab_payments .icons.icon-atm {
    background-image: url(../Image/Icon/icon_atm.svg)
}

.tab_payments .icons.icon-pay-later {
    background-image: url(../Image/Icon/icon_pay_later.svg)
}

.tab_payments .icons.icon-wallet {
    background-image: url(../Image/Icon/icon_wallet.svg)
}

.tab_payments .icons.icon-qr{
    background-image: url(../Image/Icon/icon-qr.svg)
}

.tab_payments span {
    display: block;
    color: #444
}

.tab_payments .title {
    font-weight: 700;
    color: #231F20;
    margin-bottom: 3px
}

.tab_payments_content .tab-content {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.tab_payments_content .tab-content .inner {
    padding: 20px 0 0 25px
}

.tab_payments_content .tab-content .inner li,
.tab_payments_content .tab-content .inner p {
    margin-bottom: 10px
}

.tab_payments_content .lbl {
    display: flex;
    gap: 5px;
    align-items: center;
    padding-left: 25px;
    position: relative;
    min-height: 20px
}

.tab_payments_content .lbl input {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translate(0, -50%)
}

.hidden {
    display: none !important
}
.tag_lbl{
    display: flex;
    gap: 5px;
    margin-top: 10px;
    align-items: center;
}