@font-face {
    font-family: 'LucidaHandwriting'; /* Tên font bạn sẽ sử dụng */
    src: url('../fonts/LucidaHandwritingStdBold.TTF') format('truetype'); /* Đường dẫn đến file .ttf */
    font-weight: bold; /* Có thể là normal, bold, etc. */
    font-style: normal; /* Có thể là normal, italic, etc. */
}

@font-face {
    font-family: 'LucidaHandwriting'; /* Tên chung cho font */
    src: url('../fonts/LucidaHandwritingStdRg.TTF') format('truetype'); /* Đường dẫn đến file Regular */
    font-weight: normal; /* Đây là trọng lượng Regular (mặc định) */
    font-style: normal; /* Đây là kiểu chữ bình thường */
}

@font-face {
    font-family: 'SourceHanCodeJP';
    src: url('../fonts/SourceHanCodeJP-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'noto-sans-cjk-jp', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#ikai_product {
    font-size: 13px;
    font-weight: 500;
    color: #2A2A2A;
    overflow: hidden;
    background: #fff;
}

#ikai_product *, #page_confirm * {
    box-sizing: border-box;
}

#ikai_product a {
    transition: opacity .3s;
}

#ikai_product a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#ikai_product a:hover {
    text-decoration: none;
}

#ikai_product a:focus-visible {
    outline: none;
}

#ikai_product img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#ikai_product .js-fadein {
    opacity: 0;
    transform: translate(0, 20px);
    transition-property: opacity, transform;
    transition-duration: 1s;
}

#ikai_product .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}

#ikai_product .pc-br {
    display: none;
}

#ikai_product .sp-br {
    display: inline;
}

#ikai_product .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
}


#ikai_product .main_content_3 {
    background: #EFF8FF;
    padding-top: 30px;
    padding-bottom: 20px;
}

#ikai_product .main_content_3 .list_item {
    padding: 0 15px;
}

#ikai_product .main_content_3 .title_sm {
    font-size: 12px;
    color: #2A2A2A;
    font-weight: 500;
    text-align: center;
    max-width: 128px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#ikai_product .main_content_3 .title_sm:before {
    content: '';
    background-image: url("../images/ikai_product/anh11.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 76%;
    transform: translate(-50%, -50%);
    left: 57%;
    width: 137px;
    height: 40px;
    z-index: 1;
}

#ikai_product .main_content_3 .title_sm {
    position: relative;
    z-index: 2;
    top: 21px;
    left: -10px;
}

#ikai_product .main_content_3 .title_sm p {
    position: relative;
    z-index: 2;
    left: 7px;
}

#ikai_product .main_content_3 .title_bg {
    font-size: 21px;
    font-weight: 700;
    color: #248EC2;
    padding: 25px 0;
    position: relative;
    padding-bottom: 16px;
}

#ikai_product .main_content_3 .title_bg:before {
    content: '';
    background-image: url("../images/ikai_product/anh9.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 53%;
    transform: translate(-50%, -50%);
    left: 59px;
    width: 97px;
    height: 128px;
    z-index: 0;
}

#ikai_product .main_content_3 .title_bg:after {
    content: '';
    background-image: url("../images/ikai_product/icon_circle_main_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    right: -47px;
    width: 117px;
    height: 117px;
    z-index: 1;
}

#ikai_product .main_content_3 .title_bg p {
    max-width: 139px;
    margin: 0 auto;
    padding-top: 9px;
    line-height: 1.4;
}

#ikai_product .main_content_3 .list_item .item .title_t {
    font-size: 20px;
    color: #2A2A2A;
    background: #FFFFFF;
    border-radius: 35px;
    border: 2px solid #2A2A2A;
    margin-bottom: 10px;
    padding: 7px 5px;
    position: relative;
    padding-left: 64px
}

#ikai_product .section_4 {
    padding-top: 8px;
}

#ikai_product .main_content_3 .list_item .item .title_t:before {
    content: '';
    background-image: url("../images/ikai_product/anh12.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    left: 35px;
    width: 20px;
    height: 20px;
}

#ikai_product .main_content_3 .list_item .item .text_desc {
    font-size: 13px;
    font-weight: 400;
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#ikai_product .main_content_4 .title .title_b {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 7px;
}

#ikai_product .main_content_4 .title .title_b:before {
    content: '';
    background-image: url("../images/ikai_product/anh13.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -8px;
    left: 78px;
    width: 38px;
    height: 35px;
}

#ikai_product .main_content_4 .title .title_b:after {
    content: '';
    background-image: url("../images/ikai_product/anh14.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -15px;
    right: 55px;
    width: 67px;
    height: 36px;
}

#ikai_product .main_content_4 .title {
    padding: 30px 0;
    padding-bottom: 0;
    margin-bottom: 13px;
}

#ikai_product .main_content_4 .title .tile_t {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

#ikai_product .main_content_4 .title .tile_t .text_do {
    color: #E23151;
}

#ikai_product .main_content_4 .content .content_circle {
    width: 60px;
    background: #E23151;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
}

#ikai_product .main_content_4 .content .content_circle .text_to {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.1;
}

#ikai_product .main_content_4 .content .content_circle .text_be {
    font-size: 23px;
    font-weight: 700;
    line-height: 1.1;
}

#ikai_product .main_content_4 .desc_a {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
    border-radius: 10px;
    column-gap: 0;
    padding-bottom: 15px;
    padding-top: 0;
}

#ikai_product .main_content_4 .content_text {
    background: #ffffff;
    border-radius: 16px;
    padding: 13px;
    position: relative;
    z-index: 0;
    line-height: 1.7;
}

#ikai_product .main_content_4 .content_text:after {
    content: '';
    background-image: url('../images/ikai_product/anh10.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 15px;
    right: 0px;
    width: 145px;
    height: 132px;
    z-index: 2;
}

#ikai_product .main_content_4 .btn_desc_b {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    background: #E23151;
    border-radius: 17px;
    padding: 3px 10px;
    max-width: 301px;
    margin: 0 auto;
    margin-top: -3px;
    position: relative;
    z-index: 0;
}


#ikai_product .main_content_4 .desc_c {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

#ikai_product .main_content_4 .text_td {
    font-size: 18px;
    font-weight: 500;
    background: #fff;
    text-align: center;
    border-radius: 17px;
    margin: 4px 0;
    padding: 4px 0;
}

#ikai_product .main_content_4 .g_lsp {
    letter-spacing: -6px;
}

#ikai_product .main_content_4 .g_lsp_2 {
    letter-spacing: -10.3px;
}

#ikai_product .main_content_4 .text_nho {
    font-size: 16px;
}

#ikai_product .main_content_5 .title {
    padding: 30px 0;
    padding-top: 36px;
    padding-bottom: 12px;
}


#ikai_product .main_content_5 .title .title_b {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 8px;
}

#ikai_product .main_content_5 .title .tile_t {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

#ikai_product .main_content_5 .title .text_red {
    color: #E23151;
}

#ikai_product .main_content_5 .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 12px;
    padding: 0 12px;
}

#ikai_product .main_content_5 .content .item:nth-child(1) .card_body {
    background: #E23151;
}

#ikai_product .main_content_5 .content .item:nth-child(2) .card_body {
    background: #53A7D0;
}

#ikai_product .main_content_5 .content .item:nth-child(1) .card_content {
    background: #FCEDF0;
    margin: 4px;
}

#ikai_product .main_content_5 .content .item:nth-child(2) .card_content {
    background: #F7F9FC;
    margin: 4px;
}

#ikai_product .main_content_5 .content .item .card_body {
    padding-bottom: 1px;
}

#ikai_product .main_content_5 .content .item .card_title {
    text-align: center;
    color: #ffffff;
    padding: 8px 0;
}

#ikai_product .main_content_5 .content .item .card_title .fz_14 {
    font-size: 14px;
}

#ikai_product .main_content_5 .content .item .card_title .fz_16 {
    font-size: 14px;
}

#ikai_product .main_content_5 .content .item:nth-child(1) .card_content ul li {
    font-size: 13px;
    font-weight: 500;
    color: #E23151;
}

#ikai_product .main_content_5 .content .item:nth-child(2) .card_content ul li {
    font-size: 13px;
    font-weight: 500;
    color: #248EC2;
}

#ikai_product .main_content_5 .content .item .card_content {
    padding: 14px 15px;
}

#ikai_product .main_content_5 .content .item .card_ft {
    font-size: 19px;
    font-weight: 700;
}

#ikai_product .main_content_5 .content .item:nth-child(1) .card_ft {
    color: #E23151;
}

#ikai_product .main_content_5 .content .item:nth-child(2) .card_ft {
    color: #248EC2;
}

#ikai_product .main_content_5 .content .item .card_ft {
    margin-top: 35px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: -0.5px;
}

#ikai_product .main_content_5 .item .card_left {
    position: relative;
    z-index: 1;
}

#ikai_product .main_content_5 .item .card_right {
    position: relative;
    z-index: 1;
}


#ikai_product .main_content_5 .item .card_left:after {
    content: '';
    background-image: url('../images/ikai_product/anh1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 40px;
    z-index: -2;
}


#ikai_product .main_content_5 .item .card_right:after {
    content: '';
    background-image: url('../images/ikai_product/anh2.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    width: 145px;
    height: 40px;
    z-index: -2;
}


#ikai_product .main_content_5 .item .card_left:before {
    content: '';
    background-image: url('../images/ikai_product/anh15.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -39px;
    left: 76%;
    transform: translateX(-50%);
    width: 61px;
    height: 91px;
}


#ikai_product .main_content_5 .item .card_right:before {
    content: '';
    background-image: url('../images/ikai_product/anh16.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -42px;
    left: 81%;
    transform: translateX(-50%);
    width: 35px;
    height: 99px;
}


#ikai_product #page_lp_content .main_content_6 .bg_cta {
    background: #ffffff;
    position: relative;
    padding: 7px 0;
    max-width: 302px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 0px;
    padding-top: 3px;
}

#ikai_product #page_lp_content .main_content_6 {
    /*display: flex;*/
    /*align-items: flex-end;*/
}

#ikai_product #page_lp_content .main_content_6 .title {
    text-align: center;
    font-size: 17px;
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1A1311;
    padding-top: 18px;
    letter-spacing: 1.3px;
    background-position: center center;
    position: relative;
}

#ikai_product #page_lp_content .main_content_6 .title:before {
    content: '';
    background-image: url('../images/ikai_product/anh66.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -59px;
    left: 39px;
    transform: translateX(-50%);
    width: 63px;
    height: 110px;
}

#ikai_product #page_lp_content .main_content_6 .title:after {
    content: '';
    background-image: url('../images/ikai_product/anh65.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -20px;
    right: -18px;
    transform: translateX(-50%);
    width: 50px;
    height: 70px;
}


#ikai_product #page_lp_content .main_content_6 .title .number {
    font-size: 28px;
    font-weight: 400;
    font-family: "din-2014", sans-serif;
    line-height: 0.8;
}

#ikai_product #page_lp_content .main_content_6 .title .line_1 {
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

#ikai_product #page_lp_content .main_content_6 .title .line_2 {
    line-height: 0.9;
    letter-spacing: -0.3px;
    padding-left: 9px;
}

#ikai_product #page_lp_content .main_content_6 .title_nh {
    font-family: "ta-koigokoro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    color: #1074A5;
    transform: rotate(-8deg);
    padding-left: 76px;
    margin-top: 23px;
    -webkit-text-stroke: 1px #1074A5;
}

#ikai_product #page_lp_content .main_content_6 .title_to {
    font-size: 25px;
    font-weight: 700;
    color: #056391;
    transform: rotate(-9deg);
    margin-top: 10px;
    /* padding-left: 14px; */
    letter-spacing: 0.2px;
    line-height: 1.6;
    max-width: 252px;
    text-align: center;
}

#ikai_product #page_lp_content .main_content_6 .label_ng {
    transform: rotate(-9deg);
    text-align: center;
}

#ikai_product #page_lp_content .main_content_6 .label_ng span {
    font-size: 14px;
    font-weight: 700;
    color: #056391;
    padding: 3px 6px;
    position: relative;
    letter-spacing: 1px;
}

#ikai_product #page_lp_content .main_content_6 .label_ng span:before {
    content: '';
    width: 100%;
    height: 24px;
    border: 1px solid #056391;
    position: absolute;
    left: -4px;
    top: 3px;
}

#ikai_product #page_lp_content .main_content_6 .label_ng span:nth-child(1) {
    position: relative;
    left: -29px;
    background: #ffffff;
    display: inline-block;
}

#ikai_product #page_lp_content .main_content_6 .label_ng span:nth-child(2) {
    position: relative;
    background: #ffffff;
    left: -8px;
    top: 11px;
    display: inline-block;
}

#ikai_product #page_lp_content .main_content_6 .label_ng span:nth-child(3) {
    position: relative;
    left: 14px;
    background: #ffffff;
    top: 26px;
    display: inline-block;
}

#ikai_product #page_lp_content .main_content_6 {
    background-image: url('../images/ikai_product/anh67.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 350px;
    margin: 0 auto;
    max-width: 450px;
}

#ikai_product .section_6 .container {
    padding: 0 12px;
    padding-top: 8px;
}

#ikai_product #page_lp_content .main_content_6 .bg_cta {
    border-radius: 89px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

#ikai_product #page_lp_content .main_content_6 .bg_cta:hover {
    background: #E23151;
}

#ikai_product #page_lp_content .main_content_6 .bg_cta:hover .cta_text {
    color: #ffffff;
}

#ikai_product #page_lp_content .main_content_6 .bg_cta:hover .cta_text .title_t_bg {
    color: #ffffff;
}

#ikai_product #page_lp_content .main_content_6 .bg_cta .cta_text {
    padding-left: 45px;
    border-radius: 89px;
}

#ikai_product #page_lp_content .main_content_6 .cta_circle {
    max-width: 62px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

#ikai_product #page_lp_content .main_content_6 .cta_text .title_t_sm {
    font-size: 13px;
}

#ikai_product #page_lp_content .main_content_6 .cta_text .title_t_bg {
    font-size: 16px;
    color: #E23151;
}

#ikai_product #page_lp_content .main_content_6 .bottom .cta_text {
    max-width: 600px;
    margin: 0 auto;
    background: #ffffffff;
    text-align: center;
    border-radius: 89px;
    position: relative;
}

#ikai_product #page_lp_content .main_content_6 .cta_text:before {
    content: '';
    background-image: url('../images/ikai_product/loa.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    left: -26px;
    width: 70px;
    height: 40px;
}

#ikai_product #page_lp_content .main_content_6 .cta_circle picture:before {
    display: none;
}

#ikai_product .main_content_6 {
    height: 350px;
}

#ikai_product .main_content_7 {
    padding: 0 14px;
    margin-top: -12px;
    padding-left: 0;
}

#ikai_product .section_8 .title_section_8 {
    text-align: center;
    padding: 20px 0;
    padding-top: 39px;
}

#ikai_product .main_content_8 {
    position: relative;
}

#ikai_product .main_content_8 .text_1 {
    position: absolute;
    bottom: 31%;
    right: 19%;
    color: #117C3A;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

#ikai_product .section_8 .title_section_8 .title_be {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

#ikai_product .section_8 .title_section_8 .title_to {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.2px;
    padding-left: 25px;
}

#ikai_product .section_8 .container {
    padding: 0;
}

#ikai_product .main_content_8 .text_2 {
    position: absolute;
    bottom: 17px;
    right: 1px;
    color: #3C3636;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

#ikai_product .section_9 .title_section_9 .title_to {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

#ikai_product .section_9 .title_section_9 {
    position: relative;
    padding: 30px 0;
    color: #000000;
    padding-bottom: 15px;
}

#ikai_product .section_9 .title_section_9:before {
    content: '';
    background-image: url('../images/ikai_product/star_l.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    width: 50px;
    height: 50px;
}

#ikai_product .section_9 .title_section_9:after {
    content: '';
    background-image: url('../images/ikai_product/star_r.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 50px;
    height: 50px;
}

#ikai_product .section_9 .main_content_9 {
    position: relative;
}

#ikai_product .section_9 .main_content_9 .text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#ikai_product .section_9 .main_content_9 .text .text_t {
    font-size: 25px;
    text-align: center;
    color: #248EC2;
    font-weight: 700;
}

#ikai_product .section_9 .main_content_9 .text .text_b {
    font-family: "fot-cezanne-pron", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: -1.4px;
}


#ikai_product .section_10 .text_xah p {
    font-size: 18px;
    font-weight: 700;
    color: #248EC2;
}

#ikai_product .section_10 .text_den p {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

#ikai_product .section_10 .text_do p {
    font-size: 13px;
    font-weight: 500;
    color: #E23151;
}

#ikai_product .section_10 .bl_xah {
    background: #53A7D0;
    padding: 22px 26px;
    color: #ffffff;
    font-size: 13px;
    position: relative;
    line-height: 1.8;
}

#ikai_product .section_10 .ct_bg_xah {
    padding: 0 10px;
}

#ikai_product .section_10 .bl_xah:after {
    content: '';
    background-image: url('../images/ikai_product/anh18.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -18px;
    transform: translateY(-50%);
    right: 20px;
    width: 180px;
    height: 50px;
}

#ikai_product .section_10 .text_xah {
    padding-top: 30px;
}

#ikai_product .section_10 .text_do {
    padding-bottom: 10px;
    position: relative;
}

#ikai_product .section_10 .section_10_ct_txt {
    padding: 3px 38px;
    padding-right: 10px;
    padding-bottom: 16px;
}

#ikai_product .section_10 .text_do:after {
    content: '';
    background-image: url('../images/ikai_product/anh17.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: -15%;
    transform: translateY(-50%);
    right: 18px;
    width: 117px;
    height: 40px;
}

#ikai_product .section_10 .text_den {
    padding-bottom: 13px;
}

#ikai_product .section_11 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: #eff8ff;
    height: 358px;
}

#ikai_product .section_11 .swiper-slide picture {
    position: relative;
    top: -20px;
}

#ikai_product .section_11 .swiper-slide:nth-child(2) picture{
    position: relative;
    top: -20px;
}

#ikai_product .section_11 .swiper-pagination span {
    font-size: 16px;
    width: auto !important;
    padding: 5px 3px;
    border-radius: 4px;
    margin: 0 5px;
    cursor: pointer;
    background: transparent;
    opacity: 1;

}

#ikai_product .section_11 .swiper-pagination span.swiper-pagination-bullet-active {
    background: transparent;
    color: #000000;
    text-decoration: underline;
}

#ikai_product .section_11 .slider {
    overflow: hidden;
    position: relative;
}

#ikai_product .section_11 {
    margin-bottom: 40px;
}
#ikai_product .section_11 .section_11_slider_dot .swiper-pagination-bullets {
    bottom: 15px;
}
/* Xóa nội dung mũi tên mặc định */
#ikai_product .section_11 .swiper-button-prev::after,
#ikai_product .section_11 .swiper-button-next::after {
    display: none;
}

/* Nút Prev */
#ikai_product .section_11 .swiper-button-prev {
    background: url('../images/ikai_product/arrow_left.png') no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 22px;
}

/* Nút Next */
#ikai_product .section_11 .swiper-button-next {
    background: url('../images/ikai_product/arrow_right.png') no-repeat center center;
    background-size: contain;
    width: 18px;
    height: 22px;
}

#ikai_product .section_11 .title .title_b {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    position: relative;
    margin-bottom: 8px;
}

#ikai_product .section_11 .content_desc {
    position: relative;
}

#ikai_product .section_11 .text_desc_1 .line_1 {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px dashed #53A7D0;
    margin-bottom: 3px;
    padding-bottom: 3px;
}

#ikai_product .section_11 .fz_28 {
    font-size: 27px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#ikai_product .section_11 .text_desc_1 .line_2 {
    font-size: 12px;
    font-weight: 500;
}

#ikai_product .section_11 .title .title_b:after {
    content: '';
    background-image: url('../images/ikai_product/anh19.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 31%;
    transform: translateY(-50%);
    right: 27%;
    width: 25px;
    height: 30px;
}

#ikai_product .section_11 .title {
    padding: 25px 0;
    padding-top: 29px;
    padding-bottom: 13px;
}

#ikai_product .section_11 .title .tile_t {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
}

#ikai_product .section_11 .title .text_do {
    color: #E23151;
}

#ikai_product .section_11 .swiper-slide .content_desc_1 {
    background-image: url('../images/ikai_product/anh57.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#ikai_product .section_11 .swiper-slide .content_desc_2 {
    background-image: url('../images/ikai_product/anh20.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100%;
    z-index: 999;
}

#ikai_product .section_11 .swiper-slide .content_desc .text_desc_1 {
    background: #ffffff;
    max-width: 75%;
    margin: 0 auto;
    border: 2px solid #E23151;
    margin-top: 20px;
    padding-left: 29px;
    padding-top: 6px;
    padding-bottom: 5px;
    padding-right: 8px;
    margin-right: 13px;
}

#ikai_product .section_11 .swiper-slide .content_desc .text_desc_2 .label_text {
    display: flex;
    margin-bottom: 15px;
}

#ikai_product .section_11 .swiper-slide .content_desc .text_desc_2 .label_text .label_text_item {
    background: #E23151;
    color: #ffffff;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 700;
    padding: 1px 18px;
    margin-right: 10px;
}

#ikai_product .section_11 .swiper-slide .content_desc .text_desc_2 .desc_pro p {
    font-size: 13px;
    font-weight: 500;
}

#ikai_product .section_11 .swiper-slide .content_desc .text_desc_2 .desc_pro {
    background: #ffffff;
    margin-left: auto;
    margin-right: 30px;
    border-radius: 16px;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}

#ikai_product .section_11 .swiper-slide .content_desc_1 .text_desc_2 .desc_pro:after {
    content: '';
    background-image: url('../images/ikai_product/anh23.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 9px;
    right: 5%;
    width: 29px;
    height: 39px;
}

#ikai_product .section_11 .swiper-slide .content_desc_2 .text_desc_2 .desc_pro:after {
    content: '';
    background-image: url('../images/ikai_product/anh24.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -1px;
    right: 3%;
    width: 40px;
    height: 39px;
}


#ikai_product .section_11 .swiper-slide .content_desc .text_desc_3 p {
    font-size: 18px;
    font-weight: 500;
    padding-left: 3px;
}

#ikai_product .section_11 .swiper-slide .content_desc .text_desc_3 {
    background: #ffffff;
    max-width: 320px;
    margin: 0 auto;
    border-radius: 35px;
    border: 2px solid #E23151;
    padding: 5px 25px;
    position: relative;
    padding-left: 36px;
    top: -45px;
}

#ikai_product .section_11 .swiper-slide .content_desc_1 .text_desc_3:before {
    content: '1.';
    position: absolute;
    left: 14px;
    top: 0;
    width: 20px;
}

#ikai_product .section_11 .swiper-slide .content_desc_2 .text_desc_3:before {
    content: '2.';
    position: absolute;
    left: 14px;
    top: 0;
    width: 20px;
}

#ikai_product .section_11 .circle_text_11 {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #E23151;
    text-align: center;
}

#ikai_product .section_11 .circle_text_11 p {
    font-size: 20px;
    color: #fff1f1;
}

#ikai_product .section_11 .circle_text_11 p:first-child {
    font-size: 15px;
    font-weight: bold;
}

#ikai_product .section_11 .circle_text_11 p:nth-child(2) {
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1;
}

#ikai_product .section_11 .swiper-slide .content_desc .bl_top {
    position: relative;
    margin-top: -5px;
    padding: 0 6px;
    padding-top: 23px;
    padding-right: 11px;
}

#ikai_product .section_11 .swiper-slide .content_desc .bl_top .circle_text_11 {
    position: absolute;
    left: 7px;
    top: 29%;
    transform: translateY(-50%);
}

#ikai_product .section_11 .content_desc .text_desc_2 {
    margin-top: 30px;
    max-width: 207px;
    margin-left: auto;
    margin-right: 8px;
}

#ikai_product .section_12 .bg_section_12 {
    background: #eff8ff;
}

#ikai_product .section_12 .bg_section_12 picture {
    display: block;
    width: 80%;
    margin: 0 auto;
}


#ikai_product .section_12 .container_12 {
    width: 353px;
    margin: 0 auto;
    padding: 16px 10px;
    background: #ffffff;
    border: 2px solid #53A7D0;
    margin-top: 24px;
    position: relative;
}

#ikai_product .section_12 .header {
    background-color: #53A7D0;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding: 5px 16px;
    margin: 0 auto;
    margin-bottom: 16px;
    font-weight: 500;
    max-width: 300px;
    padding-right: 10px;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#ikai_product .section_12 .content .box {
    display: flex;
    padding-top: 5px;
    align-items: center;
}

#ikai_product .section_12 .content {
    padding-top: 24px;
}

#ikai_product .section_12 .box:last-child {
    padding-bottom: 8px;
}

#ikai_product .section_12 .label {
    width: 70px;
    height: 40px;
    font-size: 12px;
    text-align: center;
    color: #000000;
    border: 1px solid #4eb9d6;
    padding: 4px;
    line-height: 1.2;
    font-weight: 500;
}

#ikai_product .section_12 .text p {
    line-height: 1.3;
}

#ikai_product .section_12 .box_2 .label {
    border: 1px solid #127D3B;
}

#ikai_product .section_12 .text {
    font-size: 20px;
    font-weight: 500;
    padding-left: 15px;
    letter-spacing: -0.7px;
}

#ikai_product .perfect-rounded-dots svg {
    width: 100%;
}

#ikai_product .section_13 .title_section_13 {
    text-align: center;
    padding: 20px 0;
}

#ikai_product .section_13 .title_section_13 .title_be {
    font-size: 14px;
    font-weight: 500;
    padding-top: 22px;
    margin-bottom: 10px;
}

#ikai_product .section_13 .title_section_13 .title_to {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
}

#ikai_product .section_13 .image-item {
    border-bottom: 1px dashed #707070;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

#ikai_product .section_13 .image-item:nth-child(2), #ikai_product .section_13 .image-item:nth-child(3) {
    padding-top: 18px;
    padding-left: 24px;
}

#ikai_product .section_13 .image-item:last-child {
    border-bottom: none;
}

#ikai_product .section_14 .container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
}

#ikai_product .section_14 .section_14_content {
    background: #EFF8FF;
}


#ikai_product .section_14 {
    background: #EFF8FF;
}

#ikai_product .section_14 .header {
    text-align: center;
    position: relative;
    padding-top: 40px;
    letter-spacing: -0.5px;
}

#ikai_product .section_14 .header:before {
    content: '';
    background-image: url('../images/ikai_product/anh35.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 46px;
    left: 9px;
    width: 28px;
    height: 56px;
}

#ikai_product .section_14 .header:after {
    content: '';
    background-image: url('../images/ikai_product/anh34.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 9px;
    top: 46px;
    width: 28px;
    height: 56px;
}

#ikai_product .section_14 .header p {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
}

#ikai_product .section_14 .header h1 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    padding-left: 18px;
    letter-spacing: 1px;
}

#ikai_product .section_14 .image-section {
    position: relative;
    width: 100%;
}

#ikai_product .section_14 .image-section img {
    width: 100%;
    display: block;
}

#ikai_product .section_14 .overlay {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    color: #0078d7;
    text-align: center;
}

#ikai_product .section_14 .overlay strong {
    font-size: 16px;
}

#ikai_product .section_14 .info-section {
    background: #EFF8FF;
    padding: 25px 13px;
}

#ikai_product .section_14 .info-section_container {
    padding: 10px 8px;
    text-align: center;
    background: #ffffff;
}

#ikai_product .section_14 .info-section p {
    font-size: 13px;
    color: #000000;
    font-weight: 500;
}

#ikai_product .section_14 .info-section .title_i {
    padding-top: 6px;
    font-size: 14px;
}

#ikai_product .section_14 .info-section .p_label {
    position: relative;
    text-align: left;
    padding: 0 10px;
    padding-left: 18px;
    padding-right: 0;
}

#ikai_product .section_14 .info-section .p_label:before {
    content: '※';
    position: absolute;
    left: 2px;
    top: 0;
    width: 13px
}

#ikai_product .section_14 .info-section h2 {
    font-size: 18px;
    color: #248EC2;
    margin: 10px 0;
    font-family: "vdl-v7marugothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#ikai_product .section_14 .tags {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin: 10px 0;
}

#ikai_product .section_14 .tags span {
    background: #53A7D0;
    color: #ffffff;
    padding: 3px 4px;
    border-radius: 12px;
    font-size: 12px;
    width: 104px;
    font-weight: 500;
}

#ikai_product .section_14 .info-section strong {
    color: #E23151;
}

#ikai_product .section_14 .info-section .text_red {
    padding: 10px;
}

#ikai_product .section_15 .grid_image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
    row-gap: 5px;
}

#ikai_product .section_15 .grid_image picture {
    display: block;
    width: 100%;
}

#ikai_product .section_15 .item_image {
    position: relative;
}

#ikai_product .section_15 .text_image {
    position: absolute;
    left: 5px;
    bottom: 5px;
    display: flex;
    font-size: 12px;
    background: #ffffff;
    border-radius: 12px;
    padding: 2px 10px;
}

#ikai_product .section_15 .item_image:nth-child(4) .text_image {
    background: transparent;
    width: 100%;
    justify-content: space-between;
}

#ikai_product .section_15 .item_image:nth-child(4) .text_image span {
    background: #ffffff;
    border-radius: 12px;
    padding: 2px 20px;
}

#ikai_product .section_15 {
    margin-bottom: 20px;
}

#ikai_product .section_16 .promotion-box .header {
    text-align: center;
    padding: 10px 0;
    color: #ffffff;
    padding-bottom: 5px;
}

#ikai_product .section_16 .promotion-box .header p:first-child {
    font-size: 20px;
    font-weight: 700;
}

#ikai_product .section_16 .promotion-box .header p:nth-child(2) {
    font-size: 15px;
    font-weight: 700;
    padding: 10px 0;
    padding-top: 4px;
    padding-bottom: 0;
}

#ikai_product .section_6-2 .container {
    padding-top: 27px;
}

#ikai_product .section_16 .promotion-box .main-title {
    font-size: 32px;
    text-align: center;
    color: #ffffff;
    line-height: 1.3;
}

#ikai_product .section_16 .promotion-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgb(255 255 255 / 70%);
    width: 96%;
    margin: 0 auto;
    padding: 6px 5px;
    position: relative;
    margin-top: 30px;
}

#ikai_product .section_16 .promotion-row:after {
    content: '';
    background-image: url('../images/ikai_product/anh37.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: -103px;
    width: 108px;
    height: 114px;
}

/*#ikai_product .section_16 .description ul {*/
/*    list-style-type: unset;*/
/*}*/

#ikai_product .section_16 .promotion-box {
    padding: 20px 0;
    background-color: #53A7D0;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding-top: 10px;
}

#ikai_product .section_16 .promotion-box:before {
    content: '';
    background-image: url('../images/ikai_product/anh38.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 13px;
    top: 59%;
    transform: translateY(-50%);
    width: 77px;
    height: 224px;
}

#ikai_product .section_16 .promotion-box:after {
    content: '';
    background-image: url('../images/ikai_product/anh39.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 13px;
    top: 12%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

#ikai_product .section_16 .price-box {
    display: flex;
    background: #E23151;
    color: #ffffff;
    height: 40px;
    align-items: center;
    padding: 0 2px;
    border: 2px solid #ffffff;
}

#ikai_product .section_16 .price-box .number {
    font-size: 28px;
    font-family: "din-2014", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
}

#ikai_product .section_16 .description ul li {
    position: relative;
}

#ikai_product .section_16 .description ul li:before {
    content: '.';
    position: absolute;
    left: -6px;
    top: -11px;
    font-size: 18px;
}

#ikai_product .section_16 .price-box .text {
    font-size: 12px;
    display: block;
    width: 26px;
    line-height: 1.1;
}

#ikai_product .section_16 .description ul {
    padding-left: 10px;
}

#ikai_product .section_16 .description ul li {
    font-size: 11px;
    font-weight: 700;
}

#ikai_product .section_17 .section_17_bg {
    background: #EFF8FF;
    padding-bottom: 50px;
}

#ikai_product .section_17 .section_17_bg .video {
    max-width: 250px;
    margin: 0 auto;
}

#ikai_product .section_17 .title_section_17 {
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
    padding-top: 30px;
}

#ikai_product .section_17 .title_section_17 .title_be {
    font-size: 14px;
    font-weight: 500;
}

#ikai_product .section_17 .title_section_17 .title_to {
    font-size: 24px;
    font-weight: 700;
}


#ikai_product .section_18 .title_section_18 {
    text-align: center;
    padding: 20px 0;
    padding-top: 32px;
}

#ikai_product .section_18 .title_section_18 .title_be {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.video {
    position: relative;
    width: 100%; /* Chiếm toàn bộ chiều rộng cha */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#player_0 {
    height: 445px !important;
    border-radius: 20px;
}

#player_0:hover {
    opacity: 0.8;
}

.video iframe {
    width: 250px; /* Chiều rộng ban đầu */
    height: 500px; /* Chiều cao ban đầu */
    transform: scale(1.5); /* Phóng to nội dung */
    transform-origin: center; /* Giữ tâm khi phóng to */
    border: none; /* Loại bỏ viền */
}


#ikai_product .section_18 .title_section_18 .title_to {
    font-size: 24px;
    font-weight: 700;
}


#ikai_product .section_18 .swiper-container-2 {
    position: relative;
}

#ikai_product .section_18 {
    overflow: hidden;
    padding-bottom: 29px;
}

#ikai_product .section_18 .swiper-pagination-clickable .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px !important;
}

#ikai_product .section_18 .text_gc {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #F7BEAD;
    text-underline-offset: 1px;
}

#ikai_product .section_18 .container {
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden;
    padding: 0;
}

#ikai_product .section_18 .swiper-slide {
    background-color: #f9e8ed;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 368px;
}

#ikai_product .section_18 .slide-content h3 {
    font-size: 16px;
    color: #888;
}

#ikai_product .section_18 .slide-content h1 {
    font-size: 24px;
    margin: 10px 0;
}

#ikai_product .section_18 .profile {
    position: relative;
    height: 173px;
}

#ikai_product .section_18 .last-slide .extra-text, .section_18 .slide-2 .extra-text {
    letter-spacing: 0px;
}

#ikai_product .section_18 .profile-image {
    position: absolute;
    top: 2px;
    right: -5px;
}


#ikai_product .section_18 .profile-tag {
    background: url("../images/ikai_product/anh44.png");
    background-repeat: no-repeat;
    background-size: 100%;
    color: #292929;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 64px;
    height: 100px;
    position: relative;
    top: -19px;
    left: -19px;
}

#ikai_product .section_18 .profile-tag span {
    font-size: 13px;
    position: relative;
    top: 13px;
    font-weight: 400;
}

#ikai_product .section_18 .profile-description {
    position: absolute;
    left: -46px;
    top: 17px;
    height: 100%;
}

#ikai_product .section_18 .profile .avatar-picture {
    display: block;
    max-width: 200px;
    margin-left: auto;
}

#ikai_product .section_18 .profile-details .pic-center {
    max-width: 222px;
    position: relative;
    left: -74px;
}

#ikai_product .section_18 .profile-details .pic-l {
    max-width: 135px;
}

#ikai_product .section_18 .profile-details picture {
    max-width: 130px;
    display: block;
}

#ikai_product .section_18 .profile-description p {
    margin: 0;
    font-size: 14px;
    color: #292929;
    font-family: "vdl-penletter", sans-serif;
    font-weight: 500;
    font-style: normal;
    height: 70px;
    line-height: 23px;
}

#ikai_product .section_18 .profile-description .text_desc_profile {
    text-align: left;
}

#ikai_product .section_18 .profile-details {
    margin-top: 0;
}

#ikai_product .section_18 .profile-details .work-type,
#ikai_product .section_18 .profile-details .work-location {
    display: inline-block;
    background-color: #fff;
    color: #e74c3c;
    border: 1px solid #e74c3c;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    margin-right: 5px;
}


#ikai_product .section_18 .extra-text {
    font-size: 13px;
    color: #2A2A2A;
    line-height: 1.7;
    max-width: 300px;
    margin: 0 auto;
    font-weight: 500;
    letter-spacing: -0.4px;
    text-align: justify;
}

#ikai_product .section_18 .swiper-pagination {
    margin-top: 27px;
    position: relative;
}

/* Xóa nội dung mũi tên mặc định */
#ikai_product .section_18 .swiper-button-prev::after,
#ikai_product .section_18 .swiper-button-next::after {
    display: none;
}

#ikai_product .section_18 .swiper-button-next {
    background: url('../images/ikai_product/arrow_right.png') no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 18px;
}

#ikai_product .section_18 .swiper-button-prev {
    background: url('../images/ikai_product/arrow_left.png') no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 18px;
}

#ikai_product .section_18 .swiper-pagination-bullet {
    background: #FBDED6;
    opacity: 1;
}

#ikai_product .section_18 .swiper-pagination-bullet-active {
    background: #E23151 !important;
}

#ikai_product .section_19 {
    background: #ffffff;
}

#ikai_product .section_19 .container {
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
    background: #A2D0E3;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}


#ikai_product .section_19 .header {
    text-align: center;
    padding: 20px;
}

#ikai_product .section_19 .header h2 {
    font-size: 18px;
    color: #0078d4;
    margin-bottom: 5px;
}

#ikai_product .section_19 .header h1 {
    font-size: 24px;
}

#ikai_product .section_19 .container .content {
    display: block;
    height: 316px;
}

#ikai_product .section_19 .image-container {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 75%;
}

#ikai_product .story .title .tile_n {
    background-color: rgb(36 142 194 / 58%);
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 5px;
    display: inline-block;
    padding: 3px 5px;
}

#ikai_product .story .title .tile_t {
    background-color: rgb(36 142 194 / 58%);
    color: #ffffff;
    font-size: 21px;
    padding-left: 5px;
    display: block;
    padding: 3px 5px;
    letter-spacing: -1.4px;
    font-weight: 700;
}

#ikai_product .section_19 .image-container img {
    width: 100%;
    object-fit: cover;
}

#ikai_product .content .story {
    position: absolute;
    z-index: 9;
    left: 7px;
    top: 35px;
}


#ikai_product .content .story .title {
    margin-bottom: 24px;
}

#ikai_product .content .story .story_content {
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 200px;
    padding: 5px;
    padding-left: 9px;
}

#ikai_product .content .story .story_content .text_story {
    font-family: 'LucidaHandwriting', sans-serif;
    font-size: 22px;
    color: #657297;
    font-weight: 500;
    text-decoration: underline;
}

#ikai_product .section_19 .story h2 {
    font-size: 18px;
    color: #0078d4;
    margin-bottom: 10px;
}

#ikai_product .section_19 story ul {
    list-style: none;
    padding: 0;
}

#ikai_product .section_19 .story ul li {
    margin-bottom: 8px;
    color: #000000;
    margin-bottom: 1px;
}


#ikai_product .section_19 .section {
    margin-bottom: 20px;
}

#ikai_product .section_19 .section h3 {
    color: #ffffff;
    margin-bottom: 10px;
    display: inline-block;
    background: #657297;
    border-radius: 3px;
    padding: 2px 10px;
}

#ikai_product .section_19 .container {
    padding: 0 10px;
}

#ikai_product .section_19 .section p {
    font-size: 14px;
    line-height: 1.8;
    color: #ffffff;
    letter-spacing: 1.1px;
}


#ikai_product .section_20 .flow-container {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px 12px;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0px;
}

#ikai_product .section_20 .title_flow {
    color: #2A2A2A;
    font-weight: 700;
    position: relative;
}

#ikai_product .section_20 .title_flow:after {
    content: '';
    background-image: url('../images/ikai_product/anh50.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 80px;
    top: 33%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

#ikai_product .section_20 .flow-container h2 {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 20px;
    letter-spacing: 2.5px;
}

#ikai_product .section_20 .step {
    background-color: #EFF8FF;
    padding: 20px;
    position: relative;
    height: 152px;
    margin: 0 auto;
    margin-bottom: 63px;
}

#ikai_product .section_20 .step:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 54px solid transparent;
    border-right: 54px solid transparent;
    border-top: 18px solid #D2E8F3;
    left: 50%;
    bottom: -26%;
    transform: translateX(-50%);
}

#ikai_product .section_20 .four-step:after {
    border-top: 15px solid #E23151;
}

#ikai_product .section_20 .last-step:after {
    display: none;
}

#ikai_product .section_20 .last-step {
    background-color: #E23151;
}

#ikai_product .section_20 .step-header {
    display: flex;
    justify-content: center;
    position: relative;
}

#ikai_product .section_20 .step-header .label {
    font-family: 'LucidaHandwriting', sans-serif;
}

#ikai_product .section_20 .step-header .label {
    width: 50px;
    position: absolute;
    left: 0;
}

#ikai_product .section_20 .step-header .text {
    font-weight: 400;
    font-size: 10px;
    margin-bottom: 0;
}


#ikai_product .section_20 .step-header .number {
    font-weight: 500;
    font-size: 24px;
    line-height: 0.8;
}

#ikai_product .section_20 .step-desc {
    width: 210px;
}

#ikai_product .section_20 .step-1 .step-header .text_desc {
    max-width: 208px;
    margin: 0 auto;
    padding-left: 21px;
    font-size: 14px;
    font-weight: 500;
}

#ikai_product .section_20 .step-2 .step-header .text_desc {
    max-width: 180px;
    margin: 0 auto;
}

#ikai_product .section_20 .step-header .text_st {
    font-size: 17px;
    font-family: 'LucidaHandwriting', sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    transform: rotate(-14deg);
}

#ikai_product .section_20 .step-header p {
    color: #53A7D0;
}

#ikai_product .section_20 .last-step .number {
    color: #ffffff;
}

#ikai_product .section_20 .last-step .text {
    color: #ffffff;
}

#ikai_product .section_20 .step-header .text_desc {
    max-width: 225px;
    margin: 0 auto;
    text-align: left;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    padding-top: 18px;
}

#ikai_product .section_20 .step-3 .step-desc .text_desc {
    margin-left: -10px;
    width: 250px;
    max-width: 250px;
}

#ikai_product .section_20 .step-4 .step-desc .text_desc {
    margin-left: -10px;
    width: 250px;
    max-width: 250px;
}

#ikai_product .section_20 .step-5 .step-desc .text_desc {
    padding-left: 14px;
}

#ikai_product .section_20 .step-5 {
    margin-bottom: 55px;
}

#ikai_product .section_20 .last-step .text_desc {
    color: #ffffff;
}

#ikai_product .section_20 .flow-container .four-step .text_desc {
    /*text-align: center;*/
}

#ikai_product .section_20 .step-header h3 {
    font-size: 19px;
    color: #ffffff;
    margin: 0;
    background: #53A7D0;
    border-radius: 20px;
    padding: 5px;
    width: 210px;
    font-weight: 500;
}

#ikai_product .section_20 .last-step h3 {
    color: #E23151;
    background: #ffffff;
}


#ikai_product .section_21 .faq-container {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
}

#ikai_product .section_21 .faq-title {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    margin-bottom: 13px;
}

#ikai_product .section_21 .faq-item {
    padding: 10px 12px;
}

#ikai_product .section_21 .question {
    font-size: 16px;
    margin-bottom: 10px;
    background: #FCEDF0;
    border-radius: 30px;
    padding: 15px 15px;
    font-weight: 500;
}

#ikai_product .section_21 .answer .text_answer {
    padding-left: 8px;
}

#ikai_product .section_21 .last-item-faq .text_answer {
    letter-spacing: -1.1px;
    line-height: 1.6;
}

#ikai_product .section_21 .question .q {
    color: #E23151;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 11px;
    margin-left: 7px;
}

#ikai_product .section_21 .answer {
    font-size: 14px;
    line-height: 1.7;
    background-color: #F7F7F7;
    padding: 15px;
    display: flex
}

#ikai_product .section_21 .answer .a {
    color: #E23151;
    font-weight: bold;
    margin-right: 5px;
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: -10px;
}

#ikai_product .section_22 .form-container {
    /*max-width: 375px;*/
    margin: 0 auto;
    background: #fff;
    border-radius: 25px;
    padding: 20px 12px;
    border: 2px solid #707070;
}

#ikai_product .section_22 .form-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 15px;
}

#ikai_product .section_22 .form-title .title_nho {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#ikai_product .section_22 .form-title .title_to {
    font-size: 22px;
    font-weight: 700;
}

#ikai_product .section_22 .steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 31px;
}

#ikai_product .section_22 .step {
    font-size: 14px;
    color: #999;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #E23151;
}

#ikai_product .section_22 .step.active {
    background: #E23151;
    color: #fff;
    border-color: #E23151;
}

#ikai_product .section_22 .step .sub {
    position: relative;
    top: 6px;
    color: #000000;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
}

#ikai_product .section_22 .line {
    width: 36px;
    height: 0;
    border: 1px dashed #E23151;
}

#ikai_product .section_22 .entry-form label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    padding-left: 9px;
    position: relative;
    top: 3px;
}

#ikai_product .section_22 .entry-form .label_char {
    position: relative;
    padding-left: 24px;
}

#ikai_product .section_22 .entry-form .label_char:before {
    content: '※';
    width: 15px;
    height: 18px;
    position: absolute;
    left: 9px;
    top: 0;
}

#ikai_product .section_22 .name-group, .section_22 .birthdate-group {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

#ikai_product .section_22 .name-group input,
#ikai_product .section_22 .birthdate-group select,
#ikai_product .section_22 .entry-form input,
#ikai_product .section_22 .entry-form select,
#ikai_product .section_22 .entry-form textarea {
    width: 100%;
    padding: 20px;
    font-size: 14px;
    border: 1px solid #52433F;
    border-radius: 30px;
    outline: none;
    transition: border-color 0.3s ease;
    box-shadow: 0px 3px 6px #00000029;
}

#ikai_product .section_22 name-group input {
    flex: 1;
}

#ikai_product .custom-select {
    position: relative;
    width: 100%;
}

#ikai_product .custom-select select {
    appearance: none; /* Loại bỏ mũi tên mặc định */
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 30px 8px 10px; /* Thêm khoảng trống để chứa mũi tên */
    background: transparent;
    width: 100%;
    height: 100%;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

#ikai_product .custom-select::after {
    content: ''; /* Mũi tên tùy chỉnh */
    background-image: url('../images/ikai_product/anh51.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 68%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #C0C0C0;
    width: 16px;
    height: 30px;
}

#ikai_product .section_22 .row-form {
    margin-bottom: 10px;
}

#ikai_product .section_22 .checkbox-group input {
    width: 13px;
    padding: 8px 7px;
    box-shadow: none;
    border: 1px solid #E23151;
    border-radius: 0;
}

#ikai_product .section_22 label.agree_text {
    padding-left: 0 !important;
}

#ikai_product .section_22 .birthdate-group select {
    flex: 1;
}

#ikai_product .section_22 .entry-form textarea {
    resize: none;
    margin-top: 22px;
}

/*#ikai_product .section_22 .entry-form input:focus,*/
/*#ikai_product .section_22 .entry-form select:focus,*/
/*#ikai_product .section_22 .entry-form textarea:focus {*/
/*    border-color: #E23151;*/
/*}*/

#ikai_product .section_22 .checkbox-group {
    display: flex;
    align-items: center;
    margin-bottom: 27px;
    justify-content: center;
    margin-top: 41px;
}

#ikai_product .section_22 .checkbox-group .text_red {
    color: #E23151;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-color: #E23151;
    text-underline-offset: 4px;
}

#ikai_product .section_22 .checkbox-group input {
    margin-right: 10px;
}

#ikai_product .section_22 .submit-btn {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    background: #E23151;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
    font-weight: 500;
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#ikai_product .section_22 .submit-btn:hover {
    background: #E23151;
}

#ikai_product .section_22 {
    background: #EFF8FF;
    padding-top: 61px;
    padding-bottom: 20px;
}

#ikai_product .section_22 input[type="checkbox"] {
    appearance: none; /* Loại bỏ phong cách mặc định */
    -webkit-appearance: none; /* Loại bỏ phong cách trên trình duyệt WebKit */
    background-color: #fff; /* Màu nền */
    cursor: pointer;
    transition: all 0.3s ease;
}

#ikai_product .section_22 input[type="checkbox"]:checked {
    background-color: #ffffff; /* Màu nền khi được chọn */
    border-color: #E23151; /* Màu border khi được chọn */
    position: relative;
}

#ikai_product .section_22 input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 46%;
    left: 50%;
    width: 5px;
    height: 9px;
    border: solid #E23151;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

#ikai_product .footer-logo-r {
    text-align: center;
    padding: 15px 0;
}

#ikai_product .footer-logo img {
    max-width: 150px;
    height: auto;
}

#ikai_product .footer-logo p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

#ikai_product .footer-links ul {
    list-style: none;
    max-width: 302px;
    margin: 0 auto;
    background: #ffffff;
    padding: 5px 10px;
}

#ikai_product .footer-links {
    padding-top: 20px;
}

#ikai_product .footer-copyright {
    text-align: center;
    padding: 7px 0;
}

#ikai_product .footer-contact {
    background: #53A7D0;
}

#ikai_product .footer-links li {
    margin: 10px 0;
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}

#ikai_product .footer-links li:after {
    content: '';
    background-image: url('../images/ikai_product/anh52.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #C0C0C0;
    width: 10px;
    height: 17px;
}

#ikai_product .footer-links li a {
    position: relative;
}

#ikai_product .footer-links li:first-child a:after {
    display: none;
}

#ikai_product .footer-links li a:after {
    content: '';
    background-image: url('../images/ikai_product/Icon feather-external-link.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 64%;
    right: -15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #C0C0C0;
    width: 10px;
    height: 12px;
}

#ikai_product .footer-links li:last-child {
    border-bottom: none;
}

#ikai_product .footer-links li:hover a {
    text-decoration: none;
}

#ikai_product .footer-links a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}

#ikai_product .footer-links span {
    font-size: 14px;
    display: inline-block;
    transform: rotate(90deg); /* Xoay mũi tên thành hình tam giác quay phải */
}

#ikai_product .footer-links a:hover {
    text-decoration: underline;
}

#ikai_product .footer p {
    font-size: 12px;
    color: #fff;
}


#ikai_product .pc_top_left {
    display: none;
}

#ikai_product .main_content {
    left: auto;
    width: 100%;
}

/*topbar*/
#ikai_product .main_content .top_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#ikai_product .main_content .top_bar .logo_mb {
    width: 90px;
}


#ikai_product .main_content .top_bar .btn {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 71px);
    height: 36px;
    align-items: center;
}

#ikai_product .main_content .top_bar .btn_left {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    /*max-width: 172px;*/
    margin-right: 5px;
}

#ikai_product .main_content .top_bar .btn_left:hover img {
    opacity: 0.8;
}

#ikai_product .main_content .top_bar .btn_right:hover img {
    opacity: 0.8;
}


#ikai_product .main_content .top_bar .btn_right {
    display: flex;
    align-items: center;
    padding-right: 5px;
}

#ikai_product .main_content .top_bar .btn_left .text_no_bg, .main_content .top_bar .btn_right .text_no_bg {
    padding: 5px 10px;
    background: #ffffff;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 1px solid #000000;
    border-right: none;
    font-size: 12px;
}

#ikai_product .main_content .top_bar .btn_left .text_bg, .main_content .top_bar .btn_right .text_bg {
    padding: 5px 10px;
    background: #53A7D0;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid #000000;
    border-left: none;
    color: #ffffff;
    font-size: 12px;
}

#ikai_product .main_content .top_bar .btn_left .text_no_bg, .main_content .top_bar .btn_left .text_bg {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.1;
}

#ikai_product .main_content .top_bar .btn_left .text_no_bg {
    padding: 5px 0;
    width: 130px;
    padding-left: 5px;
}


#ikai_product .main_content_4 .content {
    background-color: #fff1f1;
    padding: 16px;
    position: relative;
    padding-bottom: 25px;
}

#ikai_product .main_content_banner picture {
    display: block;
    width: 100%;
}

#ikai_product .main_content_banner picture img {
    display: block;
    width: 100%;
}

#ikai_product .container {
    padding: 0;
}

#ikai_product .section_18 .container {
    margin-left: 0;
    margin-right: 0;
}

#ikai_product .section_19 .container {
    margin-left: 0;
    margin-right: 0;
}

#ikai_product .section_22 .form-container {
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 52px;
}

#ikai_product .section_13 .list-image {
    padding-left: 20px;
    padding-right: 20px;
}

#ikai_product .section_12 .bg_section_12 {
    padding-bottom: 20px;
}


/* ================== page_confirm ==================== */

/*topbar*/
#page_confirm .top_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#page_confirm .footer-links li a {
    position: relative;
    font-weight: 500
}

#page_confirm .footer-links li:hover a {
    text-decoration: none;
}

#page_confirm .footer-links li a:after {
    content: '';
    background-image: url('../images/ikai_product/Icon feather-external-link.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 64%;
    right: -15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #C0C0C0;
    width: 10px;
    height: 12px;
}

#page_confirm .footer-links li:first-child a:after {
    display: none;
}

#page_confirm .top_bar .logo {
    width: 71px;
}


#page_confirm .top_bar .btn {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 71px);
}

#page_confirm .top_bar .btn_left {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    margin-left: 13px;
    margin-right: 10px;
}

#page_confirm {
    max-width: 400px;
    margin: 0 auto;
}

#page_confirm img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#page_confirm .complete-content .form-content h1 {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
}

#page_confirm .complete-content .form-box {
    padding: 20px 5px;
}

#page_confirm * {
    color: #2A2A2A;
}

#page_confirm .complete-content .form-content {
    padding-left: 0;
}

#page_confirm .complete-content .form-content .text_desc {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    margin-top: 17px;
    line-height: 2;
}


#page_confirm .top_bar .btn_right {
    display: flex;
    align-items: center;
}

#page_confirm .top_bar .btn_left .text_no_bg, #page_confirm .top_bar .btn_right .text_no_bg {
    padding: 5px 10px;
    background: #ffffff;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 1px solid #000000;
    border-right: none;
    font-size: 12px;
}

#page_confirm .top_bar .btn_left .text_bg, #page_confirm .top_bar .btn_right .text_bg {
    padding: 5px 10px;
    background: #53A7D0;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    border: 1px solid #000000;
    border-left: none;
    color: #ffffff;
    font-size: 12px;
}

#page_confirm .complete-content .form-buttons {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 45px;
    padding-bottom: 27px;
}

#page_confirm .top_bar .btn_left .text_no_bg, #page_confirm .top_bar .btn_left .text_bg {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.1;
}

#page_confirm .container {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    margin: 0 auto;
    background: #EFF8FF;
}

#page_confirm .form-box {
    margin: 0 auto;
    background: #fff;
    border-radius: 25px;
    padding: 20px 12px;
    border: 2px solid #707070;
    margin-top: 55px;
    margin-left: 12px;
    margin-right: 12px;
    padding-bottom: 48px;

}

#page_confirm .form-content {
    padding-left: 32px;
    padding-top: 30px;
}


#page_confirm .form-content .line-item label {
    font-size: 13px;
    font-weight: 500;
}

#page_confirm .form-content .line-item .text {
    font-size: 15px;
}

#page_confirm .form-content .line-item .text {
    font-size: 15px;
    padding-left: 10px;
    font-weight: 500;
}

#page_confirm .form-content .line-item {
    margin-bottom: 20px;
}

#page_confirm .form-content p strong {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

#page_confirm .form-buttons {
    margin-top: 52px;
    text-align: center;
}

#page_confirm .btn {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

#page_confirm .btn.submit {
    background-color: #e60050;
    color: #fff;
    padding: 17px 10px;
    border-radius: 43px;
    font-size: 23px;
    font-weight: 500;
    position: relative;
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#page_confirm .btn.submit:after {
    content: '';
    background-image: url('../images/ikai_product/anh59.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 66px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #C0C0C0;
    width: 14px;
    height: 24px;
}

#page_confirm .btn.back {
    background-color: #53A7D0;
    color: #fff;
    padding: 12px 10px;
    border-radius: 31px;
    margin-top: 20px;
    max-width: 300px;
    font-size: 23px;
    position: relative;
    font-weight: 500;
    font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#page_confirm .btn.back:before {
    content: '';
    background-image: url('../images/ikai_product/anh60.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 78px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #C0C0C0;
    width: 14px;
    height: 24px;
}

#page_confirm .section_top_bar {
    position: relative;
    background: #ffffff;
}

#page_confirm .note {
    margin-top: 7px;
    font-size: 12px;
    color: #2A2A2A;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.6px;
    font-weight: 500;
}


#page_confirm .steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

#page_confirm .step {
    font-size: 14px;
    color: #999;
    text-align: center;
    width: 22px;
    height: 22px;
    line-height: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #E23151;
}

#page_confirm .step.active {
    background: #E23151;
    color: #fff;
    border-color: #E23151;

}

#page_confirm .step .sub {
    position: relative;
    top: 6px;
    color: #000000;
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 10px;
    font-weight: 500;
}

#page_confirm .line {
    width: 39px;
    height: 0px;
    border: 1px dashed #E23151;
}

#page_confirm .form-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 38px;
}

#page_confirm .form-title .title_nho {
    font-size: 14px;
    font-weight: 500;
}

#page_confirm .form-title .title_to {
    font-size: 22px;
    font-weight: 700;
}


#page_confirm .footer-logo {
    text-align: center;
    padding: 15px 0;
}

#page_confirm .footer-logo img {
    max-width: 150px;
    height: auto;
}

#page_confirm .footer-logo p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
}

#page_confirm .footer-links ul {
    list-style: none;
    max-width: 302px;
    margin: 0 auto;
    background: #ffffff;
    padding: 5px 10px;
}

#page_confirm .footer-links {
    padding-top: 20px;
}

#page_confirm .footer-copyright {
    text-align: center;
    padding: 7px 0;
}

#page_confirm .footer-contact {
    background: #53A7D0;
}

#page_confirm .footer-links li {
    margin: 10px 0;
    border-bottom: 1px solid #707070;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
}

#page_confirm .footer-links li:after {
    content: '';
    background-image: url('../images/ikai_product/anh52.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 14px;
    color: #C0C0C0;
    width: 10px;
    height: 17px;
}

#page_confirm .footer-links li:last-child {
    border-bottom: none;
}

#page_confirm .footer-links a {
    text-decoration: none;
    color: #000000;
    font-size: 15px;
}

#page_confirm .footer-links span {
    font-size: 14px;
    display: inline-block;
    transform: rotate(90deg); /* Xoay mũi tên thành hình tam giác quay phải */
}

#page_confirm .footer-links a:hover {
    text-decoration: underline;
}

#page_confirm .footer p {
    font-size: 12px;
    color: #fff;
}

#page_confirm .footer .container {
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
    padding-bottom: 0;
    margin-top: 20px;
}


/*end page confirm*/

/* Style for Back to Top button */
#ikai_product .back-to-top {
    position: fixed;
    bottom: 50px;
    right: auto;
    left: max(calc(772px + 376px + 40px), calc(50vw + 187.5px + 40px));
    width: calc(100vw / 1920 * 100);
    display: none; /* Hidden by default */
    background-color: #ffffff;
    color: #53A7D0;
    border: none;
    border-radius: 20px;
    height: calc(100vw / 1920 * 100);
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s, transform 0.3s;
    font-family: "vdl-v7gothic", sans-serif;
    font-weight: 800;
    font-style: normal;
}

/* Hover effect */
#ikai_product .back-to-top:hover {
    color: #E33151;
    transform: scale(1.1);
}

/* Visible state */
#ikai_product .back-to-top.show {
    display: block;
    opacity: 1;
}

#ikai_product .link_web_company {
    position: fixed;
    bottom: 48px;
    right: 65px;
    font-size: 16px;
    cursor: pointer;
}

#ikai_product .link_web_company a {
    color: #000000;
    position: relative;
}

#ikai_product .link_web_company a:after {
    content: '';
    background-image: url('../images/ikai_product/Icon feather-external-link.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 4px;
    right: -25px;
    pointer-events: none;
    font-size: 14px;
    color: #C0C0C0;
    width: 16px;
    height: 16px;
}

#ikai_product .link_web_company {
    display: none;
}

#ikai_product .section_banner {
    margin-top: -55px;
    position: static;
    z-index: -1;
}

#ikai_product .section_banner .main_content_banner.main_content_2 {
    position: relative;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_top {
    position: absolute;
    top: 65px;
    left: 19px;
    color: #ffffff;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_top .line_1 {
    font-size: 14px;
    display: flex;
    background: #53A7D0;
    padding: 3px 0;
    width: 193px;
    font-weight: 500;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_top .line_1 .text_1 {
    width: 40%;
    text-align: center;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_top .line_1 .text_2 {
    background: #ffffff;
    color: #000002;
    width: 50%;
    text-align: center;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom {
    position: absolute;
    bottom: 128px;
    left: 27px;
    color: #ffffff;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom .line_1 {
    color: #E23151;
    font-weight: 400;
    font-size: 16px;
    font-family: "ta-koigokoro";
    -webkit-text-stroke: 1px #E23151;
    text-shadow: 0px 2px 2px #ffffff85;
    position: relative;
    top: -8px;
}

#ikai_product .only_tablet {
    display: none;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom .line_2 {
    font-size: 29px;
    font-family: 'SourceHanCodeJP', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0px 3px 8px #00000070;
    line-height: 24px;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom .line_2 .cham_than {
    position: relative;
    left: -7px;
    font-size: 33px;
    bottom: -2px;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom .line_3 {
    font-size: 36px;
    font-family: 'SourceHanCodeJP', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 0px 3px 8px #00000070;
}


#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_top .line_2 {
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 3px 6px #00000036;
    display: inline-block;
    background: linear-gradient(62deg, rgb(83 167 208 / 85%) 19%, rgba(122, 195, 231, 1) 47%, rgba(248, 169, 187, 1) 99%);
    padding: 0px 15px;
    margin-top: 18px;
    position: relative;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_top .line_2:before {
    content: '';
    background: url("../images/ikai_product/icon_khien.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -6px;
    top: -19px;
    width: 30px;
    height: 30px;
}

#ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_top .line_3 {
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0px 3px 6px #00000036;
    background: linear-gradient(62deg, rgb(83 167 208 / 85%) 19%, rgba(122, 195, 231, 1) 47%, rgba(248, 169, 187, 1) 99%);
    padding: 0px 15px;
    margin-top: 3px;
}

#ikai_product .section_top_bar {
    position: relative;
    background: #ffffff;
    position: relative;
    z-index: 9;
}


#ikai_product .bl_cta_content_right {
    display: block;
}


#ikai_product #page_lp_content .bl_cta_content_right .bg_cta {
    background: #E23151;
    position: relative;
    padding: 13px 0;
}

#ikai_product #page_lp_content .bl_cta_content_right .bottom .cta_text {
    max-width: 315px;
    margin: 0 auto;
    background: #ffffffff;
    text-align: center;
    border-radius: 89px;
    position: relative;
    border: 4px solid transparent;
    padding-right: 25px;
}

#ikai_product #page_lp_content .bl_cta_content_right .bottom .cta_text:hover {
    background: #E23151;
    border: 4px solid #ffffff;
    color: #ffffff;
}

#ikai_product #page_lp_content .bl_cta_content_right .bottom .cta_text:hover .title_t_bg {
    color: #ffffff;
}

#ikai_product #page_lp_content .bl_cta_content_right .bottom .cta_text:before {
    content: '';
    background-image: url("../images/ikai_product/loa.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 7px;
    left: -30px;
    width: 70px;
    height: 39px;
}

#ikai_product #page_lp_content .bl_cta_content_right .pc_top_left .bl_banner picture {
    display: block;
    text-align: right;
}

#ikai_product #page_lp_content .bl_cta_content_right .cta_text .title_t_sm {
    font-size: 13px;
    font-weight: 700;
    color: #000000;
}

#ikai_product #page_lp_content .bl_cta_content_right .cta_circle {
    max-width: 80px;
    position: absolute;
    right: 3%;
    top: 32%;
    transform: translateY(-50%);
}

#ikai_product #page_lp_content .bl_cta_content_right .line_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 0 20px;
}

#ikai_product #page_lp_content .bl_cta_content_right .line_bottom .label {
    background: #CE1536;
    border: 1px solid #ffffff;
    padding: 2px 9px;
    position: relative;
    left: 10px;
}

#ikai_product #page_lp_content .bl_cta_content_right .line_bottom span {
    color: #ffffff;
    font-weight: 700;
}

#ikai_product #page_lp_content .bl_cta_content_right .line_bottom .number span {
    font-size: 51px;
    line-height: 0.8;
    display: inline-block;
    font-family: "din-2014", sans-serif;
    transform: rotate(-7deg);
    position: relative;
    left: 14px;
}

#ikai_product #page_lp_content .bl_cta_content_right .line_bottom .number span span {
    font-size: 24px;
    position: relative;
    left: 1px;
}

#ikai_product #page_lp_content .bl_cta_content_right .line_bottom .label span {
    font-size: 13px;
}

#ikai_product #page_lp_content .bl_cta_content_right .line_bottom .text_1 {
    font-size: 15px;
    transform: rotate(-7deg);
    position: relative;
    left: 14px;
    top: -3px;
}

#ikai_product #page_lp_content .bl_cta_content_right .line_bottom .text_2 {
    font-size: 15px;
    transform: rotate(-7deg);
    position: relative;
    top: 10px;
    left: 7px;
}


#ikai_product #page_lp_content .bl_cta_content_right .cta_circle picture {
    display: block;
}

#ikai_product #page_lp_content .bl_cta_content_right .cta_circle picture {
    position: relative;
}

#ikai_product #page_lp_content .bl_cta_content_right .cta_circle picture:before {
    content: '';
    background-image: url("../images/ikai_product/arrow_down.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 13px;
    z-index: 9999;
    display: block;
}

#ikai_product .bl_cta_content_right {
    position: fixed;
    bottom: -3px;
    width: 100%;
    z-index: 9;
}

#ikai_product .bl_cta_content_right.hidden {
    opacity: 0;
    visibility: hidden;
}

#ikai_product #page_lp_content .bl_cta_content_right .bottom {
    box-shadow: 0px 3px 6px #00000029;
}

#ikai_product #page_lp_content .bl_cta_content_right .cta_text .title_t_bg {
    font-size: 16px;
    font-weight: 700;
    color: #E23151;
}

#ikai_product .main_content_5 .content {
    padding: 0 12px;
}


@media print, screen and (min-width: 768px) {


    #ikai_product .section_22 .form-container {
        margin-left: 12px;
        margin-right: 12px;
    }


    #ikai_product .section_22 .entry-form label {
        font-size: 15px;
        margin-bottom: 5px;
        display: block;
        padding-left: 17px;
    }

    #ikai_product .section_22 .entry-form .label_char {
        padding-left: 30px;
    }

    #ikai_product .section_22 .entry-form .label_char:before {
        left: 16px;
    }

    #ikai_product .section_6.section_6-2 {
        padding-top: 19px;
    }


    #ikai_product .section_22 .line {
        width: 30px;
        height: 0px;
        border: 1px dashed #E23151;
    }


    #ikai_product .section_22 .steps {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 31px;
    }


    #ikai_product .section_22 .form-container {
        /*max-width: 375px;*/
        margin: 0 auto;
        background: #fff;
        border-radius: 25px;
        padding: 20px;
        border: 2px solid #707070;
    }


    #ikai_product .section_22 .form-container {
        margin-left: 20px;
        margin-right: 20px;
    }


    #ikai_product .section_22 {
        background: #EFF8FF;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #ikai_product .section_21 .answer {
        line-height: 1.8;
    }


    #ikai_product .section_21 .faq-item {
        padding: 10px 32px;
    }

    #ikai_product .section_6 .container {
        padding: 0 20px;
        padding-top: 8px;
    }

    #ikai_product .main_content_7 {
        padding: 0 20px;
        margin-top: 20px;
        padding-left: 9px;
    }

    #ikai_product .section_22 .form-container {
        max-width: 375px;
    }

    #ikai_product .section_8 .container {
        padding: 0 20px;
    }

    #ikai_product .section_19 .container {
        margin-left: 20px;
        margin-right: 20px;
    }

    #ikai_product .section_22 .form-container {
        /*margin-left: 32px;*/
        /*margin-right: 32px;*/
        padding: 10px;
        padding-top: 22px;
        padding-bottom: 36px;
    }

    #ikai_product .section_10 .ct_bg_xah {
        padding: 0;
    }

    #ikai_product .section_18 .container {
        margin-left: 20px;
        margin-right: 20px;
    }

    #ikai_product .main_content {
        position: absolute;
        top: 0;
        left: max(750px, calc(100% / 2 - 207.5px));
        z-index: 999999;
        right: 0;
        width: 415px;
        background: #ffffff;
        box-shadow: 0px 3px 6px #00000029;
    }

    #ikai_product .section_top_bar {
        background: #ffffff;
    }

    #ikai_product .section_banner {
        margin-top: -55px;
        position: relative;
        z-index: -1;
    }

    body::-webkit-scrollbar {
        width: 10px;
    }

    body::-webkit-scrollbar-track:hover {
        background: #ccc;
    }

    body::-webkit-scrollbar-track {
        background: #fff;
    }

    body::-webkit-scrollbar-thumb {
        background: #777777;
        border-radius: 10px;
        border: 2px solid transparent;
        background-clip: content-box;
        cursor: pointer;
    }


    #ikai_product .container {
        padding: 0 20px;
    }

    #ikai_product .footer .container {
        padding-bottom: 20px;
    }

    #ikai_product #page_lp_content .pc_top_container {
        position: fixed;
        display: flex;
        justify-content: flex-start;
        background: url('../images/ikai_product/bg-pc.png') no-repeat center center / cover;
        width: 100%;
        height: 100%;
    }

    #ikai_product #page_lp_content .pc_top_left .logo_pc_r {
        position: relative;
        left: 27px;
    }

    #ikai_product #page_lp_content .pc_top_left {
        position: relative;
    }

    #ikai_product #page_lp_content .pc_top_left {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: max(750px, calc(100% / 2 - 207.5px));
        height: 100%;
    }

    #ikai_product #page_lp_content .pc_top_left .head {
        padding-right: 34px;
    }

    #ikai_product #page_lp_content .pc_top_left .bl_banner {
        margin-bottom: 15px;
    }

    #ikai_product #page_lp_content .pc_top_left .bl_banner img {
        width: auto;
        object-fit: contain;
        height: 50vh;
    }

    #ikai_product #page_lp_content .pc_top_left .head .logo_pc_r {
        text-align: center;
        max-width: 210px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn {
        display: flex;
        justify-content: center;
        max-width: 545px;
        margin: 0 auto;
        padding-left: 40px;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn_left {
        display: flex;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        left: -2px;
        width: 356px;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn_left:hover {
        opacity: 0.7;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn_right:hover {
        opacity: 0.7;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn_left .text_no_bg,
    #ikai_product #page_lp_content .pc_top_left .head .btn_right .text_no_bg {
        padding: 11px 10px;
        background: #ffffff;
        border-bottom-left-radius: 30px;
        border-top-left-radius: 30px;
        border: 1px solid #000000;
        border-right: none;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn_left .text_bg,
    #page_lp_content .pc_top_left .head .btn_right .text_bg {
        padding: 11px 10px;
        background: #53A7D0;
        border-bottom-right-radius: 30px;
        border-top-right-radius: 30px;
        border: 1px solid #000000;
        border-left: none;
        color: #ffffff;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn_left .text_no_bg {
        padding-right: 17px;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn_left .text_bg {
        padding-right: 22px;
    }

    #ikai_product #page_lp_content .pc_top_left .head .title_pc .title_lb {
        font-size: 0.8vw;
        font-weight: bold;
        background: #056391;
        color: #ffffff;
        padding: 14px 19px;
        border-radius: 7px;
        position: relative;
        top: 8px;
        left: 13px;
    }

    #ikai_product #page_lp_content .pc_top_left .head .title_pc .title_tt {
        font-size: 66px;
        font-weight: 700;
        position: relative;
        left: 28px;
        top: 7px;
        letter-spacing: 2px;
    }

    #ikai_product #page_lp_content .pc_top_left .head .title_pc .title_tt .text_o {
        font-size: 54px;
    }

    #ikai_product #page_lp_content .pc_top_left .head .title_pc {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #ikai_product #page_lp_content .pc_top_left .head .title_rd {
        font-size: 1.1vw;
        font-weight: 700;
        background: #ffffff;
        max-width: 13.7vw;
        margin-left: auto;
        text-align: center;
        border-radius: 10px;
        color: #53A7D0;
        border: 2px solid #53A7D0;
        padding: 6px 10px;
        margin-top: 9px;
    }

    #ikai_product #page_lp_content .bg_cta {
        background: #E23151;
        position: relative;
        padding: 30px 0;
    }

    #ikai_product #page_lp_content .main_content_6 .bg_cta {
        bottom: 8px;
    }

    #ikai_product #page_lp_content .bottom .cta_text {
        max-width: 600px;
        margin: 0 auto;
        background: #ffffffff;
        text-align: center;
        border-radius: 89px;
        position: relative;
        padding: 10px 0;
        border: 4px solid transparent;
        cursor: pointer;
    }

    #ikai_product #page_lp_content .bottom .cta_text:hover {
        background: #E23151;
        border: 4px solid #ffffff;
        color: #ffffff;
    }

    #ikai_product #page_lp_content .bottom .cta_text:hover .title_t_bg {
        color: #ffffff;
    }

    #ikai_product #page_lp_content .bottom .cta_text:before {
        content: '';
        background-image: url("../images/ikai_product/loa.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        top: 35px;
        left: -50px;
        width: 129px;
        height: 69px;
    }

    #ikai_product #page_lp_content .pc_top_left .bl_banner picture {
        display: block;
        text-align: center;
        padding-top: 60px;
    }

    #ikai_product #page_lp_content .cta_text .title_t_sm {
        font-size: 19px;
        font-weight: 700;
    }
    #ikai_product #page_lp_content .cta_text .title_t_sm .than_1 {
        font-size: 25px;
        line-height: 23px;
        display: inline-block;
        position: relative;
        bottom: -3px;
    }
    #ikai_product #page_lp_content .cta_text .title_t_bg .than_2 {
        font-size: 40px;
        line-height: 37px;
        display: inline-block;
        position: relative;
        bottom: -3px;
    }


    #ikai_product #page_lp_content .cta_circle {
        max-width: 122px;
        position: absolute;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    #ikai_product #page_lp_content .cta_circle picture {
        display: block;
    }

    #ikai_product #page_lp_content .cta_circle picture {
        position: relative;
    }

    #ikai_product #page_lp_content .cta_circle picture:before {
        content: '';
        background-image: url("../images/ikai_product/arrow_down.png");
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25px;
        height: 14px;
        z-index: 9999;
        display: block;
        transition: 0.2s;
    }

    #ikai_product #page_lp_content .bg_cta:hover picture:before {
        top: 83%;
    }

    #ikai_product #page_lp_content .bottom {
        box-shadow: 0px 3px 6px #00000029;
    }

    #ikai_product #page_lp_content .cta_text .title_t_bg {
        font-size: 33px;
        font-weight: 700;
        color: #E23151;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn .btn_right {
        display: flex;
        width: calc(100% - 305px);
        justify-content: space-between;
        position: relative;
        left: 15px;
        font-size: 14px;
    }

    #ikai_product #page_lp_content .pc_top_left .head .btn_right .text_no_bg {
        width: 57%;
        padding-left: 22px;
    }

    #page_lp_content .pc_top_left .head .btn_right .text_bg {
        width: 43%;
    }

    #ikai_product .section_20 .step {
        max-width: none;
    }

    #ikai_product .section_20 .step-desc {
        margin-left: 18px;
    }

    #ikai_product .section_20 .flow-container {
        padding: 20px;
    }

    #ikai_product .section_20 .step-header .label {
        position: relative;
        left: 15px;
    }

    #ikai_product .section_21 .faq-item {
        padding: 10px 20px;
    }

    #ikai_product .container1 {
        position: relative;
        width: 300px;
        background-color: #f05454;
        border-radius: 5px;
        overflow: hidden;
    }


    #ikai_product .inner-content {
        height: 200px;
        border: 3px solid #f05454;
    }

    #ikai_product .container1::after {
        content: '';
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        border-color: #f05454 transparent transparent transparent;
    }

    #ikai_product .sp-br {
        display: none;
    }

    #ikai_product .pc-br {
        display: inline;
    }

    #ikai_product #page_lp_content .bottom {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    #ikai_product .link_web_company {
        display: block;
    }

    #ikai_product .bl_cta_content_right {
        display: none;
    }

    #ikai_product .main_content_5 .content {
        padding: 0;
    }

}

@media print, screen and (min-width: 1922px) {
    /*#ikai_product #page_lp_content .bottom {*/
    /*    top: -28px;*/
    /*}*/

    #ikai_product #page_lp_content .pc_top_left .head .title_pc .title_tt {
        font-size: 61px;
    }

    /*#ikai_product #page_lp_content .pc_top_left .head .title_pc .title_lb {*/
    /*    font-size: 16px;*/
    /*}*/

    #ikai_product #page_lp_content .pc_top_left .bl_banner img {
        width: 90%;
    }

    #ikai_product #page_lp_content .cta_circle {
        right: 9%;
    }
}

@media (min-width: 1025px) and (max-width: 1441px) {
    /*#ikai_product #page_lp_content .pc_top_left .head .title_pc .title_tt {*/
    /*    font-size: 50px;*/
    /*}*/

    #ikai_product #page_lp_content .pc_top_left .bl_banner picture {
        text-align: center;
    }

    #ikai_product #page_lp_content .pc_top_left .bl_banner img {
        height: 38vh;
        width: auto;
        object-fit: contain;
    }

    #ikai_product #page_lp_content .pc_top_left .head .title_rd {
        margin-right: 70px;
    }
}

@media print, screen and (max-width: 392px)  {
    #ikai_product #page_lp_content .main_content_6 .title {
        font-size: 14px;
    }

    #ikai_product .back-to-top {
        bottom: 33px;
    }
}
@media print, screen and (max-width: 320px) {
    
    #ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom .line_3 {
        font-size: 22px;
    }
    #ikai_product #page_lp_content .main_content_6 .label_ng span {
        font-size: 11px;
    }
    #ikai_product .section_18 .profile-details .pic-center {
        max-width: 215px;
        left: -48px;
    }
    #ikai_product .section_18 .profile-description {
        left: -37px;
        top: 17px;
    }
    #ikai_product .section_20 .step-header .label {
        position: static;
    }
    #ikai_product .section_20 .title_flow:after {
        right: 50px;
    }
    #ikai_product #page_lp_content .main_content_6 .title .number {
        line-height: 0.2;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .line_bottom .number span {
        font-size: 26px;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .line_bottom .text_1 {
        font-size: 10px;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .line_bottom .text_2 {
        font-size: 10px;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .bottom .cta_text {
        max-width: 275px;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .cta_text .title_t_bg {
        font-size: 13px;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .cta_text .title_t_sm {
        font-size: 11px;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .bottom .cta_text:before {
        top: -2px;
        left: -30px;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .cta_circle {
        max-width: 70px;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .bottom .cta_text {
        padding-right: 0;
    }

    #ikai_product .main_content_7 {
        padding-right: 0;
    }

    #ikai_product #page_lp_content .main_content_6 .bg_cta {
        bottom: 35px;
        left: 46%;
        transform: translateX(-50%);
        max-width: 284px;
    }

    #ikai_product .main_content_3 .list_item .item .title_t {
        font-size: 15px;
    }

    #ikai_product .main_content_3 .title_bg:after {
        top: 62%;
        transform: translate(-50%, -50%);
        right: -33px;
        width: 81px;
        height: 81px;
        z-index: 1;
    }

    #ikai_product .main_content_3 .title_bg:before {
        top: 53%;
        transform: translate(-50%, -50%);
        left: 59px;
        width: 76px;
        height: 102px;
    }

    #ikai_product .main_content_3 .title_bg p {
        max-width: 139px;
        margin: 0 auto;
        padding-top: 9px;
        line-height: 1.4;
        text-align: center;
    }

    #ikai_product .main_content_3 .title_bg {
        font-size: 15px;
        font-weight: 700;
        color: #248EC2;
        padding: 25px 0;
        position: relative;
        padding-bottom: 16px;
    }

    #ikai_product .main_content_5 .content .item .card_ft {
        font-size: 13px;
        font-weight: 700;
    }

    #ikai_product .main_content_5 .content .item:nth-child(1) .card_content ul li {
        font-size: 10px;
        font-weight: 500;
        color: #E23151;
    }

    #ikai_product .main_content_8 .text_1 {
        position: absolute;
        bottom: 29%;
        right: 19%;
        color: #117C3A;
        font-size: 11px;
        font-weight: 700;
        text-align: center;
    }

    #ikai_product .main_content_5 .content .item:nth-child(2) .card_content ul li {
        font-size: 10px;
        font-weight: 500;
        color: #248EC2;
    }

    #ikai_product .main_content_5 .content .item .card_title .fz_16 {
        font-size: 11px;
    }

    #ikai_product .section_9 .main_content_9 .text .text_t {
        font-size: 18px;
        text-align: center;
        color: #248EC2;
    }

    #ikai_product .section_12 .container_12 {
        width: auto;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .cta_circle picture:before {
        top: 87%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 15px;
        height: 15px;
        z-index: 9999;
        display: block;
    }

    #ikai_product .section_20 .step-header h3 {
        font-size: 14px;
        margin: 0;
        border-radius: 20px;
        padding: 5px;
        width: 170px;
    }

    #ikai_product .section_12 .text {
        font-size: 15px;
        font-weight: 500;
        padding-left: 15px;
        letter-spacing: 0.3px;
    }

    #ikai_product .section_15 .text_image {
        font-size: 9px;
    }

    #ikai_product .section_16 .description ul li {
        font-size: 9px;
        font-weight: 700;
    }

    #ikai_product .section_20 .step-header .text_desc {
        font-size: 12px;
    }

    #ikai_product .section_20 .step-header .text_desc {
        font-size: 12px;
    }

    #ikai_product .section_14 .tags span {
        font-size: 10px;
    }

    #ikai_product .section_14 .info-section h2 {
        font-size: 15px;
    }

    #ikai_product .section_14 .info-section p {
        font-size: 11px;
    }

    #ikai_product .section_10 .text_den p {
        font-size: 14px;
    }

    #ikai_product #page_lp_content .main_content_6 .title_to {
        font-size: 14px;
    }

    #ikai_product #page_lp_content .main_content_6 .title {
        font-size: 10px;
    }

    #ikai_product #page_lp_content .main_content_6 .bg_cta {
        bottom: 74px;
        left: 46%;
        transform: translateX(-50%);
        max-width: 268px;
    }

    #ikai_product #page_lp_content .main_content_6 .cta_text .title_t_bg {
        font-size: 11px;
    }

    #ikai_product #page_lp_content .main_content_6 .cta_text:before {
        left: -18px;
    }
}

@media print, screen and (max-width: 359px) {
    #ikai_product .section_20 .step-header .label {
        left: -20px;
    }
}

@media (min-width: 376px) and (max-width: 500px) {
    #ikai_product .section_11 .swiper-slide {
        height: 420px;
    }

    #ikai_product #page_lp_content .bl_cta_content_right .cta_circle {
        max-width: 75px;
        right: 8%;
        top: 32%;
        transform: translateY(-50%);
    }

    #ikai_product #page_lp_content .bl_cta_content_right .cta_circle picture:before {
        width: 15px;
        height: 15px;
    }

    #ikai_product .main_content_7 {
        margin-top: 27px;
    }

    #ikai_product #page_lp_content .main_content_6 .bg_cta {
        bottom: 9px;
    }
}

@media (min-width: 768px) and (max-width: 880px) {
    #ikai_product #page_lp_content .bottom {
        bottom: 30px;
    }
}

@media (max-height: 635px) { /* Khi chiều cao màn hình ≤ 600px */
    .center.bl_banner {
        display: none; /* Ẩn phần tử */
    }

    #ikai_product #page_lp_content .pc_top_left .btn,
    #ikai_product #page_lp_content .pc_top_left .title_rd,
    #ikai_product #page_lp_content .pc_top_left .title_pc {
        display: none !important;
    }
}

@media (max-height: 776px) {
    #ikai_product #page_lp_content .pc_top_left .bl_banner picture {
        padding-top: 0;
    }
}


@media (min-height: 814px) and (max-height: 950px) {
    #ikai_product #page_lp_content .pc_top_left .bl_banner img {
        height: 42vh;
    }
}

@media (min-height: 600px) and (max-height: 814px)  {
    #ikai_product #page_lp_content .pc_top_left .bl_banner img {
        height: 31vh;
    }
}

@media (max-height: 940px) {

    #ikai_product #page_lp_content .pc_top_left .head .title_pc .title_lb {
        /*font-size: 3vh;*/
        padding: 2px 19px;
    }
    /*#ikai_product #page_lp_content .pc_top_left .head .title_pc .title_tt .text_o {*/
    /*    font-size: 3vh;*/
    /*}*/
    /*#ikai_product #page_lp_content .pc_top_left .head .title_pc .title_tt {*/
    /*    font-size: 3vh;*/
    /*}*/
    #ikai_product #page_lp_content .pc_top_left .head .title_rd {
        /*font-size: 2.5vw;*/
        /*max-width: 240px;*/
        padding: 0px 10px;
    }
}

@media (min-width: 1440px) {
    #ikai_product #page_lp_content .pc_top_left .bl_banner picture {
        padding-top: 0;
    }
    #ikai_product #page_lp_content .pc_top_left .bl_banner img {
        width: 85%;
    }
    #ikai_product #page_lp_content .pc_top_left .head {
        padding-right: 60px;
    }
    #ikai_product #page_lp_content .bottom {
        bottom: 30px;
    }
    #ikai_product #page_lp_content .pc_top_left .head .title_rd {
        margin-right: 15px;
    }
}

@media (min-width: 1200px)  {
    #ikai_product .section_20 .step-header {
        justify-content: flex-start;
    }
}

@media (min-width: 800px) and (max-width: 1024px) {
    #ikai_product #page_lp_content .pc_top_left .bl_banner picture {
        padding-top: 0;
    }
}

@media (min-width: 425px) and (max-width: 767px) {
    #ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom {
        bottom: 28%;
    }
    #ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_top {
        top: 10%;
    }
    #ikai_product .main_content .top_bar .logo_mb {
        width: 160px;
    }
    #ikai_product #page_lp_content .bl_cta_content_right .cta_circle {
        right: 12%;
        top: 30%;
    }
}

@media (max-width: 1259px)  {
    #ikai_product .back-to-top {
        right: 50px;
        left: auto;
        width: 78px;
        height: 78px;
    }
}

@media (max-width: 1378px) {
    #ikai_product .link_web_company {
        display: none;
    }
}

@media (max-width: 373px)  {
    #ikai_product #page_lp_content .bl_cta_content_right .line_bottom .number span {
        font-size: 45px;
    }
    #ikai_product #page_lp_content .bl_cta_content_right .cta_circle {
        max-width: 60px;
        right: 5%;
        top: 30%;
    }
    #ikai_product .main_content_4 .content_text:after {
        top: 74px;
        right: 18px;
        width: 70px;
        height: 62px;
    }
    #ikai_product .main_content_3 .title_bg:after {
        top: 44%;
        transform: translate(-50%, -50%);
        right: -40px;
        width: 95px;
        height: 95px;
        z-index: 1;
    }
    #ikai_product .main_content_4 .desc_c {
        font-size: 15px;
    }
    #ikai_product .main_content_4 .text_td {
        font-size: 12px;
    }
    #ikai_product #page_lp_content .main_content_6 {
        height: 338px;
    }
    #ikai_product .main_content_8 .text_2 {
        font-size: 10px;
  
    }
    #ikai_product .section_10 .section_10_ct_txt {
        padding: 3px 15px;
    }
}

@media (min-width: 767px) and (max-width: 950px){
    #ikai_product #page_lp_content .bottom {
        bottom: 160px;
    }
    #ikai_product #page_lp_content .pc_top_left {
        position: fixed;
        display: block;
        width: calc(100% - 376px);
        height: 100vh;
    }
    #ikai_product .main_content {
        position: absolute;
        top: 0;
        right: 0;
        width: 376px;
        z-index: 999999;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        left: auto;
    }
    #ikai_product #page_lp_content .pc_top_left .bl_banner {
        display: none;
    }
    #ikai_product #page_lp_content .pc_top_left .head .btn {
        display: none;
    }
    #ikai_product #page_lp_content .pc_top_left .head .title_pc {
        display: none;
    }
    #ikai_product #page_lp_content .pc_top_left .head .title_rd {
        display: none;
    }
    #ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom .line_3 {
        font-size: 24px;
    }
    #ikai_product .main_content_3 .list_item .item .title_t {
        font-size: 16px;
    }
    #ikai_product .main_content_5 .content .item .card_ft {
        font-size: 16px;
    }
    #ikai_product #page_lp_content .main_content_6 .bg_cta {
        bottom: 32px;
    }
    #ikai_product .section_14 .info-section h2 {
        font-size: 16px;
    }
    #ikai_product .section_15 .item_image:nth-child(4) .text_image span {
        padding: 2px 13px;
    }
    #ikai_product .section_16 .price-box .number {
        font-size: 19px;
    }
    #ikai_product .section_20 .step-header .label {
        left: 0;
    }
    #ikai_product .section_20 .step-desc {
        margin-left: 0;
    }
    #ikai_product .section_14 .tags span {
        font-size: 10px;
    }
    #ikai_product .section_16 .description ul li {
        font-size: 10px;
    }
    #ikai_product .main_content_3 .title_bg:before {
        top: 61%;
        transform: translate(-50%, -50%);
        left: 59px;
        width: 68px;
        height: 84px;
    }
    #ikai_product .main_content_3 .title_bg:after {
        top: 40%;
        transform: translate(-50%, -50%);
        right: -19px;
        width: 82px;
        height: 82px;
        z-index: 1;
    }
    #ikai_product .main_content_4 .content_text:after {
        top: 58px;
        right: 14px;
        width: 88px;
        height: 77px;
        z-index: 2;
    }
    #ikai_product .main_content_4 .text_td {
        font-size: 15px;
    }
    #ikai_product .main_content_5 .content .item:nth-child(1) .card_content ul li {
        font-size: 12px;
    }
    #ikai_product .main_content_5 .content .item:nth-child(2) .card_content ul li {
        font-size: 12px;
    }
    #ikai_product .container {
        padding: 0 15px;
    }
    #ikai_product #page_lp_content .cta_text .title_t_bg {
        font-size: 20px;
    }
    #ikai_product #page_lp_content .cta_text .title_t_bg .than_2 {
        font-size: 29px;
    }
    #ikai_product #page_lp_content .cta_text .title_t_sm {
        font-size: 16px;
    }
    #ikai_product #page_lp_content .bottom .cta_text:before {
        top: 34px;
        left: -18px;
        width: 69px;
        height: 40px;
    }
    #ikai_product #page_lp_content .bottom .cta_text {
        padding: 0;
        padding-right: 42px;
    }
    #ikai_product #page_lp_content .cta_circle {
        max-width: 98px;
        position: absolute;
        right: 2%;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    #ikai_product #page_lp_content .pc_top_left .head {
        padding-right: 8px;
    }
    #ikai_product #page_lp_content .bg_cta {
        padding: 21px 10px;
    }
    #ikai_product .only_tablet {
        display: block;
    }
}

@media (max-width: 600px) {
    #ikai_product .back-to-top {
        display: none !important;
    }
}

@media (max-width: 357px) {
    #ikai_product #page_lp_content .bl_cta_content_right .line_bottom .number span {
        font-size: 36px;
    }
}
@media (max-width: 337px) {
    #ikai_product #page_lp_content .bl_cta_content_right .line_bottom .number span {
        font-size: 30px;
    }
}

@media (min-width: 376px) and (max-width: 420px){
    #ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom {
        bottom: 155px;
    }
}

@media (max-width: 163px){
    #ikai_product #page_lp_content .bl_cta_content_right .bl_cta {
        display: none;
    }
    #ikai_product .section_banner .main_content_banner.main_content_2 .bl_text_bottom .line_3 {
        font-size: 14px;
    }
}
