@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+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* @font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/averta/Averta-ExtraBold.otf');
} */

body {
    font-family: 'Lexend Deca';
    font-weight: 400;
    color: #000;
    font-size: 14px;
    background: #fff;
}

.crm_all {
    overflow: hidden;
    float: left;
    width: 100%;
}

.crm_all .container {
    max-width: 1241px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .crm_all .container {
        /* width: 70%; */
    }
}

.bfweb_title {
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    color: #212121;
    margin: 0 auto 5px;
}

.bfweb_title span {
    color: #4B0DCF;
}

.bfweb_txt {
    font-weight: 500;
    font-size: 25px;
    line-height: 120%;
    text-align: center;
    color: #4B0DCF;
}

.bfweb_txt_child {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #595959;
}

.bfweb_lccdn_box {
    padding-top: 35px;
    text-align: center;
}


/* bfweb_content_txt */

.bfweb_content_txt {
    width: 100%;
    background: #fff;
    padding: 0;
    padding-top: 30px;
}

.bfweb_content_txt_col {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bfweb_content_txt_col h3 {
    font-size: 26px;
}

.bfweb_content_fulltxt {
    text-align: center;
    padding-top: 30px;
}

.show_full {
    /* display: inline-block;
    padding: 10px;
    font-weight: 400;
    color: #000;
    font-size: 14px; */
}

.show_full:hover {
    color: #000;
    text-decoration: none;
}

.bfweb_content_txt_col.height-auto {
    -webkit-line-clamp: unset;
}


/* bfweb_banner */

.bfweb_banner {
    width: 100%;
    background: transparent url('../images/bg-banner.jpg') no-repeat bottom center;
    background-size: cover;
    padding: 86px 0;
}

.bfweb_banner .container {
    max-width: 1300px;
}

.img-banner {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: -10px;
}

.bfweb_banner_left {
    width: 100%;
    max-width: 585px;
    float: right;
    padding-top: 26px;
}

.img-logo {
    max-width: 221px
}

.bfweb_banner_left h1 {
    font-weight: 500;
    font-size: 35px;
    line-height: 150%;
    color: #393939;
    margin: 24px 0 45px;
}

.banner_left_box {
    display: flex;
    gap: 17px;
    margin-bottom: 50px;
    max-width: 585px;
}

.banner_box_item {
    width: calc(33.333% - 11.3px);
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(160, 85, 255, 0.2);
    border-radius: 15px;
    overflow: hidden;
}

.banner_item_body {
    line-height: 140%;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #4B0DCF;
    padding: 20px 1px 19px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.banner_item_body h3,
.banner_item_body p {
    font-weight: 600;
    font-size: 50px;
    line-height: 84%;
    text-align: center;
    background: linear-gradient(51.84deg, #FFA551 17.88%, #EB55B0 54.05%, #6600E9 91.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.btn_bfw {
    background: linear-gradient(180deg, #4B0DCF 0%, #D648B8 100%);
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    padding: 13px 24px 12px;
    color: #FFFFFF;
    display: inline-block;
    transition: 0.85s;
}

.btn_bfw:hover {
    background: linear-gradient(0deg, #4B0DCF 0%, #D648B8 100%);
    color: #fff;
    text-decoration: none;
}

.btn_bfw_right {
    display: inline-block;
    overflow: hidden;
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(51.84deg, #FFCE51 17.88%, #EB55B0 54.05%, #6600E9 91.46%);
}

.btn_bfw_right_other {
    display: block;
    padding: 13px 24px;
    background-color: #fff;
    border-radius: 8px;
}

.btn_bfw_right_other span {
    background: linear-gradient(51.84deg, #FFCE51 17.88%, #EB55B0 54.05%, #6600E9 91.46%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.banner_btn {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.bfweb_banner_list {
    position: relative;
}

.bfweb_banner_boxbtn {
    position: absolute;
    bottom: 20px;
    left: 0;
    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;
}

.img-banner-other {
    padding: 18%px 54px 9.8% 17px;
    position: relative;
}

.img-banner-other .bg-img-banner {
    max-width: 100%;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 35s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-duration: 35s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 35s;
    animation-timing-function: linear;
}


/* .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: 24px 24px;
    margin-top: 0;
    opacity: 1;
    border-radius: 50%;
}

.bfweb_banner_boxbtn .swiper-button-next {
    background-image: url('../images/ic-7.png');
    margin-left: 10px;
}

.bfweb_banner_boxbtn .swiper-button-prev {
    background-image: url('../images/ic-8.png');
}


/* bfweb_strengths */

.bfweb_strengths {
    width: 100%;
    background: transparent;
    padding: 100px 0 0;
}

.strengths_title {
    margin-bottom: 65px;
}

.strengths_title .bfweb_txt_child {
    width: 100%;
    margin: 0 auto;
}

.strengths_content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.strengths_mennu_tab {
    width: 46.24%;
    padding-right: 70px;
}

.strength_list {
    width: 53.76%;
    position: relative;
    padding-bottom: 90px;
}

.strengths_mennu_item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 24px;
}

.strengths_mennu_item:hover {
    text-decoration: none;
}

.strengths_mennu_item:last-child {
    margin-bottom: 0;
}

.strengths_tab_ic {
    width: 82px;
    height: 82px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 183, 254, 0.5);
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    border-radius: 50%;
    padding: 8px;
}

.strengths_tab_ic_other {
    width: 100%;
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.strengths_tab_ic svg {
    max-width: 44px;
}

.strengths_tab_ic svg path {
    fill: #5F5F5F;
}

.strengths_tab_txt {
    width: calc(100% - 82px);
    padding-left: 29px;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #212121;
}

.strengths_mennu_item.active .strengths_tab_ic_other {
    background: linear-gradient(51.84deg, #FFCE51 17.88%, #EB55B0 54.05%, #6600E9 91.46%);
}

.strengths_mennu_item.active .strengths_tab_ic svg path {
    fill: #fff;
}

.strengths_mennu_item.active .strengths_tab_txt {
    color: #4B0DCF;
}

.strength_list .swiper-slide {
    height: auto;
    padding: 10px;
}

.strengths_content_item {
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    overflow: hidden;
    padding: 26px 40px 40px;
}

.strengths_content_item_img {
    text-align: center;
    margin-bottom: 40px;
}

.strengths_content_item_body {
    margin-bottom: 50px;
}

.strengths_content_item_body h3 {
    margin: 0 auto 10px;
    font-weight: 600;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    color: #212121;
}

.strength_list .bfweb_banner_boxbtn .swiper-button-next,
.strength_list .bfweb_banner_boxbtn .swiper-button-prev {
    background-color: #EAEAEA;
}

.strengths_content_item_box {
    text-align: center;
}

.strengths_content_item_txt {
    font-size: 18px;
    line-height: 160%;
    color: #6C6C6C;
}

.strengths_content_item_txt p {
    padding-left: 32px;
    background: transparent url('../images/ic-12.png') no-repeat 0 5px;
}


/* bfweb_projhot */

.bfweb_projhot {
    width: 100%;
    padding: 44px 0 80px;
    background-image: url('../images/bg-proj-hot1.png'), url('../images/bg-projhot.jpg');
    background-size: auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: left 24% bottom, top left;
}

.bfweb_projhot .container {
    max-width: 1341px;
}

.projhot_title {
    margin-bottom: 40px;
}

.projhot_title_right .btn_bfw {
    border-radius: 20px;
    box-shadow: none;
    padding: 0;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0.04em;
    color: #6C6C6C;
    background: transparent;
    font-weight: 400;
}

.projhot_content {
    position: relative;
}

.projhot_content .swiper-slide {
    height: auto;
    display: flex;
    align-items: center;
}

.projhot_txt {
    font-size: 16px;
    line-height: 150%;
    color: #6C6C6C;
}

.projhot_txt span {
    display: block;
    margin-bottom: 15px;
}

.projhot_txt p {
    position: relative;
    padding-left: 36px;
    background: transparent url('../images/ic-4.png') no-repeat 0 0;
    margin-bottom: 15px;
}

.projhot_bot .bfweb_banner_boxbtn {
    position: unset;
}


/* bfweb_projrecent */

.bfweb_projrecent {
    width: 100%;
    background: #fff;
    padding: 56px 0 15px;
}

.bfweb_projrecent .container {
    /* max-width: 1341px; */
}

.projrecent_title {
    margin-bottom: 33px;
}

.projrecent_list {
    position: relative;
}

.projrecent_other {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    width: 100%;
}

.projrecent_item {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    width: 100%;
    height: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 2px solid transparent;
}

.projrecent_item:hover {
    border: 2px solid #4B0DCF;
}

.projrecent_item img {
    max-width: 100%;
}

.projrecent_txt {
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #521195;
    padding-top: 34px;
}

.projhot_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.projhot_left {
    width: 33.525%;
}

.projhot_right {
    width: 66.475%;
    padding-left: 30px;
}

.projhot_left_img {}

.projhot_left_img img {
    max-width: 100%;
}

.projhot_right_img {
    width: 100%;
    text-align: center;
}

.projhot_right_img img {
    max-width: 85%;
}

.projhot_left h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #212121;
}

.projhot_left h3 span {
    color: #4B0DCF;
}

.bfweb_projrecent .projhot_bot {
    padding-top: 30px;
}

.projrecent_list .projrecent_slide {
    padding: 10px;
}

.bfweb_projrecent .bfweb_banner_boxbtn .swiper-button-next,
.bfweb_projrecent .bfweb_banner_boxbtn .swiper-button-prev {
    background-color: #EAEAEA;
}


/* bfweb_difference */

.bfweb_difference {
    width: 100%;
    background-color: #fff;
    /* background-image: url('../images/bg-diff1.png'), url('../images/bg-diff2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top 342px left 89px, top 658px right; */
    padding: 10px 0 47px;
}

.bfweb_difference .container {
    max-width: 1200px;
}

.difference_title {
    margin-bottom: 40px;
}

.difference_list {
    position: relative;
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.3));
    border-radius: 10px;
    padding: 25px 40px 20px;
}

.difference_item {
    text-align: center;
    margin-bottom: 30px;
}

.difference_item img {
    max-width: 100%;
}

.difference_mennu_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.difference_mennu_item {
    padding: 10px 3px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 140%;
    text-align: center;
    color: #4E4E4E;
}

.difference_mennu_item:hover {
    text-decoration: none;
    color: #4E4E4E;
}

.difference_mennu_item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    background: linear-gradient(51.84deg, #FFCE51 17.88%, #EB55B0 54.05%, #6600E9 91.46%);
    height: 3px;
    display: none;
}

.difference_mennu_item.active {
    color: #521195;
}

.difference_mennu_item.active::after {
    display: block;
}

.allaspects_list.difference_list .swiper-button-next {
    right: -28px;
}

.allaspects_list.difference_list .swiper-button-prev {
    left: -28px;
}

.difference_img_new {
    text-align: center;
}

.difference_img_new img {
    max-width: 100%;
}


/* bfweb_allaspects */

.bfweb_allaspects {
    width: 100%;
    padding: 125px 0 120px;
    background: #fff url('https://bizflyportal.mediacdn.vn/bizflyportal/web/bg-proj-hot1.png') no-repeat top center;
    background-size: cover;
}

.allaspects_title {
    margin-bottom: 32px;
}

.allaspects_title .bfweb_title {
    /* font-size: 48px; */
}

.allaspects_title .bfweb_txt {
    font-weight: 600;
    font-size: 36px;
    line-height: 160%;
    text-align: center;
    color: #521195;
}

.allaspects_mennu_tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 35px;
}

.allaspects_mennu_item {
    background: #FFFFFF;
    border-radius: 25px;
    border: 2px solid #fff;
    padding: 6px 16px;
    text-align: center;
    color: #212529;
    font-size: 16px;
    line-height: 150%;
}

.allaspects_mennu_item:hover {
    text-decoration: none;
}

.allaspects_mennu_item.active {
    font-weight: 600;
    color: #fff;
    background: linear-gradient(51.84deg, #FFAF51 17.88%, #EB55B0 54.05%, #6600E9 91.46%);
}

.allaspects_list .swiper-slide {
    height: auto;
}

.allaspects_item {
    text-align: center;
}

.allaspects_item h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #212121;
}

.allaspects_item_txt {
    width: 100%;
    max-width: 770px;
    margin: 0 auto 43px;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #6C6C6C;
}

.allaspects_item_img {
    text-align: center;
}

.allaspects_item_img img {
    max-width: 100%;
}

.allaspects_list .swiper-button-next:after,
.allaspects_list .swiper-button-prev:after {
    display: none !important;
}

.allaspects_list .swiper-button-next,
.allaspects_list .swiper-button-prev {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    background-position: center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.allaspects_list .swiper-button-next {
    background-image: url('../images/ic-7.png');
    right: 0;
}

.allaspects_list .swiper-button-prev {
    background-image: url('../images/ic-8.png');
    left: 0;
}

.allaspects_box_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 54px;
}

.allaspects_box_btn .btn_bfw {
    line-height: 20px;
    margin-bottom: 10px;
}

.allaspects_box_btn .btn_bfw:nth-child(2) {
    background: transparent;
    color: #511D9A;
}

.allaspects_box_btn .btn_bfw:nth-child(2):hover {
    color: #fff;
    background: linear-gradient(51.84deg, #FF9051 17.88%, #EB55B0 54.67%, #6600E9 91.46%);
}


/* bfweb_lccdn */

.bfweb_lccdn {
    width: 100%;
    padding: 60px 0;
    background-color: #fff;
    background-image: url('https://bizflyportal.mediacdn.vn/bizflyportal/web/bg-lccdn1.png'), url('../images/bg-lccdn2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left top 40px, right top 480px;
}

.bfweb_lccdn .container {
    max-width: 1312px;
}

.lccdn_list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 110px;
}

.lccdn_right {
    width: 48.29%;
    padding-left: 10px;
}

.lccdn_list2 .lccdn_right {
    padding-left: 0;
    padding-right: 10px;
}

.lccdn_right_other {
    max-width: 594px;
    width: 100%;
}

.lccdn_left {
    width: 51.71%;
}

.lccdn_left .swiper-slide {
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
}

.lccdn_title {
    margin-bottom: 85px;
}

.lccdn_title .bfweb_title {
    max-width: 684px;
}

.img-lccdn1 {
    display: block;
    float: right;
    max-width: 100%;
    margin-bottom: 20px;
}

.lccdn_mennu_item {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    border: 2px solid transparent;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 34px;
}

.lccdn_mennu_item:last-child {
    margin-bottom: 0;
}

.lccdn_mennu_item.active {
    border: 2px solid #521195;
    box-shadow: 0px 0px 15px rgba(188, 103, 255, 0.5);
}

.lccdn_item_img {
    width: 89px;
    flex-shrink: 0;
    opacity: 0.2;
}

.lccdn_mennu_item.active .lccdn_item_img {
    opacity: 1;
}

.lccdn_mennu_item:hover {
    text-decoration: none;
}

.lccdn_item_body {
    display: block;
    width: calc(100% - 89px);
    padding-left: 22px;
}

.lccdn_item_img img {
    max-width: 100%;
}

.lccdn_item_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #212121;
}

.lccdn_item_txt {
    font-size: 16px;
    line-height: 150%;
    color: #6C6C6C;
}

.lccdn_item_txt p {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
}

.lccdn_item_txt p::after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #6C6C6C;
    position: absolute;
    top: 11px;
    left: 5px;
    border-radius: 50%;
}

.lccdn_item_txt p:last-child {
    margin-bottom: 0;
}

.lccdn_item_op {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: url('../images/ic-11.png');
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: bottom 10px right 15px;
}

.lccdn_list2 .lccdn_right_other {
    float: right;
}

.lccdn_list2 {
    margin-bottom: 0;
}

.lccdn_list2 .img-lccdn1 {
    float: left;
}


/* bfweb_khreviews */

.bfweb_khreviews {
    width: 100%;
    padding: 80px 0 50px;
    overflow: hidden;
    background: linear-gradient(397.7deg, #EDD1FF 10.28%, #DFD8FE 57.84%, #FFD0E3 102.52%);
}

.khreviews_title {
    margin-bottom: 40px;
}

.bfweb_khreviews .container {
    max-width: 950px;
}

.khreviews_list .khreviews_slide .swiper-slide {
    padding: 49px 10px 48px;
    opacity: 0.6;
    height: auto;
}

.khreviews_list .khreviews_slide .swiper-slide.swiper-slide-active {
    padding: 10px;
    opacity: 1;
}

.khreviews_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 0px 0px 60px 0px;
    padding: 20px 40px 25px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-image: url('../images/bg-khr1.png'), url('../images/bg-khr2.png');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom left, bottom right;
    background-size: auto, auto 100%;
}

.khreviews_item_txt {
    width: 60%;
    padding: 74px 24px 45px 47px;
    background-image: url('../images/bg-khr3.png'), url('../images/bg-khr4.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    font-size: 16px;
    line-height: 160%;
    color: #6C6C6C;
}

.khreviews_item_txt p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.khreviews_list .swiper-container {
    overflow: visible;
}

.khreviews_item_infor {
    width: 40%;
}

.khreviews_item_infor .img {
    width: 223px;
    height: 223px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 17px;
}

.khreviews_item_infor .img img {
    width: 100%;
}

.khreviews_item_infor .txt {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #262626;
    line-height: 140%;
}

.khreviews_item_infor .txt span {
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 140%;
    text-align: center;
    color: #521195;
}

.khreviews_item_infor .txt a {
    display: block;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #2589FF;
}

.khreviews_list_bot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 55px;
}

.khreviews_list_bot .projhot_btn {
    padding-top: 0;
    padding-right: 23px;
}

.khreviews_list_bot .swiper-pagination {
    position: unset;
    width: max-content;
    line-height: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 0 30px;
}

.khreviews_list_bot .swiper-pagination-bullet {
    width: 50px;
    border-radius: 5px;
    height: 6px;
    background: transparent;
}

.khreviews_list_bot .swiper-pagination-bullet-active {
    background: #521195;
}

.khreviews_list .projhot_bot {
    padding-top: 50px;
}

.khreviews_list .projhot_bot .bfweb_banner_boxbtn .swiper-button-prev,
.khreviews_list .projhot_bot .bfweb_banner_boxbtn .swiper-button-next {
    background-color: #EAEAEA;
}


/* 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: 1165px;
    margin: 0 auto;
}

.question_item {
    padding: 24px 0 32px;
    border-bottom: 1px solid #EFF2F7;
}

.question_item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.question_item_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #212121;
    padding-right: 26px;
    background-image: url('../images/ic-plus.png');
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.question_item_title[aria-expanded="true"] {
    background-image: url('../images/ic-tru.png');
}

.question_txt {
    font-size: 16px;
    line-height: 150%;
    color: #6C6C6C;
    padding-top: 8px;
}


/* bfweb_featurepost */

.bfweb_featurepost {
    width: 100%;
    background: #fff url('https://bizflyportal.mediacdn.vn/bizflyportal/web/bg-featurepost11.png') no-repeat bottom center;
    background-size: 100% auto;
    padding: 80px 0 110px;
    overflow: hidden;
}

.bfweb_featurepost .projhot_title {
    display: flex;
    flex-wrap: wrap;
}

.bfweb_featurepost .projhot_title_left {
    flex: 1;
    text-align: left;
}

.projhot_title_left .bfweb_title {
    text-align: left;
}

.projhot_title_left .bfweb_txt_child {
    text-align: left;
}

.featurepost_list {
    padding-top: 14px;
}

.featurepost_list .bfweb_banner_boxbtn {
    position: unset;
    padding-top: 35px;
    justify-content: flex-start;
}

.featurepost_list .khreviews_list_bot {
    justify-content: start;
}

.featurepost_item {
    display: block;
    overflow: hidden;
    border-radius: 5px;
    padding: 15px;
    background: linear-gradient(180deg, #F2F2F2 0%, #B081D9 51.56%, #F2A8D1 100%);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
}

.featurepost_item:hover {
    text-decoration: none;
}

.featurepost_item_img {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 71.43%;
    margin-bottom: 25px;
    border-radius: 2px;
    overflow: hidden;
}

.featurepost_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.featurepost_item_body {
    display: block;
}

.featurepost_item_date {
    font-weight: 600;
    font-size: 16px;
    line-height: 156%;
    margin-bottom: 10px;
    display: block;
    color: #FFFFFF;
}

.featurepost_item_title {
    font-weight: 600;
    font-size: 20px;
    line-height: 158%;
    color: #FFFFFF;
    display: block;
    margin-bottom: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.featurepost_item_links {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.featurepost_item_links img {
    margin-left: 10px;
}

.featurepost_list .swiper-container {
    overflow: visible!important;
}

.featurepost_success {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: transparent url('../images/bg-sucess.png') no-repeat center center;
    background-size: cover;
    padding: 54px 47px;
    border-radius: 10px;
    margin-top: 100px;
}

.featurepost_success_txt {
    flex: 1;
    font-size: 18px;
    line-height: 160%;
    color: #FFFEFE;
}

.featurepost_success_txt span {
    display: block;
    font-weight: 600;
    font-size: 28px;
    line-height: 140%;
    color: #FFFFFF;
}

.projhot_title_right1 {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 60px;
}

.modal-list-app7 .modal-lg .close {
    top: 15px;
    right: 10px;
    position: absolute;
}

.modal-list-app7 .modal-content {
    border: 0;
    background: transparent;
}

.modal-list-app7 .modal-dialog {
    max-width: 600px;
}


/* css */

.banner-content-list {
    display: flex;
    gap: 60px;
    padding-top: 60px;
    flex-wrap: wrap;
}

.banner-content-items {
    width: calc(25% - 45px);
    border-radius: 11px;
    /* background: #FFF; */
    box-shadow: 0px 0px 10px 0px rgba(89, 33, 140, 0.20);
    padding: 2px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(181, 21, 232, 1), rgba(250, 187, 98, 1));
}

.banner-content-other {
    background: #fff;
    padding: 20px 20px 20px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 14px;
    height: 100%;
}

.banner-content-icon {
    width: 53px;
    flex-shrink: 0;
}

.banner-content-icon img {
    max-width: 100%;
}

.banner-content-txt {
    flex: 1;
    color: #737373;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 166.667%;
}

@media screen and (max-width: 1440px) {
    .allaspects_list.difference_list .swiper-button-next {
        right: -15px;
    }
    .allaspects_list.difference_list .swiper-button-prev {
        left: -15px;
    }
    .img-lccdn1 {
        display: block;
        float: none;
        margin: 0 auto;
        max-width: 100%!important;
    }
}

@media screen and (max-width: 1200px) {
    .projhot_content {
        padding: 0 15px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content-list {
        gap: 30px;
    }
    .banner-content-items {
        width: calc(50% - 15px);
    }
    .banner-content-txt {
        font-family: 16px;
    }
    .allaspects_title .bfweb_title,
    .lccdn_title .bfweb_title,
    .bfweb_title {
        font-size: 26px;
    }
    .allaspects_title .bfweb_txt,
    .bfweb_txt {
        font-size: 18px;
    }
    .strengths_mennu_tab {
        width: 100%;
        padding-right: 0;
    }
    .strength_list {
        width: 100%;
        padding-top: 30px;
    }
    .bfweb_banner_left h1 {
        font-size: 30px;
    }
    .banner_item_body h3 {
        font-size: 28px;
    }
}

.box_content_modal {
    background: #F9FAFF;
    border-radius: 12px;
    width: 100%;
}

@-moz-keyframes spin {
    from {
        -moz-transform rotate(0deg);
    }
    to {
        -mz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}