﻿html {
    scroll-behavior: smooth;
}
body {
    background: #f4f4f4
}
a
{
    color:#333
}
.none
{
    display:none
}
.shrink-0 {
    flex-shrink: 0;
}
.shrink-1
{
    flex-shrink:1;
}
.flex-1 {
    flex: 1
}
video {
    width: 100%
}
.w-maxcontent
{
    width:max-content
}
.p-10 {
    padding: 10px
}
.p-15 {
    padding: 15px
}
.p-20 {
    padding: 20px
}
.text-5
{
    font-size:5px;
}
.text-4em {
    font-size: 4em
}
.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
}
.p10-30px {
    padding: 10px 30px;
}
.p15-30px {
    padding: 15px 30px;
}
.py-14 {
    padding: 14px 0;
}
.w-45px {
    width: 45px
}
.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
}
.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-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;
}
.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;
}
    .form-select:focus{
        border: 1px solid #ffba00 !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-f7f7f7
{
    background:#f7f7f7
}
.bg-fff1f1 {
    background: #fff1f1
}
.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: #FF8800;
    border-color: #FF8800;
}
.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));
}


.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: 12px;
    flex-basis: 20%;
}
.AdItem_wrapperLink__svIE9 {
    display: block;
    height: 100%;
    position: relative;
}
.AdThumbnail_thumbnailWrapper__3VrMU {
    flex: 1;
    box-sizing: border-box;
}
    .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: flex;
    flex-wrap: wrap;
    padding-left: 0px;
}
    .tag-list ul li a {
        font-size: 13px;
        color: #777777
    }
    .tag-list ul li {
        list-style-position: inside;
        flex-basis: 25%;
    }
.footer h3 {
    font-size: 15px;
    margin: 15px 0
}
.footer ul
{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.qr-footer
{
    width:100px
}
.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__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: #306bd9;
    color: #FFFFFF;
    font-size:12px
}

    a.vaBanner:hover
    {
        color:#fff
    }
.item-menu ul
{
    display:flex;
    flex-direction:column
}
.item-menu ul li a {
    display: flex;
    gap: 10px;
    font-size: 14px;
    align-items: center;
}
    .item-menu ul li a i {
        color: #fff;
        width: 26px;
        height: 26px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        padding: 6px;
        font-size: 12px;
    }
.bg-4a90e2 {
    background: #4a90e2
}
.color-4a90e2 {
    color: #4a90e2
}
.bg-589f39 {
    background: #589f39
}
.bg-fd213b {
    background: #fd213b
}
.color-fd213b {
    color: #fd213b
}
.bg-ffba00 {
    background: #ffba00
}
.color-ffba00 {
    color: #ffba00
}
.bg-9b9b9b {
    background: #9b9b9b
}
.item-menu h2 {
    background: #f5f5f5;
    padding: 15px;
}
.item-menu ul li a:hover {
    background-color: #E8E8E8;
}
.item-menu ul li a
{
    padding:6px 15px;
}
.-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
}
.del-img {
    position: absolute;
    right: 7px;
    font-size: 18px;
    color: red;
    top: 0;
}
    .del-img:hover
    {
        cursor:pointer
    }
    .position-arrow {
        top: 13px;
        right: 10px
    }
.l12u081s {
    transition: opacity .5s ease-in;
    position: relative;
    cursor: pointer;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}
    .l12u081s li {
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
        width: 100%;
        font-size: 14px;
        padding: 15px;
        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;
}
#_catePost:hover, #_closeModal:hover{
    cursor: pointer
}
#_closeModal {
    position: absolute;
    right: 19px;
    top: 10px;
    font-size:20px
}
textarea {
    resize: none;
}
#_cbWhois 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 #ffba00 !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;
        gap: 15px;
    }
    #_pnData .box-control ul li a {
        font-size: 14px;
    }
        #_pnData .box-control ul li a.active {
            font-weight: 600
        }
.aspNetDisabled.contact-form {
    background: #f4f4f4;
    border: #f4f4f4 solid thin;
}
.box-card-point-basic {
    background-image: linear-gradient(to right, #ffba00 0%, #FF8800 51%, #ffba00 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: #ffba00 solid thin;
    color: #ffba00;
}
.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;
}
.view-page {
    border-radius: 4px;
    background-color: #fff;
    color: #000;
    border: 1px solid #e7e7e7;
    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;
}
.slick-slide img {
    border-radius: 4px;
    min-height: 500px;
    max-height: 500px;
    object-fit: cover;
    width: 100%;
}
.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: #ffba00;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

._rb-item input[type="radio"]:focus:before {
    outline: none;
    border-color: #ffba00;
}

/*._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 {
    background: #f6f6f6;
    border-radius: 4px;
}
.-gradient-1 {
    background: linear-gradient(to top, #ffba00, #ff9a00);
}
.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: 10px;
    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, #ffba00, #ffba00, #f7c336, #ffcd45, #ffd052);
}
.icon_reels {
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    align-items: center;
    border-radius: 100%;
    background: #ffba00;
    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%
}

@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) {
    .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\:p-01015 {
        padding: 0 10px 15px;
    }
    .md\:flex-basis-50 {
        flex-basis: 50%;
    }
    .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, #_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;
    }
}

@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%
    }
}

@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));
    }
}