.ct-page {
    max-width: 1200px;
    margin: 120px auto 0;
    padding-right: 15px;
    padding-left: 15px;
}

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

.breadcrumbs li:after {
    content: "\f105";
    margin-top: -4px;
}

.ct-page h1 {
    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: 700;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.des-title {
    max-width: 592px;
    margin: 10px auto 50px;
}

.des-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #666666;
}

.breadcrumbs {
    margin-bottom: 65px;
}

.ct-img-left {
    width: 372px;
    height: 512px;
    background-image: url(./images/b-sy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-template-contact .ct-img-left {
    background-image: url(./images/lien-he.jpg);
}

.ct-right-form {
    width: calc(100% - 372px);
    padding-left: 98px;
}

.ct-page-question {
    display: flex;
    align-items: flex-start;
    max-width: 970px;
    margin: 0 auto 124px;
}

.ct-right-form label input,
.ct-right-form .wpcf7 input[type="email"],
.ct-right-form .wpcf7 input[type="tel"],
.ct-right-form textarea {
    background: #F2F2F2;
    border-radius: 5px;
    height: 62px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    padding: 20px;
    border: none !important;
    color: #444444;
}

.ct-right-form textarea {
    height: 146px;
    resize: none;
    margin-bottom: 20px;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #A2A2A2;
}

.btn-submit {
    background: #0A84C8;
    border-radius: 5px;
    height: 62px;
    width: 100%;
    border: unset;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 18px;
}

.ct-right-form label br {
    display: none;
}

.ct-right-form label input {
    margin-bottom: 20px;
}

.btn-submit:hover {
    cursor: pointer;
    background-color: #1571b8;
}

.ct-page-new {
    max-width: 1200px;
    margin: 120px auto 0;
    padding-right: 15px;
    padding-left: 15px;
}

h1.title-page {
    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: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
}

.ct-new {
    width: 830px;
    margin: 0 auto 150px;
}

.right-post-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

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

.right-post-item .title-post {
    max-width: 639px;
}

.right-post-item i {
    color: #AEAEAE;
    font-size: 20px;
}

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

.right-post-item .title-post a i:hover {
    color: #177cbf;
}

.breadcrumbs li a:hover {
    color: #e31e1e;
}

.ct-page-new .post-item {
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 0;
    padding: 20px 0;
}

.ct-page-new .post-item:first-child {
    border-top: 1px solid #DEDEDE;
}

.single-post .content-sg-news .container {
    max-width: 1200px;
    margin: 120px auto 0;
    padding-right: 15px;
    padding-left: 15px;
}

.single-post .site-content {
    max-width: 830px;
    margin: 0 auto;
}

.single-post .post-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #333;
}

.entry-content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
}
.entry-content strong,
.entry-content b,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #333;
}

.date-cate {
    margin: 20px 0 26px;
}

.date-cate .time-post {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
    background: #F3F3F3;
    border-radius: 5px;
    padding: 7px 19px;
}

.date-cate p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #555555;
    margin-bottom: 0;
    margin-left: 15px;
}

.date-cate {
    display: flex;
    align-items: center;
}


.aligncenter {
    margin: 0 auto 30px;
}

.title-grp-page h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    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
}

.related-posts .post-item {
    margin-bottom: 0;
    padding: 20px 0;
}

.related-posts .post-item-lst {
    border-bottom: 1px solid #DEDEDE;
}

.related-posts .post-item-lst:first-child {
    border-top: 1px solid #DEDEDE;
}

.btn-see-more {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #0A84C8;
    border-radius: 5px;
    padding: 20px 40px;
    display: block;
    /*    display: inline-block;*/
    max-width: 240px;
    margin: 70px auto 138px;
}

.related-posts .post-list {
    margin-top: 30px;
}

.related-posts .post-list .post-item-lst:nth-child(n+3) {
    display: none;
}

.post-item-lst.active {
    display: block !important;
}

.btn-see-more:hover {
    cursor: pointer;
    color: #fff;
    background: #1572b8;
}

.search-results .site-main .container {
    max-width: 1200px;
    margin: 120px auto 0;
    padding-right: 15px;
    padding-left: 15px;
}

.search-results .site-main h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    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;
    padding-top: 40px;
    padding-bottom: 65px;
}

.note-pg-search p {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
    color: #666666;
    margin-bottom: 0;
}

.note-pg-search p span {
    color: #000000;
    font-weight: 500;
}

.count-search {
    color: #666666 !important;
    font-weight: 400 !important;
    font-style: italic;
}

.note-pg-search {
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 5px;
    margin-bottom: 40px;
}

.search-results article.post {
    margin-bottom: 20px;
}

.search-results .post-info h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    text-decoration-line: underline;
    color: #333333;
    margin-bottom: 20px;
}

.search-results .site-content {
    margin-bottom: 350px;
}

.search-results .page-navigation span,
.search-results .page-navigation a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #666666;
    background: #EEEEEE;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 8px;
    position: relative;
}

.search-results .page-navigation {
    text-align: center;
    margin-top: 70px;
}

span.page-numbers.current:before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: #CDEAFA;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    z-index: -1;
}

.page-numbers.current {
    color: #fff !important;
    background: #0A84C8 !important;
    position: relative !important;
}

.single-chapter .site-main {
    margin-top: 120px;
}

.single-chapter .chapter5 a {
    text-decoration: unset;
    /*    color: inherit !important;*/
}


/*.single-chapter .kc_row{
	margin-top: 90px;
	margin-bottom: 50px;
}*/


/*.search-results .breadcrumbs li:last-child{
	display: none;
}
.search-results .breadcrumbs .current:after{
	display: none;
}*/

.logged-in-as {
    display: none;
}

.comment-notes span {
    display: none;
}

ol.commentlist {
    display: none;
}

ol.commentlist.show-cmt {
    display: block;
    overflow: hidden;
    margin-top: 42px;
}

h3#comments {
    display: none;
}

#reply-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #333333;
    border-bottom: 1px solid #0A84C8;
    padding-bottom: 10px;
    position: absolute;
    width: 100%;
}

#comment {
    border: 1px solid #CECECE;
    border-radius: 20px;
    resize: unset;
    width: 90.5%;
    height: 180px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #444;
    margin-top: 101px;
    margin-left: 80px;
    font-family: 'Roboto';
}

.form-submit {
    text-align: right;
}

#submit {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: none;
    background: #0A84C8;
    border-radius: 5px;
    padding: 16px 32px;
}

b.fn {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #333333;
    margin-left: 15px;
    margin-top: 10px;
}

span.says {
    display: none;
}

.comment-metadata {
    position: absolute;
    left: 85px;
    top: 35px;
}

.comment-metadata a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #878787;
}

.comment-author.vcard img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.single-chapter .comment-content {
    padding-left: 85px;
}

/*.single-chapter ol.commentlist li .comment-author {
    position: relative;
}*/

.single-chapter .comment-author {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.edit-link {
    display: none;
}

.single-chapter .comment-content p {
    margin-bottom: 0;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
    display: none;
}

p.comment-form-cookies-consent {
    display: none;
}

.commentlist article {
    position: relative;
    margin-bottom: 30px;
}

.reply a {
    position: absolute;
    right: 0;
    top: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #9D9B96 !important;
    background-image: url(./images/reply.png);
    width: 72px;
    text-align: right;
    background-position: center;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position-x: 0;
    text-decoration: unset !important;
}

.comment-form-comment label {
    display: none;
}

.comment-respond {
    position: relative;
}

.review h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-align: justify;
    color: #333333;
    border-bottom: 1px solid #0A84C8;
    padding-bottom: 10px;
}

.list-ct-rv {
    text-align: center;
    margin: 30px 0 56px;
}

.single-post .kk-star-ratings {
    display: none !important;
}

.banner-chapter.banner-um {
    background: #FAC7C7;
    position: relative;
}

.banner-chapter.banner-um .left-banner {
    width: 100%;
    max-width: 100%;
}

.bg-left {
    position: absolute;
    top: 19px;
    left: 35px;
}

.bg-right {
    position: absolute;
    right: 0;
    top: 13px;
}

.banner-um .title-bn h1 {
    max-width: 660px;
    margin-top: 72px;
    margin-left: 365px;
    border-bottom: 5px solid #F0708A;
    padding-bottom: 15px;
}

.list-question {
    scrollbar-width: none;
}

.page-template-user-manual .list-question {
    background: #F59290;
}

.page-template-user-manual .list-question::before {
    background: #f39191;
}

.page-template-user-manual .list-question {
    padding: 0;
}

.page-template-user-manual .list-question .questions-top {
    padding: 60px 17px 36px 20px;
}

.bg-bottom {
    margin-top: 88px;
    margin-bottom: -7px;
}

.content-instruct {
    border: 14px solid #F0708A;
    border-radius: 30px;
    padding: 30px 42px 53px 38px;
    margin-top: 56px;
}

.step-instruct h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
}

.item-step {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px dashed #F0708A;
    padding: 16px 0 26px 0;
}

.item-step:last-child {
    border-bottom: unset !important;
    padding-bottom: 0 !important;
}

.item-step .img-left {
    width: 116px;
    float: left;
}

.item-step .ct-right {
    width: calc(100% - 116px);
    float: left;
}

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

.step-instruct .item-step em strong {
    color: #F0708A !important;
    font-weight: 500 !important;
    font-style: initial;
}

.figure h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #333333;
}

.figure .des {
    margin-top: 10px;
}

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

.lst-figure {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.item-lst-fg {
    width: calc(100% / 2);
    flex-basis: calc(100% / 2);
    padding: 0 10px;
    margin-bottom: 20px;
}

.item-fg {
    border: 2px solid #F48FA0;
    border-radius: 30px;
    padding: 36px 20px 36px 13px;
    display: flex;
    position: relative;
    background-color: #fff;
}

.item-fg:before {
    content: '';
    position: absolute;
    width: 398px;
    height: 221px;
    background: #F9C2CA;
    border-radius: 30px;
    z-index: -1;
    top: -1px;
    right: -6px;
}

.item-lst-fg:first-child .item-fg:before {
    height: 214px !important;
}

.item-lst-fg:nth-child(2) .item-fg:before {
    height: 219px !important;
}

.figure {
    margin-top: 42px;
}

.img-left {
    width: 142px;
    float: left;
}

.ct-item-fg {
    width: calc(100% - 142px);
    float: left;
    margin-top: 10px;
}

.ct-item-fg h5 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #F0708A;
    border-bottom: 2px solid #F48FA0;
    padding-bottom: 4px;
}

.ct-item-fg p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    color: #666666;
    margin-bottom: 0;
    margin-top: 7px;
}

.advise .tl-item-adv {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #333333;
}

.advise .des-advise {
    margin: 10px 0 40px;
}

.advise .des-advise p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #666666;
    margin-bottom: 0;
}


/**/

.content-lad h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
}

.content-lad h4 img {
    margin-right: 20px;
}

.one-flex {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.one-flex h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    color: #333333;
    margin-left: 25px;
}

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

.tow-qr {
    display: flex;
}

.tow-qr .underlined {
    font-size: 22px;
}

.item-qr {
    width: 50%;
    text-align: center;
}

.content-lad .underlined a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0A84C8 !important;
    height: 72px;
}

.one-qr a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0A84C8 !important;
    height: 72px;
    margin-left: 30px;
}

h5.under-line a {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0A84C8 !important;
}

.one-qr {
    display: flex;
    align-items: center;
}

.one-qr span {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-decoration-line: underline;
    color: #0A84C8;
    margin-left: 30px;
}

.item-lad {
    border: 3px solid #EF5070;
    border-radius: 40px;
    padding: 83px 42px 43px;
    position: relative;
    margin-top: 96px;
    text-align: justify;
}

.title-iad {
    background: #EF5070;
    border-radius: 50px;
    width: 612px;
    margin: 0 auto;
    text-align: center;
    padding: 13px 63px 13px 131px;
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
    height: 90px;
}

.title-iad span {
    width: 78px;
    height: 78px;
    display: block;
    background-color: #fff;
    border-radius: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    color: #EF5070;
    line-height: 78px;
    position: absolute;
    left: 8px;
    top: 6px;
}

.tl-lad {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 418px;
}

.under-line {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    text-decoration-line: underline;
    color: #165E9E;
    display: flex;
    align-items: center;
}

.under-line img {
    margin-right: 12px;
}

.one-qr {
    margin: 18px 0 30px;
}

.flex-qr {
    display: flex;
    align-items: center;
    margin: 20px 0 30px;
}

.flex-qr p {
    margin-left: 17px;
}

.content-lad a {
    margin-top: 20px;
    display: block;
    display: flex;
}

.content-lad a img {
    margin-right: 13px;
}

.flex-grp {
    display: flex;
    align-items: center;
}

.flex-grp img {
    margin-right: 24px;
}

.ct-right-flx p {
    display: flex;
    align-items: center;
}

.ct-right-flx p img {
    margin-right: 9px;
}

.blur {
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;
}

.blur a {
    margin-top: 0px;
    color: #165E9E !important;
    text-decoration: underline;
    margin-left: 5px;
}

.advise {
    margin-top: 45px;
}

p.colr-p {
    color: #333;
}

.content-lad p:last-child img {
    margin-bottom: 0 !important;
}

.wp-image-964 {
    position: relative;
    top: 5px;
}

.lab3 .content-lad a {
    display: flex;
    align-items: center;
}

.img-top {
    position: relative;
    top: -8px;
}

.lab3 .flex-qr img {
    margin-right: 17px;
}

.lab5 .one-flex {
    margin-top: 0 !important;
}

.lab5 .wp-image-964 {
    margin-right: 15px;
}


/*autocomplete*/

.search-input {
    position: relative;
    margin: 25px;
    width: 300px;
    font-family: Arial, sans-serif;
}

.search-input input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
}

.login-button a:hover {
    cursor: pointer;
}

.img-mb {
    display: none;
}

#load-data {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
    max-width: 550px;
    margin: 4px auto 0;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 99;
}

#load-data ul li a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #999999;
    display: block;
    margin-bottom: 12px;
}
#load-data ul li a:hover {
    color: #111;
}

#load-data ul li {
    list-style: none;
}

#load-data ul {
    padding: 26px 22px 26px;
}

.not-login form {
    position: relative;
}

.not-login form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #FFF;
    z-index: 1;
    opacity: 0;
}

.comment-form-comment {
    position: relative;
}

.comment-form-comment::before {
    position: absolute;
    content: "";
    height: 70px;
    width: 70px;
    top: 38%;
    left: 0;
    background-image: url(./images/user-left.png);
}

.note-text {
    position: absolute;
    top: 39%;
    left: 100px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #666666;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.note-text a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF !important;
    display: block;
    background: #F69238;
    border-radius: 5px;
    padding: 6px 10px;
    margin-right: 10px;
    text-decoration: unset !important;
}

.note-text a:hover {
    cursor: pointer;
    background-color: #d78032;
}

.title-mb {
    display: none;
}

.count_vl {
    width: 34px;
    text-align: right !important;
    display: inline-block;
}

.total-review-right {
    margin-top: 47px;
}

.ratings {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    direction: rtl;
    text-align: center;
    margin: 30px 0;
}

.star {
    position: relative;
    display: inline-block;
    transition: color 0.2s ease;
    color: #CECECE;
    position: relative;
    margin-right: 12px;
}

.star:before {
    /*  content: '\2605';*/
    content: '\f005';
    font-family: 'FontAwesome';
    width: 36px;
    height: 33px;
    font-size: 30px;
}

.star:hover,
.star.selected,
.star:hover~.star,
.star.selected~.star {
    transition: color 0.8s ease;
    color: #F3C219;
}

.star:hover {
    cursor: pointer;
}


/*form review*/

input[type="radio" i] {
    /*    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;*/
    position: absolute;
    left: -1px;
    top: 10px;
    height: 22px;
    width: 23px;
}

.list-ct-rv h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    text-align: center;
}

.form-review textarea {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    border: 1px solid #CECECE;
    border-radius: 20px;
    padding: 20px;
    width: 680px;
    height: 110px;
    resize: none;
    color: #333333;
}

.btn-sent {
    background: #0A84C8;
    border-radius: 5px;
    border: unset;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: uppercase;
    padding: 16px 32px;
    margin-right: 30px;
}

.btn-sent:hover {
    cursor: pointer;
    background: #1572b8;
}

.cancel-btn {
    background: #CECECE;
    border-radius: 5px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    padding: 16px 28px;
    color: #333333;
}

.cancel-btn:hover {
    cursor: pointer;
    background-color: #333333;
    color: #CECECE;
}

.list-btn {
    margin-top: 20px;
}

.list-btn .btn-sent:hover {
    cursor: pointer;
}

.list-btn .cancel-btn:hover {
    cursor: pointer;
}

.bottom-review h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
    color: #333333;
}

.total-review p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #333333;
    margin: 20px 0;
}

.total-review p span {
    margin-left: 5px;
}

.img-star span {
    font-size: 25px;
    color: #CECECE;
}

span.fa.fa-star.checked {
    color: #F3C219;
    margin-right: 5px;
}

.img-star {
    position: relative;
    top: 8px;
}

.lst-star-ept {
    position: absolute;
    top: 0;
}

.lst-star-ept ul {
    margin-top: -32px;
}

.lst-star-ept.star-empty {
    display: contents;
}

.star-checked {
    position: relative;
    z-index: 1;
}

.item-prc label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #333333;
}

progress {
    border-radius: 20px;
    height: 16px;
    width: 238px;
    margin: 0 20px;
}

progress::-webkit-progress-bar {
    background-color: yellow;
    border-radius: 20px;
    background: #ECECEC;
}

progress::-webkit-progress-value {
    background: #F3C219;
    border-radius: 20px;
}

progress::-moz-progress-bar {
    background-color: yellow;
    border-radius: 20px;
    background: #ECECEC;
}

progress::-moz-progress-value {
    background: #F3C219;
    border-radius: 20px;
}


/*firefox*/

#file::-moz-progress-bar {
    background: #F3C219;
}


/*#file::-webkit-progress-value {
    background: #F3C219;
}
#file::-webkit-progress-bar {
    background: #F3C219;
}*/


/**/

#file {
    border: none;
}

.item-prc {
    margin-bottom: 20px;
}

.total-review {
    display: flex;
}

.total-review-left,
.total-review-right {
    width: 50%;
    float: left;
}

.wpcf7-not-valid-tip {
    margin-top: -15px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {}

.page-template-user-manual .list-question .title-qs {
    margin-top: 0px;
}

h4.ha {
    display: flex;
}

h4.ha a {
    margin-top: 0 !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    text-decoration-line: underline;
    color: #165E9E;
}

.flex-qr {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #666666;
}


/*.content-sg-chapter .kc_row{
	margin-top: 0px !important;
	margin-bottom: 0;
}*/

.content-sg-chapter .ask-item {
    margin-bottom: 33px;
}

#general_box_4 {
    margin-top: 83px !important;
}

.review {
    margin-bottom: 190px;
}

#submit:hover {
    cursor: pointer;
    background-color: #1572b8;
}

ol.commentlist.show-cmt .children {
    margin-left: 85px;
}

ol.commentlist.show-cmt .children li {
    list-style: none;
}

ol.commentlist.show-cmt .children .time {
    border-bottom: unset;
}


/*ol.commentlist.show-cmt .children .comment-metadata:before {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #CECECE;
    width: 100%;
    bottom: -29px;
    left: -88px;
}
*/

ol.commentlist.show-cmt .children .comment-metadata {
    border-bottom: unset;
}

.star-total {
    position: relative;
    display: inline-block;
    transition: color 0.2s ease;
    color: #CECECE;
    position: relative;
    margin-right: 8px;
}

.star-total:before {
    /*  content: '\2605';*/
    content: '\f005';
    font-family: 'FontAwesome';
    width: 36px;
    height: 33px;
    font-size: 30px;
}

li.star-total.checked {
    color: #F3C219;
    z-index: 9;
}

.comment-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #666666;
}

.login_bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#rememberme {
    background: #F2F2F2;
    width: 25px;
    height: 25px;
}

#rememberme {
    position: relative;
    -webkit-appearance: none;
}

#rememberme[type="checkbox"]:checked:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 9px;
    width: 8px;
    height: 15px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.user-header span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    margin-right: 8px;
    text-transform: capitalize;
}

.img-user {
    height: 60px;
    width: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.user-header {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.search-header i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    margin-right: 30px;
    font-size: 16px;
    margin-top: 5px;
}

.log-out {
    background: #F9C2CA;
    border-radius: 5px;
    height: 70px;
    width: 134px;
    position: absolute;
    margin-top: 7px;
    right: 0;
    bottom: -76px;
    display: none;
}

.log-out a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 12px;
    background: #FCFCFA;
    border-radius: 5px;
    color: #1572b8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 23px;
}

.img-user:hover {
    cursor: pointer;
}

.img-user:hover .log-out {
    cursor: pointer;
    display: block;
}

.img-user:hover:before {
    height: 60px;
    width: 100px;
    background-color: inherit;
    position: absolute;
    content: "";
    top: 46px;
    left: 84px;
}

.log-out:hover {
    display: block;
}

.user-top {
    position: relative;
    /*	top: 36px;*/
}

li.star-total.checked {
    margin-right: 13px;
}

.mid-header {
    position: relative;
}

.frm-search-header .box-search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 600px;
    bottom: unset;
}

.frm-search-header {
    display: none;
}

.search-header:hover {
    cursor: pointer;
}

.search-mb {
    display: none;
}

.search-header {
    margin-right: 30px;
    position: relative;
    top: 2px;
}

.current:last-child {
    position: relative;
}

.breadcrumbs {
    position: relative;
}


/*.breadcrumbs:before{
	position: absolute;
	content: '';
	height: 20px;
	width: 10px;
	background-color: #000;
}*/

.search-results .breadcrumbs:before {
    position: absolute;
    content: '';
    height: 20px;
    width: 10px;
    left: 149px;
    top: 18px;
    background-color: #fff;
}


/*.search-results .breadcrumbs:after {
    position: absolute;
    content: '';
    height: 20px;
    width: 10px;
    left: 209px;
    top: 18px;
    background-color: #fff;
}*/

.search-results strong {
    background-color: yellow;
    color: #373737;
}


/*strong.search-excerpt:first-child,
strong.search-excerpt:nth-child(3){
    position: relative;

}

strong.search-excerpt:first-child:before,
strong.search-excerpt:nth-child(3):before{
    content: '';
    height: 100%;
    width: 10px;
    background-color: yellow;
    position: absolute;
    right: -8px;
    top: 0px;
    z-index: -9;
}*/

/*strong.search-excerpt:last-child:before {
    display: none;
}
*/
.inner-post a:hover {
    color: #373737;
}

.single-post .entry-content {}

.list-ct-rv p {}

ol.commentlist.show-cmt li:last-child .comment-metadata {
    border-bottom: unset;
}

.time {
    margin-top: 13px;
    border-bottom: 1px solid #CECECE;
    padding-bottom: 25px;
}


ol.commentlist.show-cmt .parent .time {
    border-bottom: 1px solid #CECECE !important;
}
.children li .children li:last-child .time {
    border-bottom: unset !important;
}
ol.commentlist.show-cmt li ul.children li:first-child:last-child .time{
    border-bottom: unset !important;
}
/*ol.commentlist.show-cmt .children li:last-child .time{
    border-bottom: unset !important;
}*/
ol.commentlist.show-cmt li:first-child:last-child .time{
    border-bottom: unset !important;
}
ol.commentlist.show-cmt li.parent:first-child:last-child .time{
     border-bottom: 1px solid #CECECE !important;
}
/*ol.commentlist.show-cmt li:last-child .time {
    border-bottom: unset !important;
}*/


/*ol.commentlist.show-cmt li:last-child ul.children li:last-child .comment-metadata:before {
    display: none !important;
}*/


/*ol.commentlist.show-cmt li:last-child ul.children li:last-child .time {
    border-bottom: unset !important;
}
*/

/*ol.commentlist.show-cmt li ul.children li:last-child .time {
    border-bottom: 1px solid #CECECE !important;
}*/

.page-template-user-manual .banner-chapter {
    border-radius: unset;
}

.page-template-user-manual .list-question .title-qs::before {
    background-image: url(./images/i-mn.png);
}


/*hidden form login*/

.login_popup.is-visible {
    display: none;
}

.hr-login {
    display: none;
}

.link_login-register {
    display: none;
}


/**/

.remove-cmt {
    background-image: url(./images/delete.png);
    height: 13px;
    width: 12px;
    border: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    background-color: unset;
}

.delete-cmt {
    margin-left: 62px;
}

.time {
    display: flex;
    align-items: center;
}

.remove-cmt:hover {
    cursor: pointer;
}

#comment::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #C2C2C2;
}

.total-cmt span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #666666;
    position: relative;
    top: 95px;
}

.logged-in .total-cmt span {
    top: 82px;
}

.img-user-cmt {
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    background-size: cover;
    position: absolute;
    margin-top: 112px;
    z-index: 0;
    display: none;
}

.logged-in .img-user-cmt {
    display: block;
}

.error-message {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: red;
    margin-left: 88px;
    position: absolute;
    bottom: 40px;
}


/*css single chapter*/

.single-chapter .unset-posi {
    margin-top: 50px;
}

.single-chapter .gallery-qs {
    display: flex;
}

.single-chapter .title-ask {
    max-width: 570px;
}

.postid-238 .ask-item .title-ask {
    position: relative;
    min-height: 122px;
    width: 100%;
    max-width: 100%;
}

.postid-238 .ask-item .title-ask::after {
    position: absolute;
    right: 23px;
    top: 9px;
    content: "";
    display: block;
    width: 113px;
    height: 104px;
    background-image: url(./images/c35.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.postid-740 .ask-item .title-ask {
    max-width: 437px;
    min-width: unset;
    position: relative;
}

.postid-740 .ask-item .title-ask::after {
    content: "";
    width: 169px;
    height: 141px;
    position: absolute;
    right: -5px;
    top: -35px;
    transform: translateX(100%);
    background-image: url(./images/image-166.png);
}

.postid-760 .one-one a {
    color: #0A84C8 !important;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}


/*menu-mobile*/

.img-user-mb {
    height: 40px;
    width: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
}

.it-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.it-user:before {
    content: '';
    position: absolute;
    width: calc(100% + 30px);
    height: 1px;
    background: #F0708A;
    bottom: -15px;
    left: -15px;
}

.btn-menu-mb {
    font-size: 14px !important;
    line-height: 16px !important;
    border: 1px solid #0A86C9 !important;
    border-radius: 5px !important;
    display: inline-block !important;
    padding: 7px 12px !important;
}

.btn-right {
    margin-bottom: 0 !important;
}

.left-user-mb span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin-left: 8px;
}

.left-user-mb {
    display: flex;
    align-items: center;
}

.game-footer-like-btn {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 80px;
}

.game-footer-dislike-btn {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 80px;
}

.game-footer-like-btn:hover::before {
    display: none !important;
}

.game-footer-dislike-btn:hover::before {
    display: none !important;
}

.img-top-lk {
    width: 38px;
    height: 38px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
}

.bottom-review,
.list-ct-rv {
    display: none;
}

.like-single .title-click {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin: 50px 0 30px;
    text-align: center;
    color: #333333;
}

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

.item-click p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 0;
    text-align: center;
}

.item-click:first-child p {
    max-width: 100px;
}

.item-click:last-child p {
    max-width: 120px;
    margin-left: 80px;
}

.total-like-review {
    margin-top: 60px;
}

.total-like-review h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 20px;
    color: #333333;
}

.sum-rv {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #333333;
    margin-bottom: 20px;
}

.sum-like h5,
.sum-like p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: justify;
    color: #333333;
    margin-bottom: 0;
}

.sum-like h5 {
    width: 134px;
}

.sum-like {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.game-footer-like-btn:hover {
    cursor: pointer;
}

.game-footer-dislike-btn:hover {
    cursor: pointer;
}


/*.game-footer-like-btn:hover::before{
	content: unset;
}*/


/*.game-footer-dislike-btn:hover::before{
	content: unset;
}*/

.game-footer-like-btn,
.game-footer-dislike-btn {
    position: relative;
}

.game-footer-like-btn::before,
.game-footer-dislike-btn::before {
    content: "";
    position: absolute;
    height: 100px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.5)
}

.game-footer-like-btn.active::before,
.game-footer-dislike-btn.active::before {
    display: none;
}

.single-chapter .active .box-item-question {
    display: block;
}


/*.content-sg-chapter .chapter5 .title-ask{
	color: #4d7ebd;
}
.content-sg-chapter .title-ask{
	color: #F69238;
}
.content-sg-chapter .chapter2 .title-ask{
	color: #11B3B2;
}
.content-sg-chapter .chapter3 .title-ask{
	color: #F59290;
}
.content-sg-chapter .chapter4 .title-ask{
	color: #64BE75;
}*/

.time time {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #878787;
}

.item-cmt a {
    text-decoration: unset !important;
}

p.note-dn {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-bottom: 0;
}

.nav-single a {
    font-style: normal !important;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    text-align: justify;
    color: #333333 !important;
}

.content-sg-chapter .nav-single a {
    color: #333333 !important;
    text-decoration: unset;
}

.nav-single a:hover,
.content-sg-chapter .nav-single a:hover {
    color: #EF4722 !important;
}

.content-sg-chapter h3.active a {
    color: #EF4722 !important;
}

.item-sgl {
    width: 50%;
}

.nav-single {
    display: flex;
    align-items: center;
    background: #F3F3F3;
    border-radius: 5px;
    padding: 26px 12px;
    position: relative;
}

.nav-single::before {
    content: "";
    position: absolute;
    height: 59px;
    width: 1px;
    background: #D9D9D9;
    left: 50%;
    transform: translateX(-50%);
}

.item-sgl {
    width: 50%;
    display: flex;
    align-items: center;
}

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

.nav-single .item-sgl.nav-next {
    justify-content: flex-end;
}

.item-sgl.nav-previous span {
    margin-left: 18px;
    margin-right: 75px;
}

.item-sgl.nav-next span {
    margin-right: 18px;
    margin-left: 75px;
}

.kc-css-1859634 .comment-evaluate {
    justify-content: flex-end;
    margin: auto;
    max-width: 260px;
    margin-right: 40px;
    text-decoration: none !important;
    display: flex;
    margin-top: 10px;
}

.logged-in .comment-form-comment::before {
    display: none;
}

.item-cmt a:hover {
    cursor: default;
}

.single-chapter .site-main .widget {
    margin-bottom: 20px;
}

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

.single-chapter .questions h3 a {
    position: relative;
    z-index: 1;
}


/*.search-no-results h1,
.search-no-results .breadcrumbs-page,
.search-no-results .note-pg-search {
    display: none;
}*/


/*.search-no-results .site-content {
    margin-top: 300px;
}*/

.search-no-results .no-result {
    text-align: center;
}

h2.title-search {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #333333;
}

.no-result a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(203.07deg, #0C96D4 0%, #086CB7 100%);
    background-clip: text;
    text-fill-color: transparent;
    padding: 6px 20px;
    display: inline-block;
    margin-top: 20px;
}

.login_popup_title {
    text-transform: uppercase;
}

.single-chapter .active .link-chapter {
    display: none;
}

.nav-single.inactive::before {
    display: none;
}

.nav-single.inactive .item-sgl {
    width: 100%;
}


/*.open-menu #n40e11rtmkg81680171061282{
    display: none !important;
}*/

#comment {
    padding: 20px;
}

#comment::placeholder {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #C2C2C2;
}

.l-hover,
.r-hover {
    display: none;
}

.nav-previous:hover .l-hover {
    display: block;
}

.nav-previous:hover .il {
    display: none;
}

.nav-next:hover .r-hover {
    display: block;
}

.nav-next:hover .ir {
    display: none;
}

.search-no-results .container {
    max-width: 1140px;
    margin: 0 auto 0;
    padding-right: 15px;
    padding-left: 15px;
}

.search-no-results .site-main h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    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;
    padding-top: 40px;
    padding-bottom: 65px;
}

.search-no-results .site-content {
    margin-top: 120px;
}

.sum-like h5:lang(ja) {
    width: 50px;
}

li::marker {
    display: none;
}

ol.commentlist.show-cmt li {
    list-style: unset;
}

ol.commentlist.show-cmt {
    list-style-type: none;
}

.delete-cmt .remove-cmt {
    background-color: unset;
}
#reply-title small{
    display: none;
}
.search-results .breadcrumbs{
    display: inline-block;
}

.search-results.paged-2 .breadcrumbs:after{
    position: absolute;
    content: '';
    height: 20px;
    width: 10px;
    right: -6px;
    top: 18px;
    background-color: #fff;
}