@charset "UTF-8";

:root {
    --site-blue: #25224f;
    --site-yellow: #ffcb54;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: #eef0f3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

textarea {
    resize: none;
}

.nowrap {
    white-space: nowrap;
}
.site-text-color {
    color: var(--site-blue) !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.mt-50 {
    margin-top: 50px;
}

.mb-24 {
    margin-bottom: 24px;
}

.bg-blue {
    background-color: var(--site-blue);
}

.bg-yellow {
    background-color: var(--site-yellow);
}

.form-select {
    background-color: transparent;
    border-color: var(--site-blue);
}

.header-inner {
    display: flex;
}

.header-items {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 35px;
}

.logo img {
    width: 130px;
    min-width: 130px;
}
.logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.logo .logo-2 {
    width: 200px;
    min-width: 200px;
}
.header-menu ul li a {
    color: var(--site-blue);
    text-decoration: none;
    font-weight: 600;
}

.header-menu ul {
    display: flex;
    list-style: none;
}

.header-content {
    padding-top: 20px;
}

.header-menu ul li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 2px solid var(--site-blue);
}

.header-right .btn {
    border: 1px solid var(--site-blue);
    min-width: 170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.header-right .btn:hover {
    background-color: var(--site-blue);
    color: #fff;
}

.header-menu ul li a:hover {
    text-decoration: underline;
}

.animate-arrow i {
    transition: all 300ms ease;
    margin-left: 15px;
}

.animate-arrow:hover i {
    animation: arrow_animate 1s infinite linear;
}

.animate-arrow {
    min-width: 210px;
    display: flex;
    align-items: center;
    max-width: 210px;
}

@keyframes arrow_animate {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.index-area-video video {
    width: 100%;
    pointer-events: none;
    height: 100%;
    object-fit: cover;
}

.index-area {
    background-color: var(--site-yellow);
}

.index-area-video {
    height: 500px;
}

.index-area-info .title {
    margin-bottom: 20px;
    max-width: 80%;
    color: #000;
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 43px;
}

.index-area-info .btn {
    min-width: 260px;
    max-width: 260px;
}

.index-area-info .btn i {
    margin-left: 25px;
}

.category-item {
    border: 1px solid #000;
    border-radius: 10px;
}

.category-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
}

.category-img img {
    width: 45px;
    min-width: 45px;
    max-width: 45px;
    object-fit: contain;
}

.category-info .title {
    font-size: 22px;
    margin-bottom: 0;
}

.category-redirect {
    font-size: 32px;
}

.category-info {
    margin: 0 16px;
}

.area-title .title {
    font-weight: 600;
}

.footer-area {
    background-color: #1c1c1c;
    padding: 25px 0;
}

.footer-logo img {
    object-fit: contain
}
.footer-logo a:first-child img {
    width: 150px;
    min-width: 150px;
}
.footer-logo a:last-child img {
    width: 210px;
    min-width: 210px;
}

.footer-area p {
    max-width: 80%;
    color: #fff;
}

.footer-list ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-list ul {
    list-style: none;
}

.page-form .alert {
    font-size: 14px;
}

.page-form .alert {
    padding: 10px !important;
}

.footer-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}

.footer-list ul li:not(:last-child) {
    margin-bottom: 5px;
}

.footer-social {
    display: flex;
    margin-top: 10px;
}

.footer-social a {
    color: #000;
    text-decoration: none;
    margin-right: 5px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-center {
    display: inline-block;
}

.footer-cr-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

.footer-cr {
    background-color: #000;
    padding: 10px 0;
    /* border-top: 1px solid rgb(255 255 255 / 72%); */
}

.footer-cr {
    font-size: 14px;
}

.inner-page {
    margin-top: 50px;
}

.filter-item select {
    border: none;
    padding: 5px 0;
    font-weight: 600;
    background-size: 25px;
    background-color: transparent;
}

.filter-item label {
    font-size: 14px;
}

.teacher-item {
    display: flex;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #fff;
    justify-content: space-between;
}

.teacher-img img {
    border-radius: 10px;
    width: 120px;
    min-width: 120px;
    height: 120px;
    object-fit: cover;
}

.teacher-list-detail {
    padding: 0 25px 0 15px;
    font-size: 13px;
}

.teacher-list-detail .title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.t-detail1 {
    margin: 10px 0;
}

.t-detail1 span {
    display: block;
}

.teacher-message .btn {
    padding: 4px 10px;
}

.teacher-star i {
    color: var(--site-yellow);
}

.teacher-star span {
    font-weight: 600;
    font-size: 20px;
}

.teacher-star-and-liked {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.teacher-star-and-liked .btn {
    outline: none !important;
    padding: 0;
    font-size: 20px;
    border: none;
}

.teacher-price span {
    font-size: 12px;
    white-space: nowrap;
}

.teacher-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--site-yellow);
    border: 1px solid var(--site-blue);
    border-radius: 10px 0 0 10px;
    margin-right: -16px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.price-item {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.teacher-phone .btn {
    padding: 4px 16px;
}

.teacher-star p {
    margin: 0 0 0 8px;
    font-size: 12px;
}

.teacher-star {
    display: flex;
    align-items: center;
}

.teacher-properties {
    min-width: 210px;
}

.teacher-phone i {
    margin-right: 5px;
}

.teacher-message .btn i {
    margin-right: 8px;
}

.teacher-contact .btn {
    font-size: 14px;
    width: 100%;
}

.teacher-list-video img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.teacher-list-video {
    border: 1px solid var(--site-blue);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: all 200ms ease;
}

.tlv-watch {
    position: absolute;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background-color: var(--site-yellow);
    color: var(--site-blue);
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    border: 1px solid var(--site-blue);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tlv-watch i {
    font-size: 20px;
    margin-right: 5px;
}

.teacher-list-video.active {
    opacity: 1;
}

.teacher-list-detail .title a {
    color: #000;
    text-decoration: none;
}

.teacher-list-detail .title a:hover {
    text-decoration: underline;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.password-eyes {
    position: relative;
}

.eyes-trg {
    position: absolute;
    top: 50%;
    right: 10px;
    line-height: 1px;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer
}

.password-eyes {
    position: relative;
}

/* CHECKBOX */

@keyframes check {
    50% {
        transform: scale(1.2)
    }
}

.promise-box {
    display: flex;
    vertical-align: middle;
    align-items: center;
    margin-bottom: 20px;
}

.promise-box label {
    font-size: 16px;
    max-width: unset !important;
    width: auto !important;
}

.promise-box label {
    padding-left: 0;
    color: inherit;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
}

.cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

.cbx span {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    transform: scale(1);
    border: 1px solid #B9B8C3;
    transition: all .2s ease;
}

.cbx span:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--site-blue);
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: .2s;
}

.cbx span svg {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 4px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0, 0, 0);
}

.cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #B9B8C3;
    transform-origin: 0 0;
    transform: scaleX(0);
}

button.confirm-btn {
    text-align: left;
    font-size: 15px;
    border: none;
    background: none !important;
    margin-left: 10px;
    outline: none !important;
    cursor: pointer;
}

.inp-cbx:checked+.cbx span:last-child {
    color: #B9B8C3;
    transition: all .3s ease;
}

.inp-cbx:checked+.cbx span:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all .6s ease;
}

.inp-cbx:checked+.cbx span:last-child:after {
    transition: all .3s ease;
}

.inp-cbx:checked+.cbx span svg {
    stroke-dashoffset: 0;
}

.inp-cbx:checked+.cbx span {
    border-color: var(--site-blue);
    background: var(--site-blue);
    animation: check .6s ease;
}

label.cbx p {
    margin-bottom: 0px;
    margin-left: 10px;
}

.promise-box .no-modal {
    display: flex;
    align-items: center;
}

.table-transparent td,
.table-transparent th {
    background-color: transparent;
    border: 0;
}

.ra-view {
    border: 1px solid var(--site-blue);
    padding: 5px 15px;
    border-radius: 5px;
    cursor: pointer;
}

.ra-content {
    display: flex;
    gap: 10px;
}

.ra-content label input:checked~.ra-view {
    background-color: var(--site-blue);
    color: #fff;
}

.ra-title {
    font-weight: 600;
    margin-bottom: 5px;
}

.mini-text {
    font-size: 12px;
}

.input-group-prepend {
    border: 1px solid var(--site-blue);
}


.yellow-btn,
.yellow-btn:hover {
    background-color: var(--site-yellow);
    border: 1px solid var(--site-blue);
    min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

.teacher-list-detail a {
    color: #000;
    text-decoration: none;
}

.register-top-list-area {
    display: flex;
    gap: 30px;
}

.register-top-list-area .alert {
    padding-left: 30px;
    padding-right: 30px;
}


.month-list-item {
    display: flex;
    border: 1px solid #cecece;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}

.month-list-item label {
    display: flex;
    width: 100%;
    padding: 10px 5px 10px 30px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.control__indicator {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    height: 20px;
    border-radius: 50%;
    width: 20px;
    background: #e6e6e6;
}

.control__indicator:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 4px;
    width: 5px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

.month-list-item:hover .control__indicator {
    background: #ccc;
}

.month-input:checked~.control__indicator {
    background-color: #21b621;
}

.month-input:checked~.control__indicator:after {
    display: block;
}

.input-group .btn {
    display: flex;
    align-items: center;
}

.mobile-btn {
    display: none;
}

#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    max-width: 360px;
    width: 100%;
    background-color: var(--site-yellow);
    border-right: 1px solid var(--site-blue);
    transform: translateX(-100%);
    transition: all 300ms ease;
    z-index: 2147483647;
}
#mobile-menu.active {
    transform: translateX(0);
}
.mobile-top {
    position: absolute;
    top: 5px;
    right: 5px;
}

.mobile-top .btn {
    font-size: 24px;
    line-height: 1px;
    border: 1px solid #000;
}

#mobile-menu ul li a {
    color: #000;
    text-decoration: none;
    display: block;
}

.mobile-menu-list {
    list-style: none;
    border-bottom: 1px solid rgb(255 255 255 / 50%);
    margin-top: 30px;
}

.mobile-menu-list li {
    border-top: 1px solid rgb(255 255 255 / 50%);
    padding: 10px;
}
.mobile-menu-logo img {
    max-width: 45%;
}

.mobile-menu-logo {
    padding-top: 10px;
    padding-left: 10px;
}

.header-right .btn i {margin-left: 5px;}

.review-img {
    text-align: center;
    width: 50%;
}

.loading-btn {
    position: relative;
}

.loading-btn i {
    display: none;
}

.loading-btn:after {
    content: "";
    width: 20px;
    height: 20px;
    border-top: 2px solid #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-animation: loading_animate .8s linear infinite;
    animation: loading_animate .8s linear infinite;
}

@keyframes loading_animate {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading_animate {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.offer-trg {
    min-width:  250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loading-dark-btn:after {
    border-color: var(--site-blue);
}

.tra-btn:disabled {
    opacity: 0.6;
}

.error-desc {
    font-size: 15px;
    display: none;
}

.error-desc p {
    margin-bottom: 0;
}

.payment-card-error {
    border-color: #f00;
}
.orderNo {
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    border-radius: 5px;
    background-color: var(--site-blue);
}
.btn-liked.active i {
    font-weight: 600;
    color: var(--site-yellow);
}

.t-item-left {
    display: flex;
}

.teacher-item.doping-item {
    border-color: var(--site-yellow);
    border-width: 3px;
}

.user-account-list ul {
    list-style: none;
}

.user-account-list {
    background-color: #fff;
    padding: 10px;
    position: absolute;
    transform: translateY(100%);
    bottom: -5px;
    left: 0;
    right: 0;
    border-radius: 0.375rem;
    display: none;
    z-index: 99;
}

.user-account-bar {
    position: relative;
}

.user-account-list ul li a {
    text-decoration: none;
    color: #000;
    display: block;
}
.user-account-bar:hover .user-account-list {
    display: block;
}

.user-account-list:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    height: 10px;
}
.grecaptcha-badge {display: none!important}
.order-detail-item {
    display: flex;
}

.order-detail-item span {
    display: inline-block;
    min-width: 150px;
}

.order-detail-item br {
    display: none;
}
.address-item .address-title {
    background-color: #dbdbdb;
    padding: 5px;
}

.address-content {
    border: 2px solid #dbdbdb;
    padding: 5px;
    border-top: 0;
    font-size: 15px;
}

.address-content .address-c-row:not(:last-child) {
    margin-bottom: 5px;
}
.tp-drt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 12px;
}

.tp-drt span:first-child {
    font-weight: 600;
}
.branch-select-table td {
    vertical-align: middle;
}
.footer-logo {
    display: flex;
    gap: 15px;
    padding-right: 40px;
    align-items: center;
}
.footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 32px;
    background-color: #fff;
    height: 1px;
    width: 1;
}
.cr-logo {
    display: flex;
    gap: 20px;
}

.cr-logo a img {
    width: 80px;
}
.filter-clear {
    display: flex;
    align-items: flex-end;
}
.tvc-bottom .teacher-star-and-liked {
    justify-content: space-between;
}


.doping-price {
    display: inline-block;
    background-color: var(--site-yellow);
    color: var(--site-blue);
    font-weight: 500;
    padding: 10px 20px;
    border-radius: 5px;
}

.discount-style {
    font-size: 13px;
    background-color: #f00;
    padding: 2px 7px;
    border-radius: 5px;
    color: #fff;
    margin-left: 10px;
}

.account-end-date span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #a2a2a2;
    color: #fff;
}

.account-end-date br {
    display: none;
}
.account-end-date {
    margin: 20px 0;
}

.account-end-date div {
    padding: 5px 10px;
    background: #fff;
}
.account-end-date span a {
    text-decoration: none;
    font-size: 13px;
    background-color: #fff;
    padding: 3px 5px;
    border-radius: 3px;
    color: var(--site-blue);
}

.account-end-date span a:hover {
    background-color: var(--site-blue);
    color: #fff;
}
.account-price {
    width: 50%;
}

.become-teacher-content .btn {min-width: 240px;}
.teacher-social-links a {
    text-decoration: none;
}

.teacher-social-links a {
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--site-yellow);
    color: var(--site-blue);
    border-radius: 50%;
}

.teacher-social-links {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.teacher-social-links img {
    width: 15px;
}
.about-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid var(--site-blue);
}

.about-box .title {
    font-size: 24px;
}
.about-box a {
    text-decoration: none;
    color: var(--site-blue);
}
.t-list-top-title {
    position: relative;
}

.t-list-top-title i {
    margin-top: 2px;
    margin-left: 5px;
    color: #f00;
    font-size: 18px;
}

.teacherd-info .t-list-top-title i {margin-top: 5px;}

.register-top-list-day-select {
    display: flex;
    gap: 15px;
}

.day-select-item {
    border: 1px solid var(--site-blue);
    border-radius: 2px;
}

.dsi-name {
    padding: 5px;
    border-bottom: 1px solid var(--site-blue);
}

.dsi-price {
    padding: 5px;
}

.teacher-img a {display: block;position: relative;}

.teacher-img i {
    position: absolute;
    left: 5px;
    bottom: 5px;
    color: #f00;
}
.mobile-yt-video i {
    position: relative;
    color: #000;
    top: 0;
    left: 0;
    margin-right: 2px;
}

.mobile-yt-video {align-items: center;margin-top:10px;display:none!important}

.filter-style {
    border: 1px solid #020202;
    border-radius: 10px;
    padding: 5px 10px;
}

.account-error {
    background-color: #f5c2c7;
    text-align: center;
    padding: 2px 0;
    color: #842029;
}

.pagination-area ul {
    list-style: none;
    display: flex;
    gap: 12px;
    justify-content: center;
}

.pagination-area ul li {
    min-width: 35px;
    height: 35px;
    background-color: var(--site-yellow);
    color: var(--site-blue);
    border-radius: 2px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}

.pagination-area ul li a {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-area {
    margin-bottom: 24px;
}

.pagination-area ul li:hover,
.pagination-area ul li.active {
    background-color: var(--site-blue);
    color: #fff;
}
