.footer__copyright-inner {
    text-align: center;
}

.footer__main .textwidget {
    margin-bottom: 51px;
}

.footer__main .textwidget p {
    font-weight: 500;
    line-height: 2;
}

.footer__main ul.menu li:first-child a {
    padding-top: 0px;
}

.footer__main ul.menu li a {
    padding: 7.5px 0px 12px;
    display: block;
}

.footer__main ul.menu {
    margin-bottom: 60px;
}

.social-list {
    display: flex;
    align-items: center;
}

.page-template-about .mona-content ul,
.page-template-about .mona-content ol {
    padding-left: 0px;
}

.page-template-about .mona-content ul li,
.page-template-about .mona-content ol li {
    list-style: none;
}

.pagination ul li a,
.pagination ul li span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 44px;
    width: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    color: #49545F;
}

.pagination ul li {
    display: inline-flex;
}

.pagination ul li .current {
    background-color: #F73749;
    color: #fff;
    font-weight: bold;
}

.pagination ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 44px;
    width: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    color: #49545F;
}

.pagination ul li .current {
    background-color: #F73749;
    color: #fff;
    font-weight: bold;
}

.video-sec iframe {
    width: 100%;
    height: 600px;
}

.sec-video-home .btn-icon-down {
    z-index: 9;
}

.sec-video-home .container {
    z-index: 9;
}

.sec-video-home .video-sec:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: #00000040;
}

.sec-video-home .video-sec {
    position: relative;
}

.fill-hidden-mouse {
    position: relative;
    padding-top: 69%;
}

.fill-hidden-mouse::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    background: #00ffff00;
}

.fill-hidden-mouse iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.fill-hidden-mouse-not {
    position: relative;
    padding-top: 69%;
}

.fill-hidden-mouse-not iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

div.wpcf7-response-output {
    border: none;
    margin: 0;
    padding: 0;
    width: 50%;
}

@media (max-width: 700px) {
    div.wpcf7-response-output {
        width: 100%;
    }
}

.ajax-loader {
    position: absolute;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 0px solid #f7e700;
    color: #f7e700;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    margin: 0;
    padding: 0;
}

div.wpcf7-mail-sent-ok {
    border: none;
    margin: 0;
    padding: 0;
    color: #398f14;
}

.header-menu-nav .dropdown>.sub-menu-wrap {
    z-index: 9;
}

.team__home-inner .wrapper-team__home .list-item-team-home .it-team-home .img-t img {
    height: auto;
}

#popup-image-khai-giang {
    width: max-content;
    max-width: 100%;
    padding: 70px;
    margin: auto;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    border: 2px solid #F73749;
    height: auto;
}

.sec-title-border .text {
    color: #49545F;
}

a.wrap-banner-link {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 999;
}

.list-extend__course .col .text-desc {
    /* text-align: left; */
}

#popup-image-review {
    width: 1168px;
    max-width: 100%;
    padding: 20px 10px;
    margin: auto;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    border: 2px solid #F73749;
}

.info__course-inner .info-if .text-desc .mona-content ul li {
    margin-bottom: 15px;
}

/* new */
.footer__main ul.menu {
    margin-top: 35px;
}

/* loading */
.m-btn-loading,
.m-btn-load-b {
    position: relative;
}

.m-btn-loading:after,
.m-btn-load-b:before {
    display: inline-block;
    content: '';
    background-image: url(../images/loading.svg);
    background-repeat: no-repeat;
    background-size: 0;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transform: translate(-0%, -50%);
}

.loading .m-btn-loading:after,
.m-btn-loading.loading:after,
.m-btn-load-b.loading:before {
    background-size: contain;
}

.box-loading:before {
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(62, 62, 62, 0.173);
    z-index: 9;
}

.box-loading.loading:before {
    display: block;
}

#mona-forget-submit-form .success {
    color: green;
}

#mona-forget-submit-form .login-desc {
    font-style: italic;
    font-size: 14px;
    color: #000000;
}

.form-contact span.ajax-loader {
    position: absolute;
}

.wrapper-contact .list-item-adress .it-address .img-ad img {
    max-width: 33px;
}

.head-contact-co .mona-content ul,
.head-contact-co .mona-content ol,
.style-ul-li ul,
.style-ul-li ol {
    padding-left: 0px;
    list-style-position: inside;
}

.xsend-form .ajax-loader {
    position: absolute;
}

.apply__advisory-inner .container .img-decor img {
    /* width: auto; */
}

.form-apply-advisory span.ajax-loader {
    position: absolute;
}

.popup-alphabet {
    padding: 30px;
    width: 550px;
}

.popup-alphabet {
    width: 631px;
    max-width: 100%;
    padding: 70px;
    margin: auto;
    background-color: #fff;
    position: relative;
    border-radius: 20px;
    border: 2px solid #cc2329;
}

@media screen and (max-width: 500px) {
    .slider-tab__links__course .swiper-tab__links__course .swiper-slide-thumb-active .lb-title {
        height: 40px;
    }
}

.text-center {
    text-align: center;
}

#popup-image-review {
    border: none;
}

#popup-image-khai-giang {
    border: none;
}

.header {
    z-index: 11;
}

/* .xban-num {
    min-width: var(-xban, 0px)
} */

/* .sec-info__course__detail .tag-c .pirce .price,
.item-content-course .tag-c .pirce .price { 
    text-align: right;
} */
div#response-register {
    color: red;
}

.wrap-form-forget {
    text-align: center;
}

#mona-forget-submit-form h3.success {
    margin-bottom: 20px;
}

.notify-mess {
    font-size: 18px;
    font-style: italic;
}

.acc__ava__txt.warning {
    color: red;
}

.acc__ava__img.m-btn-loading:after {
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.co__log .m-btn-loading.loading:after {
    filter: brightness(0.1);
    right: -25px;
}

.co__log .m-btn-loading.loading i {
    display: none;
}

.pagination ul li a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.pagination ul li a:hover {
    background-color: #F73749;
    color: #fff;
    font-weight: bold;
}

.vid__wrap .wrap-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: transparent;
    border-radius: none;
}

#payment .payment_method_mona_zalo_payment_gateway .rad__txt img,
#payment .payment_method_mona_momo_payment_gateway .rad__txt img {
    width: 35px;
}

textarea#order_comments {
    min-height: 135px;
    background: transparent;
    font-size: 16px;
}

textarea#order_comments:focus {
    border-color: #cc2329;
}

.woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: inherit;
}

.woocommerce-thankyou-order-failed-actions {
    margin-top: 2rem;
}

.acc__main .woocommerce-notices-wrapper {
    display: none;
}

.vid__btn.share .addtoany_list a img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.vid__con__txt.mona-content p {
    margin-bottom: 24px;
}

.vid__custom_wrap .vid__list .col-4 {
    width: calc(100% / 4);
}

.vid__btn.m-btn-like.m-btn-loading:after {
    left: 8px;
}

.vid__btn.m-btn-like.m-btn-loading.loading i {
    opacity: 0;
}

.vid__btn.m-btn-like i {
    font-size: 18px;
    margin-right: 8px;
}

.voc__sub a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* a.voc__sub__link .txt {
    padding: 0 15px;
    margin-right: auto;
    max-width: 135px;
} */

/* a.voc__sub__link .tag {
    padding: 5px 15px 3px;
    background-color: #cc2329;
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
} */

a.voc__sub__link .time {
    padding: 0 10px;
    /* margin-right: 30px; */
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media screen and (max-width: 1440px) and (min-width: 1201px) {
    a.voc__sub__link .tag {
        display: none;
    }
}

a.voc__sub__link.block {
    /* filter: grayscale(1); */
    pointer-events: none;
    user-select: none;
}

a.voc__sub__link.block:before {
    display: block;
    content: "\f023";
    /* height: 100%; */
    position: absolute;
    right: 0;
    /* transform: translateX(-50%); */
}

a.link.block {
    pointer-events: none;
    user-select: none;
}

.m-remove-hover-btn .page-numbers:hover {
    background-color: transparent;
}

.wrap-btn-point {
    margin-top: 2rem;
}

.wrap-point {
    margin-top: 1rem;
    font-size: 1.5rem;
}

.lb-radio.hl-false::after {
    content: "\f00d";
    color: red;
    font-size: 22px;
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

.lb-radio.cr.hl-cr::after {
    content: "\f00c";
    color: green;
    font-size: 22px;
    position: absolute;
    right: -2rem;
    top: 50%;
    transform: translateY(-50%);
}

.form-row label {
    font-size: 20px;
    color: #384259;
    font-weight: bold;
}

.woocommerce-billing-fields__field-wrapper .form-row span.woocommerce-input-wrapper input.input-text {
    background-color: transparent;
    font-size: 16px;
}

.woocommerce #respond input#submit.vqa__btn,
.woocommerce input.button.vqa__btn {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #cc2329;
    border-radius: 5px;
    padding: 16px 30px 13px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    text-transform: uppercase;
}

.woocommerce #respond input#submit.vqa__btn:hover,
.woocommerce input.button.vqa__btn:hover {
    background-color: #fdce99;
    color: #49545f;
}

.vqa__btn {
    border-color: transparent;
}

.voc__main .pop__pass__img {
    max-width: 170px;
}

.wrap-count-down {
    padding: 11px 20px 10px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    background: #fdce99;
    border-top: 1px solid #e8e8e8;
}

.wrap-count-down .qs-time.cd__test {
    font-weight: bold;
}

.wrap-count-down.red {
    color: #fff;
    background: #cc232a;
}

a.voc__sub__link.done .time {
    display: none;
}

a.voc__sub__link.done .tag {
    display: none;
}

.pop__pass__txt b {
    color: #d15257;
}

.mt-2 {
    margin-top: 2rem;
}

.user__info img.user__img {
    border-radius: 50%;
}

.acc .stt.blue {
    background: deepskyblue;
    transition: .2s all;
    border: 1px solid transparent;
}

.acc .stt.blue:hover {
    background: #fff;
    color: deepskyblue;
    border: 1px solid deepskyblue;
}

.table-ranking .name img {
    max-width: 50px;
    border-radius: 50%;
}

/* 
.x-title-ask {
    display: flex;
} */

.x-title-ask p {
    margin-left: 5px;
}

.gbkt-siba-time .qs-time.cd__test {
    font-size: 50px;
    font-weight: 500;
    line-height: calc(61 / 50);
    margin: 0 auto;
}

.gbkt-siba-time .wrap-count-down {
    background: transparent;
    border-bottom: 1px solid #e8e8e8;
    border-top: 0;
}

.gbkt-siba-time .wrap-count-down.red {
    color: rgb(204, 35, 41);
}

div#response-text-final {
    text-align: left;
    margin-top: 22px;
    color: red;
}

.wrapper-popup-answer.m-custom-popup {
    padding: 55px 70px;
}

.x-ts .text-desc {
    width: 100%;
}

.m-btn-loading.xcombo-btn::after {
    filter: brightness(0.1);
    right: -35px;
}

.item-content__course__detail .wrap-center {
    padding: 15px;
    width: 100%;
}

/* 
.item-content__course__detail .wrap-center .info-c .text-desc {
    max-height: 500px;
} */
.m-description-item-cart {
    font-size: 14px;
    color: #49545f;
}

.combo-course {
    margin-bottom: 25px;
}

.wrapper-info__course__detail .info-cd .m-title-combo {
    margin-bottom: 15px;
}

.wrap-count-down.m-test-center {
    background: #fff;
    border: 1px solid;
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
    width: 250px;
    font-size: 25px;
    font-weight: 500;
}

.wrap-count-down.m-test-center .qs-time.cd__test {
    font-size: 45px;
}

.test-title.m-title-wrap {
    color: #fff;
    background: #49545f;
}

.gbkt-siba-item.parent .m-wrap {
    padding: 0 12px;
}

.gbkt-siba-item {
    margin-bottom: 12px;
}

.gbkt-siba-test .test-title {
    margin-bottom: 10px;
    display: block;
}

.gbkt-siba-test .test-list li {
    width: 30px;
    height: 30px;
}

.gbkt-siba-list {
    padding: 15px 18px 25px;
    /* border: 1px solid #49545f; */
}

.row-ask:last-child {
    border-bottom: none;
}

.gbkt-siba-item.parent.current-parent {
    /* border: 1px solid; */
}

.wrapper-popup-answer {
    background-image: none;
}

.wrapper-popup-answer .list-table-answwer.m-custom-table .right {
    flex-basis: 70%;
}

.wrapper-popup-answer .list-table-answwer.m-custom-table .left {
    flex-basis: 30%;
}



.wrapper-popup-answer .list-table-answwer.m-custom-table {
    flex-wrap: wrap;
}

.wrapper-popup-answer.m-custom-popup .x-title-ask {
    font-weight: bold;
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
}

.wrapper-popup-answer .title {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.wrapper-popup-answer .list-table-answwer.m-custom-table .right .info .item-text {
    display: flex;
    margin: 20px 0;
    justify-content: flex-start;
}

.wrapper-popup-answer .list-table-answwer.m-custom-table .right .info .item-text .txt {
    width: 50%;
    /* margin: 6px 0; */
    font-weight: bold;
}

.wrapper-popup-answer .list-table-answwer.m-custom-table .left .logo img {
    width: 100%;
}

p.desc.ans-text {
    color: red;
    font-size: 22px;
    font-weight: bold;
}

.wrap-button.m-btn-wrap {
    display: flex;
    margin: 0;
    justify-content: space-between;
    display: none;
}

.wrap-button.m-btn-wrap a.gbkt-siba-btn.m-btn {
    max-width: 100%;
    width: calc(100% / 2 - 5px);
    margin: 0;
}

.wrap-button.m-btn-wrap a.gbkt-siba-btn.m-btn {
    font-size: 16px;
}

.wrapper-popup-answer.m-custom-popup .wrap-button.m-btn-wrap {
    width: 450px;
    margin: 22px auto;
}

.wrapper-popup-answer.m-custom-popup .wrap-button.m-btn-wrap .gbkt-siba-btn:last-child {
    background-color: #f3f338;
    color: #000;
}

.table-ranking .header-table .content-table {
    text-transform: uppercase;
}

.vqa .f-control {
    /* border: 1px solid rgba(0,0,0,0.1); */
    margin-bottom: 15px;
}

.m-btn-action a.btn-apply-course {
    min-width: 175px;
    margin: 5px 0;
}

.m-btn-action a.btn-apply-course.btn-bxh {
    background: #fdce99;
    color: #49545f;
}

.m-btn-action a.btn-apply-course.btn-bxh:hover {
    background: #fdce99;
    color: #49545f;
    -webkit-box-shadow: 10px 10px 20px rgb(0 0 0 / 16%);
    box-shadow: 10px 10px 20px rgb(0 0 0 / 16%);


}

.m-btn-action a.btn-apply-course:hover {
    background: #cc2329;
    color: #fff;
}

.swiper-chung.slider-combo .swiper-slide img:hover {
    /* box-shadow: 1px 1px #000; */
    transform: scale(1.1);
    transition: .2s all;
}

.combo-course .m-title-combo {
    font-size: 19px;
    font-weight: bold;
    color: #000;
}

.col-1 {
    width: calc(100% * 1 / 12);
}

.x-title-ask {
    font-size: 18px;
}

.row-ask .form-control .lb-radio>.title {
    font-size: 16px;
}

.gbkt-main-title {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .x-title-ask {
        font-size: 16px;
    }

    .row-ask .form-control .lb-radio>.title {
        font-size: 14px;
    }

    .gbkt-main-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .wrapper-popup-answer .list-table-answwer.m-custom-table .left {
        display: none;
    }

    .wrapper-popup-answer .list-table-answwer.m-custom-table .right {
        flex-basis: 100%;
    }

    .wrapper-popup-answer.m-custom-popup {
        padding: 25px 35px;
    }

    .wrapper-popup-answer.m-custom-popup .wrap-button.m-btn-wrap {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .wrap-button.m-btn-wrap a.gbkt-siba-btn.m-btn {
        width: 100%;
        margin: 5px 0;
    }
}

@media screen and (max-width: 768px) {
    .function-list ul>li .icon {
        opacity: 1;
        pointer-events: initial;
    }

    .function-list {
        pointer-events: initial;
    }
}

/* @media screen and (max-width: 768px) {
    .gbkt-siba {
        top: 10vh;
    }

    .gbkt-siba-list>.gbkt-siba-item:first-child {
        margin: 0;
    }
} */
#response-error {
    width: 845px;
    max-width: 100%;
    padding: 0px 15px;
    margin: 0 auto 0px;
    color: red;
}

.wrapper-popup-answer .list-table-answwer .center {
    margin: 0 auto;
}

.wrapper-popup-test .wrap-field-email {
    width: 450px;
    margin: 0 auto;
    max-width: 100%;
}

.wrapper-popup-test .wrap-field-email input {
    border: 1px solid #cc2329;
}

@media screen and (min-width: 769px) {

    #popup-test .popup-wrap .mfp-close {
        background-color: black;
        border: 3px solid #fff;
    }
}

p.title-email-field {
    margin-bottom: 12px;
}

.vqa__form {
    border: none;
    padding: 0
}

.comment-form-comment-subscribe {
    margin-bottom: 15px;
}

.woocommerce #respond #commentform .vqa__btn#submit:hover {
    background-color: #fdce99;
    color: #49545f;
}

.woocommerce #respond #commentform .vqa__btn#submit {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background-color: #cc2329;
    border-radius: 5px;
    padding: 12px 14px 10px;
    appearance: none;
    -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
    .vid__yt {
        padding-top: 63%;
        height: 0;
        position: relative;
    }

    .vid__yt iframe {
        position: absolute;
        top: 0;
        left: 0
    }
}


.vqa__item__content {
    width: calc(100% - 55px);
    margin-left: auto;
}

.vqa__item .ava {
    width: 40px;
    height: 40px;
}

#respond textarea.f-control {
    height: 90px;
}

.vqa__list div#respond {
    margin-left: 55px;
}

.form-apply-advisory span.wpcf7-not-valid-tip,
.apply__advisory-inner .wpcf7-response-output {
    color: #000;
}

.form-control.f-flex {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce #payment .form-control.f-flex .co__btn#place_order {
    margin: 0;
    max-width: 50%;
    margin-right: 12px;
    margin-bottom: 0;
}

.error.mona-report-comment {
    color: red;
    /* display:block; */
}

.success.mona-report-comment {
    color: #128015;
    /* display:block; */
}

.comment-form.m-btn-loading.box-loading:after {
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    left: 50%;
}

.mona-report-comment {
    display: none;
}

.table-ranking .body-table .top-and-name .top {
    width: 50px;
    flex-basis: unset;
}

.table-ranking .body-table .top-and-name .name {
    width: calc(100% - 50px);
    flex-basis: unset;
}

.wrap-btn-loadmore {
    text-align: right;
    margin-top: 2rem;
}

.load-more-bxh.btn {
    padding: .5rem 1.2rem;
    background: #cc2329;
    display: inline-block;
    color: #fff;
    border-radius: .2rem;
    transition: .2s all;
    padding-top: .6rem;
}

.load-more-bxh.btn:hover {
    background: #fdce99;
    color: #49545f;
}

.xmap-item {
    width: calc(50% - 20px);
}

@media screen and (max-width: 1200px) {
    .xmap-item {
        width: calc(50% - 10px);
        margin: 5px;
    }
}

@media screen and (max-width: 500px) {
    .xmap-item {
        width: 100%;
        margin: 0 0 10px;
    }
}

.xsend-sel {
    line-height: 1;
}

/* .wrap-form .option-login .btn-login-gg {
    background: none;
} */

.wrap-form .option-login .btn-login-gg .abcRioButton.abcRioButtonLightBlue {
    height: 100% !important;
    width: 100% !important;
}

/* .wrap-form .option-login a img {
    float: left;
    padding: 8px;
}

.wrap-form .option-login .btn-login-fb {
    border-radius: 0;
    padding: 7px 0;
    display: block;
} */
span.g-signin2 {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

a.btn-login-gg {
    position: relative;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #cc2329;
    color: #fff;
}

.list-answer .form-control .lb-radio.hl-cr {
    margin-right: 3rem;
}

.list-answer .form-control .lb-radio.hl-false {
    margin-right: 3rem;
}

.sec-info__course__detail .tag-c .pirce.price-center,
.item-content-course .tag-c .pirce.price-center {
    justify-content: center;
}

.sec-info__course__detail .tag-c .pirce.f4 {
    font-size: 24px;
}

@media screen and (max-width: 450px) {
    .sec-info__course__detail .tag-c .pirce.f4 {
        font-size: 20px;
    }
}

.xcombo-price-wrap {
    min-height: 62px;
}