/* css page category */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
:root {
    --font-ja: 'Noto Sans JP', sans-serif;
    --font-vn: 'Roboto';
}

html,
body {
    font-family: var(--font-vn);
}

html:lang(ja),
body:lang(ja) {
    font-family: var(--font-ja);
}

.breadcrumbs {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 25px;
}

.breadcrumbs li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #444444;
}

.breadcrumbs li a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    color: #444444;
    text-decoration: none;
}

.page-chapter {
    max-width: 1200px;
    margin: auto;
    margin-top: 120px;
}

.banner-chapter {
    min-height: 280px;
    background: #FED8AD;
    display: flex;
    justify-content: space-between;
    border-radius: 0 20px 20px 0;
}

.right-banner {
    position: relative;
    width: 30%;
    max-width: 370px;
    background: #F69238;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-banner {
    position: relative;
    width: 70%;
    max-width: 870px;
}

.bg-bn-right {
    position: absolute;
    bottom: 25px;
    right: 3px;
}

.name-bn {
    padding: 22px;
    max-width: 248px;
    background: #EF4722;
    border-radius: 0px 0px 76px 0px;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    /*    text-align: center;*/
    padding: 22px 73px 22px 35px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.title-bn h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 50px;
    text-transform: uppercase;
    color: #0A84C8;
    max-width: 651px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
}
html:lang(en-US) .ktv-link a{
    display: none;
}
html:lang(en-US) .ktv-link a.ktv-en {
    display: block !important;
}
.ktv-en{
    display: none !important;
}
.bg-bn-left {
    position: absolute;
    left: 18px;
    bottom: 7px;
}


/* content */

.content-chapter {
    display: flex;
}

.list-question {
    position: relative;
    min-height: 500px;
    width: 30%;
    max-width: 270px;
    background: #F69238;
    border-radius: 0px 0px 30px 30px;
    margin-right: 50px;
    padding: 30px 17px 36px 20px;
    height: fit-content;
}

.content-right {
    width: 100%;
    max-width: 850px;
}

.title-qs {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    text-decoration-line: underline;
    color: #FFFFFF;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 30px;
}

.decs-qs {
    margin-top: 60px;
}

.decs-qs p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
}

.decs-qs p strong {
    font-weight: 500;
}

.questions h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 10px 0;
    border-bottom: 1px dashed #FFFFFF;
}

.questions h3 a {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.questions h3 a:hover {
    color: #EF4722;
}

.send-more-ask {
    display: block;
    background: #FCFCFA;
    border-radius: 5px;
}

.send-more-ask a {
    text-decoration: none;
    padding: 9px 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #0a82c7;
    /* background: linear-gradient(203.07deg, #0C96D4 0%, #086CB7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; */
    /* text-fill-color: transparent; */
    margin-top: 40px;
    text-decoration: none !important;
}

.ask-item {
    display: flex;
    align-items: center;
}

.title-ask {
    border: 3px solid #F69238;
    border-radius: 20px;
    padding: 20px 30px;
    margin-left: 30px;
    min-width: 489px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    color: #333333;
}

#question_1 p {
    border: 3px solid #0A84C8;
    border-radius: 20px;
    padding: 19px 20px;
    max-width: 600px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
}

#question_1 .kc_single_image {
    width: 30%;
    max-width: 100px;
}

#question_1 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_1 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
}

#question_1 .kc_text_block {
    display: flex;
    justify-content: flex-end;
}


/* question_2 */

#question_2 {
    margin-top: 19px;
}

#question_2 p {
    border: 3px solid #0A84C8;
    border-radius: 20px;
    padding: 36px 25px 36px 35px;
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    margin-bottom: 0;
}
#question_2 p span{
    display: block;
    line-height: normal;
}
#question_2 .kc_single_image {
    position: absolute;
    top: -120px;
    right: 0;
    width: 30%;
    max-width: 100px;
}

#question_2 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_2 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_2 .kc_text_block {
    display: flex;
    justify-content: flex-end;
}


/* question 3 */

#question_3 p {
    border: 3px solid #0A84C8;
    border-radius: 20px;
    padding: 19px 20px;
    max-width: 600px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
}

#question_3 .kc_single_image {
    width: 30%;
    max-width: 100px;
}

#question_3 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_3 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
}

#question_3 .kc_text_block {
    display: flex;
    justify-content: flex-end;
}

#question_4 #content_1>.kc_column_inner>.kc_wrapper.kc-col-inner-container {
    display: flex;
    position: relative;
    justify-content: space-between;
}

#question_4 #content_1>.kc_column_inner>.kc_wrapper.kc-col-inner-container>.kc_row.kc_row_inner {
    width: calc(50% - 10px);
    margin: 0;
}

#question_4 #content_1>.kc_column_inner>.kc_wrapper.kc-col-inner-container>.kc_row.kc_row_inner.content-1 {
    padding-left: 48px;
}

#question_4 #content_1>.kc_column_inner>.kc_wrapper.kc-col-inner-container>.kc_row.kc_row_inner.content-2 {
    padding-right: 48px;
}

#question_4 #content_1>.kc_column_inner>.kc_wrapper.kc-col-inner-container>.kc_row.kc_row_inner>.kc_column_inner {
    padding: 0;
}

#content_1 {
    margin-top: 20px;
}

#content_1>.kc_column_inner>.kc_wrapper.kc-col-inner-container>.kc_row.kc_row_inner>.kc_column_inner .kc-col-inner-container {
    position: relative;
}

#content_1 .kc_single_image.img-1 {
    position: absolute;
    top: -20px;
    left: -48px;
    max-width: 100px;
}

#content_1 .kc_single_image.img-2 {
    position: absolute;
    top: -20px;
    right: -48px;
    max-width: 107px;
}

#question_4>.kc-container {
    padding: 0;
}

#question_4>.kc-container>.kc-wrap-columns {
    margin: 0;
}

#question_4 #content_1 .kc_text_block {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #333333;
}

#question_4 #content_1 .kc_text_block p {
    margin-bottom: 0;
}

#question_4 #content_1 .kc_text_block.txt-1 {
    background: #FED8AD;
    border-radius: 20px;
    padding: 10px 41px 10px 65px;
}

#question_4 #content_1 .kc_text_block.txt-2 {
    background: #FED8AD;
    border-radius: 20px;
    padding: 10px 75px 10px 18px;
}


/* tbl_content */

#tbl_content {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#tbl_content>.kc_column_inner {
    padding: 0;
}

#tbl_content>.kc_column_inner>.kc-col-inner-container {
    display: flex;
    border: 2px solid #0A84C8;
    border-radius: 20px;
}

#tbl_content>.kc_column_inner>.kc-col-inner-container>div:first-child {
    border-right: 2px solid #0A84C8;
    max-width: 345px;
}

#tbl_content>.kc_column_inner>.kc-col-inner-container>.kc_row.kc_row_inner {
    width: 60%;
    margin: 0;
}

#tbl_content .kc-title-wrap h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    color: #333333;
    padding: 20px 0;
    border-bottom: 2px solid #0A84C8;
    text-align: center;
}

#tbl_content .kc_row_inner>div.kc_column_inner:only-child {
    padding: 0;
}

#tbl_content .kc_text_block {
    padding: 23px 25px;
}

#tbl_content .kc_text_block p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

#tbl_content .kc_text_block p:first-child {
    /* margin-bottom: 5px; */
}

#tbl_content .kc_text_block p>strong {
    font-weight: 500;
}


/* question 5 */

#question_5 #tbl_content>.kc_column_inner>.kc-col-inner-container>div:first-child {
    max-width: 50%;
}


/* question_6 */

#question_6 #tbl_content>.kc_column_inner>.kc-col-inner-container>div:first-child {
    max-width: 50%;
}

.item-qs {
    margin-bottom: 50px;
}

.box-qr-link {
    border: 3px solid #F69238;
    border-radius: 20px;
    margin-top: 114px;
}

.qs-6-qr .kc_wrapper.kc-col-inner-container {
    display: flex;
}

.qs-6-qr .kc_wrapper.kc-col-inner-container .kc_single_image {
    max-width: 121px;
    margin-right: 46px;
}

.qs-6-qr .kc_column_inner {
    padding: 43px 40px;
}

#question_6 .box-qr-link .kc_title {
    position: absolute;
    top: -34px;
    left: 50%;
    background: #F36F43;
    border-radius: 40px;
    padding: 19px 121px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    /* text-align: justify; */
    text-transform: uppercase;
    color: #FFFFFF;
    min-width: 479px;
    transform: translateX(-50%);
}

.title-qr-11 {
    position: relative;
}

.title-qr-11::before,
.title-end::before,
#question_15 .content-15-end .kc_title.title-15::before,
#question_12 .box-qr-link .kc_title::before,
#question_6 .box-qr-link .kc_title::before {
    position: absolute;
    left: 10px;
    top: -10px;
    content: "";
    width: 54px;
    height: 83px;
    /* background-image: url(../images/light-fix-2.png); */
    background-image: url(../images/light-fix-3.png);
    transform: translate(-100%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 540px) {
    .title-qr-11::before,
    .title-end::before,
    #question_15 .content-15-end .kc_title.title-15::before,
    #question_12 .box-qr-link .kc_title::before,
    #question_6 .box-qr-link .kc_title::before {
        position: absolute;
        left: 5px;
        top: 5px;
        content: "";
        width: 24px;
        height: 36px;
        background-image: url(../images/light-fix-2.png);
        transform: translate(-100%, -50%);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.box-qr-link .kc_text_block {
    display: flex;
    align-items: center;
}

.box-qr-link .kc_text_block a {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #0A84C8;
}


/* content-qs-7 */

.content-qs-7 {
    border: 3px solid #0A84C8;
    border-radius: 20px;
    padding: 35px;
    margin-top: 30px;
}

.content-qs-7 .kc_text_block p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
}

.content-qs-7 .kc_text_block ol li::before {
    content: "1";
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #F36F43;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.content-qs-7 .kc_text_block ol li:nth-child(2)::before {
    content: "2";
}

.content-qs-7 .kc_text_block ol li {
    position: relative;
    padding-left: 34px;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    margin-bottom: 30px;
}

.content-qs-7 .kc_text_block ol li img {
    display: block;
    margin: auto;
    margin-top: 20px;
}

.content-qs-7 .kc_single_image {
    position: absolute;
    bottom: -35px;
    right: -35px;
    max-width: 100px;
}

.content-qs-7 .kc_text_block p:last-child {
    display: block;
    max-width: 705px;
}

.content-qs-7 .kc_single_image p {
    margin: 0;
}


/* Question 8 */

#question_8 {
    margin-top: 19px;
}

#question_8 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 803px;
    max-width: 703px;
    margin-bottom: 0;
}

#question_8 .kc_single_image {
    position: absolute;
    bottom: -10px;
    right: -15px;
    width: 30%;
    max-width: 100px;
}

.term-chapter-1 #question_9 .kc_single_image,
.term-chapter-1 #question_8 .kc_single_image {
    right: -35px;
}

.term-chapter-1-ja #question_9 .kc_single_image,
.term-chapter-1-ja #question_8 .kc_single_image {
    right: -35px;
}

#question_8 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_8 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_8 .kc_text_block {
    display: flex;
    justify-content: flex-start;
    border: 3px solid #0A84C8;
    padding: 19px 25px 22px 35px;
    border-radius: 20px;
}


/* Question 9 */

#question_9 {
    margin-top: 19px;
}

#question_9 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 803px;
    max-width: 703px;
    margin-bottom: 0;
}

#content_1_9_2 p {
    color: #333333;
}

#question_9 .kc_single_image {
    position: absolute;
    bottom: -10px;
    right: -15px;
    width: 30%;
    max-width: 100px;
}

#question_9 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_9 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_9 .kc_text_block {
    display: flex;
    justify-content: flex-start;
    border: 3px solid #0A84C8;
    padding: 19px 17px 22px 35px;
    border-radius: 20px;
}

#content_1_9_2 .kc_wrapper.kc-col-inner-container {
    position: relative;
    flex-direction: column;
}

#content_1_9_2 .kc_wrapper.kc-col-inner-container>.kc_row.kc_row_inner:last-child .kc_column_inner .kc_wrapper.kc-col-inner-container {
    flex-direction: row;
    justify-content: space-between;
}

#content_1_9_2 .kc_wrapper.kc-col-inner-container>.kc_row.kc_row_inner:last-child .kc_column_inner .kc_wrapper.kc-col-inner-container .kc_row.kc_row_inner .kc_text_block {
    flex-direction: column;
    border: none;
}

#content_1_9_2 {
    margin-left: 0;
    margin-right: 0;
}

#title_1_9 .kc_wrapper.kc-col-inner-container {
    flex-direction: row;
    justify-content: space-between;
}

.title-1 {
    background: #F69238;
    border-radius: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 20px;
    text-align: center;
}

.title-2 {
    background: #F69238;
    border-radius: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 20px;
    text-align: center;
}

#title_1_9 .kc_wrapper.kc-col-inner-container .kc-title-wrap:last-child {
    max-width: 326px;
}

#title_1_9 .kc_wrapper.kc-col-inner-container .kc-title-wrap:first-child {
    max-width: 418px;
}

#content_1_9_2>.kc_column_inner {
    padding: 0;
}

#content_1_9_2 {
    border: 3px solid #F69238;
    border-radius: 40px;
    margin-top: 30px;
}

.txt-1-9-1 {
    min-width: 280px;
}

.txt-1-9-1 p {
    text-align: center !important;
    color: #333333 !important;
}

.txt-1-9-3 p {
    text-align: center !important;
    color: #333333 !important;
}

.txt-1-9-3 p img {
    margin-top: 10px;
}

#position-arrow {
    position: absolute;
    top: 17%;
    left: 27%;
    max-width: 404px;
}

#content_1_9_2 .kc_wrapper.kc-col-inner-container>.kc_row.kc_row_inner:last-child .kc_column_inner .kc_wrapper.kc-col-inner-container>.kc_row.kc_row_inner {
    width: calc(100% / 3);
}

#position-arrow>.kc_column_inner>.kc-col-inner-container {
    flex-direction: column !important;
}

#position-arrow>.kc_column_inner>.kc-col-inner-container .kc_text_block:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    text-align: center;
    color: #333333;
}

#position-arrow>.kc_column_inner>.kc-col-inner-container .kc_text_block:last-child {
    position: relative;
    background: #F69238;
    padding: 17px 22px;
    padding-right: 0;
    border-radius: 0;
    min-width: 262px;
}

#position-arrow>.kc_column_inner>.kc-col-inner-container .kc_text_block:last-child::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 62px 142px 62px;
    border-color: transparent transparent #F69238 transparent;
    transform: rotate(90deg);
    right: -133px;
    top: -25px;
}

#position-arrow>.kc_column_inner>.kc-col-inner-container .kc_text_block:last-child p {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    /* or 167% */
    color: #FFFFFF;
    text-align: left;
}

.txt-arrow {
    padding: 0 20px 0 80px !important;
}

#box-pk .kc_wrapper.kc-col-inner-container {
    display: flex;
    flex-direction: column;
}

.box-pk .kc_wrapper.kc-col-inner-container {
    display: flex;
    flex-direction: column;
}

.box-pk .kc_wrapper.kc-col-inner-container {
    display: flex;
    flex-direction: column;
}


/* box-pk */

#box-pk {
    position: relative;
    background: #FDEBD4;
    border-radius: 35px;
    margin-top: 75px;
}

.box-pk {
    position: relative;
    background: #FDEBD4;
    border-radius: 35px;
    margin-top: 75px;
}

#box-pk .kc-title-wrap {
    margin: auto;
    background: #F36F43;
    border-radius: 40px;
    padding: 19px 28px;
    margin-top: -25px;
    max-width: 550px;
}

.box-pk .kc-title-wrap {
    margin: auto;
    background: #F36F43;
    border-radius: 40px;
    padding: 19px 28px;
    margin-top: -25px;
    max-width: 550px;
}

#box-pk .kc-title-wrap .title-pk {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.box-pk .kc-title-wrap .title-pk {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

#question_9 .pk-item-1 .kc_wrapper.kc-col-inner-container {
    flex-direction: row;
}

#question_9 .pk-item-2 .kc_wrapper.kc-col-inner-container {
    flex-direction: row;
}

#question_9 .pk-item-1 .kc_single_image {
    position: relative;
    min-width: 167px;
    margin-right: 25px;
}

#question_9 .pk-item-1 .kc_single_image p {
    margin-left: 0;
}

#question_9 .pk-item-2 .kc_single_image p {
    margin-left: 0;
    text-align: center;
}

#question_9 .pk-item-2 .kc_single_image {
    position: relative;
    min-width: 167px;
}

#question_9 .pk-item-1 .kc_text_block {
    border: none;
}

#question_9 .pk-item-2 .kc_text_block p span,
#question_9 .pk-item-1 .kc_text_block p span {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
}

#question_9 .pk-item-2 .kc_text_block {
    border: none;
}

.pk-item-1 {
    margin-bottom: 20px;
    margin-top: 20px;
}


/* .pk-item-1 img {
    width: 126px;
    max-width: 126px;
} */

#question_9 .kc_text_block.last-txt {
    border: none;
}

#question_9 .kc_text_block.last-txt p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    max-width: 100%;
}

#box-pk .box-pk-class .kc_wrapper.kc-col-inner-container .kc_text_block {
    border: none;
    flex-direction: column;
    padding-left: 20px;
}

.box-pk .box-pk-class .kc_wrapper.kc-col-inner-container .kc_text_block {
    border: none;
    flex-direction: column;
    padding-left: 20px;
}

.box-pk-class .kc_text_block ol li::before {
    content: "1";
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #F36F43;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.box-pk-class .kc_text_block ol li:nth-child(2)::before {
    content: "2";
}

.box-pk-class .kc_text_block ol li:nth-child(3)::before {
    content: "3";
}

.box-pk-class .kc_text_block ol li:nth-child(4)::before {
    content: "4";
}

.box-pk-class .kc_text_block ol li:nth-child(5)::before {
    content: "5";
}

.box-pk-class .kc_text_block ol li:nth-child(6)::before {
    content: "6";
}

.box-pk-class .kc_text_block ol li {
    position: relative;
    padding-left: 34px;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    margin-bottom: 15px;
}

#box-pk .box-pk-class .kc_wrapper.kc-col-inner-container .kc_text_block p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 100%;
    margin-bottom: 10px;
}

.box-pk .box-pk-class .kc_wrapper.kc-col-inner-container .kc_text_block p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 100%;
    margin-bottom: 10px;
}

#question_9 .img_1_9 .kc_single_image {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: 280px;
    margin-top: -18px;
}

.box-qr-link.end>.kc_column_inner {
    padding: 38px;
}

.box-qr-link.end .kc_wrapper.kc-col-inner-container {
    flex-direction: column;
}

#question_9 .qr-n .kc_wrapper.kc-col-inner-container {
    margin-top: 16px;
    flex-direction: row;
    align-items: flex-start;
}

#question_9 .qr-n .kc_wrapper.kc-col-inner-container .kc_single_image {
    position: unset;
}


/* #question_9 .qr-n>.kc_column_inner {
    padding: 0;
} */

#question_9 .qr-n>.kc_column_inner .kc_single_image {
    max-width: 121px;
}

#question_9 .qr-n>.kc_column_inner .kc_single_image p {
    margin: 0;
}

#question_9 .qr-n>.kc_column_inner .kc_text_block {
    padding: 0;
    border: none;
    padding-left: 40px;
}

#question_9 .qr-n>.kc_column_inner .kc_text_block p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
}

#question_9 .txt-end {
    padding: 0;
    border: none;
    margin-top: 35px;
}

#question_9 .txt-end p {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    color: #333333;
}

#question_9 .qr-n.f1 .kc_wrapper.kc-col-inner-container {
    align-items: center;
}

.title-end {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F36F43;
    border-radius: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 19px 20px;
    min-width: 479px;
}


/* question 10 */

#question_10 {
    margin-top: 19px;
}

#question_10 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 803px;
    max-width: 703px;
    margin-bottom: 0;
}
#question_10 p span{
    display: block;
}
#question_10 .kc_single_image {
    position: absolute;
    top: -14px;
    right: -35px;
    width: 30%;
    max-width: 100px;
}

#question_10 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_10 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_10 .kc_text_block {
    display: flex;
    justify-content: flex-start;
    border: 3px solid #0A84C8;
    padding: 19px 25px 22px 35px;
    border-radius: 20px;
}


/* question_11 */

#question_11 {
    margin-top: 19px;
}

#question_11 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 803px;
    max-width: 703px;
    margin-bottom: 0;
}

#question_11 .kc_single_image {
    position: absolute;
    top: -14px;
    right: -35px;
    width: 30%;
    max-width: 100px;
}

#question_11 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_11 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_11 .kc_text_block {
    display: flex;
    justify-content: flex-start;
    border: 3px solid #0A84C8;
    padding: 19px 25px 22px 35px;
    border-radius: 20px;
    min-height: 130px;
}


/* question_12 */

#question_12 {
    margin-top: 19px;
}

#question_12 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 803px;
    max-width: 703px;
    margin-bottom: 0;
}

#question_12 .kc_single_image {
    position: absolute;
    top: -14px;
    right: -35px;
    width: 30%;
    max-width: 100px;
}

#question_12 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_12 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_12 .kc_text_block {
    display: flex;
    justify-content: flex-start;
    border: 3px solid #0A84C8;
    padding: 19px 25px 22px 35px;
    border-radius: 20px;
    min-height: 130px;
}

#question_12 .kc_text_block ol li::before {
    content: "1";
    position: absolute;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    background: #F36F43;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

#question_12 .kc_text_block ol li:nth-child(2)::before {
    content: "2";
}

#question_12 .kc_text_block ol li:nth-child(3)::before {
    content: "3";
}

#question_12 .kc_text_block ol li {
    position: relative;
    padding-left: 34px;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 675px;
    margin-bottom: 15px;
}

#question_12 .kc_text_block ol li em {
    color: #F69238;
    font-style: initial;
}

#question_12 .kc_text_block ol li img {
    display: block;
    margin: auto;
    margin-top: 20px;
}


/* question_13 */

#question_13 {
    margin-top: 19px;
}

#question_13 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 803px;
    max-width: 703px;
    margin-bottom: 0;
}

#question_13 .kc_single_image {
    position: absolute;
    top: -14px;
    right: -35px;
    width: 30%;
    max-width: 100px;
}

#question_13 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_13 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_13 .kc_text_block {
    display: flex;
    justify-content: flex-start;
    border: 3px solid #0A84C8;
    padding: 19px 25px 22px 35px;
    border-radius: 20px;
    min-height: 130px;
}

#question_13 .kc_text_block ol li::before {
    content: "1";
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: #F36F43;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

#question_13 .kc_text_block ol li:nth-child(2)::before {
    content: "2";
}

#question_13 .kc_text_block ol li:nth-child(3)::before {
    content: "3";
}

#question_13 .kc_text_block ol li {
    position: relative;
    padding-left: 34px;
    list-style: none;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 675px;
    margin-bottom: 15px;
}
#question_13 .kc_text_block ol li p{
    margin-bottom: 10px;
}
#question_13 .kc_text_block ol li span{
    display: block;
    margin-bottom: 10px;
}
#question_13 .kc_text_block ol li span br{
    display: none;
   
}
#question_13 .kc_text_block ol li img {
    display: block;
    margin: auto;
    margin-top: 20px;
}


/* question_14 */

#question_14 {
    margin-top: 19px;
}

#question_14 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 803px;
    max-width: 703px;
    margin-bottom: 0;
}

#question_14 .kc_single_image {
    position: absolute;
    top: -14px;
    right: 0;
    width: 30%;
    max-width: 100px;
}

#question_14 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_14 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_14 .kc_text_block {
    display: flex;
    justify-content: flex-start;
    border: 3px solid #0A84C8;
    padding: 19px 25px 22px 35px;
    border-radius: 20px;
    min-height: 130px;
    max-width: 803px;
}


/* question_15 */

#question_15 {
    margin-top: 19px;
}

#question_15 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 803px;
    max-width: 703px;
    margin-bottom: 0;
}

#question_15 .kc_single_image {
    position: absolute;
    width: 30%;
    max-width: 138px;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
}

#question_15 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_15 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_15 .kc_text_block {
    display: flex;
    justify-content: flex-start;
    border: 3px solid #0A84C8;
    padding: 19px 25px 22px 35px;
    border-radius: 20px;
    min-height: 174px;
}

#question_15 .kc_text_block:lang(en-US){
    min-height: 210px;
}
/* question_16 */

#question_16 {
    margin-top: 40px;
}

#question_16 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    max-width: 803px;
    max-width: 703px;
    margin-bottom: 0;
}
#question_16 p span{
    display: block;
    margin-bottom: 10px;
}
#question_16 p span br{
    display: none;
}
#question_16 .kc_single_image {
    position: absolute;
    top: -14px;
    right: -35px;
    width: 30%;
    max-width: 100px;
}

#question_16 .kc_single_image p {
    border: none;
    padding: 0;
    margin: 0;
    margin-left: 8px;
}

#question_16 .kc_wrapper.kc-col-inner-container {
    display: flex;
    align-items: center;
    position: relative;
}

#question_16 .kc_text_block {
    display: flex;
    justify-content: flex-start;
    border: 3px solid #0A84C8;
    padding: 19px 25px 22px 35px;
    border-radius: 20px;
    min-height: 130px;
}

#question_10 .unset-posi {
    position: unset;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
}

#question_10 .unset-posi p {
    max-width: 570px;
    margin: auto;
    margin-top: 70px;
}

#question_11 .unset-posi {
    position: unset;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
}

#question_11 .unset-posi p {
    max-width: 144px;
    margin: auto;
    margin-top: 11px;
}

#question_11 .unset-posi.tbl.mg-50 {
    margin-top: 50px;
}

#question_11 .unset-posi.tbl p img {
    vertical-align: middle;
}

#question_11 .unset-posi.tbl p {
    max-width: 850px;
    margin: 0;
}

#question_11 .box-11 .kc_wrapper.kc-col-inner-container {
    flex-direction: column;
}

#question_11 .qr-11-i-txt .kc_single_image {
    position: unset;
    max-width: 129px;
    margin-right: 40px;
}

#question_11 .qr-11-i-txt .kc_single_image p {
    margin: 0;
}

#question_11 .qr-11-i-txt .kc_wrapper.kc-col-inner-container {
    flex-direction: row;
}

#question_11 .qr-11-i-txt .kc_text_block {
    padding: 0;
    border: none;
}

#question_11 .qr-11-i-txt .kc_text_block p a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0A84C8;
}

#question_11 .qr-11-i-txt .kc_text_block p a:hover {
    color: #EF4722;
}

#question_11 .txt-end-11 {
    padding: 0;
    border: none;
    margin-top: 20px;
}

#question_11 .txt-end-11 p {
    max-width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
}

#question_11 .txt-end-11 p strong {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
}

.title-qr-11 {
    background: #F36F43;
    border-radius: 40px;
    padding: 19px 20px;
    max-width: 479px;
    margin: auto;
    margin-top: 104px;
    margin-bottom: 33px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.steps-box-11 .kc-title-wrap {
    position: absolute;
    top: 0;
    left: 55px;
    transform: translateY(-50%);
}

.title-step {
    background: #F36F43;
    border-radius: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    /* identical to box height, or 145% */
    text-align: center;
    color: #FFFFFF;
    padding: 19px 65px;
    max-width: 200px;
}

#question_11 .content-step {
    border: 3px solid #F69238;
    border-radius: 20px;
    padding-top: 55px;
    padding-left: 29px;
    padding-bottom: 49px;
    flex-direction: column;
}

#question_11 .content-step strong {
    font-size: 22px;
    line-height: 32px;
}

#question_11 .kc_single_image.step-img {
    position: absolute;
    right: -45px;
    top: 50%;
    max-width: 189px;
    transform: translateY(-50%);
}

#question_11 .content-step p {
    max-width: 601px;
}

#question_11 .content-step p:first-child {
    margin-bottom: 10px;
}

#question_11 .steps-box-11 {
    margin-top: 65px;
}

#question_11 .content-step p a {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0A84C8;
}

#question_11 .content-step.end {
    padding-right: 42px;
    padding-bottom: 35px;
}

#question_11 .content-step.end p {
    max-width: 100%;
    padding-right: 15px;
}

#question_12 .txt-content-12 {
    padding: 0;
    border: none;
    min-height: unset;
    margin-top: 60px
}

#question_12 .txt-content-12 p {
    width: 100%;
    max-width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #333333;
}


/*  */

.qs-6-qr .kc_wrapper.kc-col-inner-container {
    display: flex;
}

.qs-6-qr .kc_wrapper.kc-col-inner-container .kc_single_image {
    max-width: 121px;
    margin-right: 46px;
}

.qs-6-qr .kc_column_inner {
    padding: 43px 40px;
}

#question_12 .box-qr-link .kc_title {
    position: absolute;
    top: -34px;
    left: 50%;
    background: #F36F43;
    border-radius: 40px;
    padding: 19px 121px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    /* text-align: justify; */
    text-transform: uppercase;
    color: #FFFFFF;
    min-width: 479px;
    transform: translateX(-50%);
}

.box-qr-link .kc_text_block {
    display: flex;
    align-items: center;
}

.box-qr-link .kc_text_block a {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #0A84C8;
}

.box-qr-link.fix-12 .kc_text_block a,
.box-qr-link.end .kc_text_block a {
    text-transform: unset;
}

#question_12 .box-qr-link.fix-12 .kc_wrapper.kc-col-inner-container {
    display: flex;
    flex-direction: column;
}

#question_12 .box-qr-link.fix-12 .kc_wrapper.kc-col-inner-container .kc_single_image {
    position: unset;
    max-width: 129px;
}

#question_12 .box-qr-link.fix-12 .qs-6-qr .kc_wrapper.kc-col-inner-container {
    flex-direction: row;
}

#question_12 .box-qr-link.fix-12 .qs-6-qr .kc_wrapper.kc-col-inner-container .kc_text_block {
    padding: 0;
    border: none;
}

#question_12 .box-qr-link.fix-12 .qs-6-qr>.kc_column_inner {
    padding: 61px 38px 48px 35px;
}

#question_12 .box-qr-link.fix-12 .qs-6-qr>.kc_column_inner a:hover {
    color: #EF4722;
}


/*  */

#question_13 .unset-posi {
    position: unset;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
}

#question_13 .unset-posi p {
    max-width: 243px;
    margin: auto;
    margin-top: 11px;
}

#question_13 .unset-posi.tbl.mg-50 {
    margin-top: 50px;
}

#question_13 .unset-posi.tbl p img {
    vertical-align: middle;
}

#question_13 .unset-posi.tbl p {
    max-width: 850px;
    margin: 0;
}


/*  */

#question_14 .unset-posi {
    position: unset;
    max-width: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    margin-top: 90px;
}

#question_14 .unset-posi p {
    max-width: 850px;
    margin: auto;
    margin-top: 11px;
}

#question_14 .unset-posi.tbl.mg-50 {
    margin-top: 50px;
}

#question_14 .unset-posi.tbl p img {
    vertical-align: middle;
}

#question_14 .unset-posi.tbl p {
    max-width: 850px;
    margin: 0;
}

#question_15 .content-15-end {
    margin-top: 165px;
}

#question_15 .content-15-end .kc_wrapper.kc-col-inner-container {
    flex-direction: column;
    padding: 60px 35px 65px 35px;
    background: #FDEBD4;
    border-radius: 35px;
}

#question_15 .content-15-end .kc_title.title-15 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F36F43;
    border-radius: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    /* identical to box height, or 145% */
    text-align: center;
    color: #FFFFFF;
    padding: 19px 89px;
    min-width: 550px;
}

#question_15 .kc_text_block.txt-content-15 {
    padding: 0;
    border: none;
    min-height: unset;
}

#question_15 .kc_text_block.txt-content-15 p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
    min-height: unset;
    margin-bottom: 25px;
    max-width: 637px;
}

#question_15 .content-15-end .box-qr-15 .kc_single_image {
    position: unset;
    transform: unset;
}

#question_15 .content-15-end .box-qr-15 .kc_wrapper.kc-col-inner-container {
    flex-direction: row;
    padding: 0;
    /* width: 100%; */
}

#question_15 .kc_text_block.qr-content-15 {
    padding: 0;
    border: none;
    min-height: unset;
    margin-left: 36px;
}

#question_15 .kc_text_block.qr-content-15 p a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0A84C8;
}

#question_15 .kc_text_block.qr-content-15 p a:hover {
    color: #EF4722;
}

#question_16 .box-content-qr-16 .kc_wrapper.kc-col-inner-container {
    flex-direction: column;
}

#question_16 .box-content-qr-16 .kc_single_image {
    position: unset;
    max-width: 147px;
    margin-right: 26px;
}

#question_16 .box-content-qr-16 .kc_single_image p {
    margin: 0;
}

#question_16 .content-qr-16 .kc_wrapper.kc-col-inner-container {
    flex-direction: row;
    border: 3px solid #F69238;
    border-radius: 20px;
    padding: 44px 34px;
}

#question_16 .content-qr-16 .kc_wrapper.kc-col-inner-container .txt-content-16 {
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    line-height: 32px;
}

#question_16 .content-qr-16 .kc_wrapper.kc-col-inner-container .txt-content-16 p {
    font-size: 22px;
    line-height: 32px;
}

#question_16 .kc_title.title-16 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    margin-top: 56px;
    margin-bottom: 20px;
}

#question_16 .content-qr-16 .kc_wrapper.kc-col-inner-container .txt-content-16 p a {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0A84C8;
}

#question_16 .content-qr-16 .kc_wrapper.kc-col-inner-container .txt-content-16 p a:hover {
    color: #EF4722;
}

.content-chapter {
    position: relative;
}

.content-chapter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 30px;
    /* background: #F69238; */
    border-radius: 0px 0px 50px 0px;
}

.page-chapter .content-chapter::before {
    background: #F69238;
}

.chapter2 .content-chapter::before {
    background: #11B3B2;
}

.chapter3 .content-chapter::before {
    background: #F59290;
}

.chapter4 .content-chapter::before {
    background: #64BE75;
}

.chapter5 .content-chapter::before {
    background: #4B7DBF;
}


/* cmt */

.cmt-c1-q1 .comment-evaluate {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    margin-right: 0;
    max-width: 700px;
    margin-top: -30px;
}

.cmt-c1-q1 .comment-evaluate a {
    margin: unset;
}

.mg-0 .comment-evaluate a {
    margin-right: 0;
}

#question_6 .comment-evaluate a {
    width: 100%;
    padding-top: 10px;
    margin-right: 0;
}

#question_9 .comment-evaluate a {
    width: 100%;
    padding-top: 10px;
    margin-right: 0;
}

#question_10 .comment-evaluate a {
    width: 100%;
    padding-top: 10px;
    margin-right: 0;
}

#question_11 .comment-evaluate a {
    width: 100%;
    padding-top: 21px;
    margin-right: 0;
}

#question_12 .comment-evaluate a {
    width: 100%;
    padding-top: 10px;
    margin-right: 0;
}

#question_13 .comment-evaluate a {
    width: 100%;
    padding-top: 10px;
    margin-right: 0;
}

#question_14 .comment-evaluate a {
    width: 100%;
    padding-top: 21px;
    margin-right: 0;
}

#question_15 .comment-evaluate a {
    width: 100%;
    padding-top: 10px;
    margin-right: 0;
}

#question_16 .comment-evaluate a {
    width: 100%;
    padding-top: 10px;
    margin-right: 0;
}


/* fix */

#question_4 .aligncenter {
    margin: 0 auto 0px;
}

#question_4 #tbl_content .kc_text_block {
    padding-bottom: 6px;
}

#question_15 .img_posi_5_15 {
    position: absolute;
    top: 65px;
    left: unset;
    right: -20px;
    max-width: 100px;
    max-height: 155px;
}

.term-chapter-1 .title-sub {
    color: #0A84C8;
}

.term-chapter-1 .gallery-qs {
    min-width: 126px;
}

.term-chapter-1-ja .title-sub {
    color: #0A84C8;
}

.term-chapter-1-ja .gallery-qs {
    min-width: 126px;
}

#question_16 .kc_text_block.f-mb em {
    font-style: normal;
}


/* fix new sidebar */

.page-chapter .content-chapter::before {
    display: none;
}

.box-qs-list-part2 {
    max-width: 270px;
    border-radius: 16px;
    margin-right: 50px;
    margin-top: 30px;
}

.box-question-items {
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 20px 15px;
    position: relative;
    min-height: 148px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 5px;
}

.box-question-items::before {
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    width: 8px;
    height: 110px;
    border-radius: 0px 6px 6px 0px;
}

.box-question-items::after {
    content: "";
    width: 62px;
    height: 54px;
    position: absolute;
    top: 5px;
    right: 2px;
}

.box-question-items.chapter1::before {
    background: #FED8AD;
}

.box-question-items.chapter2::before {
    background: #BAE5F0;
}

.box-question-items.chapter3::before {
    background: #FAC7C7;
}

.box-question-items.chapter4::before {
    background: #E6EFB9;
}

.box-question-items.chapter5::before {
    background: #AFCDEB;
}


/*  */

.box-question-items.chapter1::after {
    background-image: url(../images/assets/bg-c1.png);
}

.box-question-items.chapter2::after {
    background-image: url(../images/assets/bg-c2-2.png);
    width: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 90%;
    top: 2px;
    max-width: 247px;
}

.box-question-items.chapter3::after {
    background-image: url(../images/assets/bg-c3.png);
}

.box-question-items.chapter4::after {
    background-image: url(../images/assets/bg-c4.png);
}

.box-question-items.chapter5::after {
    background-image: url(../images/assets/bg-c5.png);
}


/*  */

.box-question-items.chapter1 {
    background: #F69238;
}

.box-question-items.chapter2 {
    background: #11B3B2;
}

.box-question-items.chapter3 {
    background: #F59290;
}

.box-question-items.chapter4 {
    background: #64BE75;
}

.box-question-items.chapter5 {
    background: #4B7DBF;
}

.box-item-question {
    display: none;
}

.name-chapter-p2 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    /* margin-bottom: 16px; */
    margin-bottom: 5px;
}

.term-chapter-1 .box-question-items.chapter1 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-1 .box-question-items.chapter1 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.term-chapter-2 .box-question-items.chapter2 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-2 .box-question-items.chapter2 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.term-chapter-3 .box-question-items.chapter3 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-3 .box-question-items.chapter3 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.term-chapter-4 .box-question-items.chapter4 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-4 .box-question-items.chapter4 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.term-chapter-5 .box-question-items.chapter5 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-5 .box-question-items.chapter5 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}


/*  */

.term-chapter-1-ja .box-question-items.chapter1 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-1-ja .box-question-items.chapter1 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.term-chapter-2-ja .box-question-items.chapter2 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-2-ja .box-question-items.chapter2 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.term-chapter-3-ja .box-question-items.chapter3 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-3-ja .box-question-items.chapter3 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.term-chapter-4-ja .box-question-items.chapter4 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-4-ja .box-question-items.chapter4 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}

.term-chapter-5-ja .box-question-items.chapter5 .name-chapter-p2 {
    margin-bottom: 8px;
}

.term-chapter-5-ja .box-question-items.chapter5 .title-chapter-p2 {
    border-bottom: 1px dashed #FFFFFF;
    padding-bottom: 8px;
    margin-bottom: 0;
}


/*  */

.title-chapter-p2 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 19px;
}

.icon-bot {
    border-top: 1px dashed #FFFFFF;
    text-align: center;
    padding-top: 7px;
}

.term-chapter-1 .box-question-items.chapter1 .icon-bot {
    border-top: none;
}

.term-chapter-2 .box-question-items.chapter2 .icon-bot {
    border-top: none;
}

.term-chapter-3 .box-question-items.chapter3 .icon-bot {
    border-top: none;
}

.term-chapter-4 .box-question-items.chapter4 .icon-bot {
    border-top: none;
}

.term-chapter-5 .box-question-items.chapter5 .icon-bot {
    border-top: none;
}


/*  */

.term-chapter-1-ja .box-question-items.chapter1 .icon-bot {
    border-top: none;
}

.term-chapter-2-ja .box-question-items.chapter2 .icon-bot {
    border-top: none;
}

.term-chapter-3-ja .box-question-items.chapter3 .icon-bot {
    border-top: none;
}

.term-chapter-4-ja .box-question-items.chapter4 .icon-bot {
    border-top: none;
}

.term-chapter-5-ja .box-question-items.chapter5 .icon-bot {
    border-top: none;
}


/*  */

.icon-bot img {
    cursor: pointer;
}

.term-chapter-1 .box-question-items.chapter1 .icon-bot img {
    transform: rotate(180deg);
}

.term-chapter-2 .box-question-items.chapter2 .icon-bot img {
    transform: rotate(180deg);
}

.term-chapter-3 .box-question-items.chapter3 .icon-bot img {
    transform: rotate(180deg);
}

.term-chapter-4 .box-question-items.chapter4 .icon-bot img {
    transform: rotate(180deg);
}

.term-chapter-5 .box-question-items.chapter5 .icon-bot img {
    transform: rotate(180deg);
}


/*  */

.term-chapter-1-ja .box-question-items.chapter1 .icon-bot img {
    transform: rotate(180deg);
}

.term-chapter-2-ja .box-question-items.chapter2 .icon-bot img {
    transform: rotate(180deg);
}

.term-chapter-3-ja .box-question-items.chapter3 .icon-bot img {
    transform: rotate(180deg);
}

.term-chapter-4-ja .box-question-items.chapter4 .icon-bot img {
    transform: rotate(180deg);
}

.term-chapter-5-ja .box-question-items.chapter5 .icon-bot img {
    transform: rotate(180deg);
}


/*  */

.term-chapter-1 .box-question-items.chapter1 .icon-bot img.active {
    transform: unset;
}

.term-chapter-2 .box-question-items.chapter2 .icon-bot img.active {
    transform: unset;
}

.term-chapter-3 .box-question-items.chapter3 .icon-bot img.active {
    transform: unset;
}

.term-chapter-4 .box-question-items.chapter4 .icon-bot img.active {
    transform: unset;
}

.term-chapter-5 .box-question-items.chapter5 .icon-bot img.active {
    transform: unset;
}


/*  */

.term-chapter-1-ja .box-question-items.chapter1 .icon-bot img.active {
    transform: unset;
}

.term-chapter-2-ja .box-question-items.chapter2 .icon-bot img.active {
    transform: unset;
}

.term-chapter-3-ja .box-question-items.chapter3 .icon-bot img.active {
    transform: unset;
}

.term-chapter-4-ja .box-question-items.chapter4 .icon-bot img.active {
    transform: unset;
}

.term-chapter-5-ja .box-question-items.chapter5 .icon-bot img.active {
    transform: unset;
}


/*  */

.term-chapter-1 .box-question-items.chapter1 .box-item-question,
.box-question-items.active .box-item-question {
    display: block;
}

.term-chapter-2 .box-question-items.chapter2 .box-item-question {
    display: block;
    position: relative;
    z-index: 1;
}

.term-chapter-3 .box-question-items.chapter3 .box-item-question {
    display: block;
}

.term-chapter-4 .box-question-items.chapter4 .box-item-question {
    display: block;
}

.term-chapter-5 .box-question-items.chapter5 .box-item-question {
    display: block;
}


/*  */

.term-chapter-1-ja .box-question-items.chapter1 .box-item-question {
    display: block;
}

.term-chapter-2-ja .box-question-items.chapter2 .box-item-question {
    display: block;
    position: relative;
    z-index: 1;
}

.term-chapter-3-ja .box-question-items.chapter3 .box-item-question {
    display: block;
}

.term-chapter-4-ja .box-question-items.chapter4 .box-item-question {
    display: block;
}

.term-chapter-5-ja .box-question-items.chapter5 .box-item-question {
    display: block;
}


.term-chapter-1-en .box-question-items.chapter1 .box-item-question {
    display: block;
}

.term-chapter-2-en .box-question-items.chapter2 .box-item-question {
    display: block;
    position: relative;
    z-index: 1;
}

.term-chapter-3-en .box-question-items.chapter3 .box-item-question {
    display: block;
}

.term-chapter-4-en .box-question-items.chapter4 .box-item-question {
    display: block;
}

.term-chapter-5-en .box-question-items.chapter5 .box-item-question {
    display: block;
}
.term-chapter-1-en .box-question-items.chapter1 .link-chapter {
    display: none;
}

.term-chapter-2-en .box-question-items.chapter2 .link-chapter {
    display: none;
}

.term-chapter-3-en .box-question-items.chapter3 .link-chapter {
    display: none;
}

.term-chapter-4-en .box-question-items.chapter4 .link-chapter {
    display: none;
}

.term-chapter-5-en .box-question-items.chapter5 .link-chapter {
    display: none;
}

/*  */

.header-chapter {
    position: relative;
    z-index: 1;
}

.link-chapter {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
    opacity: 0;
}

.term-chapter-1 .box-question-items.chapter1 .link-chapter,
.box-question-items.active .link-chapter {
    display: none;
}

.term-chapter-2 .box-question-items.chapter2 .link-chapter {
    display: none;
}

.term-chapter-3 .box-question-items.chapter3 .link-chapter {
    display: none;
}

.term-chapter-4 .box-question-items.chapter4 .link-chapter {
    display: none;
}

.term-chapter-5 .box-question-items.chapter5 .link-chapter {
    display: none;
}


/*  */

.term-chapter-1-ja .box-question-items.chapter1 .link-chapter {
    display: none;
}

.term-chapter-2-ja .box-question-items.chapter2 .link-chapter {
    display: none;
}

.term-chapter-3-ja .box-question-items.chapter3 .link-chapter {
    display: none;
}

.term-chapter-4-ja .box-question-items.chapter4 .link-chapter {
    display: none;
}

.term-chapter-5-ja .box-question-items.chapter5 .link-chapter {
    display: none;
}


/*  */

.send-more-ask {
    border: 1px solid #0A88CA;
    margin-bottom: 20px;
    border-radius: 10px;
}

.send-more-ask a {
    margin: 0;
}

.send-more-ask a:hover {
    color: #EF4722;
}

.image-sidebar {
    display: block;
}

.image-sidebar:hover {
    background: #F3F3F3;
    opacity: 0.5;
}

.term-chapter-1-ja .decs-qs p:lang(ja) {
    color: #666666;
}

.title-step:lang(ja) {
    padding: 19px 35px;
}

.box-answer>section>.kc-container:lang(ja) {
    padding: 0;
}


/* fix cmt */

.comment-evaluate {
    display: flex;
    justify-content: flex-end;
}

.comment-evaluate a {
    margin: 0 !important;
    width: unset !important;
    max-width: unset !important;
    padding-top: 0 !important;
}

.term-chapter-1-ja .comment-evaluate a:last-child,
.term-chapter-1 .comment-evaluate a:last-child {
    margin-right: 0 !important;
}

.comment-evaluate a:last-child {
    margin-right: 30px !important;
}

.kc-css-3204551 .comment-evaluate a:last-child {
    margin-right: 0 !important;
}

#question_16 .kc-col-container,
#question_15 .kc-col-container,
#question_14 .kc-col-container,
#question_13 .kc-col-container,
#question_12 .kc-col-container,
#question_11 .kc-col-container,
#question_10 .kc-col-container,
#question_9 .kc-col-container,
#question_6 .kc-col-container {
    display: flex;
    flex-direction: column;
}

#question_12 .kc-css-1522965>p:lang(ja) {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
}

#tbl-kc table:lang(ja) tbody tr:last-child th {
    padding: 12px;
}

.search-excerpt {
    color: #64BE75;
}


/* Thiết kế table */

#question_11 .steps-box-11.step-1 {
    border: 2px solid #F36F43;
    border-radius: 20px 20px 0px 0px;
}

#question_11 .steps-box-11 {
    margin-top: 0;
    border-left: 2px solid #F36F43;
    border-right: 2px solid #F36F43;
    border-bottom: 2px solid #F36F43;
}

.kc-css-2865451.steps-box-11,
.kc-css-573952.steps-box-11 {
    border-radius: 0px 0px 20px 20px;
}

.steps-box-11 .kc-title-wrap {
    position: unset;
    max-width: 110px;
}

.steps-box-11 .kc-title-wrap:lang(ja) {
    max-width: 125px;
}

.title-step {
    background: unset;
    padding: 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #F36F43;
}

#question_11 .content-step {
    border: none;
    border-left: 2px solid #F36F43;
    border-radius: 0;
}

.title-step:lang(ja) {
    padding: 0 9px;
}

#question_11 .kc_single_image.step-img {
    right: 5px;
}

#question_11 .kc_single_image.step-img.s-2 {
    max-width: 82px;
}

#question_11 .kc_single_image.step-img {
    max-width: 150px;
}

#question_11 .kc_single_image.step-img>p {
    margin: 0;
}

#question_11 .content-step {
    padding: 20px 25px;
    min-height: 155px;
}

#question_11 .steps-box-11>.kc_column_inner {
    padding: 0;
}

#question_11 .content-step p {
    max-width: 551px;
}

#question_11 .content-step p:lang(ja) {
    max-width: 540px;
}

#question_11 .content-step.end p:lang(ja) {
    max-width: 100%;
}

.steps-box-11 .kc-title-wrap {
    transform: unset;
}