@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=vietnamese');
@import url('https://fonts.googleapis.com/css?family=Sarabun:100,200,300,400,500,600,700,800&display=swap&subset=vietnamese');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@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=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

.crm_all .container {
    max-width: 1370px;
    margin: 0 auto;
}

body {
    font-family: "Roboto";
    font-weight: 400;
    color: #000;
    font-size: 14px;
    background: #fff;
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/SVN-Poppins Thin.ttf');
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/SVN-Poppins Light.ttf');
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/SVN-Poppins Medium (1).ttf');
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/SVN-Poppins SemiBold.ttf');
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/SVN-Poppins Bold.ttf');
}

@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/SVN-Poppins ExtraBold.ttf');
}


.box-taingay .modal-content {
    border: 10px;
    padding-top: 30px;
    border: 0;
    padding: 0;
    background: transparent;
}

.box-taingay .close {
    position: absolute;
    color: #000;
    opacity: 1;
    top: 11px;
    right: 16px;
    z-index: 11;
}

.crm_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom: 0;
}

/*crm_all*/
.crm_all {
    float: left;
    width: 100%;
}

/* wwb_banner */
.wwb_banner {
    float: left;
    width: 100%;
    background: transparent url('../images/bg-banner.png') no-repeat center center;
    background-size: cover;
    padding: 180px 0;
    position: relative;
    z-index: 2;
}

.wwb_banner_title {
    font-weight: 900;
    font-size: 74px;
    line-height: 87px;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding-top: 30px;
    max-width: 650px;
}

.wwb_banner_txt {
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.wwb_banner_txt span {
    display: block;
    margin-bottom: 5px;
}

.btn_wwb {
    display: inline-block;
    background: #FFCC16;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-weight: 900;
    font-size: 28px;
    line-height: 150%;
    text-align: center;
    color: #1F4CB0;
    padding: 12px 30px;
}

.btn_wwb:hover {
    text-decoration: none;
    color: #1F4CB0;
}

.wwb_banner_right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.wwb_banner_right img {
    max-width: 100%;
}

.wwb_banner_bot {
    width: calc(100% - 30px);
    max-width: 1298px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(50%);
}

.wwb_banner_bot_content {
    background: #FFFFFF;
    box-shadow: 0px 4px 52px rgba(31, 73, 247, 0.33);
    border-radius: 20px;
    padding: 45px 35px 28px;
}

.wwb_banner_bot_item {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 140%;
    color: #707070;
    width: 100%;
    max-width: 345px;
    justify-content: space-between;
}

.wwb_banner_bot_item span {
    display: flex;
    flex: 1;
}

.wwb_banner_bot_number {
    display: flex;
    /* flex: 1; */
    align-items: center;
    font-weight: 900;
    font-size: 59px;
    line-height: 64%;
    color: #548BFD;
    padding-left: 5px;
}

.wwb_banner_bot_number img {
    margin-left: 10px;
}


/* wwb_starup */
.wwb_starup {
    float: left;
    width: 100%;
    padding: 113px 0 65px;
    background: #F0F4FF;
}

.starup_form {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 47px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #82ABFF;
    border-radius: 10px;
}

.starup_title {
    font-weight: 500;
    font-size: 33px;
    line-height: 85%;
    text-align: center;
    color: #4280FF;
    margin-bottom: 31px;
}

.starup_title b {
    font-size: 37px;
}

.starup_list {
    width: 100%;
    padding: 0 32px;
    position: relative;
}

.starup_list .swiper-slide {
    height: auto;
}

.starup_item {
    background: #FFFFFF;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

}

.starup_item img {
    max-width: 100%;
}

.starup_list .swiper-button-next:after,
.starup_list .swiper-button-prev:after {
    display: none;
}

.starup_list .swiper-button-next,
.starup_list .swiper-button-prev {
    width: 13px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 35px;
}

.starup_list .swiper-button-next {
    background-image: url('../images/ic-8.png');
    right: 0;
}

.starup_list .swiper-button-prev {
    background-image: url('../images/ic-7.png');
    left: 0;
}


/* wwb_soldes */
.wwb_soldes {
    float: left;
    width: 100%;
    padding: 56px 0 65px;
    background: transparent url('../images/bg-soldes.png') no-repeat center center;
    background-size: cover;
}

.soldes_content {
    position: relative;
    padding-left: 178px;
}

.soldes_content_other {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.img-soldes1 {
    display: block;
    position: absolute;
    top: 5px;
    left: -110px;
}

.soldes_left {
    width: 61.26%;
}

.soldes_right {
    width: 38.74%;

}

.soldes_right img {
    max-width: 100%;
}

.soldes_title {
    font-weight: 700;
    font-size: 33px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.soldes_title span {
    display: block;
    font-weight: 700;
    font-size: 48px;
    color: #FFDA58;
}

.soldes_item {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
}

.soldes_item:last-child {
    margin-bottom: 0;
}

.soldes_item_number {
    width: 53px;
}

.soldes_item_number span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 49px;
    background: transparent url('../images/bg-soldes2.png') no-repeat center center;
    background-size: 100% 100%;
    font-weight: 700;
    font-size: 30px;
    line-height: 93%;
    color: #FFFFFF;
}

.soldes_item_body {
    flex: 1;
    font-size: 19px;
    line-height: 147%;
    color: #FFFFFF;
    padding-left: 19px;
}

.soldes_item_body b {
    font-weight: 900;
    font-size: 127%;
    color: #FFDA58;
}

.soldes_list {
    width: 100%;
    max-width: 624px;
}

/* wwb_interfaceware */
.wwb_interfaceware {
    float: left;
    width: 100%;
    padding: 57px 0 43px;
}

.wwb_title {
    font-weight: 700;
    font-size: 33px;
    text-align: center;
    color: #4280FF;
    margin-bottom: 0;
}

.interfamaceware_title {
    margin-bottom: 78px;
}

.interfaceware_list {}

.interfaceware_list .swiper-slide {
    height: auto;
    padding: 42px 0;
}

.interfaceware_item {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 16px;
    transition: 0.85s;
}

.interfaceware_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    z-index: 2;
}

.btn-interfaceware {
    display: block;
    padding: 7px 19px;
    background: #D6D6D6;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    border-radius: 43px;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    width: max-content;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-decoration-line: underline;
    color: #515151;

}

.interfaceware_item:hover {
    transform: scale(1.17);
    z-index: 1;
}

.interfaceware_item:hover .btn-interfaceware {
    background: #4280FF;
    color: #fff;
}

.interfaceware_list .interfaceware_slide {
    padding-bottom: 118px !important;
}

.interfaceware_box_btn {
    text-align: center;
    padding-bottom: 20px;
}

.btn_interfaceware {
    display: inline-block;
    background: #00A32A;
    border-radius: 52px;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-decoration-line: underline;
    color: #FFFFFF;
    padding: 10px 30px;
}

.btn_interfaceware:hover {
    color: #fff;
}

/* wwb_hoting */
.wwb_hoting {
    float: left;
    width: 100%;
    padding: 40px 0 30px;
    background: transparent url('../images/bg-hoting.png') no-repeat center center;
    background-size: cover;
}

.hoting_box {
    width: 100%;
    max-width: 1032px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hoting_left {
    width: 61%;
    font-weight: 700;
    font-size: 31px;
    line-height: 142%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.hoting_form {
    background: #FFFFFF;
    border: 2px solid #31A7FF;
    padding: 5px 0;
    border-radius: 20px;
}

.hoting_right {
    width: 39%;
}

/* wwb_reason */
.wwb_reason {
    float: left;
    width: 100%;
    padding: 45px 0;
    background: #fff;
}

.reason_title {
    margin-bottom: 40px;
}

.reason_item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.reason_item_img {
    width: 115px;
}

.reason_item_img img {
    max-width: 100%;
}

.reason_item_body {
    flex: 1;
    padding-left: 20px;
    font-size: 18px;
    line-height: 133%;
    color: #949494;
}

.reason_item_body h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #4280FF;
}

.reason_box_btn {
    text-align: center;
}

.reason_box_btn .btn_interfaceware {
    text-decoration: none;
}

/* wwb_features */
.wwb_features {
    float: left;
    width: 100%;
    padding: 57px 0 0;
    background: #F3F7FF;
}

.features_title {
    margin-bottom: 75px;
}

.features_list {}

.features_item {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.features_item_img {
    width: 109px;
}

.features_item_img img {
    max-width: 100%;
}

.features_item_body {
    width: calc(100% - 109px);
    padding-left: 16px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 133%;
    color: #949494;
    flex: 1;
}

.features_item_even .features_item_body {
    padding-left: 0;
    padding-right: 16px;
    text-align: right;

}

.features_item_body h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #4280FF;
}

.features_item_even .features_item_body h3 {
    text-align: right;
}

.features5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.features5 img {
    max-width: 100%;
}

/* wwb_effort */
.wwb_effort {
    float: left;
    width: 100%;
    padding: 42px 0;
    background: transparent url('../images/bg-effort.png') no-repeat center center;
    background-size: cover;
}

.effort_content {
    width: 100%;
    max-width: 833px;
    margin: 0 auto;
}

.effort_title {
    font-weight: 900;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 29px;
}

.effort_txt {
    width: 100%;
    max-width: 641px;
    margin: 0 auto 29px;
    font-weight: 700;
    font-size: 21px;
    line-height: 152%;
    text-align: center;
    color: #46D1FF;
}

.effort_box_vtn {
    text-align: center;
}

.btn-effort {
    background: #FFCD5B;
    border-radius: 30px;
    padding: 7px 25px;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 21px;
    line-height: 152%;
    text-align: center;
    text-transform: uppercase;
    color: #003DDA;
}

.btn-effort:hover {
    color: #003DDA;
    text-decoration: none;
}

/* wwb_procedure */
.wwb_procedure {
    float: left;
    width: 100%;
    padding: 0;
}

.procedure_content {
    width: 100%;
    min-height: 758px;
    padding: 58px 0 10px;
    background: transparent url('../images/bg-procedure.png') no-repeat center center;
    background-size: contain;
}

.procedure_title {
    margin-bottom: 67px;
}

.procedure_list {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.procedure_list .row {
    justify-content: center;
}

.procedure_item {
    width: 100%;
    max-width: 269px;
    margin: 0 auto;
}

.procedure_item_img {
    text-align: center;
    margin-bottom: 20px;
}

.procedure_item_body {
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #828282;
}

.procedure_item_body h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #4280FF;
    margin-bottom: 12px;
}

.procedure_list .col-md-4 {
    padding-bottom: 45px;
}

/* wwb_formlh */
.wwb_formlh {
    float: left;
    width: 100%;
    padding: 10px 0 0;
    background: transparent url('../images/bg-form.png') no-repeat center center;
    background-size: cover;
}

.formlh_content {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.formlh_left {
    width: 46.1%;
    display: flex;
    align-items: flex-end;
}

.formlh_left img {
    max-width: 100%;
}

.formlh_right {
    width: 53.9%;
    padding-top: 34px;
    padding-bottom: 30px;
}

.formlh_right .hoting_form {
    background: rgba(66, 128, 255, 0.88);
    max-width: 370px;
}

/* wwb_question */
.wwb_question {
    float: left;
    width: 100%;
    padding: 41px 0 44px;
    background: #fff;
}

.question_title {
    margin-bottom: 35px;
}

.question_item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 24px;
    min-height: 80px;
    padding: 36px 13px 19px 18px;
}

.ic-question10 {
    position: absolute;
    top: -9px;
    left: 11px;
}

.question_item_title {
    width: 100%;
    background-image: url('../images/ic-9.png');
    background-repeat: no-repeat;
    background-position: top 0 right 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #4280FF;
    margin-bottom: 15px;
    padding: 3px 30px 3px 3px;
}

.question_item_txt {
    font-size: 18px;
    line-height: 133%;
    color: #828282;
}

.question_item {
    float: left;
    width: calc(50% - 10px);
}

.question_item:nth-child(2n + 1) {
    margin-right: 20px;
}




/*wwb_footer*/
.wwb_footer {
    float: left;
    width: 100%;
    padding: 56px 0 36px;
    background: #00118E;
}

.logo_footer {
    display: inline-block;
    margin-bottom: 27px;
}

.logo_footer img {
    max-width: 100%;
}

.wwb_footer_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px
}

.wwb_footer_item_ic {
    width: 37px;
    flex-shrink: 0;
}

.wwb_footer_item_txt,
.wwb_footer_item_txt a {
    flex: 1;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    color: #FFFFFF;
}

.wwb_footer_item_txt {
    width: 100%;
    max-width: 350px;
}
















@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {
    .wwb_banner_title {
        font-size: 60px;
        line-height: normal;
    }

    .wwb_banner_txt {
        font-size: 20px;
    }

    .procedure_content {
        background: transparent;
    }
}

@media screen and (max-width: 992px) {

    .starup_title {
        font-size: 26px;
    }

    .img-soldes1 {
        position: unset;
        margin: 0 auto 20px;
    }

    .soldes_content {
        padding-left: 0;
    }

    .wwb_banner_bot {
        position: unset;
        transform: translateY(0);
        margin: 20px auto 0;
    }

    .wwb_banner {
        padding: 40px 0;
    }

    .wwb_banner_bot_content .col-lg-4 {
        padding-bottom: 15px;
    }

    .wwb_starup {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .wwb_banner_title {
        max-width: 100%;
    }

    .starup_title b,
    .wwb_banner_bot_number {
        font-size: 30px;
    }

    .btn_wwb {
        font-size: 20px;
    }

    .wwb_title,
    .effort_title,
    .soldes_title {
        font-size: 26px;
    }

    .soldes_title span {
        font-size: 30px;
    }

    .hoting_left {
        width: 100%;
        padding-bottom: 30px;
    }

    .hoting_left br {
        display: none;
    }

    .hoting_right,
    .formlh_left,
    .formlh_right {
        width: 100%;
    }

    .reason_item_img,
    .features_item_img {
        width: 80px;
    }

    .features_item {
        margin-bottom: 20px;
    }

    .features_item_body h3 {
        font-size: 18px;
    }

    .formlh_right {
        padding-top: 0;
    }

    .question_item:nth-child(2n + 1) {
        margin-right: 0;
    }

    .question_item {
        width: 100%;
    }

    .soldes_left {
        width: 100%;
    }

    .soldes_right {
        width: 100%;
        padding-top: 20px;
    }

    .wwb_banner_title {
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {}