@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/* trang home */

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/averta/Averta-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/averta/Averta-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('../fonts/averta/Averta-Semibold.otf') format('opentype');
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/averta/Averta-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Averta';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/averta/Averta-ExtraBold.otf') format('opentype');
}

.wrap {
    overflow: visible !important;
}

body {
    font-family: "Lexend Deca", sans-serif;
}

.container {
    max-width: 1230px;
}


/* _bizhome_tabs */

._bizhome_tabs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 5;
    background: #fff;
}

._bizhome_tabs_other {
    width: 100%;
    display: flex;
    align-items: center;
}

._bizhome_tabs_other ._logo_biz img {
    max-width: 100%;
}

._bizhome_tabs_child {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.tabs_list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-right: 60px;
    justify-content: end;
}

.tabs_list a {
    color: #222;
    /*font-family: Manrope;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}

.tabs_list a.active,
.tabs_list a:hover {
    color: #23CCBF;
    text-decoration: none;
}

._btnbiz_cdp {
    border-radius: 10px;
    background: #1ECBBD;
    color: #004D5C;
    /*font-family: Manrope;*/
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.32px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    white-space: nowrap;
}

._btnbiz_cdp.bg-fff {
    background: #fff;
}

._btnbiz_cdp img {
    margin-top: 1px;
}

._btnbiz_cdp:hover {
    color: #004D5C;
    text-decoration: none;
}


/* _bizhome_banner */

._bizhome_banner_other {
    float: left;
    width: 100%;
}

._bizhome_banner {
    padding: 80px 0 7px;
    background-image: url('../images/bg-banner.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

._bizhome_banner_content {
    padding-top: 50px;
    width: 100%;
    max-width: 606px;
}

._bizhome_banner_content .title {
    transform: translate(-30px, 30px);
}

._sub-title {
    color: #F2F5D0;
    text-align: justify;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.88px;
}

._bizhome_banner_content .txt {
    color: #FFF;
    text-align: justify;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.48px;
    margin-bottom: 45px;
}

._bizhome_banner .img {
    text-align: center;
}

._bizhome_banner .img img {
    max-width: 100%;
}

._bizhome_banner_boxbtn {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
}

._bizhome_title {
    text-align: center;
    color: #27FFED;
    background: var(--Final-1, linear-gradient(134deg, #19A2BE 22.44%, #015567 56.03%, #031625 93.15%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 40px;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.44px;
}

._bizhomebox_btn {
    text-align: center;
    padding-top: 60px;
}


/* _bizhome_model */

._bizhome_model {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: linear-gradient(180deg, rgba(0, 77, 92, 0.16) 0%, rgba(255, 255, 255, 0.16) 100%);
    position: relative;
    z-index: 2;
}

._model_top {
    width: 100%;
    display: flex;
    gap: 20px;
    padding-top: 112px;
    position: relative;
    margin-bottom: 60px;
}

._model_bot {
    text-align: center;
}

._model_bot img {
    max-width: 100%;
}

._model_top::after {
    position: absolute;
    top: 73px;
    width: 75.5%;
    max-width: 1117px;
    height: 33px;
    top: 73px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    background: transparent url('../images/bg-model-top.png') no-repeat center center;
    background-size: 100% 100%;
}

._model_top ._item {
    width: calc(25% - 15px);
    border-radius: 20px;
    background: rgba(0, 77, 92, 0.80);
    box-shadow: 0px 0px 50px 0px #3DBBD4 inset;
    padding: 30px;
    position: relative;
}

._item_step {
    color: #004D5C;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 105.263%;
    letter-spacing: -1.52px;
    position: absolute;
    width: 100%;
    bottom: calc(100% + 52px);
    left: 0;
    right: 0;
    margin: auto;
}

._item_step .txt {
    color: #004D5C;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.84px;
}

._model_top ._item .title {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-bottom: 24px;
}

._model_top ._item .desc {
    color: #FFF;
    text-align: center;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 157.143%;
    letter-spacing: -0.42px;
}

._model_top ._item .img {
    text-align: center;
    margin-bottom: 24px;
}


/* bizhome-solve-customerdata */

.bizhome-solve-customerdata {
    float: left;
    width: 100%;
    padding: 180px 0 60px;
    background: transparent url('../images/bg-slove.jpg') no-repeat top center;
    background-size: 100% 100%;
}

.bizhome-solve-customerdata ._bizhome_title {
    color: #27FFED;
    text-align: left;
    background: var(--Final-1, linear-gradient(134deg, #27FFED 22.44%, #27FFED 56.03%, #27FFED 93.15%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solve-customerdata-tabs {
    margin-bottom: 40px;
}

.solve-customerdata-tabs .nav-tabs .nav-item {
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 25%;
}

.solve-customerdata-tabs .nav-tabs {
    border: 0;
    flex-wrap: nowrap;
    border-radius: 10px;
    overflow: hidden;
}

.solve-customerdata-tabs .nav-tabs .nav-link {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: #fff;
    border-radius: 0;
}

.solve-customerdata-tabs .nav-tabs .nav-link:focus,
.solve-customerdata-tabs .nav-tabs .nav-link:hover,
.solve-customerdata-tabs .nav-tabs .nav-item.show .nav-link,
.solve-customerdata-tabs .nav-tabs .nav-link.active {
    border: 0;
    border-radius: 0;
    background: #19A2BE;
}

.customerdata-tabbox {
    width: 100%;
    height: 100%;
    padding: 18px 20px;
    color: #444;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;
}

.customerdata-tabbox span {
    display: block;
    color: #27FFED;
    background: var(--Final-1, linear-gradient(134deg, #19A2BE 22.44%, #015567 56.03%, #031625 93.15%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.8px;
}

.solve-customerdata-tabs .nav-tabs .nav-link:focus .customerdata-tabbox,
.solve-customerdata-tabs .nav-tabs .nav-link:hover .customerdata-tabbox,
.solve-customerdata-tabs .nav-tabs .nav-item.show .nav-link .customerdata-tabbox,
.solve-customerdata-tabs .nav-tabs .nav-link.active .customerdata-tabbox {
    color: #FFF;
}

.solve-customerdata-tabs .nav-tabs .nav-link:focus .customerdata-tabbox span,
.solve-customerdata-tabs .nav-tabs .nav-link:hover .customerdata-tabbox span,
.solve-customerdata-tabs .nav-tabs .nav-item.show .nav-link .customerdata-tabbox span,
.solve-customerdata-tabs .nav-tabs .nav-link.active .customerdata-tabbox span {
    color: #FFF;
    background: var(--Final-1, linear-gradient(134deg, #FFF 22.44%, #FFF 56.03%, #FFF 93.15%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.customerdata_box1 {
    width: 100%;
    height: 389px;
    background: transparent url('../images/bg-slove1.png') no-repeat center center;
    background-size: 100% auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 0 20px;
}

.customerdata_box1 ._item {
    width: 20%;
    padding: 20px;
}

.customerdata_body {
    width: 100%;
    height: 100%;
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(106, 47, 26, 0.23);
    padding: 10px;
    border-radius: 20px;
}

.customerdata_body .img {
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}

.customerdata_body .img img {
    max-width: 100%;
}

.customerdata_body .title {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    color: #19A2BE;
    background: var(--Final-1, linear-gradient(134deg, #19A2BE 22.44%, #015567 56.03%, #031625 93.15%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.88px;
}

.customerdata_body .txt {
    color: #444;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 157.143%;
    letter-spacing: -0.42px;
}

.customerdata_box2 {
    width: 100%;
}

.customerdata_box2_title {
    color: #FFF;
    margin-bottom: 15px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
}

.customerdata_box2 .des {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
}

.customerdata_box2_other {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px 20px;
    width: 100%;
}

.customerdata_box2_other ._item {
    border-radius: 20px;
    background: #FEFEFE;
    box-shadow: 0px 0px 13px 0px rgba(25, 162, 190, 0.70) inset;
    overflow: hidden;
    padding: 20px;
    width: calc(25% - 16px);
}

.customerdata_box2_other .img {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.customerdata_box2_other .img img {
    max-width: 100%;
}

.customerdata_box2_other .title {
    color: #222;
    margin-bottom: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.88px;
}

.customerdata_box2_other .des {
    color: #444;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 157.143%;
    letter-spacing: -0.42px;
}

.img-max {
    text-align: center;
}

.img-max img {
    max-width: 100%;
}

.bizhome_boxall {
    width: 100%;
    float: left;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 77, 92, 0.12) 31%, rgba(0, 162, 194, 0.00) 100%);
}


/* bizhome_scalefield */

.bizhome_scalefield {
    width: 100%;
    float: left;
    padding: 60px 0 0;
}

._scalefield_content {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    justify-content: end;
}

._scalefield_tabs {
    width: 290px;
    position: sticky;
    top: 50vh;
    transform: translateY(-50%);
    margin-top: 203px;
}

.tab-content-other {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

._scalefield_other {
    width: calc(100% - 290px);
    padding-left: 16px;
}

._scalefield_tabs .nav-tabs .nav-item {
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
}

._scalefield_tabs .nav-tabs {
    border: 0;
    gap: 22px;
}

._scalefield_tabs .nav-tabs .nav-link {
    border: 0;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    background: #E7ECEF;
    color: #01313B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.42px;
}

.tab-content-item {
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.tab-content-item:first-child {
    align-items: start;
}

.tab-content-item:last-child {
    align-items: end;
    padding-bottom: 75px;
}


/* ._scalefield_tabs .nav-tabs .nav-link:focus, */

._scalefield_tabs .nav-tabs .nav-link:hover,

/* ._scalefield_tabs .nav-tabs .nav-item.show .nav-link, */

._scalefield_tabs .nav-tabs .nav-link.active {
    border: 0;
    border-radius: 10px;
    background: #fff;
    color: #01313B;
}

._scalefield_main {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

._scalefield_left {
    width: 54.6875%;
}

._scalefield_left .img {
    width: 100%;
    padding-top: 73.15%;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

._scalefield_left .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

._scalefield_right {
    width: 45.3125%;
    padding-left: 20px;
}

._scalefield_right_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

._scalefield_right_item {
    width: 100%;
    color: #777;
    text-align: justify;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
    letter-spacing: -0.48px;
}

._scalefield_right_title {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 6px;
    width: 100%;
}

._scalefield_right_title .icon {
    width: 40px;
    flex-shrink: 0;
}

._scalefield_right_title .icon img {
    width: 100%;
}

._scalefield_right_title .txt {
    color: #004D5C;
    text-align: justify;
    font-family: "Lexend Deca";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.72px;
}


/* bizhome_propose */

.bizhome_propose {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.bizhome_propose ._bizhome_title {
    font-size: 28px;
    text-align: left;
    margin-bottom: 16px;
}

._propose_subtitle {
    color: #777;
    line-height: 162.5%;
    letter-spacing: -0.48px;
    margin-bottom: 40px;
    font-family: "Lexend Deca";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.bizhome_propose ._bizhomebox_btn {
    text-align: left;
    padding: 0;
    margin-bottom: 40px;
}

.propose_img {
    text-align: center;
}

.propose_img img {
    max-width: 100%;
}


/* bizhome_whychose */

.bizhome_whychose {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: transparent url('../images/bg-top111.png') no-repeat top center;
    background-size: 100% auto;
}

.bizhome_whychose ._bizhome_title {
    margin-bottom: 6px;
}

._whychose_subtitle {
    color: #222;
    text-align: center;
    margin-bottom: 36px;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.88px;
}

.bizhome_whychose ._bizhomebox_btn {
    padding: 0;
    margin-bottom: 60px;
}

._whychose_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

._whychose_list ._item {
    width: calc(16.6666% - 16.6666px);
}

._whychose_list ._item .title {
    color: #222;
    position: relative;
    margin-bottom: 33px;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.6px;
}

._whychose_list ._item .des {
    color: #777;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 137.5%;
    letter-spacing: -0.48px;
}

._whychose_list ._item .des span {
    color: #19A2BE;
    font-weight: 700;
}

._whychose_list ._item .title::after {
    content: '';
    display: block;
    width: 143px;
    height: 18px;
    position: absolute;
    top: 100%;
    left: 0;
    background: transparent url('../images/bg-333.png') no-repeat center center;
}

._articlesfromexperts_box {
    width: 100%;
    float: left;
    padding: 0;
}

._articlesfromexperts_title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.12px;
    background: var(--Final-1, linear-gradient(134deg, #19A2BE 22.44%, #015567 56.03%, #031625 93.15%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 16px;
}

._articlesfromexperts_list {
    position: relative;
}

._articlesfromexperts_list .swiper-slide {
    height: auto;
}

.featurepost_item {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #FEFEFE;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.featurepost_item:hover {
    text-decoration: none;
}

.featurepost_item_img {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 59.1%;
    margin-bottom: 30px;
    border-radius: 20px;
    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: #222;
}

.featurepost_item_title {
    color: #222;
    display: block;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.featurepost_item_txt {
    color: #444;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 26px;
    font-family: "Lexend Deca";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 157.143%;
    letter-spacing: -0.42px;
}

.featurepost_item_links {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
}

.featurepost_item_links img {
    margin-left: 10px;
}


/* _articlesfromexperts_box */

._articlesfromexperts_box {
    float: left;
    width: 100%;
}

._articlesfromexperts_list .swiper-button-next,
._articlesfromexperts_list .swiper-button-prev {
    width: 60px;
    height: 29px;
    background: transparent !important;
}

._articlesfromexperts_list .swiper-button-next:after,
._articlesfromexperts_list .swiper-button-prev:after {
    display: none;
}

._articlesfromexperts_list .swiper-button-next {
    top: -21px;
    right: 0;
}

._articlesfromexperts_list .swiper-button-prev {
    top: -21px;
    right: 76px;
    left: auto;
}


/* bizhome_cc */

.bizhome_cc {
    float: left;
    width: 100%;
    padding: 60px 0;
}

.bizhome_cc_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 36px;
}

.bizhome_cc_list ._item {
    width: calc(14.2857% - 30.8571px);
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 30px 0px rgba(75, 71, 69, 0.10);
    min-height: 138px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.bizhome_cc_list ._item img {
    max-width: 100%;
}

.bizhome_form {
    float: left;
    width: 100%;
    padding: 93px 0 66px;
    background: transparent url('../images/bg-form.jpg') no-repeat top center;
    background-size: cover;
}

._form_box {
    width: 100%;
    max-width: 480px;
    padding-top: 82px;
}

.bizhome_form .des {
    padding-top: 15px;
    color: #FFF;
    font-size: 22.215px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.889px;
}

._form_box_iframe {
    width: 100%;
    max-width: 605px;
    float: right;
}

@media screen and (max-width: 1600px) {
    ._bizhome_tabs_other ._logo_biz {
        max-width: 120px;
        margin-right: 10px;
    }
    .tabs_list a {
        font-size: 14px;
    }
    ._btnbiz_cdp {
        font-size: 14px;
    }
    .tabs_list {
        margin-right: 30px;
    }
    ._bizhome_banner_content .title {
        transform: translate(-20px, 20px);
    }
    ._bizhome_banner_content .title img {
        max-width: 350px;
    }
}

@media screen and (max-width: 1500px) {
    .customerdata_box1 {
        background: transparent;
    }
}

@media screen and (max-width: 1400px) {
    ._bizhome_title {
        font-size: 36px;
    }
    ._sub-title,
    .customerdata_body .title,
    .customerdata-tabbox span,
    .customerdata_box2_other .title,
    .bizhome_propose ._bizhome_title,
    ._whychose_subtitle,
    .featurepost_item_title {
        font-size: 20px;
    }
    .customerdata_box2_title {
        font-size: 28px;
    }
    .customerdata_box2 .des,
    .bizhome_form .des {
        font-size: 18px;
    }
    ._whychose_list ._item .title {
        font-size: 36px;
    }
    ._form_box img {
        max-width: 350px;
    }
    .customerdata_box1 {
        padding: 0;
        gap: 30px;
        height: auto;
    }
    .customerdata_box1 ._item {
        width: calc(25% - 22.5px);
        padding: 0;
    }
    .customerdata_box1 ._item:nth-child(odd) {
        padding: 0;
    }
    .customerdata_box1 ._item:nth-child(even) {
        padding: 0;
    }
    .customerdata_box2_other ._item {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 1200px) {
    ._bizhome_title {
        font-size: 32px;
    }
    ._sub-title,
    .customerdata_body .title,
    .customerdata-tabbox span,
    .customerdata_box2_other .title,
    .bizhome_propose ._bizhome_title,
    ._whychose_subtitle,
    .featurepost_item_title {
        font-size: 18px;
    }
    .customerdata_box2_title {
        font-size: 24px;
    }
    .customerdata_box2 .des {
        font-size: 16px;
    }
    ._whychose_list ._item .title {
        font-size: 32px;
    }
    ._scalefield_left {
        width: 100%;
    }
    ._scalefield_right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    ._bizhome_model,
    .bizhome_propose,
    .bizhome_whychose,
    .bizhome_cc {
        padding: 40px 0;
    }
    .bizhome-solve-customerdata {
        padding: 110px 0 40px;
    }
    .bizhome_scalefield {
        padding: 40px 0 0;
    }
    ._bizhome_title {
        font-size: 26px;
    }
    ._sub-title,
    .customerdata_body .title,
    .customerdata-tabbox span,
    .customerdata_box2_other .title,
    .bizhome_propose ._bizhome_title,
    ._whychose_subtitle,
    .featurepost_item_title {
        font-size: 16px;
    }
    .customerdata_box2_title {
        font-size: 20px;
    }
    .customerdata_box2 .des {
        font-size: 16px;
    }
    ._whychose_list ._item .title,
    ._articlesfromexperts_title {
        font-size: 26px;
    }
    ._whychose_list {
        margin-bottom: 40px;
    }
    ._whychose_list ._item {
        width: calc(33.3333% - 13.3333px);
    }
    .bizhome_cc_list ._item {
        width: calc(25% - 27px);
    }
}

.modal-list-app7 .modal-lg .close {
    top: 15px;
    right: 10px;
    position: absolute;
    z-index: 5;
}

.modal-list-app7 .modal-content {
    border: 0;
    background-image: url(../images/bg-form.jpg);
    background-position: top -1px center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.modal-list-app7 .modal-dialog {
    max-width: 520px;
}

.box_content_modal {
    background: #F9FAFF;
    border-radius: 12px;
    width: 100%;
}

.form_box h3 {
    padding-top: 20px 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 20px;
    width: 100%;
}