#main{
    border: 1px solid #ddd;
    border-top: unset;
    border-bottom: unset;
    border-radius: unset !important ;
}
.hoatieu-pro #pinned{
    display: none;
}
#main .header{
    border-bottom: 1px solid #ddd;
}
#main .mainNav{
    display: none !important;
}
#contentMain{
    padding:0px !important;
}
.Benefits{
    padding:0px !important;
}
.hoatieu-pro {
    width: 1080px;
    height: auto;
    margin:auto;
    font-size: 16px;
    background-color: #F9F9F9;
    color: #000000d6;
}

.hoatieu-pro .heading{
    width: 90%;
    margin: auto;
    height: 56px;
    padding:8px 0px;
}
.hoatieu-pro .content-head{
    display: grid;
    gap: 16px;
    width: 100%;
    height: 100%;
    grid-template-columns: max-content 1fr max-content 1fr max-content 1fr max-content;   
}

.hoatieu-pro .heading .part{
    font-size: 16px;
    position: relative;
    padding-left:48px;
    line-height: 56px;
}
.hoatieu-pro .heading .part::before{
    position: absolute;
    left: 0;
    top:50%;
    transform: translate(0,-50%);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
}
.hoatieu-pro .heading .dot{
    position: relative;
}
.hoatieu-pro .heading .dot::after{
    content: "";
    position: absolute;
    right: 0%;
    top:50%;
    display: block;
    transform: translate(0,-50%);
    width: -webkit-fill-available;
    height: 1px;
    border-top: 1px dashed #ddd;
}
.hoatieu-pro .heading .part:nth-child(1)::before{
    content: "1";
    border:1px solid #34A750;
    background-color: #34A750;
    border-radius: 50%;
    color: #fff;
}
.hoatieu-pro .heading .part:nth-child(1){
    color: #34A750;
}

.hoatieu-pro .heading .part:nth-child(3)::before{
    content: "2";
    border:1px solid #9747FF;
    border-radius: 50%;
    color: #9747FF;
}
.hoatieu-pro .heading .part:nth-child(3){
    color: #9747FF;
}

.hoatieu-pro .heading .part:nth-child(5)::before{
    content: "3";
    border:1px solid #F68632;
    border-radius: 50%;
    color: #F68632;
}
.hoatieu-pro .heading .part:nth-child(5){
    color: #F68632;
}

.hoatieu-pro .heading .part:nth-child(7)::before{
    content: "4";
    border:1px solid #00A8D2;
    border-radius: 50%;
    color: #00A8D2;
}
.hoatieu-pro .heading .part:nth-child(7){
    color: #00A8D2;
}


.hoatieu-pro .content{
    display: block;
    background:url(/data/image/2024/12/26/bg-hoatieu-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 32px;
}

.hoatieu-pro .content .title{
    padding-top: 32px;
    width: 458px;
    margin: auto;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #34A750;    
}


.hoatieu-pro .content .content-pro{
    display: grid;
    grid-template-columns: calc(50% - 32px) calc(50% - 32px);
    gap: 64px;
    width: 80%;
    margin: 32px auto 0px auto;
}
.hoatieu-pro .content .content-pro .package b{
    font-size: 18px;
}
.hoatieu-pro .content .content-pro .contain-sale{
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    list-style: none;
    padding: 16px 0px 0px 0px;
    gap: 16px;
    margin: 0px;
}
.hoatieu-pro .content .content-pro .contain-sale li{
    border: 2px solid #CFCFCF;
    background-color: #fff;
    height: 64px;
    border-radius: 8px;
    position: relative;
    cursor: pointer;
}
.hoatieu-pro .content .content-pro .contain-sale li:hover{
    cursor: pointer;
}
.hoatieu-pro .content .content-pro .contain-sale li:has(input:checked){
    background-color: #FDF0D3;
    border: 2px solid #EA9957;
    transition:all 2ms cubic-bezier(0,0,1,1) ;
}
.hoatieu-pro .content .content-pro .contain-sale li input{
    position: absolute;
    width: 20px;
    height: 20px;
    left: 16px;
    top: 50%;
    transform: translate(0px, -50%);
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    appearance: none;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #959595;
    outline: none !important;
    box-sizing: border-box;
    box-shadow: initial;
}
.hoatieu-pro .content .content-pro .contain-sale li input:checked{
    background-color: #F48120;
    border: none;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 1px #F48120;
}

.hoatieu-pro .content .content-pro .contain-sale li label{
    display: grid;
    gap: 16px;
    grid-template-columns: calc(100% - 166px) 150px;
    height: 100%;
    padding-left: 52px;
}
.hoatieu-pro .content .content-pro .contain-sale li label:hover{
    cursor: pointer;
}
.hoatieu-pro .content .content-pro .contain-sale li label .mony{
    text-align: center;
    line-height: 64px;
    position: relative;
    padding-right: 12px;
    font-size: 24px;
    font-weight: bold;
}

/* .hoatieu-pro .content .content-pro .contain-sale li label .mony::before{
    content: "/tháng";
    position: absolute;
    top: 2px;
    right: 18px;
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    height: fit-content;
} */
.hoatieu-pro .content .content-pro .contain-sale li label .mony::after{
    content: "đ";
    position: absolute;
    right: 22px;
    top: -6px;
    font-size: 20px;
    display: inline-block;
}
.hoatieu-pro .content .content-pro .contain-sale li label .detail{
    line-height: 42px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}
.hoatieu-pro .content .content-pro .contain-sale li label .mini-detail{
    position: absolute;
    bottom: -2px;
    left: 0px;
    width: max-content;
    font-size: 14px;
    color: #8b8b8b;
    font-weight: normal;
}
.hoatieu-pro .content .content-pro .contain-sale li label .gift::before{
    position: absolute;
    content: '+';
    background: url(/data/image/2024/12/26/gift-2.svg);
    width: 32px;
    height: 32px;
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 14px 14px;
    filter: invert(35%) sepia(85%) saturate(2696%) hue-rotate(341deg) brightness(114%) contrast(113%);
    bottom: 11px;
    right: -37px;
}

.hoatieu-pro .content .content-pro .charter b{
    font-size: 18px;
}
.hoatieu-pro .content .content-pro .charter .list-pro{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style: none;
    height: 100%;
    max-height: 315px;
    margin-top: 16px;
    padding-left: 10px;
}
.hoatieu-pro .content .content-pro .charter .list-pro li{
    position: relative;
}
.hoatieu-pro .content .content-pro .charter .list-pro .icon::before{
    position: absolute;
    content: '';
    background: url(/data/image/2024/12/26/flower-2.svg);
    left: -23px;
    top: calc(50% - 3px);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-size: 24px;
    filter: invert(47%) sepia(82%) saturate(430%) hue-rotate(326deg) brightness(136%) contrast(100%);
}
.hoatieu-pro .btn-buy{
    background-color: #FF0000;
    border-radius: 8px;
    border: unset;
    width: 200px;
    height: 40px;
    color: #fff;
    font-size: 18px;
    margin: 32px auto 0px auto;
    display: block;
    transition:all 200ms cubic-bezier(0,0,1,1) ;
}
.hoatieu-pro .btn-buy:hover{
    background-color: #e70000;
    cursor: pointer;
}

.hoatieu-pro .content .content-pro .charter .list-pro .gift::before{
    position: absolute;
    content: '';
    background: url(/data/image/2024/12/26/gift-2.svg);
    left:-23px;
    top:calc(50% - 4px);
    transform: translate(-50% , -50%);
    width: 24px;
    height: 24px;
    background-size: 24px;
    filter: invert(35%) sepia(85%) saturate(2696%) hue-rotate(341deg) brightness(114%) contrast(113%);
}

.hoatieu-pro .content .content-pro .charter .list-pro .gift{
    color: #E94536;
}
.hoatieu-pro .contact .title{
    margin-top: 32px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.hoatieu-pro .contact .title .main-title{
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #F68632;
}
.hoatieu-pro .contact .title .mini-title{
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.hoatieu-pro .contact .btn-contact-pro{
    display: block;
    width: 232px;
    line-height: 34px;
    height: 50px;
    border-radius: 30px;
    background: #F48120;
    color: #fff;
    text-align: center;
    margin: 16px auto 16px auto;
    padding-bottom: 2px;
    position: relative;
    font-size: 18px;
}
.hoatieu-pro .contact .btn-contact-pro::before{
    content: 'Tư vấn gói phù hợp';
    position:absolute;
    bottom: -2px;
    left:50%;
    transform: translate(-50%, 0);
    width: max-content; 
    font-size: 13px;  
}
.hoatieu-pro .contact .btn-contact-pro:hover{
    cursor: pointer;
    transition:all 200ms cubic-bezier(0,0,1,1) ;
    background-color: #E94536;
}


.hoatieu-pro .question{
    background-color: #FDF0D3;
    min-height: 300px;
}
.hoatieu-pro .question .title{
    font-size: 26px;
    color: #34A750;
    font-weight: bold;
    padding: 32px 16px 8px 32px;
    border-bottom: 2px dashed #34A750;
    margin: 32px auto;
    width: max-content;
    position: relative;
}
.hoatieu-pro .question .title::before{
    position: absolute;
    content: '';
    background: url(/data/image/2024/12/26/question-2.svg);
    background-size: 32px;
    background-repeat: no-repeat;
    width: 32px;
    height: 60px;
    top: 26px;
    left: -10px;
    rotate: 12deg;
}
.hoatieu-pro .question-content{
    padding-bottom: 32px;
}
.hoatieu-pro .ul-ques {
    border-radius: 6px;
    border: 1px solid #00000026;
    list-style: none;
    padding: 0px;
    margin-top: 32px;
    margin: 32px auto;
    background-color: #fff;
    width: 80%;
    font-size: 16px;
}

.hoatieu-pro .ul-ques .arrow {
    line-height: 32px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid #00000026;
    transition: all 200ms cubic-bezier(0,0,1,1);
}
/* .hoatieu-pro .ul-ques .arrow:hover {
    cursor: pointer;
    border-bottom: 1px solid #fff;
    box-shadow: 0 2px 4px 1px rgba(0,0,0,0.2),0 1px 1px 0 rgba(0,0,0,0.141),0 1px 3px 0 rgba(0,0,0,0.122);
} */

.hoatieu-pro .ul-ques .arrow:first-child{
    border-radius: 6px 6px 0px 0px;
}
.hoatieu-pro .ul-ques .arrow:last-child{
    border-radius: 0px 0px 6px 6px;
    border-bottom: unset;
}

.hoatieu-pro .arrow {
    position: relative;
}

.hoatieu-pro .arrow::before {
    content: "";
    background: url(/data/image/2024/12/26/proarrow-2.png) no-repeat;
    position: absolute;
    top: 32px;
    right: 16px;
    transform: translate(0px, -50%);
    display: block;
    background-size: 20px;
    width: 20px;
    height: 20px;
    transition: all 175ms cubic-bezier(0,0,1,1);
    z-index: 10;
}

.hoatieu-pro .question-content .ul-ques .arrow .title-li {
    user-select: none;
    padding: 0px 16px;
    z-index: 11;
    font-size: 14px;
}

.hoatieu-pro .question-content .ul-ques .arrow .content-li {
    padding: 0;
    border-top: 0.5px solid #00000026;
    background-color: #fff;
    transition: height 0.3s ease;
    overflow: hidden !important;
    border-radius: 0px 0px 6px 6px;
}

.hoatieu-pro .hide-li {
    border-top: unset !important;
    height: 0 !important;
}

.hoatieu-pro .rotate.arrow::before {
    transform: translate(0px, -50%) rotate(180deg);
}
.hoatieu-pro .p16{  
    padding  : 16px;
    font-size: 17px;
    border-radius: 6px 6px 0px 0px;
    background-color: #f6f6f6;
}
.hoatieu-pro .ul-ques .arrow:hover .title-li {
    box-shadow: 0px 2px 3px 1px #aaaaaa57;
    cursor: pointer;
    transition: all 175ms cubic-bezier(0,0,1,1);

}
.hoatieu-pro .ul-ques .arrow.rotate .title-li{
    box-shadow: 0px 2px 3px 1px #aaaaaa57;
}

.textview .hoatieu-pro h2{
    font-size: 16px !important;
}

.hoatieu-pro .p16 #adbro{
    display: none !important;
}


@media (max-width: 768px) {
    .textview {
        margin:0px !important; 
    }
    .hoatieu-pro .content .title{
        width: calc(100% - 32px);
        font-size: 27px;
    }
    .hoatieu-pro .content .content-pro {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: none;
        gap: 32px;
        width: calc(100% - 32px);
        margin: 32px auto 0px auto;
    }
    .hoatieu-pro .content .content-pro .contain-sale li label .mony{
        font-size: clamp(16px, 4.3vw, 20px) !important;
        padding-right: 56px;
    }
    .hoatieu-pro .content .content-pro .contain-sale li label .mony::before{
        top: 2px;
        right: 16px !important;
    }
    .hoatieu-pro .content .content-pro .contain-sale li label .mony::after{
        right: 64px !important;
        font-size: 12px;
    }
    .textview .hoatieu-pro h2{
        width: calc(100% - 30px);
        font-size: 18px !important;
    }
    .hoatieu-pro .question-content .ul-ques .arrow .content-li{
        overflow: auto !important;
    }
    .hoatieu-pro .heading{
        width: 100% ;
        height: unset ;
        padding:0px ;
        display: none !important ;
    }
    .hoatieu-pro .heading .part{
        padding-left: 0px ;
        text-align: center;
    }
    .hoatieu-pro .heading .part::before{
        left: 16px;
        transform: translate(0%, -50%);
    }
    .hoatieu-pro .content-head{
        display: unset !important;
    }
    .hoatieu-pro{
        width: 100%;
        font-size: 18px;
    }
    .hoatieu-pro .ul-ques {
        width: calc(100% - 32px);
    }
    /* .hoatieu-pro .content .content-pro .contain-sale li label .detail {
        visibility: hidden;
    } */
    .hoatieu-pro .content .content-pro .contain-sale li label .mini-detail::after{
        background-image: url(/data/image/2024/12/26/gift-2.svg);
        background-repeat: no-repeat;
        background-position: 95px 14px !important;
        background-size: 12px;
        position: absolute;
        padding-right: 50px;
        bottom: 0px;
        line-height: 42px;
        font-weight: bold;
        font-size: 12px;
        color: #6c6c6ca1 !important;
    }
    .hoatieu-pro .content .content-pro .contain-sale li label::before{
        position: absolute;
        top: 0px;
        line-height: 42px;
        font-weight: bold;
        font-size: clamp(16px, 4.3vw, 20px);
    }
    #main .header{
        border-bottom: 1px solid #f68632 !important;
    }
    .hoatieu-pro #pinned{
        
        position: fixed;
        background: #fff;
        top: -100px;
        left: 0px;
        width: calc(100% - 32px);
        border-bottom: 1px solid #aaa;
        z-index: 99999;
        box-shadow: 0px 1px 9px 0px #1010108c;
        transition: all 200ms cubic-bezier(0,0,1,1);
        padding: 16px;
        display: flex !important;
        flex-direction: column;
        gap: 8px;
        justify-content: space-between;
    }
    .hoatieu-pro.s #pinned{
        top: 0px !important;    
    }

    .hoatieu-pro #pinned .btn-m{
        display: flex;
        justify-content: space-between;
        gap: 16px;
    } 

    .hoatieu-pro #pinned .btn-buy{
        margin: unset;
        width: 142px !important;
        padding: 0px 16px;
        height: 34px;
    }
    .hoatieu-pro #pinned .mony{
        display: block;
        text-align: start;
        position: relative;
        padding-right: 70px;
        font-size: 24px;
        font-weight: bold;
        line-height: 34px;
    }
    .hoatieu-pro #pinned .mony::before{
        content: "/tháng";
        position: absolute;
        right: 0px;
        bottom: -1px;
        font-size: 20px;
        font-weight: normal;
        display: inline-block;
    }

    .hoatieu-pro #pinned .mony::after{
        content: "đ";
        position: absolute;
        right: 57px;
        top: -5px;
        font-size: 16px;
        display: inline-block;
    }
    .hoatieu-pro .detail{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        border-radius: 5px;
        background: #ffffff;
        width: 100%;
    }
    .hoatieu-pro .content .content-pro .contain-sale li:has(input:checked) .detail{
        background: #fdf0d3;
    }
    .hoatieu-pro #pinned .pack{
        font-size: 18px;
        font-weight: bold;
    }
    .hoatieu-pro #pinned .mini-detail{
        position: relative;
        line-height: 27px;
        color: #6c6c6ca1 !important;
    }

    .hoatieu-pro #pinned .mini-detail.gift::before {
        position: absolute;
        content: '+';
        background: url(/data/image/2024/12/26/gift-2.svg);
        width: 32px;
        height: 22px;
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 14px 4px;
        filter: invert(35%) sepia(85%) saturate(2696%) hue-rotate(341deg) brightness(114%) contrast(113%);
        bottom: 5px;
        right: -3px;
    }
    @media  (max-width: 360px) {
        .hoatieu-pro .content .content-pro .contain-sale li label .mony{
            padding-right: 60px !important;
        }
        .hoatieu-pro .content .content-pro .contain-sale li label{
            gap: 0px !important;
            grid-template-columns: calc(100% - 120px) 120px !important;
        }
        .hoatieu-pro .content .content-pro .contain-sale li label .mony::after{
            top: -7px !important;
            right: 59px !important;
        }
    }
}
