.page-price .main {
    padding-bottom: 100px;
}

.section-package {
    padding-top: 114px;
}

.section-package .section-title {
    margin-bottom: 40px;
}

.section-package .contain-product {
    margin: 50px auto 74px;
    justify-content: space-between;
}

.section-package .contain-package-title,
.section-package .contain-slide-product {
    display: none;
    width: 100%;
    overflow: hidden;
}

.section-package .contain-package-title .list-package-title {

}

.section-package .contain-package-title .item-package-title {
    border-bottom: 2px solid transparent;
}

.section-package .item-product {
    padding-top: 43px;
    height: 420px;
    width: 300px;
    /*margin-right: 89px;*/
    border-radius: 6px;
}

/*.section-package .item-product:last-child {
    margin-right: 0;
}*/

.section-package .item-product .title {
    font-size: 24px;
}

.section-package .item-product .sec-title {
    font-size: 12px;
    margin-bottom: 35px;
}

.section-package .item-product .sec-title .value {
    margin-left: 4px;
}

.section-package .item-product .price {
    position: relative;
}

.section-package .item-product .price .unit {
    position: absolute;
    left: -13px;
    top: 0;
    font-size: 14px;
}

.section-package .item-product .price .value {
    font-size: 56px;
    margin-top: 29px;
    line-height: 100%;
}

.section-package .item-product .option-price {
    opacity: 0.7;
    margin-top: 5px;
}

.section-package .item-product .option-price .value {
    font-size: 14px;
    margin-top: 11px;
}

.section-package .item-product .option-price .unit {
    font-size: 14px;
    margin-top: 11px;
}

.section-package .item-product .tip {
    font-size: 14px;
    margin-top: 48px;
    width: 137px;
    opacity: 0.6;
}

.section-package .item-product .tip .value {
    margin-left: 10px;
}

.section-package .btn-chat {
    margin-top: 13px;
    font-size: 14px;
    width: 220px;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    box-shadow: 3px 4px 10px rgba(255, 255, 255, 0.50);
}

.mb-\[42px\] {
    margin-bottom: 42px;
}

.border, .border-\[1px\] {
    border-width: 1px;
}

.border-t-\[1px\] {
    border-top-width: 1px;
}

.border-r-\[1px\] {
    border-right-width: 1px;
}

.border-b-\[1px\] {
    border-bottom-width: 1px;
}

.border-l-\[1px\] {
    border-left-width: 1px;
}

.border-e0e3e7 {
    border-color: #e0e3e7;
}

.rounded-t-\[8px\] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.text-\[15px\] {
    font-size: 15px;
}

.text-\[20px\] {
    font-size: 20px;
}

.h-\[44px\] {
    height: 44px;
}

.h-\[60px\] {
    height: 60px;
}

.h-\[80px\] {
    height: 80px;
}

.w-1\/4 {
    width: 25%;
}

.leading-\[44px\] {
    line-height: 44px;
}

.leading-\[60px\] {
    line-height: 60px;
}

.leading-\[80px\] {
    line-height: 80px;
}

.px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
}

.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
}

.font-semibold {
    font-weight: 600;
}

.opacity-80 {
    opacity: 0.8;
}

.section-table {

}

@media screen and (max-width: 1000px) {

    .section-package .contain-product {
        display: none;
    }

    .section-package .contain-package-title,
    .section-package .contain-slide-product {
        display: initial;
    }

    .section-package .item-product {
        margin: 30px auto 0;
    }

}

@media screen and (max-width: 750px) {

    .section-table .w-1\/4 {
        width: 100%;
    }

    .section-table .js-package-value:not(.active) {
        display: none;
    }

}

@media screen and (max-width: 330px) {

}