@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: 0 0 50px;
    background-color: #fff;
    position: relative;
}

.img-banner {
    display: block;
    margin: 0 auto;
    max-width: 700px;
}

.bfmail_banner .container {
    z-index: 2;
    position: relative;
}

.bfmail_banner_content {
    padding: 30px 0;
    max-width: 505px;
    text-align: justify;
}

.bfmail_banner_content h1 {
    font-weight: 600;
    font-size: 29px;
    line-height: normal;
    margin: 34px 0 20px;
    color: #212529;
}

.bfmail_banner_content .txt {
    color: #212121;
    font-size: 14px;
    line-height: 126.6%;
    max-width: 505px;
    margin-bottom: 16px;
}

.bfmail_btn {
    background: #FFFFFF;
    border: 1px solid #BE1E2D;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px 24px;
    display: inline-block;
    transition: 0.85s;
    text-align: center;
    color: #BE1E2D;
}

.bg-collor-red {
    background: #BE1E2D;
    color: #fff;
}

.bfmail_btn:hover {
    background: #BE1E2D;
    color: #fff;
    text-decoration: none;
}

._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 {
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #212121;
    margin-bottom: 40px;
    padding-top: 40px
}

.botbanner_list {}

.botbanner_other {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.botbanner_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 81px;
}

.botbanner_other img {
    max-width: 100%;
}

.bfmail_txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #BE1E2D;
}

.bfmail_title {
    font-weight: 600;
    font-size: 36px;
    line-height: 140%;
    text-align: center;
    color: #212121;
    margin-bottom: 0;
}


/* 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 200px;
}

.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_enterprise */

.bfmail_enterprise {
    width: 100%;
    background: #fff;
    padding: 30px 0;
}

.enterprise_title {
    margin-bottom: 50px;
}

.enterprise_row {
    margin-top: -140px;
}

.enterprise_row .row {
    align-items: center;
}

.enterprise_left {
    width: 100%;
    max-width: 410px;
}

.enterprise_left h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 125%;
    color: #212529;
    margin-bottom: 15px;
}

.enterprise_left h3 span {
    color: #BE1E2D;
}

.enterprise_left .txt {
    font-size: 20px;
    line-height: 140%;
    color: #4F4F4F;
    margin-bottom: 32px;
}

.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 {
    float: right;
}


/* bfmail_exp */

.bfmail_exp {
    width: 100%;
    background: #fff;
    padding: 0 0 30px;
}

.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_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 67px;
    background: #fff;
}

.table_title {
    margin-bottom: 44px;
}

.table_main {
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
    padding: 16px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.25), 0px 20px 40px -4px rgba(145, 158, 171, 0.25);
}

.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;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.table_distinctive th:last-child {
    background: #BE1E2D;
}

.table_distinctive tr:nth-child(2n+1) {
    background: #F0F0F0;
}

.table_distinctive tr:first-child {
    background: transparent;
}

.table_distinctive td {
    padding: 12px;
    font-size: 16px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.85);
    text-align: center;
}

.table_distinctive td:first-child {
    text-align: left;
}


/* bfmail_casemail */

.bfmail_casemail {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 36px 0 0;
    background-image: url('../images/bg-casemail1.png'), url('../images/bg-casemail.png');
    background-size: auto, cover;
    background-position: center center, top center;
    background-repeat: no-repeat, no-repeat;
}

.casemail_title {
    margin-bottom: 40px;
}

.casemail_title .bfmail_txt,
.casemail_title .bfmail_title {
    text-align: left;
}

.casemail_center_title {
    padding-left: 50px;
    background: transparent url('../images/ic-7.png') no-repeat 0 5px;
    font-weight: 600;
    font-size: 32px;
    line-height: 140%;
    color: #212121;
}

.casemail_center_title span {
    display: block;
    color: #BE1E2D;
}

.img-casemail1 {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.bfmail_casemail-box .bfweb_banner_boxbtn .swiper-button-next,
.bfmail_casemail-box .bfweb_banner_boxbtn .swiper-button-prev {
    position: absolute;
}


/* css */

.bfmail_casemail-box {
    width: 100%;
    max-width: 1479px;
    margin: 0 auto;
}


/* bfmail_tableprice */

.bfmail_tableprice {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 223px 0 90px;
}

.tableprice_top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 30px);
    max-width: 1200px;
    transform: translateY(-50%);
    border-radius: 20px;
    overflow: hidden;
}

.tableprice_top_other {
    width: 100%;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    padding: 60px 0 85px 90px;
}

.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;
}

.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;
}

.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;
}


/* .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;
}


/* bfmail_advise */

.bfmail_advise {
    width: 100%;
    padding: 102px 0 62px;
    background: transparent url('../images/bg-bftv.png') no-repeat top center;
    background-size: cover;
}

.advise_title {
    margin-bottom: 50px;
}

._advise_list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

._advise_item {
    width: calc(33.333% - 11.666px);
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(132, 0, 0, 0.25);
    border-radius: 16px;
    padding: 30px 35px;
    overflow: hidden;
}

._advise_item_top {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    flex-wrap: wrap;
}

._advise_item_top .icon {
    width: 78px;
    flex-shrink: 0;
}

._advise_item_top .icon img {
    max-width: 100%;
}

._advise_item_top .txt {
    width: calc(100% - 78px);
    padding-left: 24px;
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #0D0C22;
}

._advise_item .bfmail_btn {
    width: 100%;
    border-radius: 200px;
    background-color: #fff;
    background-image: url('../images/ic-15.png');
    background-repeat: no-repeat;
    background-position: right 14px center;
    font-size: 20px;
}

._advise_item .bfmail_btn:hover {
    color: #BE1E2D;
}


/*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: transparent;
}

.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: 1550px) {
    .img-banner {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 1460px) {
    .enterprise_right img {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 991px) {
    .enterprise_row {
        margin-top: 0;
    }
    .bfmail_title {
        font-size: 32px;
    }
    .tableprice_top_content h3 {
        font-size: 24px;
    }
    .tableprice_top_other {
        padding: 35px 0 40px 40px;
    }
    .tableprice_list {
        gap: 30px;
    }
    .tableprice_item {
        width: calc(33.3333% - 20px);
    }
    .price {
        font-size: 26px;
    }
    .package {
        font-size: 16px;
    }
    .casemail_center_title {
        font-size: 26px;
    }
    ._advise_item_top .icon {
        width: 100%;
        margin-bottom: 10px;
    }
    ._advise_item_top .txt {
        width: 100%;
        padding-left: 0;
    }
    .exp_box_content h3,
    .enterprise_left h3 {
        font-size: 24px;
    }
    .enterprise_left .txt {
        font-size: 18px;
    }
    .benespecial_other .col-lg-6:last-child {
        order: -1;
    }
    .benespecial_mennu_tab {
        padding-left: 0;
    }
    .bfmail_banner_content h1 {
        font-size: 36px;
    }
    .bfmail_banner_content {
        /* padding-top: 30px; */
    }
}