﻿html {
    scroll-behavior: smooth;
}

body {
    background: #f4f4f4
}

a {
    color: #333
}

.-header-top a, .header-right__icons a {
    color: #fff;
}

.p10-15px {
    padding: 10px 15px;
}

.none {
    display: none
}

.wh-60px {
    width: 60px;
    height: 60px;
}

.max-w-100 {
    max-width: 100px;
    min-width: 100px
}

.w-60 {
    width: 60%;
}

.w-40 {
    width: 40%;
}

.left-0 {
    left: 0
}

.h-100vh {
    height: 100vh
}

.w-20 {
    width: 20%;
}

.shrink-0 {
    flex-shrink: 0;
}

.shrink-1 {
    flex-shrink: 1;
}

.wh-35px {
    width: 35px;
    height: 35px;
}

.flex-1 {
    flex: 1
}

video {
    width: 100%
}

.w-maxcontent {
    width: max-content !important
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-20 {
    padding: 20px
}

.text-5 {
    font-size: 5px;
}

.text-4em {
    font-size: 4em
}

.text-f80 {
    color: #f80
}

.text-4F8AEF {
    color: #4F8AEF
}

.text-9d9d9d {
    color: #9d9d9d;
}

.text-666b8d {
    color: #666b8d;
}

    .text-666b8d:hover {
        color: var(--color-purple-1);
    }

.text-success {
    color: var(--color-purple-1) !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--bs-primary-rgb) !important;
}

.text-danger {
    color: red;
}

.text-a7 {
    color: #a7a7a7;
}

.shadow-7 {
    box-shadow: 0 15px 20px -20px rgb(0 0 0 / 73%);
}

.radius-15 {
    border-radius: 15px
}

.p5-10px {
    padding: 5px 10px
}

.p2-5px {
    padding: 2px 5px;
}

.p10-30px {
    padding: 10px 30px;
}

.p15-30px {
    padding: 15px 30px;
}

.py-14 {
    padding: 14px 0;
}

.w-40px {
    width: 40px
}

.w-45px {
    width: 45px
}

.wh-30px {
    width: 30px;
    height: 30px;
    object-fit: cover
}

.gap-3 {
    gap: 3px
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.gap-15 {
    gap: 15px
}

.gap-18 {
    gap: 18px
}

.gap-20 {
    gap: 20px
}

.gap-25 {
    gap: 25px
}

.fw-medium {
    font-weight: 600
}

.flex-1-1 {
    flex: 1 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.radius-4 {
    border-radius: 4px
}

.radius-7 {
    border-radius: 7px
}

.radius-100 {
    border-radius: 100%
}

.border-ddd {
    border: #ddd solid thin;
}

.flex100per {
    flex: 0 0 100%;
}

.w-100 {
    width: 100%
}

.flex-column {
    flex-direction: column
}

.alertify-notifier.ajs-right .ajs-message.ajs-visible {
    font-size: 13px;
    color: #fff;
}

.text-21 {
    font-size: 21px;
}

.text-24 {
    font-size: 24px;
}


.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2ab57d;
    --bs-btn-border-color: #2ab57d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #249a6a;
    --bs-btn-hover-border-color: #229164;
    --bs-btn-focus-shadow-rgb: 74, 192, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #229164;
    --bs-btn-active-border-color: #20885e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2ab57d;
    --bs-btn-disabled-border-color: #2ab57d;
}

.line-clamp-1, .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.line-clamp-1 {
    -webkit-line-clamp: 1;
}

.line-clamp-2 {
    -webkit-line-clamp: 2;
}

.tabs__controls input[type=submit]:not(:disabled) {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    text-decoration: none;
}

.spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 50px;
    height: 50px;
}

    .spinner .path {
        stroke: #7545f06b;
        stroke-linecap: round;
        -webkit-animation: dash 1.5s ease-in-out infinite;
        animation: dash 1.5s ease-in-out infinite;
    }

@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.loaddata_ {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
}

.pagination.-avatars .pagination__item.avt {
    width: 92px;
    height: 92px;
}

.shadow-sd-7 {
    box-shadow: 0 15px 20px -21px rgb(0 0 0 / 24%);
}

.shadow-sd-14 {
    box-shadow: 0 15px 20px -14px rgb(0 0 0 / 24%);
}

.detail-course label {
    margin: 0;
    font-size: 14px
}

.cball-course label {
    font-weight: 700;
    font-size: 14px
}

.list-lesson ul li {
    padding: 10px 0;
    border-top: #e1e5f3 solid thin;
}

    .list-lesson ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

.-purple-1:hover {
    background-image: linear-gradient(to right, #00b14f 0%, #1a5b45 51%, #00b14f 100%);
    background-image: linear-gradient(to right, #00b14f 0%, #1a5b45 51%, #00b14f 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background-size: 200% auto;
    border: none
}

.aspNetDisabled.button {
    opacity: 0.5
}

    .aspNetDisabled.button:hover {
        background-image: linear-gradient(to right, var(--color-purple-1) 0%, var(--color-purple-1) 51%, var(--color-purple-1) 100%);
        background-image: linear-gradient(to right, var(--color-purple-1) 0%, var(--color-purple-1) 51%, var(--color-purple-1) 100%);
    }

._viewLesson {
    border: none;
    line-height: 0.5;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    padding: 6px 5px 9px 6px !important;
}

.list-lesson span p {
    font-size: 13px
}

.list-lesson.item ul {
    border: #e1e5f3 solid thin;
    border-radius: 4px;
}

    .list-lesson.item ul li:first-child {
        border: none
    }

    .list-lesson.item ul li {
        padding: 10px
    }

.time-dot ul li {
    list-style: disc !important;
    margin-left: 30px;
}

#_copylink:hover {
    cursor: pointer
}

.notify-copy {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    top: 0;
    color: #fff;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 1
}

._icon {
    background: #33333380;
    padding: 13px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 13px;
}

.btn-transparent {
    background: transparent;
    border: none
}

.flex-shrink0 {
    flex-shrink: 0;
}

.progress {
    height: 5px
}

.rating_ .progress .progress-bar {
    background: #FFAA33;
    box-shadow: none;
}

.color-306bd9 {
    color: #306bd9;
}

.contact-form, .form-select, .select2-container--default .select2-selection--single {
    border: 0;
    outline: none;
    width: 100%;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    font-size: 14px;
    line-height: unset;
    padding: 13px 15px;
    color: var(--color-light-1);
    transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 600;
    height: 50px
}

.form-textarea {
    height: auto
}

.form-select:focus {
    border: 1px solid #00b14f !important;
    /*outline: #00b14f21 solid 3px !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
    outline: none;
    box-shadow: none
}

.btn-send-rating {
    display: flex;
    background: #666666;
    height: 100%;
    font-size: 14px !important;
}

    .btn-send-rating:hover {
        background-color: var(--color-purple-1)
    }

.bg-success {
    background: var(--bs-primary-rgb) !important;
}

.bg-f7f7f7 {
    background: #f7f7f7
}

.bg-f4f4f4 {
    background: #f4f4f4
}

.bg-fff1f1 {
    background: #fff1f1
}

.bg-ffe2e2 {
    background: #ffe2e2
}

.avatar-cmt {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.infor_us_:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #f7f7f7 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: -7px;
}

.stt-teacher {
    position: absolute;
    top: 0;
    display: flex;
    padding: 3px 6px;
    border-radius: 4px;
    background: linear-gradient(180deg, #f5c20f, #fd9f19);
    font-size: 12px;
    color: #fff;
}

.group- div:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none !important
}

.group- div:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.course-relate-teacher img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 220px
}

.blinking {
    animation: 1s blink ease infinite;
    width: 10px;
    height: 10px;
    border-radius: 100%
}

@-webkit-keyframes

"blink" {
    0%

{
    opacity: 0;
    background-color: red;
}

25% {
    opacity: 1;
    background-color: red;
}

50% {
    opacity: 0;
    background-color: darkorange;
}

75% {
    opacity: 1;
    background-color: darkorange;
}

100% {
    opacity: 0;
    background-color: darkorange;
}

}

.top0 {
    top: 0
}

.top95 {
    top: 95px
}

.min-vh-100 {
    min-height: 100vh !important;
}

.type-search .toggle-element.-dropdown {
    top: 35px;
    left: 42px;
    padding: 13px;
    min-width: auto;
}

.type-search .dropdown__button {
    padding: 0 !important;
    background: transparent
}

.type-search .icon {
    position: relative !important;
    transform: unset !important;
}

#_ddlTypeSearch:focus {
    outline: none
}

[data-anim^='slide-'].is-in-view, [data-anim-child^='slide-'].is-in-view {
    height: 100%
}

body {
}

a:hover {
    text-decoration: none;
    color: var(--color-purple-1);
}

.header.-type-3 .header-search-field input, .header.-type-3 .header-search-field input:focus, .masthead.-type-2 .masthead-search__form input:focus {
    border: none;
    outline: none
}

.css-xdds4m {
    margin: 0px;
    flex-shrink: 0;
    border-width: 0px thin 0px 0px;
    border-style: solid;
    border-color: rgba(145, 158, 171, 0.2);
    height: auto !important;
    align-self: stretch;
    opacity: 1;
    color: rgba(145, 158, 171, 0.2);
}

.css-1mr91b4:hover {
    background-color: rgba(145, 158, 171, 0.08);
}

.css-1mr91b4 {
    padding: 7px 10px;
    border-radius: 4px
}

.masthead.-type-2 .masthead-search__form input {
    width: 100%;
    height: 80px;
    border-radius: 100px;
    box-shadow: 0px 6px 15px 0px #404F680D;
    border: 1px solid #ECEDF2;
    padding: 0 40px;
}

.masthead.-type-2 .masthead-search__form .button {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    border-radius: 100%;
}

.masthead.-type-2 .masthead-search__form {
    position: relative;
    width: 600px;
}

.masthead.-type-2 .masthead-image__img1 img {
    max-width: unset;
    width: 100%;
}

.masthead__bg {
    background: linear-gradient(116deg, rgb(255, 93, 25) 10.84%, rgb(207, 39, 125) 38.64%, rgb(121, 51, 234) 68.26%, rgb(29, 160, 255) 92.1%);
}

.p18-25 {
    padding: 18px 25px;
}

.button.-purple-6 {
    background-color: var(--color-purple-6);
    border: 2px solid var(--color-purple-6);
}

.coursesCard__image img, .blogCard__image img {
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
}

.section-slider-nav.-outline-dark-1 {
    background: #fff;
    border: none
}

    .section-slider-nav.-outline-dark-1:hover {
        background-color: var(--color-purple-4) !important;
        color: white !important;
    }

.categoryCard.-type-2:hover .categoryCard__title {
    color: var(--color-purple-4);
}

.button.-purple-3 {
    background-color: var(--color-purple-5);
    border: 2px solid var(--color-purple-5);
}

    .button.-purple-3:hover {
        color: white !important;
        background-color: var(--color-purple-4) !important;
    }

.tabs.-pills .tabs__controls .tabs__button.is-active {
    color: var(--color-purple-4) !important;
    font-weight: 600;
    background-color: var(--color-purple-5);
}

.pagination.-arrows .pagination__item.is-active {
    background-color: var(--color-purple-4) !important;
}

.arrow-right-hover:hover {
    color: var(--color-purple-4);
    transform: translateX(5px) scale(1.25);
}

.arrow-left-hover:hover {
    color: var(--color-purple-4);
    transform: translateX(-5px) scale(1.25);
}

.footer a {
    font-weight: 500;
    font-size: 13px;
    color: var(--color-light-1);
}

    .footer a:hover {
        color: var(--color-purple-1);
    }

.footer p {
    font-size: 14px
}

.y-gap-10 > * {
    padding-top: 5px;
    padding-bottom: 0;
}

.header .explore-content a:hover {
    color: var(--color-purple-1) !important;
}

.header .explore-content {
    min-height: 500px
}

.pagination.-avatars .pagination__item::before {
    border: 2px solid var(--color-dark-3);
}


.data_ {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.cd-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgb(0 0 0 / 29%), rgba(0, 0, 0, 0));
    z-index: 0;
}

._video-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-thumb ._imgthumb {
    min-height: 363px;
    max-height: 363px;
    object-fit: cover;
    width: 100%
}

.-icon-check {
    position: absolute;
    right: 10px;
    top: 11px;
}

.list- .item {
    flex: 1;
    justify-content: center;
    display: flex;
}

.text-gradient-1 {
    background: linear-gradient(116deg, rgb(255, 93, 25) 10.84%, rgb(207, 39, 125) 38.64%, rgb(121, 51, 234) 68.26%, rgb(29, 160, 255) 92.1%);
    background-clip: text;
    color: transparent;
}

.-header-top > div ul {
    display: flex;
    gap: 20px;
    font-size: 13px;
    font-weight: 500
}

    .-header-top > div ul a:hover {
        color: #fff
    }

.aw__b1358qut {
    color: #FFFFFF;
    background-color: #145f44;
    border-color: #145f44;
}

.header__explore a:hover, .header-right a:hover {
    color: #fff
}

.header-right__icons a {
    line-height: 0
}

.owl-dots {
    display: flex;
    gap: 4px;
    bottom: 10px;
    position: absolute;
    justify-content: center;
    width: 100%;
}

.header__logo img {
    object-fit: contain;
    object-position: 0 0;
    height: 30px;
}

.grid {
    display: grid;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
}



.h90 {
    height: 90px;
}

.box-cate .item img {
    min-height: 90px;
    max-height: 90px;
    object-fit: cover;
    border-radius: 7px
}

.hoNfzq {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgb(244, 244, 244);
}

.AdItem_item__1kT2X {
    background: #fff;
    padding: 12px;
}

.ilOvBp {
    border-bottom: 1px solid rgb(244, 244, 244);
    border-right: 1px solid rgb(244, 244, 244);
    padding: 10px;
    flex-basis: 20%;
}

.AdItem_wrapperLink__svIE9 {
    display: block;
    height: 100%;
    position: relative;
}

.AdThumbnail_thumbnailWrapper__3VrMU {
    flex: 1;
    box-sizing: border-box;
    overflow: hidden;
}

    .AdThumbnail_thumbnailWrapper__3VrMU img {
        min-height: 230px;
        max-height: 230px;
        object-fit: cover;
        width: 100%;
        border-radius: 4px;
    }

._avatar- img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 16px;
    max-height: 16px;
    border-radius: 100%;
    width: 16px
}

.AdItem_item__1kT2X a:hover {
    color: #333
}

.AdItem_item__1kT2X:hover {
    box-shadow: 0 1px 7px 0 rgb(0 0 0 / 8%);
    z-index: 10;
}

.tag h2, .tag h3 {
    font-size: 18px;
    margin: 15px 0
}

.tag h3 {
    font-size: 16px;
}

.tag p {
    font-size: 13px;
    color: #777777;
    margin-bottom: 5px
}

.tag h3 {
    color: #9b9b9b
}

.tag-list ul {
    display: grid;
    flex-wrap: wrap;
    padding-left: 0px;
    list-style: disc !important;
    font-size: 13px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

    .tag-list ul li a {
        font-size: 13px;
        color: #777777
    }

    .tag-list ul li {
        list-style: disc outside none;
        display: list-item;
        margin-left: 1em;
    }

.footer h3 {
    font-size: 15px;
    margin: 15px 0
}

.footer ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.qr-footer {
    width: 100px;
    position: relative
}

.w-155px {
    width: 155px
}

.info-company p {
    font-size: 13px;
}

.footer h3 {
    color: var(--color-light-1);
}

.info-company p {
    margin-bottom: 5px
}

.-overlay {
    position: fixed;
    z-index: 99;
    background: #333333e6;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.-menu-page img {
    width: 1.6rem;
    object-fit: inherit;
}

.aw__nrouw61s {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
}

.aw__nrouw61 {
    border-radius: 100%;
    height: 45px;
    width: 45px;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
}

.-menu-info a:hover {
    color: #333
}

.vaBanner {
    padding: 8px;
    border-radius: 4px;
    background-color: #00b14f;
    color: #FFFFFF;
    font-size: 12px
}

a.vaBanner:hover {
    color: #fff
}

.item-menu ul {
    display: flex;
    flex-direction: column
}

    .item-menu ul li a, .p5-15px {
        padding: 5px 15px;
    }

    .item-menu ul li a {
        display: flex;
        gap: 10px;
        font-size: 13px;
        align-items: center;
        font-weight: 600;
    }

        .item-menu ul li a i, .item-menu ul li button i {
            width: 30px;
            height: 30px;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 100%;
            padding: 6px;
            font-size: 18px;
        }

.btn-logout:hover {
    --bs-bg-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-4a90e2 {
    background: #4a90e2
}

.color-4a90e2 {
    color: #4a90e2
}

.bg-589f39 {
    background: #589f39
}

.bg-fd213b {
    background: #fd213b
}

.color-fd213b {
    color: #fd213b
}

.bg-f8eeee {
    background: #f8eeee
}

.bg-00b14f {
    background: #00b14f
}

.bg-f6e7c0 {
    background: #f6e7c0;
}

.color-00b14f {
    color: #00b14f
}

.bg-9b9b9b {
    background: #9b9b9b
}

.item-menu h2 {
    background: #f5f5f5;
    padding: 15px;
}

.item-menu ul li a:hover {
    background-color: #E8E8E8;
}

.-menu-info {
    display: none;
}

    .-menu-info.show {
        display: block;
    }

.vaInfo {
    background: #efefef;
    border-radius: 4px;
    padding: 5px;
}

.w-max110 {
    max-width: 110px;
}

.avttop-default {
    width: 30px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 30px;
    max-height: 30px;
}

.dot-red {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 7px;
    transform: scale(1);
    animation: pulse 2s infinite;
    border-radius: 100%;
    line-height: 0;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(255 0 0 / 70%);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 7px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.header.-type-3 .search-m .header-search-field .icon_search {
    right: 0
}

.header.-type-3 .search-m .header-search-field input {
    padding: 10px;
    font-size: 13px;
}

.w-35 {
    width: 35%
}

.w-65 {
    width: 65%;
}

.file-upload__input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.flex-column-3 {
    flex-wrap: wrap;
    align-items: center;
}

    .flex-column-3 > * {
        flex: 0 1 calc(100%);
        min-height: 225px;
        max-height: 225px;
        object-fit: cover;
    }

    .flex-column-3 img {
        border-radius: 4px
    }

.uploaded-image {
    min-height: 100px;
    max-height: 100px;
    object-fit: cover;
}

.box-img {
    position: relative;
    min-height: auto;
    flex: 0 1 calc(33.333% - 5px);
}

.del-img {
    position: absolute;
    right: 7px;
    font-size: 18px;
    color: red;
    top: 0;
}

    .del-img:hover {
        cursor: pointer
    }

.position-arrow {
    top: 0;
    right: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
}

.l12u081s {
    transition: opacity .5s ease-in;
    position: relative;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

    .l12u081s li button {
        padding: 15px
    }

    .l12u081s li {
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
        width: 100%;
        font-size: 14px;
        border-bottom: 1px solid #e3e3e3;
        position: relative;
        cursor: pointer;
        justify-content: space-between;
        align-items: center;
        line-height: 0
    }

        .l12u081s li img {
            width: 1.8rem;
            object-fit: inherit;
        }

        .l12u081s li:last-child {
            border: none
        }

        .l12u081s li:hover {
            background: #e3e3e3
        }

.bg-back-log {
    position: absolute;
    left: 17px;
}

.modal-content {
    z-index: 9999;
    border: none
}

.h-maxcontent {
    height: max-content
}

#_upAction {
    display: flex;
    height: 100%;
}

#_catePost:hover, .closeModal:hover {
    cursor: pointer
}

.closeModal {
    position: absolute;
    right: 19px;
    top: 10px;
    font-size: 20px
}

textarea {
    resize: none;
}

#_cbWhois tbody, .choices-type tbody {
    display: flex;
    gap: 15px;
}

.radio-input input[type="radio"] {
    display: none !important;
}

    .radio-input input[type="radio"] + label {
        background: #efefef;
        font-weight: 400;
        padding: 10px 15px;
        margin: 0;
        border-radius: 4px;
    }

    .radio-input input[type="radio"]:checked + label {
        background-color: #ffe9c2;
        color: #f80;
        font-weight: 600;
    }

.select2-container .select2-selection--single {
    height: auto
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: unset;
}

.select2-results__option {
    font-size: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0
}

#cke_1_bottom {
    display: none
}

.cke_chrome {
    border: 1px solid #e1e1e1 !important;
    border-radius: 4px;
}

.cke_top {
    border-bottom: none !important;
    background: #fff !important;
}

.cke_editable {
    line-height: 1 !important;
}

    .cke_editable p {
        margin: 5px 0
    }

.ck-editor__editable {
    min-height: 300px;
    font-weight: 500
}

.ck-content, .ck-content p {
    font-size: 14px;
    margin: 5px 0
}

.contact-form:focus {
    border: 1px solid #00b14f !important;
    outline: #ffb90033 solid 3px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
    /*box-shadow: none*/
}

.outline-null:focus {
    outline: #fde5e1 solid 3px !important;
}

.outline-null.contact-form:focus {
    border-color: Red !important
}

.breadcrumb ul {
    display: flex;
    gap: 5px;
}

    .breadcrumb ul li a::after {
        content: "•";
        display: inline-flex;
        padding-left: 5px;
    }

    .breadcrumb ul li {
        font-size: 13px;
    }

        .breadcrumb ul li a {
            color: #1952ba;
        }

#_pnData .box-control ul {
    display: flex;
    flex-direction: column;
}

    #_pnData .box-control ul li a {
        font-size: 14px;
        padding: 5px 5px 5px 20px;
        display: flex;
        margin: 2px 0;
        border-radius: 4px;
        color: #000
    }

        #_pnData .box-control ul li a.active {
            font-weight: 500;
            color: #00b14f;
            background: #00b14f30;
        }

        #_pnData .box-control ul li a:hover {
            background: #f4f4f4;
            color: #000
        }

.this-sticky {
    position: sticky;
    top: 0px;
}

.aspNetDisabled.contact-form {
    background: #f4f4f4;
    border: #f4f4f4 solid thin;
}

.box-card-point-basic {
    background-image: linear-gradient(to right, #00b14f 0%, #FF8800 51%, #00b14f 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background-size: 200% auto;
    padding: 10px;
    border-radius: 4px;
}

.icon-point {
    border: #fff solid thin;
    border-radius: 100%;
    padding: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-overlay-allpage {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.breadcrumb a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.group-text {
    position: relative
}

.box-data .img- {
    height: 100%;
    min-height: 115px;
    max-height: 115px;
    object-fit: cover;
    width: 100%;
}

.btn-control-posting, .btn-control-store, .btn-control-followed, .btn-control-follow {
    padding: 5px 10px;
    border-radius: 4px;
}

.btn-control-store, .btn-control-follow, .btn-saled {
    background: #00b14f;
    border: #00b14f solid thin;
    color: #fff
}

    .btn-fast-sale, .btn-control-store:hover, .btn-control-followed {
        background: #f2f8ee;
        border: #86ba78 solid thin;
        color: #86ba78;
    }

.btn-hide-sales {
    background: #e0ebff;
    border: #1952ba solid thin;
    color: #1952ba;
}

.btn-hided-sales {
    background: #dfdfdf;
    border: #f4f4f4 solid thin;
    color: #333;
}

.edit-posting-icon {
    right: 10px;
    font-size: 17px;
}

.btn-del-posting {
    background: #f8eeee;
    border: #ff4343 solid thin;
    color: #ff4343;
}

.btn-warning-posting {
    background: #fffaeb;
    border: #00b14f solid thin;
    color: #00b14f;
}

.count-img {
    left: 0;
    top: 0;
    background: #333;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
}

#_upProcess {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.icon-favorite {
    right: 7px;
    width: 27px;
    height: 27px;
    top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    line-height: 0;
    border-radius: 4px;
}

.unlike- {
    background: #6a6a6a9e;
    color: #fff;
}

.like- {
    background: #ffd4d47d;
    color: #ff4343;
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.img-cover {
    min-height: 200px;
    max-height: 200px;
}

.w1jzbmdz {
    margin-top: -40px;
}

    .w1jzbmdz img {
        border-radius: 100%;
        background-color: #fff;
        padding: 2px;
        min-height: 100px;
        max-height: 100px;
        object-fit: cover;
        position: relative
    }

.about-us p {
    font-size: 13px
}

.change-cover {
    top: 10px;
    right: 10px;
}

.posting-us .item {
    border: 1px solid #e8e8e8;
}

.icons-detail-posting {
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 4px;
    color: #686868;
}

    .icons-detail-posting:disabled {
        opacity: 0.5;
    }

.view-page {
    border-radius: 4px;
    background-color: #f4f4f4;
    color: #000;
    min-width: 96px;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-show-phone {
    color: #fff;
    background-color: #33a837;
}

    .bg-show-phone:hover {
        background-color: #3b8122;
        cursor: pointer
    }

.btn-chat-detail- {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    padding: 10px;
    border-radius: 4px;
    font-size: 13px;
    color: #589f39;
    font-weight: 700;
    text-align: center;
}

    .btn-chat-detail-:hover {
        background-color: #33a8372e;
        border: 1px solid #33a837;
    }

.data-content p {
    font-size: 14px
}

.slider-nav .slick-track {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.slick-slide img {
    border-radius: 4px;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}

.slider-nav img {
    border-radius: 4px;
    min-height: 79px;
    max-height: 79px;
    object-fit: cover;
    width: 100%;
}

.slick-initialized .slick-slide {
    flex-shrink: 0;
}

.slider-nav .slick-slide.slick-current.slick-active img {
    border: #00b14f solid 2px
}

.mh-500 {
    max-height: 500px;
}

.control- {
    position: absolute;
    bottom: 0;
    padding: 5px 10px;
    background: #33333375;
    width: 100%;
    text-align: right;
    color: #fff;
}

.color-like- {
    color: #ff4343;
}

.top-box-info-us {
    top: 115px;
}

.cursor-pointer:hover {
    cursor: pointer
}

._rb-item tbody {
    display: flex;
    flex-direction: column
}

._rb-item tr {
    border-bottom: 1px solid #e8e8e8;
    padding: 10px 15px;
}

    ._rb-item tr:last-child {
        border: none
    }

._rb-item td {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
}

    ._rb-item td label {
        margin: 0;
        display: flex;
        width: 100%;
    }

._rb-item input[type="radio"] {
    position: absolute;
}

    ._rb-item input[type="radio"]:before {
        content: '';
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid #f4f4f4;
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        position: relative;
        top: -0.2em;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }

    ._rb-item input[type="radio"]:checked:before {
        background-color: #00b14f;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }

    ._rb-item input[type="radio"]:focus:before {
        outline: none;
        border-color: #00b14f;
    }

    /*._rb-item input[type="radio"]:disabled:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}*/

    ._rb-item input[type="radio"]:empty:before {
        margin-right: 0;
    }

.max-h500 {
    max-height: 500px
}

.overflow-y-auto {
    overflow-y: auto
}

.btn-item.active {
    background: #fff7e0;
    border-radius: 4px;
}

.-box-cate a:hover, .btn-item:hover, .-box-cate button:hover, .-box-cate .item a.active {
    background: #f6f6f6;
    border-radius: 4px;
}

.cate-no-img.-box-cate .item:has(a.active) {
    background: #00b14f;
}

.cate-no-img.-box-cate a:hover, .cate-no-img.-box-cate .item a.active {
    background: transparent
}

.-gradient-1 {
    background: linear-gradient(to top, #00b14f, #00b14f);
}

.w50px {
    width: 50px;
}

.w60px {
    width: 60px;
}

.borderf5f5f5 {
    border: #f5f5f5 solid thin;
}

#_pndatachat {
    width: 100%;
    flex-direction: column;
}

.bgfdfdfd {
    background: #fdfdfd;
}

.bgf7f7f7 {
    background: #f7f7f7;
}

.w50per {
    max-width: 50%;
}

.btn-control-whois .active {
    border-bottom: var(--color-purple-1) solid 2px;
    font-weight: 600 !important;
    color: var(--color-purple-1) !important
}

.list_reesls__ .reesls_items__ {
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    max-height: 275px;
    min-height: 275px;
}

.wrap-info_nameadd__ {
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    right: 0;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    top: 0;
    background-image: linear-gradient(to right top, #00b14f, #01c95a);
}

.icon_reels {
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    align-items: center;
    border-radius: 100%;
    background: #00b14f;
    padding: 5px;
    width: 35px;
    height: 35px;
    border: #fff solid 3px;
    text-align: center;
    color: #fff;
}

._video_reels {
    width: 100%;
    align-items: center;
    height: 450px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
    overflow: hidden;
}

.null-video {
    border: #ff4343 solid thin;
    background: #fff1f1
}

.approved_reel {
    background: #00b14f;
}

.status_ {
    position: absolute;
    top: 0;
    padding: 3px 10px;
    font-size: 12px;
    border-bottom-right-radius: 7px;
    color: #fff;
}

.interact {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #f5f5f5;
}

.list_reesls__ .reesls_items__ .wrap-info_name .avatar_ {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
}

    .list_reesls__ .reesls_items__ .wrap-info_name .avatar_ img {
        border-radius: 100%;
        border: #ebebeb solid 3px;
    }

.list_reesls__ .reesls_items__ .wrap-info_name .name_ {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

._datareels .img-thumb {
    display: flex;
    object-fit: cover;
    min-height: 100%;
    max-height: 100%;
    width: 100%
}

.icons-badge {
    background: #00b14f;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    display: inline-flex;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.data-slider-slick .owl-next, .data-slider-slick .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

    .data-slider-slick .owl-next i, .data-slider-slick .owl-prev i {
        background: #f2f2f2 !important;
        height: 50px;
        width: 50px;
        border-radius: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.data-slider-slick .owl-prev {
    left: 5px;
}

.data-slider-slick .owl-next {
    right: 5px;
}

.list-rating ul li {
    border-top: #f4f4f4 solid thin;
    padding: 10px 15px;
}

.bg-info-subtle {
    background-color: #e4f3ff;
}

.text-info {
    color: #4ba6ef !important
}

.bg-danger-subtle {
    background: #ffe3e3
}

.footer {
    margin-top: 15px;
}

.top-box-info-us .info-us-posting {
    border: 1px solid #f4f4f4;
    border-radius: 4px;
}

.border-top-f4f4f4 {
    border-top: #f4f4f4 solid thin
}

.-results-search {
    position: absolute;
    background: #fff;
    width: 100%;
    right: 0;
    left: 0;
    border-radius: 4px;
    box-shadow: #4747471c 1px 1px 5px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

    .-results-search li a:hover {
        background: #f4f4f4;
        color: #333;
    }

    .-results-search li a {
        padding: 5px 15px;
        width: 100%;
    }

    .-results-search li {
        display: flex;
    }

.loading-icon, .loading-process {
    font-size: 24px;
    position: absolute;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.loading-process {
    background: #e9e9e9;
    border-radius: 4px
}

.list_reesls__ {
    min-height: 275px;
}

.min-h-117px {
    min-height: 117px
}

.cate-no-img .item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #f4f4f4;
    border-radius: 4px;
}

    .cate-no-img .item button {
        padding: 0;
        height: 100%;
    }

    .cate-no-img .item:hover {
        background: #00b14f
    }

    .cate-no-img .item:hover {
        background: #00b14f
    }

.cate-no-img .owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
}

.pop-cart {
    width: max-content;
    height: auto;
    top: 52px;
    right: 0;
    left: auto;
    background: #FFFFFF;
    padding: 0px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-top: none;
    border-radius: 4px;
    min-width: 200px;
    display: none;
    z-index: 9
}

    .pop-cart a {
        line-height: 1.3 !important;
        padding: 10px 15px;
        font-size: 14px;
        border-bottom: #f4f4f4 solid thin;
        color: #333;
    }

        .pop-cart a:hover {
            color: #333;
            background-color: #f4f4f4;
        }

        .pop-cart a:last-child {
            border-bottom: none;
        }

.form-cmt {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    font-size: 14px;
    background: transparent;
    padding: 0;
    line-height: 1.3;
    width: 100%;
}

    .form-cmt:focus {
        outline: none
    }

.data-cmt:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #f7f7f7 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -6px;
    rotate: 90deg;
}

.area-index {
    display: none
}

.box-shadow-5 {
    box-shadow: 0px 4px 5px 0px #00b14f6b;
}

.sort-index ul {
    width: 100%;
    display: flex;
    gap: 10px
}

.sort-index .item {
    background: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    border-right: #f4f4f4 solid thin;
    justify-content: space-between;
    padding: 15px;
}

    .sort-index .item:last-child {
        border-right: none
    }


.range-slider {
    position: relative;
    width: 100%;
}

    .range-slider input[type="range"] {
        position: absolute;
        width: 100%;
        pointer-events: none;
        -webkit-appearance: none;
        background: transparent;
        top: -5px;
    }

        .range-slider input[type="range"]::-webkit-slider-thumb {
            pointer-events: all;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: var(--bs-primary-rgb);
            border: 2px solid #fff;
            -webkit-appearance: none;
        }

    .range-slider .track {
        height: 5px;
        background: #ddd;
        width: 100%;
        border-radius: 7px;
    }

    .range-slider .range {
        position: absolute;
        height: 6px;
        background: var(--bs-primary-rgb);
        top: 50%;
        transform: translateY(-50%);
        border-radius: 3px;
    }

.values {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

input[type=submit]:disabled {
    opacity: 0.5;
}

.-list-cate ul li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center
}

.data-other-style {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.data-other ul li {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
}

.a3jfi3v, .a4ep88f {
    flex: 1 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 10px;
}

.a3jfi3v {
    max-width: 180px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    background-color: #f4f4f4;
}

.data-other ul li:last-child {
    border-bottom: none;
}

.list-page a {
    border: #f1f1f1 solid thin;
    border-radius: 4px;
    padding: 10px;
    font-size: 14px;
    font-weight: 600
}

    .list-page a.active, .box-nav-footer a.active {
        background: #f1f1f1;
    }

.box-nav-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: #f1f1f1 solid thin;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 7%);
    z-index: 9
}

    .box-nav-footer a {
        padding: 15px 0px;
        text-align: center;
        border-right: #f1f1f1 solid thin;
        font-size: 14px;
        font-weight: 600;
    }

        .box-nav-footer a:last-child {
            border: none
        }

.box-nav-posting {
    position: fixed;
    right: 10px;
    bottom: 70px;
    background: #00b14f;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: #fff;
    padding: 10px;
    text-align: center;
    line-height: 1.2;
    z-index: 9
}

    .box-nav-posting span {
        font-size: 11px;
        font-weight: 600;
    }

    .box-nav-posting i,
    .box-nav-posting span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        animation: toggleFade 4s infinite steps(1, end);
    }

    .box-nav-posting span {
        animation-delay: 2s;
        opacity: 0;
        visibility: hidden;
    }

@keyframes toggleFade {
    0% {
        opacity: 1;
        visibility: visible;
    }

    50% {
        opacity: 0;
        visibility: hidden;
    }

    100% {
        opacity: 1;
        visibility: visible;
    }
}
.box-cate-index .box-cate .owl-carousel .owl-stage, .box-cate-index .box-cate .owl-carousel.owl-drag .owl-item {
    width: 100% !important
}
#_showMenuMobi {
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .explore-content .explore__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .explore-content .explore__subnav.explore__subnav_show {
    opacity: 1;
    pointer-events: auto;
}
.cate-top a
{
    display:flex;
    flex-direction:column;
    gap:5px;
    align-items:center
}
.cate-top span
{
    font-size:14px;
    font-weight:500;
    line-height:1.3
}
.cate-top img {
    border-radius: 4px;
    width: 80px;
}

@media (min-width: 768px) {
    .header__logo img {
        height: 35px;
    }

    .aw__m1n72bce {
        position: absolute;
        width: 300px;
        height: auto;
        max-height: 80vh;
        top: 75px;
        right: 0;
        left: auto;
        background: #FFFFFF;
        padding: 8px 0px;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        border-top: none;
        border-radius: 4px;
        overflow-y: auto;
    }

    .lg\:pt-15 {
        padding-top: 15px !important
    }
}

@media (max-width: 768px) {
    .header .explore-content a
    {
        font-size:15px
    }
    .md\:d-grid {
        display: grid !important
    }

    .footer {
        padding-bottom: 70px !important;
    }

    .btn-chat-detail- {
        font-size: 12px !important;
    }

    .pop-cart {
        top: 30px;
    }

        .pop-cart:before {
            content: '';
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 8px 8px 8px 0;
            border-color: transparent #ffffff transparent transparent;
            display: inline-block;
            vertical-align: middle;
            position: absolute;
            top: -9px;
            rotate: 90deg;
            right: 6px;
        }

    .user-view .item {
        min-height: 200px;
        max-height: 200px;
    }

    .AdThumbnail_thumbnailWrapper__3VrMU img {
        min-height: 195px;
        max-height: 195px;
    }

    .md\:h-auto {
        height: auto
    }

    .md\:w-100 {
        width: 100% !important
    }

    .md\:p-0 {
        padding: 0 !important
    }

    .md\:mt-0 {
        margin-top: 0 !important
    }

    .md\:radius-0 {
        border-radius: 0
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .md\:grid-cols-2, .tag-list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:p-01015 {
        padding: 0 10px 15px;
    }

    .md\:flex-basis-50 {
        flex-basis: 50%;
    }

    .md\:flex-column {
        flex-direction: column
    }

    .md\:flex-column-reverse {
        flex-direction: column-reverse
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .size-180 {
        flex-shrink: 0;
        width: 133px;
        height: 133px;
    }

    .sm\:text-14 {
        font-size: 14px;
    }

    .sm\:flex-column {
        flex-direction: column
    }

    .sm\:px-0 {
        padding: 0
    }


    .list- .item {
        flex: 1 1 calc(50% - 20px);
        padding: 10px;
        background-color: #eae3fd;
        box-sizing: border-box;
        border-radius: 7px;
    }

        .list- .item h4 {
            font-size: 16px !important;
        }

        .list- .item span {
            font-size: 13px;
            line-height: 1.3 !important;
            display: flex
        }

    #_pnData .breadcrumb {
        padding: 0 15px;
    }

    #_pnData .block-info {
        display: block !important;
    }

    #_pnData .w-35 {
        width: 40%;
    }

    #_pnData .w-65, #_pnData .info- > * {
        width: 100%
    }

    #_pnData .info- {
        flex-direction: column;
    }

    .breadcrumb ul li:last-child {
        display: none
    }

    .box---chat {
        flex-direction: column
    }

    .manager_containerchat__ {
        position: unset
    }

    #_pndatachat {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: #fff;
        z-index: 999;
    }

    .height100vh_71 {
        height: 100%
    }

    .w50per {
        max-width: 100%
    }

    .w50px {
        flex-shrink: 0
    }

    ._myms ._messenger, ._cusms ._messenger, #_pnInfo .w-50 {
        width: 100% !important
    }

    .grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:text-12 {
        font-size: 12px !important;
    }
}

@media (max-width: 991px) {
    .masthead.-type-2 {
        margin-top: 80px;
    }

    .-sort > .row {
        justify-content: space-between;
    }

    .info-course {
        padding-left: 0 !important
    }

    #_pnData .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .md\:mb-15 {
        margin-bottom: 15px
    }

    .md\:flex-direction-col-reverse {
        flex-direction: column-reverse;
    }

    .container {
        max-width: 100%
    }

    .lg\:align-items-center {
        align-items: center
    }
    .toggle-element.-is-el-visible {
        left: 0;
        right: 0;
        border-radius: 0 !important;
        box-shadow: none;
    }
    .header .explore-content .explore__subnav {
        left: 0;
        right:0;
        z-index: 9;
    }
    .icon-chevron-right {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: #f1f1f1 solid thin;
        border-radius: 4px;
        background: #f1f1f1;
    }
}
@media (min-width: 1024px)
{
    .header .explore-content .explore__item:hover .explore__subnav {
        opacity: 1;
        pointer-events: auto;
    }
}
@media (min-width: 1200px) {
    .header .header-menu .menu__nav > li:hover > a {
        color: var(--color-purple-4);
        background-color: rgba(255, 255, 255, 0.15);
    }

    .header .header-menu .menu .subnav > li > a:hover {
        color: var(--color-purple-4);
    }
}

@media (max-width: 1670px) {
    .header.-type-3 .search-m .header-search-field {
        display: block;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For portrait layouts only */
    .box-chat .container {
        max-width: 100%
    }

    .box-chat .w-35 {
        width: 50% !important;
    }

    .grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .box-chat .container {
        max-width: 100%
    }

    .grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* iPad Mini Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation: portrait) {
    /* CSS cho iPad Mini dọc */
    .md\:flex-basis-50 {
        flex-basis: 33.33333%;
    }

    .lg\:w-50 {
        width: 50%;
    }
}

/* iPad Mini Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* CSS cho iPad Mini ngang */
    .md\:flex-basis-50 {
        flex-basis: 25%;
    }

    .xl\:w-30 {
        width: 30%
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
/* iPad Air Portrait */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) {
    /* CSS cho iPad Air dọc */
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* iPad Air Landscape */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
    /* CSS cho iPad Air ngang */
    .md\:flex-basis-50 {
        flex-basis: 25%;
    }

    .xl\:w-30 {
        width: 30%
    }

    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
/* iPad Pro 12.9 Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    /* CSS cho iPad Pro 12.9 dọc */
    .lg\:flex-column {
        flex-direction: column !important;
    }

    .lg\:align-items-center {
        align-items: center
    }

    .md\:flex-basis-50 {
        flex-basis: 25%;
    }

    .xl\:w-30 {
        width: 30%
    }
}
/* iPad Pro 12.9 Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) {
    /* CSS cho iPad Pro 12.9 ngang */
    .lg\:flex-column {
        flex-direction: column !important;
    }

    .lg\:align-items-center {
        align-items: center
    }

    .md\:flex-basis-50 {
        flex-basis: 25%;
    }

    .xl\:w-30 {
        width: 30%
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
