@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    font-family: 'Lexend Deca';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    background: #fff;
}

.crm_all .container {
    max-width: 1200px;
    margin: 0 auto;
}


/* bfmai_banner */

.bfmail_banner {
    width: 100%;
    padding: 45px 0 40px;
    background: transparent url('../images/bg-banner.png') no-repeat top center;
    background-size: 100% auto;
    position: relative;
}

.img-banner {
    display: block;
    margin: 0 auto;
    max-width: 776px;
}

.bfmail_banner .container {
    z-index: 2;
    position: relative;
}

.bfmail_banner_content {
    max-width: 520px;
}

.bfmail_banner_content h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 125%;
    padding-top: 30px;
    margin-bottom: 30px;
    color: #1C1C1C;
}

.bfmail_btn {
    background: #FFFFFF;
    border: 1px solid #BE1E2D;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 21px 24px 20px;
    display: inline-block;
    transition: 0.85s;
    text-align: center;
    color: #BE1E2D;
    width: auto;
}

.bg-collor-red {
    background: #BE1E2D;
    color: #fff;
}

.bfmail_btn:hover {
    background: #BE1E2D;
    color: #fff;
    text-decoration: none;
}
._banner_boxbtn {
    display: flex;
    gap: 10px;
}

._banner_boxbtn .bfmail_btn {
    min-width: 170px;
    margin: 0 5px;
}

.bfmail_banner_pos {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.bfmail_banner_pos img {
    max-width: 100%;
}

.title_botbanner {
    padding-top: 30px;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 30px;
    line-height: 133%;
    text-align: center;
    color: #000000;
}

.botbanner_list {}

.botbanner_other {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.botbanner_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 81px;
    width: 100%;
}

.botbanner_other img {
    max-width: 100%;
}

.bfmail_txt {
    font-weight: 500;
    font-size: 45px;
    line-height: 150%;
    text-align: center;
    color: #BE1E2D;
}

.bfmail_title {
    line-height: 140%;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 25px;
    color: #000000;
}


/* .featurepost_list .bfweb_banner_boxbtn .swiper-button-next,
.featurepost_list .bfweb_banner_boxbtn .swiper-button-prev {
    display: none;
} */

.bfweb_banner_boxbtn .swiper-button-next,
.bfweb_banner_boxbtn .swiper-button-prev {
    position: unset;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    margin-top: 0;
    opacity: 1;
    border-radius: 50%;
}

.bfweb_banner_boxbtn .swiper-button-next {
    background-image: url('../images/ic-1.png');
    margin-left: 10px;
}

.bfweb_banner_boxbtn .swiper-button-prev {
    background-image: url('../images/ic-2.png');
}

.benespecial_item {
    text-align: center;
}

.benespecial_item img {
    max-width: 100%;
}

.benespecial_mennu_tab {
    padding-left: 20px;
}

.benespecial_mennu_item {
    display: flex;
    align-items: center;
    padding: 15px 19px;
    background: #FFFFFF;
    border: 1.4px solid #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
}

.benespecial_mennu_item::after {
    content: '';
    width: 21px;
    height: 22px;
    background: transparent url('../images/ic-3.png') no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    display: none;
    margin: auto;
}

.benespecial_mennu_item:hover {
    text-decoration: none;
}

.benespecial_mennu_item.active {
    border: 1.4px solid #BE1E2D;
}

.benespecial_mennu_item.active::after {
    display: block;
}

.benespecial_mennu_item.active .strengths_tab_ic svg path {
    fill: #BE1E2D;
}

.benespecial_mennu_item.active .strengths_tab_ic svg path[fill="#ADB5BD"],
.benespecial_mennu_item.active .strengths_tab_ic svg path[fill="white"] {
    fill: #fff;
}

.strengths_tab_ic {
    width: 76px;
}

.strengths_tab_ic svg {
    max-width: 76px;
}

.strengths_tab_txt {
    width: calc(100% - 76px);
    padding-left: 25px;
    font-size: 16px;
    line-height: 140%;
    color: #212121;
}

.strengths_tab_txt span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: capitalize;
    color: #212121;
}

/* bfmail_benespecial */

.bfmail_benespecial {
    width: 100%;
    background-color: #FFEBEA;
    background-image: url('../images/bg-benespecial1.png'), url('../images/bg-benespecial.jpg');
    background-size: auto, 100% auto;
    background-position: bottom 23% left 23%, bottom center;
    background-repeat: no-repeat, no-repeat;
    padding: 60px 0 ;
}

.bfmail_benespecial .container {
    max-width: 1244px;
}

.benespecial_title {
    margin: 0 auto 85px;
}

.benespecial_other {}

.benespecial_list {
    position: relative;
}

.bfweb_banner_boxbtn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bfweb_banner_boxbtn .swiper-button-next:after,
.bfweb_banner_boxbtn .swiper-button-prev:after {
    display: none;
}


/* .featurepost_list .bfweb_banner_boxbtn .swiper-button-next,
.featurepost_list .bfweb_banner_boxbtn .swiper-button-prev {
    display: none;
} */

.bfweb_banner_boxbtn .swiper-button-next,
.bfweb_banner_boxbtn .swiper-button-prev {
    position: unset;
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    margin-top: 0;
    opacity: 1;
    border-radius: 50%;
}

.bfweb_banner_boxbtn .swiper-button-next {
    background-image: url('../images/ic-1.png');
    margin-left: 10px;
}

.bfweb_banner_boxbtn .swiper-button-prev {
    background-image: url('../images/ic-2.png');
}

.benespecial_item {
    text-align: center;
}

.benespecial_item img {
    max-width: 100%;
}

.benespecial_mennu_tab {
    padding-left: 20px;
}

.benespecial_mennu_item {
    display: flex;
    align-items: center;
    padding: 15px 19px;
    background: #FFFFFF;
    border: 1.4px solid #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
}

.benespecial_mennu_item::after {
    content: '';
    width: 21px;
    height: 22px;
    background: transparent url('../images/ic-3.png') no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    display: none;
    margin: auto;
}

.benespecial_mennu_item:hover {
    text-decoration: none;
}

.benespecial_mennu_item.active {
    border: 1.4px solid #BE1E2D;
}

.benespecial_mennu_item.active::after {
    display: block;
}

.benespecial_mennu_item.active .strengths_tab_ic svg path {
    fill: #BE1E2D;
}

.benespecial_mennu_item.active .strengths_tab_ic svg path[fill="#ADB5BD"],
.benespecial_mennu_item.active .strengths_tab_ic svg path[fill="white"] {
    fill: #fff;
}

.strengths_tab_ic {
    width: 76px;
}

.strengths_tab_ic svg {
    max-width: 76px;
}

.strengths_tab_txt {
    width: calc(100% - 76px);
    padding-left: 25px;
    font-size: 16px;
    line-height: 140%;
    color: #212121;
}

.strengths_tab_txt span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    text-transform: capitalize;
    color: #212121;
}

/* bfmail_box2 */

.bfmail_box2 {
    width: 100%;
    background-image: url('../images/bg-vbiz.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top 30px center;
    background-color: #fff;
}


/* bfmail_box3 */

.bfmail_box3 {
    width: 100%;
    background-image: url('../images/bg-vbiz3.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top 71px center;
    background-color: #fff;
}

.bfmail_box2 .container {
    max-width: 1050px;
}


/* bfmail_enterprise */

.bfmail_enterprise {
    width: 100%;
    background: transparent;
    padding: 30px 0;
}

.bfmail_enterprise .container {
    max-width: 1050px;
}

.enterprise_title {
    margin-bottom: 50px;
}

.enterprise_row {
    margin-bottom: 50px;
}

.enterprise_row .row {
    align-items: center;
}

.enterprise_left {
    width: 100%;
    max-width: 400px;
}

.enterprise_left h3 {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 25px;
    line-height: 140%;
    color: rgba(4, 4, 4, 1);
}

.enterprise_left h3 span {
    color: #BE1E2D;
}

.enterprise_left .txt {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 139%;
    text-align: justify;
    color: #474747;
}

.enterprise_left .txt p {
    position: relative;
    padding-left: 30px;
}

.enterprise_left .txt p::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 12px;
    background: #212529;
    ;
}

.enterprise_right img {
    max-width: 100%;
}

.enterprise_row.enterprise_rowood .enterprise_right {}

.enterprise_boxbtn .bfmail_btn {
    padding: 12px 18px;
    font-size: 16px;
}


/* bfmail_exp */

.bfmail_exp {
    width: 100%;
    background: #fff;
    width: 100%;
    background-image: url('../images/bg-vbiz4.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top 329px center;
    background-color: #fff;
}

.bfmail_exp .container {
    max-width: 1230px;
}

.exp_box {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 66px 0;
    display: flex;
    justify-content: end;
    background: transparent url('../images/bg-exp1.png') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.exp_box ._banner_boxbtn >* {
flex: 1;
}

.exp_box_img {
    width: 42.12%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.exp_box_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.exp_box_content {
    width: 65.1%;
    position: relative;
    z-index: 3;
}

.exp_box_content h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 125%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.exp_box_content .txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.exp_box_content ._banner_boxbtn {
    text-align: center;
}

.exp_box_content .bfmail_btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.exp_box_content .bfmail_btn.bg-collor-red {
    background: #fff;
    color: #BE1E2D;
}
/* bfmail_table */

.bfmail_table {
    width: 100%;
    padding: 22px 0 0;
    background: transparent;
}

.table_title {
    margin-bottom: 44px;
}

.table_main {
    width: 100%;
    max-width: 895px;
    margin: 0 auto;
    background: transparent;
}

.table_distinctive {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

.table_distinctive th {
    padding: 6px 6px 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 138%;
    text-align: center;
    color: #212121;
    position: relative;
}

.table_distinctive th::after {
    width: calc(100% - 10px);
    height: 100%;
    background: rgba(255, 227, 227, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    display: block;
    border-radius: 10px;
}

.table_distinctive th:first-child:after {
    display: none;
}

.table_distinctive th:last-child:after {
    width: calc(100% - 5px);
    background: #BE1E2D;
}

.table_distinctive tr:nth-child(2n+1) {}

.table_distinctive tr:first-child {
    background: transparent;
}

.table_distinctive td {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 125%;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.table_distinctive span {
    position: relative;
    z-index: 2;
}

.table_distinctive tr:nth-child(2n+1) td::after {
    width: calc(100% - 10px);
    height: 100%;
    background: rgba(255, 227, 227, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    display: block;
}

.table_distinctive tr:nth-child(2n+1) td:last-child:after {
    width: calc(100% - 5px);
}

.table_distinctive tr:last-child td::after {
    border-radius: 0 0 10px 10px;
}

.table_distinctive td:first-child {
    text-align: left;
    background: #BE1E2D;
}

.table_distinctive tr:nth-child(2n+1) td:first-child::after {
    background: rgba(255, 255, 255, 0.22);
    width: 100%;
}

.table_distinctive tr:nth-child(2) td:first-child {
    border-radius: 10px 10px 0 0;
}

.table_distinctive tr:last-child td:first-child {
    border-radius: 0 0 10px 10px;
}


/* bfmail_casemail */

.bfmail_casemail {
    width: 100%;
    position: relative;
    z-index: 1;
}

.bfmail_casemail .container {
    max-width: 1150px;
}

.casemail_title {
    margin-bottom: 40px;
}

.casemail_center_title {
    padding-left: 30px;
    font-weight: 400;
    font-size: 25px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 18px;
}

.casemail_center_title span {
    display: block;
    color: #BE1E2D;
}

.img-casemail1 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.casemail_center_box {
}

.casemail_center_box_center {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.casemail_center_box_left {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    width: 70.88%;
    padding: 22px 26px;
}

.casemail_center_box_right {
    width: 63.95%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.casemail_center_box_right span {
    width: 100%;
    padding-top: 62%;
    overflow: hidden;
    display: block;
    position: relative;
}

.casemail_center_box_right span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.casemail_center_box_item {
    width: 100%;
    max-width: 430px;
    padding-left: 24px;
    background: transparent url('../images/ic-star1.png') no-repeat 0 5px;
    margin-bottom: 33px;
}

.casemail_center_box_item:last-child {
    margin-bottom: 0;
}

.casemail_center_box_item h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 139%;
    color: #070707;
}

.casemail_center_box_item .txt {
    font-size: 15px;
    line-height: 153%;
    color: #070707;
}

.casemail_center_box_item .txt span {
    color: #FF7A00;
}


/* bfmail_tableprice */

.bfmail_tableprice {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 60px 0 90px;
}

.tableprice_top {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
    margin: auto;
    width: 100%;
    max-width: 1200px;
    /* transform: translateY(-50%); */
    border-radius: 20px;
    overflow: hidden;
}

.tableprice_top_other {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 39px 55px;
    background: transparent url(../images/bg-box4.png) no-repeat center;
    background-size: cover;
}

.tableprice_top_other_img {
    width: 68.42%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    z-index: 1;
    display: flex;
    align-items: end;
    justify-content: end;
}

.tableprice_top_other::after {
    content: '';
    display: block;
    width: 79.667%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
    z-index: 2;
    background: linear-gradient(89.53deg, #A5000F 1%, rgba(116, 0, 11, 0.890625) 42.58%, rgba(0, 0, 0, 0) 99.55%);
}

.tableprice_top_other_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}

.tableprice_top_content {
    position: relative;
    z-index: 3;
}

.tableprice_top_content h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 160%;
    color: #FFFFFF;
    margin-bottom: 28px;
}

.tableprice_top_content .bfmail_btn {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.tableprice_top_content .bfmail_btn.bg-collor-red {
    background: #fff;
    color: #BE1E2D;
}

.tableprice_title {
    margin-bottom: 30px;
}

.tableprice_title .bfmail_txt {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #595959;
}

.tableprice_title .bfmail_txt span {
    color: #BE1E2D;
}

.tableprice_list {
    display: flex;
    flex-wrap: wrap;
    gap: 46px 58px;
    justify-content: center;
}

.tableprice_item {
    width: calc(33.3333% - 38.6666px);
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 63px 28px 80px;
    position: relative;
}

.tableprice_item_top {
    padding: 62px 10px 18px;
    position: relative;
    background: linear-gradient(338.16deg, #E87D00 9.81%, #FFBE5E 95.11%);
    border-radius: 16px;
    margin-bottom: 44px;
}

.tableprice_item_top::after {
    display: block;
    content: '';
    width: 22px;
    height: 15px;
    background: transparent url('../images/ic-8.png') no-repeat center center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: auto;
}


/* .tableprice_item:first-child .tableprice_item_top::after {
    background: transparent url('../images/ic-9.png') no-repeat center center;
} */

.tableprice_item_logo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background: linear-gradient(338.16deg, #E87D00 9.81%, #FFBE5E 95.11%);
    z-index: 2;
    padding: 4px;
}

.tableprice_item_logo span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.package {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 6px;
}

.price {
    font-weight: 700;
    font-size: 36px;
    line-height: 111%;
    text-align: center;
    color: #FFFFFF;
}

.tableprice_item_txt {
    font-size: 14px;
    line-height: 157%;
    color: #212529;
}

.tableprice_item_txt span {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #212529;
}

.tableprice_item_txt p {
    padding-left: 36px;
    background: transparent url('../images/ic-11.png') no-repeat 0 0;
    min-height: 24px;
}

.tableprice_item ._banner_boxbtn {
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 15px;
    text-align: center;
    justify-content: center;
}
.tableprice_top_content_form {
    width: 100%;
    max-width: 390px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    overflow: hidden;
}

/* .tableprice_item:first-child .tableprice_item_txt p {
    background: transparent url('../images/ic-10.png') no-repeat 0 0;
}

.tableprice_item:first-child .tableprice_item_top {
    background: linear-gradient(338.16deg, #7BA516 9.81%, #9EC426 95.11%);
}

.tableprice_item:first-child .tableprice_item_logo {
    background: linear-gradient(338.16deg, #7BA516 9.81%, #9EC426 95.11%);
} */

.bfmail_txt_links {
    padding-top: 8px;
    text-align: center;
}

.bfmail_txt_links a {
    color: #4D7FFD;
    text-align: center;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}


/* // */

.img-sale {
    display: block;
    position: absolute;
    top: -9px;
    right: -6px;
    z-index: 5;
}

.sale_event {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 auto;
    width: 100%;
    max-width: 235px;
    padding: 10px 10px 0;
}

.sale_event_row {
    width: 100%;
    display: flex;
    align-items: flex-end;
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    line-height: 140%;
}

.sale_event_row span {
    flex-shrink: 0;
    width: 23px;
    padding-bottom: 5px;
}

/* bfweb_question */

.bfweb_question {
    width: 100%;
    padding: 70px 0;
    background: #fff;
}

.bfweb_question .container {
    max-width: 1195px;
}

.question_title {
    margin-bottom: 15px;
}

.question_title .bfweb_title {
    text-align: left;
}

.question_list {
    width: 100%;
    max-width: 802px;
    margin: 0 auto;
}

.question_item {
    padding: 20px 20px 20px 40px;
    border-bottom: 1px solid #D6E2FB;
    border-radius: 12px;
}

.question_item.active {
    border-bottom: 1px solid #D6E2FB;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    border: 0;
}

.question_item:last-child {
    /* border-bottom: 0; */
    /* padding-bottom: 0; */
}

.question_item_title {
    font-weight: 600;
    font-size: 18px;
    color: #212121;
    padding-right: 26px;
    background-image: url('https://templates.bizfly.vn/202502041738654947/images/ic-plus.png');
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    line-height: 140%;
}

.question_item_title[aria-expanded="true"] {
    background-image: url('https://templates.bizfly.vn/202502041738654947/images/ic-tru.png');
    color: #4D7FF8;
}

.question_txt {
    color: #212121;
    padding-top: 8px;
    font-size: 16px;
    line-height: 160%;
    max-width: 690px;
}

.question_txt p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.question_txt p::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #212121;
    position: absolute;
    top: 10px;
    left: 0;
}


/*edit*/

.modal-list-edit .modal-lg,
.modal-list-app7 .modal-lg {
    max-width: 500px;
    border-radius: 10px;
}

.modal-list-edit .modal-content {
    border-radius: 0;
    background: transparent;
    border: 0;
}

.modal-list-edit .box_reg1 {
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    box-shadow: #9b9b9b 0px 0px 6px;
    font-family: Roboto;
    background: #f2f1f6;
    padding: 30px 30px 40px;
}

.modal-list-edit .close:not(:disabled):not(.disabled):focus,
.modal-list-edit .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-content {
    background-color: transparent;
    border: 0;
}

.close {
    position: absolute;
    top: 12px;
    right: 20px;
}

.close img {
    max-width: 100%;
}

.modal-list-app7 .modal-content {
    border: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.modal-list-app7 .modal-lg .close,
.modal-list-edit .modal-lg .close {
    top: 26px;
    right: 10px;
    position: absolute;
    width: 29px;
}

@media screen and (max-width: 1600px) {
    .img-banner {
        max-width: 700px;
    }
}

@media screen and (max-width: 1440px) {
    .img-banner {
        max-width: 600px;
    }
}

@media screen and (max-width: 1280px) {
    .img-banner {
        max-width: 500px;
    }
}

@media screen and (max-width: 1100px) {
    .img-banner {
        max-width: 450px;
    }
    .bfmail_banner_content h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 991px) {
    .benespecial_list {
        margin-bottom: 40px;
    }
    .bfmail_banner .col-lg-6:last-child {
        order: -1;
    }
    .bfmail_banner_content {
        margin: 0 auto;
    }
    .bfmail_btn {
        font-size: 16px;
        padding: 12px 20px;
    }
    .bfmail_txt {
        font-size: 32px;
    }
    .tableprice_list {
        gap: 30px;
    }
    .tableprice_item {
        width: calc(33.3333% - 20px);
    }
    .package {
        font-size: 22px;
    }
    .price {
        font-size: 25px;
    }
    .casemail_center_box_right {
        position: unset;
        order: -1;
        width: 80%;
    }
    .casemail_center_box_left {
        width: 100%;
        max-width: 500px;
    }
    .casemail_center_box_center {
        justify-content: center;
    }
    .tableprice_top_content h3 {
        font-size: 24px;
    }
}