a {
    text-decoration: none;
}

.contact-header:hover {
    background: #F0708A;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.box-header {
    transition: all 0.3s ease-in-out;
    background-position: 100px;
    background: linear-gradient(203.07deg, #0C96D4 0%, #086CB7 100%);
}

.home .box-header {
    transition: all 0.3s ease-in-out;
    background-position: 100px;
    background: unset;
}

.box-header.active-scroll {
    transition: all 0.3s ease-in-out;
    background-position: 100px;
    background: linear-gradient(203.07deg, #0C96D4 0%, #086CB7 100%);
}

.mid-header {
    height: 120px;
    padding: 0 55px;
}

.header-home .mid-header {
    height: 120px;
    padding: 0 55px;
}

.site-brand>a {
    display: block;
}

.mid-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-right {
    display: flex;
    align-items: center;
}

.contact-header {
    background: #FCFCFA;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

.contact-header a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    display: block;
    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;
    padding: 6px 20px;
}

.social {
    display: flex;
    margin-right: 20px;
}

.social>a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    background: transparent;
    margin-right: 10px;
}

.social>a>i {
    color: #FFFFFF;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.social>a:hover>i {
    color: rgb(29 155 240);
}

.social>a:hover {
    background: #FFFFFF;
}

.multiple-language {
    margin-right: 0;
    display: flex;
    align-items: center;
}

.multiple-language>img {
    margin-right: 10px;
}

.multiple-language a {
    display: inline-block;
    /* width: 38px; */
    /* height: 24px; */
}

.multiple-language a img {
    /* width: 100%; */
    width: 38px;
    /* height: 24px; */
}


/* style banner */

#banner-home {
    position: relative;
}


/* #banner-home img {
    vertical-align: middle;
    height: 100vh;
    width: 100%;
    object-fit: cover;
} */

#banner-home {
    height: 100vh;
    background: linear-gradient(203.07deg, #0C96D4 0%, #086CB7 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#banner-home>img {
    max-width: 1300px;
}

.box-title {
    position: absolute;
    left: 375px;
    /* top: 136px; */
    top: 100px;
}

.box-title h1 {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.box-title h1>span {
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 117px;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 40px;
}

.box-title h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    /* identical to box height */
    color: #FFFFFF;
}

.box-title h2>p {
    display: inline-block;
    margin: 0;
    background: #FCFCFA;
    border-radius: 10px;
    padding: 6px 45px;
}

.box-title h2>p span {
    text-transform: uppercase;
    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;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
}

.box-search {
    position: absolute;
    bottom: 106px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 600px;
    z-index: 10;
}

.box-search input {
    width: 100%;
    padding: 18px 69px;
    background: #FFFFFF;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    border: none;
}

.box-search input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #C0C0C0;
}

.box-search button {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border-radius: 30px;
    border: none;
    height: 100%;
    width: 60px;
    cursor: pointer;
}

.box-search button i {
    font-size: 25px;
    color: #666666;
}


/* post-main */

#post-main {
    margin-top: 75px;
}

.box-post-main {
    max-width: 1200px;
    margin: auto;
}

.box-post-main h3 {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #333333;
}

.box-post-main h3::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    background: #F0708A;
    z-index: -1;
}

.post-list {
    margin-top: 40px;
}

.post-item {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.box-post-main .post-item:last-child {
    margin-bottom: 50px;
}

.post-item>span {
    background: #F3F3F3;
    border-radius: 5px;
    margin-right: 20px;
    display: inline-block;
    padding: 6px 19px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    color: #555555;
}

.post-item>h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #444444;
}


/* user-manual */

#user-manual {
    margin-bottom: 90px;
    margin-top: 60px;
}

.box-manual {
    position: relative;
    max-width: 1170px;
    margin: auto;
    background: #F0708A;
    border-radius: 50px;
    min-height: 378px;
    padding: 26px 11px 14px 29px;
}

.manual-content {
    background: #FFFFFF;
    border-radius: 50px;
    max-width: 1130px;
    min-height: 338px;
    position: relative;
    display: flex;
}

.bg-manual {
    position: absolute;
    right: 10px;
    top: 10px;
}

.thumb-manual {
    display: flex;
    align-items: center;
    margin-left: 98px;
    margin-right: 104px;
}

.title-manual h4 {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    color: #333333;
    margin-top: 70px;
}

.title-manual h4::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #F0708A;
}

.box-content {
    width: 60%;
    max-width: 627px;
}

.list-icon {
    margin-top: 74px;
}

.box-search-manual {
    background: #F0708A;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-search-manual i {
    transform: rotate(90deg);
    color: #FFFFFF;
    font-size: 30px;
}

.list-icon {
    display: flex;
    justify-content: space-between;
}

.items-icon {
    display: flex;
}

.items-icon li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 32px;
}

.items-icon li:last-child {
    margin-right: 0;
}

.link-manual {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


/* box-chapter */

.box-chapter {
    max-width: 1200px;
    margin: auto;
}

.box-chapter .box-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.chapter-item {
    position: relative;
    width: calc(100% / 3);
    max-width: 370px;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 32px 32px 32px;
    min-height: 440px;
    z-index: 0;
}

.box-item .chapter-item:first-child {
    background: #F69238;
    border-radius: 20px;
}

.box-item .chapter-item:nth-child(2) {
    background: #11B3B2;
    border-radius: 20px;
}

.box-item .chapter-item:nth-child(3) {
    background: #F59290;
    border-radius: 20px;
    margin-right: 0;
}

.box-item .chapter-item:nth-child(4) {
    background: #64BE75;
    border-radius: 20px;
    padding-top: 10px;
}

.box-item .chapter-item:nth-child(5) {
    background: #4B7DBF;
    border-radius: 20px;
    padding-top: 10px;
    margin-right: 0;
}


/*  */

.box-item .chapter-item:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 60%;
    max-height: 250px;
    background: #FED8AD;
    border-radius: 0px 16px 16px 0px;
}

.box-item .chapter-item:nth-child(2)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 60%;
    max-height: 250px;
    background: #BAE5F0;
    border-radius: 0px 16px 16px 0px;
}

.box-item .chapter-item:nth-child(2)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 20px;
    height: 60%;
    max-height: 250px;
    background: #BAE5F0;
    border-radius: 0px 16px 16px 0px;
    transform: translateY(-50%) rotate(-180deg);
}

.box-item .chapter-item:nth-child(3)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 60%;
    max-height: 250px;
    background: #FAC7C7;
    border-radius: 0px 16px 16px 0px;
    transform: translateY(-50%) rotate(-180deg);
}

.box-item .chapter-item:nth-child(4)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 32px;
    height: 60%;
    max-height: 250px;
    background: #E6EFB9;
    border-radius: 0px 16px 16px 0px;
    transform: translateY(-50%);
}

.box-item .chapter-item:nth-child(5)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    height: 60%;
    max-height: 250px;
    background: #AFCDEB;
    border-radius: 0px 16px 16px 0px;
    transform: translateY(-50%) rotate(-180deg);
}


/*  */

.name-chapter {
    display: block;
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.title-chapter {
    margin-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.thunb-chapter {
    min-height: 198px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-item .chapter-item:first-child>img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-28%);
}

.box-item .chapter-item:nth-child(2)>img {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.box-item .chapter-item:nth-child(3)>img {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.box-item .chapter-item:nth-child(4)>img {
    position: absolute;
    right: 20%;
    bottom: 10px;
}

.box-item .chapter-item:nth-child(5)>img {
    position: absolute;
    right: 60%;
    bottom: 10px;
}

.link-chapter {
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.link-manual:hover,
.link-chapter:hover {
    background: #F3F3F3;
    opacity: 0.5;
}

.img-posi img:first-child {
    position: absolute;
    top: 173px;
    right: 77px;
}

.img-posi img:nth-child(2) {
    position: absolute;
    bottom: 266px;
    left: 13px;
}

.img-posi img:nth-child(3) {
    position: absolute;
    bottom: 30px;
    right: 18px;
}

.img-posi .img-vn {
    position: absolute;
    bottom: 50%;
    right: 250px;
}

.img-posi .img-jp {
    position: absolute;
    bottom: 50%;
    right: 70px;
}


/* add share social */

.content-sg-news .sharedaddy.sd-sharing-enabled {
    padding: 40px 0;
}

.content-sg-news .sharing-hidden .inner {
    display: block !important;
    position: unset;
    margin-top: 0;
    padding: 0;
    padding-left: 20px;
    box-shadow: none;
    border: none;
}

.content-sg-news div.sharedaddy h3.sd-title {
    display: flex;
    margin: 0;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-transform: capitalize;
    color: #666666;
}

.content-sg-news div.sharedaddy h3.sd-title:before {
    display: none;
}

.content-sg-news .sharing-hidden .inner ul li {
    margin-bottom: 0;
}

.content-sg-news .sharing-hidden .inner ul li::before {
    display: none;
}

.content-sg-news .share-customize-link {
    display: none;
}

.content-sg-news .sd-content>ul {
    display: none;
}

.content-sg-news .sd-sharing {
    display: flex;
    margin-bottom: 0;
    justify-content: flex-end;
}


/* custom social*/

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span {
    /* padding: 0 !important; */
    background-size: inherit;
    background-position: center;
    margin-right: 10px;
}

.share-custom.share-custom-pinterest span,
.share-custom.share-custom-pinterest {
    margin-right: 0 !important;
}

body .sd-social-icon .sd-content li.share-custom a span {
    padding-left: 0;
    width: 22px !important;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
    background: transparent;
    padding: 0 !important;
    margin-top: 0;
    top: 1px !important;
}


/* fix breadcrumbs */

.breadcrumbs li.current {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* fix user manual */

.list-question.active {
    background: #F59290;
}

.user-manual .page-chapter .content-chapter::before {
    background: #F59290;
}

.user-manual .sticky-h .title-sub {
    visibility: hidden;
}

.list-advise .item-lad:last-child {
    margin-bottom: 150px;
}

.bg-bottom img {
    width: 100%;
    vertical-align: bottom;
}

.bg-mb {
    display: none;
}

.icon-search {
    position: absolute;
    top: 60%;
    left: 365px;
    width: 48px;
    height: 48px;
    background: #F0708A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: none;
}

.icon-search i {
    transform: rotate(90deg);
    font-size: 17px;
    color: #FFFFFF;
}

.thumb-footer.mb {
    display: none;
}

.box-header::before {
    content: "";
    position: absolute;
    width: 291px;
    height: 88px;
    left: 375px;
    bottom: 3px;
    background-image: url(../images/bg-header.png);
}

.header-home.box-header::before {
    display: none;
}


/* update home */

.box-manual-home {
    max-width: 1170px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.box-manual {
    max-width: 870px;
    min-height: unset;
    margin: 0;
    padding: 20px 9px 9px 19px;
    width: 75%;
}

.thumb-manual {
    margin-left: 36px;
    margin-right: 36px;
    max-width: 152px;
}

.title-manual h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 49px;
    color: #333333;
}

.title-manual h4::after {
    height: 8px;
}

.box-search-manual {
    width: 57px;
    height: 57px;
}

.items-icon li {
    max-width: 60px;
    margin-right: 21px;
}

.list-icon {
    margin-top: 72px;
    align-items: center;
}

.manual-content {
    min-height: 309px;
    border-radius: 42px;
}

.image-sidebar img {
    vertical-align: middle;
}

.content-ft {
    display: flex;
    justify-content: space-between;
    padding: 24px 0 21px 0;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #2A83C5;
    margin-bottom: 19px;
    align-items: center;
}

.txt-content-ft p {
    font-style: italic;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #202020;
    max-width: 414px;
    margin-bottom: 0;
}

.link-ft a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #444444;
}

.link-ft a+a {
    margin-left: 30px;
}

.link-ft a:hover {
    color: #e31e1e;
}

.site-footer {
    padding: 0 0 22px 0;
}

.box-content {
    max-width: 463px;
}

.box-search-manual i {
    font-size: 21px;
}

.box-ct-right {
    width: calc(100% - 297px);
    padding-left: 45px;
}

.page-template-contact .ct-img-left {
    background-image: url(../images/contact-img-left.png);
    background-size: cover;
}


/* update contact */

.title-ct-right {
    display: flex;
    background: #FAC7C7;
    padding: 15px 10px;
    align-items: center;
    justify-content: space-between;
}

.title-ct-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 0;
}

.title-ct-right a {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    text-align: right;
    color: #0B92D1;
}

.title-ct-right a:hover {
    color: #e31e1e;
}

.content-ct-right {
    display: flex;
    margin-top: 20px;
}

.content-ct-right .img-ct-right {
    margin-right: 29px;
    width: 78px;
}

.content-ct-right .txt-ct-right {
    width: calc(100% - 78px);
}

.content-ct-right .txt-ct-right p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 0;
}

.box-ct-right .ct-right-item+.ct-right-item {
    margin-top: 50px;
}

.ct-img-left {
    width: 297px;
}


/* css popup */

.modal-popup.active {
    visibility: visible;
    opacity: 1;
}

.modal-popup {
    transition: all 0.3s ease-in-out;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.overlay-qs {
    cursor: pointer;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.8;
}

.content-popup {
    background-color: #FFF;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 770px;
    padding: 34px 82px 55px;
    border-radius: 20px;
}

.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
}


/*  */

.send-more-ask .btn-popup {
    padding: 12px 27px;
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    background: #FCFCFA;
    color: #0a82c7;
    margin-top: 40px;
    text-decoration: none !important;
    margin: 0;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.send-more-ask {
    transition: all 0.3s ease-in-out;
    display: block;
}

.send-more-ask .btn-popup:hover {
    cursor: pointer;
    background-color: #0C96D4;
    color: #fff;
}

.box-ct-question h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    padding-bottom: 16px;
    border-bottom: 1px solid #0A84C8;
    margin-bottom: 40px;
}

.box-ct-question select {
    background: #FFFFFF;
    border: 2px solid #CECECE;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    padding: 17px 20px;
    max-width: 100%;
    margin-bottom: 20px;
    appearance: none;
}

.box-ct-question textarea {
    font-family: 'Roboto';
    width: 100%;
    height: 188px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #333;
    resize: none;
    padding: 17px 20px;
    border: 2px solid #CECECE;
    border-radius: 10px;
}

.box-ct-question textarea:focus {
    border: 2px solid #CECECE;
    border-radius: 10px;
}

.box-ct-question input[type='submit'] {
    background: #0A84C8;
    border-radius: 5px;
    padding: 15px 40px;
    min-width: 176px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: auto;
    margin-top: 50px;
    border: none;
    cursor: pointer;
    margin-left: 200px;
}

.box-ct-question .wpcf7-not-valid-tip {
    margin-top: 0;
}

.btn-close {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close img {
    max-width: 20px;
}

.title-qs-hiden {
    display: none;
}

.select-chose span:last-child {
    display: none;
}

.select-items span {
    padding: 5px 20px;
    display: block;
    color: #000000;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
}

.select-items span:hover {
    background: #086CB7;
    color: #FFFFFF;
}

.select-chose p {
    margin-bottom: 0;
    padding: 17px 35px;
    padding-left: 20px;
    background: #FFFFFF;
    border: 2px solid #CECECE;
    border-radius: 10px;
    cursor: pointer;
}

.select-items {
    background: #FFFFFF;
    border: 2px solid #CECECE;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 57px;
    z-index: 1;
    visibility: hidden;
    width: 100%;
    padding: 17px 0px;
}

.select-items.active {
    visibility: visible;
}

.box-select {
    position: relative;
}

.select-chose .content-qs-form {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}

.select-chose {
    margin-bottom: 20px;
    position: relative;
}

.box-ct-question p {
    margin: 0;
}

.select-items span em,
.select-chose .content-qs-form em {
    font-style: normal;
    font-weight: 500;
}

.select-chose::after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 13px;
    height: 8px;
    background: url(../images/assets/down-bt-black.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}


/* fix ds login */

.login_popup_form .modal-left {
    display: none;
}

.login_popup_form .modal-content {
    width: 100%;
    flex-basis: 100%;
    padding: 34px 87px 62px;
}

.modal-wrapper {
    max-width: 770px;
    border-radius: 20px;
}

.login_popup_title {
    padding-bottom: 16px;
    border-bottom: 1px solid #0A84C8;
    margin-bottom: 50px;
    font-weight: 400;
}

.login_social li {
    margin-bottom: 30px;
}

.btn-close-s {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* fix menu mb */

.box-nav-mb ul li {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: auto;
    margin-bottom: 25px;
    max-width: 281px;
}

.it-user {
    margin-bottom: 45px;
}

.nav-mb ul {
    width: 100%;
}

.nav-mb ul li:last-child {
    margin-bottom: 0;
}

.box-nav-mb ul li.current_page_item a,
.term-chapter-5 .box-nav-mb ul.nav-tax li:nth-child(5) a,
.term-chapter-4 .box-nav-mb ul.nav-tax li:nth-child(4) a,
.term-chapter-3 .box-nav-mb ul.nav-tax li:nth-child(3) a,
.term-chapter-2 .box-nav-mb ul.nav-tax li:nth-child(2) a,
.term-chapter-1 .box-nav-mb ul.nav-tax li:first-child a {
    color: #0A84C8;
}

.term-chapter-5-ja .box-nav-mb ul.nav-tax li:nth-child(5) a,
.term-chapter-4-ja .box-nav-mb ul.nav-tax li:nth-child(4) a,
.term-chapter-3-ja .box-nav-mb ul.nav-tax li:nth-child(3) a,
.term-chapter-2-ja .box-nav-mb ul.nav-tax li:nth-child(2) a,
.term-chapter-1-ja .box-nav-mb ul.nav-tax li:first-child a {
    color: #0A84C8;
}

#content_question-error {
    display: block;
    color: red;
}

.result {
    color: #11B3B2;
    text-align: center;
}

.btn-send {
    background: #0A84C8;
    border-radius: 5px;
    padding: 15px;
    min-width: 176px;
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
    margin: auto;
    margin-top: 50px;
    cursor: pointer;
    margin-bottom: 10px;
    display: block;
}

.btn-send:hover {
    background: #086aa1;
}

.btn-send.disable {
    pointer-events: none;
}

#lang-main li {
    display: inline-block;
}

/* #lang-main li:last-child {
    margin-right: 9px;
} */
/* 
#lang-main {
    flex-direction: row-reverse;
    display: flex;
} */


/* fix ds japan */


/* banner-home */
ul .wpml-ls-menu-item a {
    display: block;
}

#banner-home .box-title:lang(ja) {
    display: flex;
    flex-direction: column-reverse;
    top: 144px;
}

#banner-home .box-title h1:lang(ja) {
    margin-bottom: 0;
    margin-top: 26px;
    font-weight: 700;
}

.box-title h2>p span:lang(ja),
.box-title h2:lang(ja) {
    font-weight: 700;
}

.box-content:lang(ja) {
    max-width: 504px;
}

.bg-manual:lang(ja) {
    top: 45px;
    max-width: 120px;
}

.box-title h2:lang(ja) br {
    display: none;
}

.advise .tl-item-adv:lang(ja),
.figure h4:lang(ja) {
    color: #F0708A;
}

.btn-see-more.link-ja {
    display: none;
}
.btn-see-more.link-en {
    display: none;
}
.btn-see-more.link-en:lang(en-US) {
    display: block;
}
.btn-see-more:lang(en-US) {
    display: none;
}
.btn-see-more:lang(ja) {
    display: none;
}

.btn-see-more.link-ja:lang(ja) {
    display: block;
}

.comment-evaluate:lang(ja) {
    font-style: normal;
}

#question_11 .content-step p a:hover,
.box-qr-link .kc_text_block a:hover {
    color: #EF4722;
}

.image-sidebar img:last-child {
    display: none;
}

/*.nav-mb:lang(ja) #menu-main {
    display: none;
}*/

.nav-mb:lang(vi-VN) #ja-main {
    display: none;
}

.box-manual-home .image-sidebar img:last-child {
    display: block;
}

#lang-main {
    position: relative;
    padding-right: 56px;
}

/* 
#lang-main::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../images/assets/lang-arrow-5.png);
    background-size: cover;
} */

/* #lang-main li:last-child {
    margin-right: 30px;
} */
#lang-main .sub-menu {
    position: absolute;
    left: -14px;
    top: 36px;
    display: flex;
    padding: 9px 14px 12px;
    background: rgba(11, 140, 205, 0.50);
    flex-direction: column;
    gap: 15px;
    z-index: 1;
    opacity: 0;
    width: 100%;
    visibility: hidden;
}

#lang-main li.has-child.open .sub-menu{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out 0s;
}
.wpml-ls-menu-item .wpml-ls-flag+span {
    margin-left: 12px;
}

#lang-main li a {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: normal;
    position: relative;
}
#lang-main > li > a {
    padding-right: 25px;
    z-index: 10;
}

#lang-main li a .arrow i {
    display: none;
}

#lang-main li a .arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-image: url('../images/Vector.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 13px;
    height: 8px;

}

.ktv-link a {
    display: block;
    padding: 10px 27px;
    background: #F36F43;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.ktv-link a:hover {
    background: #086aa1;
}

html:lang(ja) .ktv-link a.ktv-vn {
    display: none;
}

html:lang(vi-VN) .ktv-link a.ktv-ja {
    display: none;
}

@media screen and (max-width: 480px) {
    #lang-main li:last-child {
        margin-right: 20px;
    }

    #lang-main li:first-child {
        margin-right: 0 !important;
    }

    .ktv-link a {
        padding: 5px 20px;
        margin-bottom: 0;
    }
}