@keyframes ws-loading {
    0% {
        transform: translate(12px, 80px) scale(0)
    }

    25% {
        transform: translate(12px, 80px) scale(0)
    }

    50% {
        transform: translate(12px, 80px) scale(1)
    }

    75% {
        transform: translate(80px, 80px) scale(1)
    }

    100% {
        transform: translate(148px, 80px) scale(1)
    }
}

@keyframes ws-loading-r {
    0% {
        transform: translate(148px, 80px) scale(1)
    }

    100% {
        transform: translate(148px, 80px) scale(0)
    }
}

@keyframes ws-loading-c {
    0% {
        background: #e15b64
    }

    25% {
        background: #abbd81
    }

    50% {
        background: #f8b26a
    }

    75% {
        background: #f47e60
    }

    100% {
        background: #e15b64
    }
}

.ws-loading div {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(80px, 80px) scale(1);
    background: #e15b64;
    animation: ws-loading 1s infinite cubic-bezier(0, .5, .5, 1)
}

.ws-loading div:nth-child(1) {
    background: #f47e60;
    transform: translate(148px, 80px) scale(1);
    animation: ws-loading-r 0.25s infinite cubic-bezier(0, .5, .5, 1), ws-loading-c 1s infinite step-start
}

.ws-loading div:nth-child(2) {
    animation-delay: -0.25s;
    background: #e15b64
}

.ws-loading div:nth-child(3) {
    animation-delay: -0.5s;
    background: #f47e60
}

.ws-loading div:nth-child(4) {
    animation-delay: -0.75s;
    background: #f8b26a
}

.ws-loading div:nth-child(5) {
    animation-delay: -1s;
    background: #abbd81
}

.ws-loading-icon {
    width: 200px;
    height: 200px;
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 100px);
    transform: scale(.5);
    -o-transform: scale(.5);
    -webkit-transform: scale(.5)
}

.ws-loading {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0
}

.ws-loading-wrap {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    max-height: 100vh
}

body.is-lock {
    overflow: hidden
}

body.is-success .ws-banner {
    display: none !important
}

.ws-error {
    border-color: red !important
}

.ws-fee {
    font-weight: 700;
    line-height: 20px;
    color: var(--e-global-color-secondary)
}

.ws-flex {
    display: flex;
    justify-content: space-between
}

.ws-hidden {
    display: none !important
}

.ws-text-bold {
    font-weight: 700
}

.ws-text-light {
    font-weight: 400
}

.ws-price {
    font-weight: 700;
    line-height: 22px;
    align-items: center;
    display: inline-flex;
    vertical-align: middle
}

.ws-fee.ws-del,
.ws-price.ws-del,
.ws-isKetoan .ws-price {
    font-style: italic;
    color: rgba(0, 0, 0, .25);
    text-decoration: line-through
}

li:not(.ws-isKetoan) .ws-prices .ws-fee {
    display: none
}

.ws-isKetoan .ws-price {
    margin-right: 3px
}

.ws-isDichVuKeToan {
    white-space: nowrap;
    margin-bottom: 10px
}

.ws-company-table {
    margin: auto;
    font-size: 14px;
    border-radius: 5px;
    position: relative;
    padding: 0 30px 30px;
    border: 1px solid #D9D9D9
}

.ws-company-table::after {
    content: '';
    clear: both;
    display: table
}

.ws-list,
.ws-list li {
    margin: 0;
    padding: 0;
    list-style: none
}

.ws-company-table button.ws-button {
    font-size: 14px;
    cursor: pointer
}

.ws-company-table label {
    cursor: pointer;
    user-select: none;
    position: relative;
    color: rgba(0, 0, 0, .85)
}

.ws-company-table .ws-company-head {
    text-align: center
}

.ws-company-table .ws-company-head h2 {
    padding: 25px 0;
    font-size: 25px;
    line-height: 30px;
    color: var(--e-global-color-primary)
}

.ws-company-body-top {
    position: relative
}

.ws-company-body-top::before {
    top: 20px;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background: #ddd
}

ul.ws-company-body-step {
    margin: 0 auto;
    list-style: none;
    position: relative;
    padding: 0;
    max-width: 90%;
    display: grid;
    gap: 50px;
    grid-template-columns: repeat(4, 1fr)
}

ul.ws-company-body-step li {
    gap: 10px;
    margin: 0;
    display: grid
}

ul.ws-company-body-step .active .ws-step-label {
    font-weight: 700
}

ul.ws-company-body-step .ws-step-icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    position: relative
}

ul.ws-company-body-step .ws-company-body-step-1 .ws-step-icon {
    background: url(/wp-content/themes/flatsome-child/plugins-static/ws-contact-lead/assets/images/icon-step-1.png) no-repeat center center;
    background-size: 40px 40px
}

ul.ws-company-body-step .ws-company-body-step-2 .ws-step-icon {
    background: url(/wp-content/themes/flatsome-child/plugins-static/ws-contact-lead/assets/css/../images/icon-step-2.png) no-repeat center center;
    background-size: 40px 40px
}

ul.ws-company-body-step .ws-company-body-step-3 .ws-step-icon {
    background: url(/wp-content/themes/flatsome-child/plugins-static/ws-contact-lead/assets/css/../images/icon-step-3.png) no-repeat center center;
    background-size: 40px 40px
}

ul.ws-company-body-step .ws-company-body-step-4 .ws-step-icon {
    background: url(/wp-content/themes/flatsome-child/plugins-static/ws-contact-lead/assets/css/../images/icon-step-4.png) no-repeat center center;
    background-size: 40px 40px
}

.ws-head-note {
    margin-top: 10px;
    text-align: center
}

.ws-step-label {
    white-space: nowrap
}

.ws-company-body {
    gap: 30px;
    display: grid
}

.ws-postbox {
    position: relative;
    margin-bottom: 32px
}

.ws-postbox:last-child {
    margin-bottom: 0
}

.ws-postbox-head {
    margin-bottom: 20px
}

.ws-postbox-head h3 {
    padding: 0;
    font-size: 25px;
    line-height: 120%
}

.ws-postbox ul {
    gap: 6px;
    display: grid
}

.ws-postbox-contact ul {
    gap: 10px
}

.ws-postbox-contact .ws-postbox-head {
    margin-bottom: 10px
}

.ws-postbox ul input[type=checkbox] {
    left: 0;
    top: 4px;
    margin: 0;
    position: absolute
}

.ws-postbox ul input.readonly {
    opacity: .5;
    pointer-events: none
}

.ws-postbox ul li label,
.ws-postbox ul li .ws-label {
    line-height: 24px;
    padding-left: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle
}

p.ws-postbox-note,
span.ws-postbox-note {
    font-weight: 600;
    padding-left: 20px;
    margin: 10px 0 0 20px;
    color: rgba(245, 128, 33, 1);
    background: url(/wp-content/plugins/ws-contact-lead/assets/css/../images/icon-gift.png) no-repeat left center;
    background-size: 16px 16px
}

span.ws-postbox-note {
    margin-left: 5px
}

ul.ws-postbox-note {
    gap: 2px;
    margin: 10px 0 0 25px
}

ul.ws-postbox-note li {
    line-height: 24px;
    list-style: inside;
    list-style-type: disc
}

.ws-company-table .ws-company-body .form-control {
    height: auto;
    min-height: 40px;
    padding: 6px 10px;
    border-radius: 2px;
    line-height: 1.6em !important
}

.ws-company-table .ws-company-body .form-control:focus {
    outline: none;
    border: 1px solid var(--e-global-color-primary)
}

.ws-company-table .ws-company-body .form-control.err {
    border-color: red !important
}

.ws-company-table .ws-company-body input[type=date] {
    text-transform: uppercase
}

.ws-row {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 460px 400px
}

.ws-shadowbox:not(.ws-toggle) .ws-total-box {
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, .2)
}

.ws-shadowbox {
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
    background: #FFF;
    border: 1px solid #D9D9D9
}

.ws-shadowbox .ws-inner {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.ws-shadowbox:last-child {
    margin-bottom: 0
}

.ws-shadowbox-label {
    margin: 0;
    color: var(--e-global-color-primary)
}

.ws-shadowbox-mess .ws-shadowbox-label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #0BAC38;
    text-align: center
}

.ws-shadowbox-title {
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 8px;
    text-transform: uppercase;
    background: var(--e-global-color-secondary)
}

.ws-shadowbox-inner {
    gap: 10px;
    display: grid;
    font-weight: 600
}

.ws-shadowbox-inner:not(.ws-shadowbox-title):not(:last-child) {
    margin-bottom: 10px
}

.ws-shadowbox-inner ul {
    gap: 4px;
    display: grid
}

.ws-shadowbox-inner ul,
.ws-shadowbox-inner ul li:not(.ws-isDichVuKeToan) {
    margin: 0;
    list-style: none;
    line-height: 24px
}

.ws-shadowbox-inner ul li .row1 {
    float: right
}

.ws-discount .row1::before {
    content: '-'
}

.ws-text-orange {
    color: var(--e-global-color-secondary)
}

.ws-company-foot {
    margin-top: 30px;
    text-align: center
}

.ws-company-foot-inner {
    gap: 15px;
    align-items: center;
    display: inline-flex;
    vertical-align: middle
}

.ws-button {
    padding: 10px;
    font-weight: 600;
    min-width: 240px;
    line-height: 20px;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle
}

.ws-company-foot a.ws-button {
    padding: 8px;
    min-height: 40px;
    color: var(--e-global-color-primary);
    white-space: nowrap;
    border: 1px solid var(--e-global-color-primary)
}

button.ws-button {
    border: 0;
    width: 100%;
    color: #fff;
    background: var(--e-global-color-primary)
}

.ws-total-box .row1 {
    font-size: 24px;
    font-weight: 700;
    color: var(--e-global-color-primary)
}

.ws-icon-tooltip {
    bottom: 1px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: 3px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: url(/wp-content/plugins/ws-contact-lead/assets/css/../images/icon-tooltip.png) no-repeat center;
    background-size: 16px 16px
}

.ws-icon-tooltip:hover {
    z-index: 999
}

.ws-tooltip {
    top: -8px;
    z-index: 999;
    display: none;
    min-width: 420px;
    border-radius: 2px;
    position: absolute;
    left: calc(100% + 10px);
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, .2))
}

.ws-tooltip .tooltip-inner {
    z-index: 99;
    position: relative;
    background: #fff
}

.ws-tooltip-title {
    line-height: 20px;
    padding: 10px 15px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    color: var(--e-global-color-primary);
    position: relative;
    box-shadow: inset 0 -1px 0 #F0F0F0;
    font-family: "Open Sans Condensed", Arial, Helvetica, sans-serif
}

.ws-tooltip-title::before {
    content: '';
    right: 100%;
    display: inherit;
    position: absolute;
    border-right: 8px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent
}

.ws-tooltip-content {
    padding: 12px 15px
}

.ws-tooltip-content ul {
    gap: 5px;
    list-style: disc;
    margin: 0 0 0 15px
}

.ws-tooltip-content ul li {
    list-style: disc;
    line-height: 24px
}

.ws-icon-phone {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;
    background: url(/wp-content/plugins/ws-contact-lead/assets/css/../images/icon-phone.png) no-repeat left center;
    background-size: 13px 13px
}

.ws-success {
    border: 0;
    padding: 0;
    font-size: 16px;
    border-radius: 0;
    max-width: 520px;
    margin-top: 40px;
    text-align: center
}

.ws-success .ws-row {
    grid-template-columns: 40% 60%
}

.ws-success .ws-col-right {
    padding-left: 30px
}

.ws-success .ws-postbox-body p:not(:last-child) {
    margin-bottom: 5px
}

.ws-postbox-succcess .ws-list {
    gap: 10px;
    display: grid;
    text-align: left;
    margin-top: 20px;
    padding: 15px 25px;
    border: 1px solid #D9D9D9
}

.ws-postbox-succcess .ws-list li {
    display: grid;
    white-space: nowrap;
    grid-template-columns: 30% auto
}

.ws-postbox-succcess .ws-list li span {
    color: var(--e-global-color-secondary);
    font-weight: 600;
    white-space: normal
}

.ws-postbox-succcess h2 {
    font-size: 25px;
    padding-left: 42px;
    display: inline-block;
    vertical-align: middle;
    background: url(/wp-content/plugins/ws-contact-lead/assets/css/../images/icon-check.svg) no-repeat left center / 32px 32px
}

.ws-form-fields {
    display: grid;
    gap: 16px 24px;
    grid-template-columns: repeat(2, 1fr)
}

.ws-form-fields .ws-field {
    gap: 4px;
    display: grid;
    align-content: baseline
}

.ws-form-fields .ws-field-full {
    gap: 20px;
    display: grid;
    width: calc(200% + 30px)
}

.ws-postbox-button .ws-button {
    width: calc(50% - 15px)
}

.ws-form-fields .ws-radio {
    gap: 15px;
    display: flex;
    align-items: center
}

.ws-form-fields .ws-radio label {
    gap: 5px;
    display: flex;
    align-items: center
}

.ws-clear {
    opacity: 0;
    z-index: -1;
    position: relative
}

.ws-hide {
    display: none !important
}

.ws-field-note {
    color: rgba(0, 0, 0, .45)
}

.ws-heading {
    padding: 0;
    font-size: 25px;
    line-height: 120%;
    margin-bottom: 15px
}

.ws-postbox ul li label.ws-label-inner {
    left: 0;
    top: 2px;
    position: absolute
}

.ws-postbox ul li label.ws-label-inner input {
    display: none
}

.ws-postbox ul li label.ws-label-inner .checkmark {
    left: 0;
    top: 2px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    position: absolute;
    background: #fff;
    border: 1px solid gray
}

.ws-postbox ul li label.ws-label-inner input:checked~.checkmark {
    border-color: #0175ff;
    background-color: #0175ff
}

.ws-postbox ul li label.ws-label-inner input[disabled]~.checkmark {
    border-color: gray;
    background-color: gray
}

.ws-postbox ul li label.ws-label-inner input:checked~.checkmark:after {
    display: block
}

.ws-postbox ul li label.ws-label-inner .checkmark:after {
    top: 2px;
    left: 5px;
    width: 5px;
    height: 10px;
    content: "";
    display: none;
    position: absolute;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ws-isChuKySo ul.ws-postbox-note {
    gap: 5px
}

.ws-isChuKySo ul.ws-postbox-note,
.ws-isChuKySo ul.ws-postbox-note>li {
    list-style: none;
    position: relative
}

.ws-isChuKySo ul.ws-postbox-note>li {
    padding-left: 25px
}

.ws-isChuKySo ul.ws-postbox-note>li>label {
    left: 0;
    top: 4px;
    padding: 0;
    position: absolute;
    align-items: center;
    display: inline-flex;
    vertical-align: middle
}

.ws-isChuKySo ul.ws-postbox-note>li>label>input {
    display: none
}

.ws-isChuKySo ul.ws-postbox-note>li>label>.checkmark {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid gray
}

.ws-isChuKySo ul.ws-postbox-note>li>label>.checkmark:hover {
    border-color: #0175ff
}

.ws-isChuKySo ul.ws-postbox-note>li>label>.checkmark::after {
    content: "";
    display: none;
    position: absolute
}

.ws-isChuKySo ul.ws-postbox-note>li>label>.checkmark:after {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 2px #fff;
    transform: translate(-50%, -50%) rotate(45deg)
}

.ws-isChuKySo ul.ws-postbox-note>li>label>input:checked~.checkmark {
    background: #0175ff;
    border-color: #0175ff
}

.ws-isChuKySo ul.ws-postbox-note>li>label>input:checked~.checkmark:after {
    display: block
}

.ws-postbox-note-border {
    padding: 10px;
    max-width: 315px;
    border-radius: 5px;
    border: 1px solid #D9D9D9
}

.ws-isHoaDonDienTu ul.ws-postbox-note {
    gap: 5px
}

.ws-isHoaDonDienTu ul.ws-postbox-note,
.ws-isHoaDonDienTu ul.ws-postbox-note>li {
    list-style: none;
    position: relative
}

.ws-isHoaDonDienTu ul.ws-postbox-note>li {
    padding-left: 25px
}

.ws-isHoaDonDienTu ul.ws-postbox-note>li>label {
    left: 0;
    top: 4px;
    padding: 0;
    position: absolute;
    align-items: center;
    display: inline-flex;
    vertical-align: middle
}

.ws-isHoaDonDienTu ul.ws-postbox-note>li>label>input {
    display: none
}

.ws-isHoaDonDienTu ul.ws-postbox-note>li>label>.checkmark {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid gray
}

.ws-isHoaDonDienTu ul.ws-postbox-note>li>label>.checkmark:hover {
    border-color: #0175ff
}

.ws-isHoaDonDienTu ul.ws-postbox-note>li>label>.checkmark::after {
    content: "";
    display: none;
    position: absolute
}

.ws-isHoaDonDienTu ul.ws-postbox-note>li>label>.checkmark:after {
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 2px #fff;
    transform: translate(-50%, -50%) rotate(45deg)
}

.ws-isHoaDonDienTu ul.ws-postbox-note>li>label>input:checked~.checkmark {
    background: #0175ff;
    border-color: #0175ff
}

.ws-isHoaDonDienTu ul.ws-postbox-note>li>label>input:checked~.checkmark:after {
    display: block
}

@media screen and (max-width:1080px) {
    .ws-row {
        gap: 30px;
        grid-template-columns: 100%
    }

    .ws-postbox-note-border {
        max-width: 100%
    }

    .ws-shadowbox {
        border-radius: 5px
    }
}

@media screen and (min-width:768px) {
    .ws-mobile {
        display: none
    }

    .ws-push-pull {
        display: block
    }

    .ws-row .ws-col-push-8 {
        width: 35%;
        right: 65%;
        float: left;
        position: relative
    }

    .ws-row .ws-col-pull-4 {
        left: 35%;
        width: 65%;
        float: left;
        position: relative
    }

    .ws-icon-tooltip:hover .ws-tooltip {
        display: block
    }

    .ws-isDichVuKeToan strong span::before {
        content: '('
    }

    .ws-isDichVuKeToan strong span::after {
        content: ')'
    }
}

@media screen and (max-width:767px) {
    .ws-company-table {
        border: 0;
        padding: 0
    }

    .ws-company-table .ws-postbox-head h3 {
        font-size: 20px
    }

    .ws-company-table:not(.ws-success) {
        max-width: 100%
    }

    .ws-company-table .ws-flex {
        gap: 20px;
        align-items: flex-start
    }

    .ws-company-table .ws-prices {
        display: flex;
        flex-direction: column-reverse
    }

    .ws-company-table .ws-isDichVuKeToan {
        margin: 0;
        white-space: normal
    }

    .ws-postbox-succcess h2 {
        font-size: 20px;
        padding-left: 32px;
        background-size: 24px 24px
    }

    .ws-postbox-succcess .ws-list {
        padding: 15px;
        border-radius: 5px
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan .ws-label {
        padding: 0;
        display: block
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan label {
        width: 60px;
        height: 30px;
        position: absolute;
        display: inline-block;
        vertical-align: middle;
        top: 9px;
        left: unset;
        right: 0
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan label input {
        width: 0;
        height: 0;
        opacity: 0
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan label input:checked+span {
        background: #0BAC38
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan label input:checked+span::before {
        -webkit-transform: translateX(28px);
        -ms-transform: translateX(28px);
        transform: translateX(28px)
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan label>span {
        cursor: pointer;
        top: 0;
        right: 0;
        bottom: 0;
        width: unset;
        height: unset;
        background: #C1C1C1;
        transition: all .4s ease;
        border: 0;
        border-radius: 34px
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan label>span::before {
        position: absolute;
        border-radius: 50%;
        content: "";
        height: 24px;
        width: 24px;
        left: 4px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan label>span::after {
        display: none
    }

    .ws-company-table .ws-isDichVuKeToan strong {
        gap: 5px;
        display: flex;
        color: #FBF791
    }

    .ws-company-table .ws-isDichVuKeToan strong::before {
        content: 'NHẬN ƯU ĐÃI - ';
        font-family: 'Open Sans', sans-serif
    }

    .ws-company-table .ws-total-fee {
        padding: 15px;
        border-radius: 10px;
        border: 1px solid #D9D9D9
    }

    .ws-company-table .ws-shadowbox-fee .ws-postbox {
        color: #fff;
        overflow: hidden;
        padding: 10px 15px;
        border-radius: 10px;
        margin-bottom: 20px;
        background: var(--e-global-color-secondary)
    }

    .ws-company-table .ws-shadowbox-fee .ws-shadowbox-title {
        margin: 0;
        padding: 0 0 8px;
        text-align: left;
        border-bottom: 1px solid #D9D9D9
    }

    .ws-company-table .ws-shadowbox-fee ul {
        padding: 0
    }

    .ws-company-table .ws-company-head h2 {
        font-size: 20px;
        line-height: 1.3;
        text-align: left;
        padding: 15px 0 20px
    }

    .ws-shadowbox.ws-shadowbox-fee {
        border: 0;
        padding: 0
    }

    .ws-shadowbox.ws-shadowbox-mess {
        padding: 15px 10px
    }

    .ws-row {
        gap: 20px;
        grid-template-columns: 100%
    }

    #ws-postbox-contact .form-control {
        width: 100%
    }

    .ws-company-foot-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }

    .ws-company-foot .ws-button {
        min-width: auto
    }

    .ws-form-fields {
        gap: 20px;
        grid-template-columns: 100%
    }

    .ws-postbox-button .ws-button,
    .ws-form-fields .ws-field-full {
        width: 100%
    }

    .ws-clear {
        display: none
    }

    .ws-postbox {
        margin-bottom: 24px
    }

    .ws-postbox-head {
        margin-bottom: 16px
    }

    .ws-shadowbox {
        padding: 16px
    }

    .ws-shadowbox-inner ul {
        padding: 0 0 0 8px
    }

    .ws-col>.ws-inner .ws-postbox-head h3 {
        font-size: 18px
    }

    p.ws-postbox-note,
    span.ws-postbox-note {
        display: block;
        margin: 10px 0 0 0;
        background-position: left 3px
    }

    .ws-postbox-succcess .ws-list li {
        display: grid;
        grid-template-columns: 45% 55%
    }

    h3.ws-title {
        color: #333;
        font-size: 18px;
        margin-top: -16px;
        margin-left: -16px;
        margin-right: -16px;
        padding: 8px 16px;
        position: relative;
        background: #F5F5F5
    }

    h3.ws-title::before,
    h3.ws-title::after {
        top: 16px;
        right: 16px;
        content: '';
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent
    }

    .ws-shadowbox.open h3.ws-title::before {
        border-bottom: 8px solid #828282
    }

    .ws-shadowbox:not(.open) h3.ws-title::before {
        border-top: 8px solid #828282
    }

    .ws-shadowbox:not(.open) .ws-inner {
        display: none
    }

    .ws-total-box ul {
        padding-left: 0
    }

    .ws-tooltip {
        top: 50%;
        left: 50%;
        min-width: auto;
        position: fixed;
        background: #fff;
        width: calc(100% - 60px);
        transform: translate(-50%, -50%)
    }

    .ws-tooltip-title::before {
        display: none
    }

    ul.ws-postbox-note,
    p.ws-postbox-note {
        margin-left: 27px
    }

    .ws-postbox ul li label,
    .ws-postbox ul li .ws-label {
        padding-left: 27px
    }

    .ws-postbox ul input[type=checkbox] {
        top: 0;
        width: 20px;
        height: 20px
    }

    .ws-overlay::before {
        top: -50vh;
        left: -50vh;
        content: '';
        z-index: 99;
        width: 200vh;
        height: 200vh;
        position: fixed;
        background: rgba(0, 0, 0, .5)
    }
}

@media screen and (max-width:390px) {
    .ws-icon-phone {
        padding-left: 0;
        background: none
    }

    .ws-total-box .row1 {
        font-size: 20px
    }

    .ws-company-table .ws-total-fee,
    .ws-company-table .ws-shadowbox-fee .ws-postbox {
        padding: 10px
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan .ws-label {
        font-size: 13px
    }

    #ws-shadowbox-fee .ws-isDichVuKeToan label {
        top: 0
    }
}