﻿html {
    scroll-behavior: smooth;
}
body {
    background: #f2f4f7
}
a
{
    color:#333
}
video
{
    position:relative
}
.lh-23
{
    line-height:23px;
}
.list_reesls__ {
    min-height: 200px
}
.h-100vh {
    height: 100vh
}
.minh-100vh {
    min-height: 100vh
}
.minh-100-75 {
    min-height: calc(100% - 75px);
}
.minh-100-93 {
    min-height: calc(100vh - 93px);
}
.right-0
{
    right:0 !important
}
.none {
    display: none !important
}
.w-20 {
    width: 20%;
}
.w-30 {
    width: 30%;
}
.w-45
{
    width:45%;
}
.w-55 {
    width: 55%;
}
.w-15 {
    width: 15%;
}
.w-15px {
    width: 15px;
}
.w-80 {
    width: 80%;
}
.wh-30px {
    width: 30px;
    height:30px;
    object-fit:cover
}
.w-20px {
    width: 20px;
}
.w-25px {
    width: 25px;
}
.w-35px
{
    width:35px;
}
.wh-35px {
    width: 35px;
    height:35px;
    object-fit:cover
}
.shrink-0 {
    flex-shrink: 0;
}
.shrink-1
{
    flex-shrink:1;
}
.flex-1 {
    flex: 1
}
video {
    width: 100%
}
.w-maxcontent
{
    width:max-content
}
.m-15 {
    margin: 15px
}
.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-0 {
    border-radius: 0px !important
}
.radius-15
{
    border-radius:15px
}
.color-333
{
    color:#333
}
.p-8px {
    padding: 8px
}
.p-10px {
    padding: 10px
}
.p5-15px {
    padding: 5px 15px
}
.p5-10px
{
    padding:5px 10px
}
.p10-15px {
    padding: 10px 15px;
}
.p10-30px {
    padding: 10px 30px;
}
.p15-30px {
    padding: 15px 30px;
}
.py-14 {
    padding: 14px 0;
}
.w-45px {
    width: 45px
}
.wh-100px {
    width: 100px;
    height:100px;
    object-fit:cover
}
.w-60px {
    width: 60px
}
.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-100px {
    width: 100px
}
.w-120px {
    width: 120px
}
.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, .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.line-clamp-1 {
    -webkit-line-clamp: 1;
}
.line-clamp-2 {
    -webkit-line-clamp: 2;
}
.line-clamp-3 {
    -webkit-line-clamp: 3;
}
.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 #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-f2f4f7 {
    background: #f2f4f7
}
.bg-f7f7f7
{
    background:#f7f7f7
}
.bg-f1f1f1 {
    background: #f1f1f1
}
.bg-e2e5e9 {
    background: #e2e5e9
}
.bg-fff1f1 {
    background: #fff1f1
}
.avatar-cmt {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.list-cmt-posting .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-4);
}

.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-4);
    }

    .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: #0866ff
    }
.aw__b1358qut {
    color: #FFFFFF;
    background-color: #145f44;
    border-color: #145f44;
}
.header__explore a:hover, .header-right a:hover {
    color: #333
}
.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-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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));
}
.grid-cols-18 {
    grid-template-columns: repeat(18, minmax(0, 1fr));
}

.h90 {
    height: 90px;
}
.box-cate.cate-other .item img {
    min-height: 43px;
    max-height: 43px;
    object-fit: cover;
    border-radius: 7px
}
.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: #00b14f;
    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: 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;
    }
.bg-4a90e2 {
    background: #4a90e2
}
.color-4a90e2 {
    color: #4a90e2
}
.bg-589f39 {
    background: #589f39
}
.bg-fd213b {
    background: #fd213b
}
.bg-ffba00 {
    background: #ffba00;
}
.color-fd213b {
    color: #fd213b
}
.bg-00b14f {
    background: #00b14f
}
.color-00b14f {
    color: #00b14f
}
.bg-9b9b9b {
    background: #9b9b9b
}
.item-menu h2 {
    background: #f5f5f5;
    padding: 15px;
}
.item-menu ul li a:hover, .btn-links:hover {
    background-color: #E8E8E8;
}
.btn-logout:hover {
    --bs-bg-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.item-menu ul li a {
    padding: 5px 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;
    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
{
    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;
        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, #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;
}
.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;
}

.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 {
    background: #f6f6f6;
    border-radius: 4px;
}
.-gradient-1 {
    background-image: linear-gradient(to right, #00b14f 0%, #19d762 51%, #00b14f 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background-size: 200% auto;
    border: none;
}
.w35px {
    width: 35px;
}

.h-15px
{
    height:10px;
}
.w45px {
    width: 45px;
}
.h45px {
    height: 45px;
}
.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
}
.-header-top a, .header-right__icons a {
    color: #333
}
.dropdown-content {
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    display: none;
    position: absolute;
    width: calc(100% + 1px);
    z-index: 10;
    left: 0;
    border-radius: 0 0 4px 4px;
    overflow:hidden
}
.dropdown-content li a {
    border-top: 1px solid #f4f4f4;
    color: #222;
    display: block;
    font-size: 14px;
    padding: 12px 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.cate-other .item:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    background-color: #f4f4f4;
    border-radius: 4px 4px 0 0;
}
    .cate-other .item:hover .dropdown-content {
        display: block;
    }
.dropdown-content li a:hover {
    background-color: #f4f4f4;
}
.cate-other {
    border-radius: 0 0 7px 7px;
}
._partner .item img {
    width: 120px;
    background: #17d4602b;
    padding: 5px;
    border-radius: 100%;
}
._partner .item h3 {
    background-image: linear-gradient(to right, #00b14f 0%, #19d762 51%, #00b14f 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background-size: 200% auto;
    font-size: 15px;
    background-clip: text;
    color: transparent;
    margin-bottom:5px;
}
._partner .item p
{
    font-weight:500;
    font-size:14px;
    line-height: 15px;
    margin:0
}
.border-topf4f4f4 {
    border-top: 1px solid #f4f4f4;
}
._title-partner-bg {
    background: url(/img/bg-title-partner.jpg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 70% 100%;
}
.box-list-data .owl-nav .owl-prev, .box-list-data .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
    .box-list-data .owl-nav .owl-prev:hover, .box-list-data .owl-nav .owl-next:hover
    {
        opacity:1
    }
    .box-list-data .owl-nav .owl-prev i, .box-list-data .owl-nav .owl-next i {
        font-size: 15px;
        width: 30px;
        border-radius: 100%;
        height: 30px !important;
        background-color: #fff !important;
        opacity: 1;
        box-shadow: 0 1px 12px 0 rgb(0 0 0 / 15%);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #00b14f;
    }
.box-list-data .owl-nav .owl-next {
    right: -35px;
}
.box-list-data .owl-nav .owl-prev {
    left: -35px;
}

.border-f4f4f4 {
    border: #f4f4f4 solid thin;
}
.blog_ a:hover {
    color: #333;
}
.blog_ img {
    min-height: 190px;
    max-height: 190px;
    object-fit: cover;
    width: 100%;
}
.blogCard__content h3
{
    margin:10px 0;
    font-size:18px;
}
.blogCard__content ul {
    padding-left: 2rem
}
.blogCard__content ul li::before {
    content: "•";
    padding-right: 8px;
}
.border-item-blog {
    border-bottom: 1px solid rgb(244, 244, 244);
    border-right: 1px solid rgb(244, 244, 244);
    border-top: 1px solid rgb(244, 244, 244);
}
.blog_ .item:hover .content_ {
    box-shadow: 0 15px 20px -20px rgb(0 0 0 / 73%);
    transition: all 0.3s;
    background: #f4f4f4
}
.list-tag-header .btn-tag {
    padding: 13px 40px;
    font-size: 22px;
    border-radius: 4px;
    display: flex;
    border-bottom: #fff solid 3px;
}
    .list-tag-header .btn-tag.active {
        border-bottom: #0866ff solid 3px;
        color: #0866ff
    }
    .list-tag-header .btn-tag:hover {
        background: #f2f2f2
    }
    .list-tag-header .btn-tag.active:hover {
        background: transparent
    }
.minmaxw300 {
    min-width: 300px;
    max-width: 300px;
}
.stickthis {
    position: sticky;
    position: -webkit-sticky;
    top: 122px;
}
.left-nav ul li a {
    padding: 7px;
    display: flex;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border-radius:7px;
    gap:10px;
    align-items:center
}
    .left-nav ul li a:hover {
        background: #e6e8ea
    }
.form_text__ {
    font-size: 14px;
    border: none;
    background: transparent;
    padding: 9px 15px;
    width: 100%;
}
    .form_text__:focus {
        outline: none;
    }
.w50 {
    width: 50px;
}
._datareels .img-thumb {
    display: flex;
    object-fit: cover;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
}
.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;
}
.list_reesls__ .reesls_items__ {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-height: 200px;
    min-height: 200px;
}
.list_reesls__ .slick-track {
    margin-left: unset;
    margin-right: unset;
}
.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, #0967ff, #0866ff, #4089ff);
}
.list_reesls__ .slick-track .item
{
    max-width:131px;
    overflow:hidden
}
.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-prev {
    left: 5px;
}
.data-slider-slick .owl-next {
    right: 5px;
}
    .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 button:hover {
    opacity: 1;
}
.icon_reels {
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    align-items: center;
    border-radius: 100%;
    background: #0866ff;
    padding: 5px;
    width: 35px;
    height: 35px;
    border: #fff solid 3px;
    text-align: center;
    color: #fff;
}
._listdata__ ul
{
    display:flex;
    flex-direction:column;
    gap:15px
}
    ._listdata__ ul li
    {
        z-index:1
    }
    ._listdata__ ul li, .pnloadProcess .item {
        box-shadow: 0 0 5px 0 rgb(139 139 139 / 5%);
        border-radius: 10px;
        border: #f3f3f3 solid thin;
        background: #fff;
        float: left;
        width: 100%;
    }
.pnloadProcess .item
{
    min-height:250px
}
.bg-transparent, .bg-transparent:focus, .btn_unformat__:focus {
    background: transparent;
    outline: none;
    border: none;
}
.border-bottom-f5f5f5 {
    border-bottom: #f5f5f5 solid thin;
}
.border-bottom-f1f1f1 {
    border-bottom: #f1f1f1 solid thin;
}
.border-top-f5f5f5 {
    border-top: #f5f5f5 solid thin;
}
.border-top-bottom-f5f5f5 {
    border-top: #f5f5f5 solid thin;
    border-bottom: #f5f5f5 solid thin;
}
._content p
{
    font-size:14px;
}
.data-ads-slider .owl-next, .data-ads-slider .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-ads-slider .owl-next {
    right: 5px;
}
.data-ads-slider .owl-prev {
    left: 5px;
}
    .data-ads-slider .owl-next i, .data-ads-slider .owl-prev i {
        background: #f2f2f2 !important;
        height: 30px;
        width: 30px;
        border-radius: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .data-ads-slider .owl-next:hover, .data-ads-slider .owl-prev:hover
    {
        opacity:1
    }

.closePop {
    position: absolute;
    right: 15px;
    color: #38485f;
    z-index: 9999;
    font-size: 25px;
    top: 15px;
    opacity: 1;
    border-radius: 7px;
    display: flex;
}
.form-control-create {
    border: none;
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    -moz-appearance: none;
    appearance: none;
    height: max-content;
    overflow: hidden;
    field-sizing: content;
    min-height:50px;
}
    .form-control-create:focus {
        
        outline: 0;
    }
._btn-create
{
    padding:20px;
    color:#fff;
    border:none;
    border-radius:7px;
}
._box_create_posting input:disabled,
._box_create_posting input[disabled] {
    opacity:0.5
}
.min-h-200
{
    min-height:200px;
}
.min-h-inherit {
    min-height: inherit;
}
._filePosting {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}
#_pnMedia
{
    max-height:500px;
    overflow-y:auto
}
.choosed {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #fff;
    flex-direction: unset !important;
    padding: 10px;
    border-radius: 4px;
    justify-content: start !important;
    z-index:9
}
    .choosed > div {
        text-align: left !important;
    }
#_closeMedia {
    background: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#listMedia
{
    border-radius:7px;
    overflow:hidden
}
.attachment__item .video-get img {
    object-fit: cover;
    width:100%;
}
#listMedia, .attachment__item {
    display: grid;
    width: 100%;
    background-color: #fff;
}
    .video-get
    {
        position:relative
    }
    #listMedia > *:nth-child(1):nth-last-child(odd), .attachment__item > *:nth-child(1):nth-last-child(odd) {
        grid-column: span 2;
    }
    .attachment__item > *:nth-child(1):nth-last-child(odd) {
        object-fit: contain;
        max-height: 600px;
        min-height: 600px;
        background: #e7e7e7;
    }
    .attachment__item > .video-get:nth-child(1):nth-last-child(odd) {
        object-fit: contain;
        max-height: 400px;
        min-height: 400px;
        background: #000;
    }
#listMedia > *:nth-child(1):nth-last-child(odd) {
    object-fit: cover;
    max-height: 300px;
    min-height: 300px;
}

#listMedia > *:nth-child(1):nth-last-child(even) {
    grid-column: span 1;
    max-height: 200px;
    min-height: 200px;
}
#listMedia > *, .attachment__item > * {
    grid-column: span 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 200px;
    min-height: 200px;
}
#listMedia, .attachment__item {
    grid-template-columns: repeat(2, 1fr);
}
.video-get
{
    display:flex
}
.icons-video {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 100%;
    z-index: 1;
    font-size:3em;
    bottom:0
}
.attachment__item > * {
    grid-column: span 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 324px;
    min-height: 324px;
}
.attachment__item > *:nth-child(1):nth-last-child(even) {
    object-fit: cover;
    max-height: 324px;
    min-height: 324px;
}
.color-4f547b {
    color: #4f547b;
}
.emoji-icons img {
    width: 40px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.box-like img {
    width: 30px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.box-like {
    position: absolute;
    top: -35px;
    background: #fff;
    padding: 5px;
    border: #f2f4f7 solid thin;
    border-radius: 30px;
    left: 10px;
    display: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index:999
}
._likereview:hover .box-like {
    display: flex;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.box-like img:hover {
    transform: scale(1.5);
}
.emoji-icons img:hover {
    transform: scale(1.2);
}
._btnViewPosting {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9
}
#myDetailPosting .modal-xl {
    max-width: 100%;
    border-radius: 0;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: 0;
}
    #myDetailPosting .modal-xl .modal-content, #myDetailPosting .modal-xl .modal-content .modal-body, .data-media-detail-posting .owl-stage-outer {
        height: 100%;
        border-radius:0
    }


.data-media-detail-posting .owl-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.data-media-detail-posting .owl-stage {
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.data-media-detail-posting .item img, .data-media-detail-posting .item video, .body-media .item video {
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
.action-detail-cmt {
    position: relative;
}
.list-cmt-posting {
    overflow-y: auto;
    height: 100%;
}
.box-post-cmt {
    position: sticky;
    bottom: 0;
    background:#fff;
    z-index:9999
}
.-form-cmt {
    width: 100%;
    border: none;
    background: transparent
}
    .-form-cmt:focus
    {
        outline:none
    }
._btnLikePost img
{
    width:16px;
}
.loading-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#000;
    z-index:999
}
.detail-posting-user .infor_us_:before, #_pnInviteGroup .infor_us_:before {
    display: none
}
.list-cmt-posting .infor_us_:before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #f1f1f1 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: -7px;
    top: 10px;
}
._ctrlPosting:hover
{
    cursor:pointer
}
.box-data-ctrl-more {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    width: max-content;
    padding: 10px;
    box-shadow: 0 0 5px 0 rgb(139 139 139 / 19%);
    border-radius: 10px;
    z-index: 999;
    min-width: 300px;
    display:none
}
.box-data-ctrl-more ul
{
    display:flex;
    flex-direction:column;
}
.box-data-ctrl-more ul li a {
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    padding:7px 10px
}
.box-data-ctrl-more ul li a:hover {
    background: #f1f1f1;
    border-radius: 4px;
    color:#333
}
.box-data-ctrl {
    position: absolute;
    top: 25px;
    right: 0;
    background: #fff;
    width: max-content;
    padding: 10px;
    box-shadow: 0 0 5px 0 rgb(139 139 139 / 19%);
    border-radius: 10px;
    z-index: 999;
    display: none
}
.box-data-ctrl .item
{
    padding:7px;
}
.box-data-ctrl .item:hover {
    background: #f1f1f1;
    border-radius:4px
}
.cover-banner img {
    object-fit: cover;
    min-height: 460px;
    max-height: 460px;
    width: 100%;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.avatar-profile {
    border: #fff solid 5px;
    margin-top: -50px;
    z-index: 9;
    overflow: hidden;
    width: 150px;
    object-fit: cover;
    min-height:150px;
    max-height:150px;
}
.bg-e2e5e9:hover {
    background: #d6d9dd
}
._btnTabProfile, ._btnTabDefault {
    padding: 15px 30px;
    color: var(--color-light-1);
    border-bottom: #fff solid 3px;
    font-weight: 600;
    border-radius: 4px;
}
._btnTabDefault {
    padding: 15px 20px;
}
    ._btnTabProfile.active, ._btnTabDefault.active {
        border-bottom: #0866ff solid 3px;
        color: #0866ff;
    }
    ._btnTabProfile:hover, ._btnTabDefault:hover {
        background: #f2f2f2;
        border-radius:4px !important
    }
    ._btnTabProfile.active:hover, ._btnTabDefault.active:hover {
        background: #fff
    }
.box-shadow-5{
    box-shadow: 0 0 5px 0 rgb(139 139 139 / 5%);
}
.list-photo img {
    object-fit: cover;
    min-height: 160px;
    max-height: 160px;
    width: 100%;
}
.control-bar-page-live ul li
{
    display:flex;
    gap:10px;
    align-items:center
}
.control-bar-page-live ul li i {
    font-size:16px;
}
.control-bar-page ul li a:hover, .control-bar-page ul li a.active, .control-bar-content .active, .control-bar-content button:hover {
    background: #f2f4f7;
}

.control-bar-page ul li a, .control-bar-content button {
    padding: 7px;
    display: flex;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    border-radius: 7px;
    gap: 10px;
    align-items: center;
}
.control-bar-page ul li i {
    background: #e2e5e9;
    padding: 5px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.control-bar-page-admin ul li i
{
    background:#fff;
    width:40px;
    font-size:18px;
}
.control-bar-page-admin ul li a:hover i {
    background: #f2f4f7
}
.control-bar-page ul li .active i {
    background: var(--color-purple-6);
    color: #fff
}
.control-bar-page-admin ul li .active i {
    color: var(--color-purple-6);
    background: #f2f4f7
}
.control-bar-page-admin ul li .active {
    color: var(--color-purple-6);
}
.control-bar-page-admin ul li a {
    gap: 0;
    padding: 4px 7px
}
._form-text-group {
    padding: 15px;
    border: #ededed solid thin;
    border-radius: 7px;
    font-size: 14px;
}
._form-text-group:focus {
    outline: none;
    background: #ededed
}
.border-ededed {
    border: #ededed solid thin;
}
.box-shadow-25 {
    box-shadow: 6px 0 5px -5px rgb(115 115 115 / 25%);
}
.box-note-privacy {
    position: absolute;
    bottom: -140px;
    background: #fff;
    padding: 15px;
    left: 0;
    right: 0;
    border: #ededed solid thin;
    border-radius:7px;
    display:none
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: stretch;
    align-content: stretch;
    position:relative
}

.flex-items {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    height: inherit;
}
.btn-view-screen
{
    width:40px;
    height:40px
}
    .btn-view-screen.active {
        color: #0866ff;
        background-color: var(--color-purple-5);
        border-radius:30px
    }
.list-group-bar ul
{
    display:flex;
    flex-direction:column;
    gap:5px
}
.list-group-bar img {
    object-fit: cover;
    min-height: 60px;
    max-height: 60px;
    width: 100%;
}
.list-discover .item {
    box-shadow: 0 0 5px 0 rgb(139 139 139 / 5%);
}
.top-member-group ul li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 100%;
    border: #fff solid 2px;
    flex-shrink:0
}
.top-member-group ul li {
    margin-left: -10px;
    width: 40px;
}
    .top-member-group ul li:first-child {
        margin-left: 0;
    }
.header-tab-mobi {
    border-top: #f2f4f7 solid thin;
    display:none
}
.right-15
{
    right:15px
}
.top-15
{
    top:15px;
}
.bottom-0 {
    bottom: 0;
}
.control-step .slick-arrow {
    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;
}
.control-step .slick-next {
    right: -65px;
}
.control-step .slick-prev {
    left: -65px;
}
.control-step .slick-arrow i {
    background: #f2f2f2 !important;
    height: 50px;
    width: 50px;
    border-radius: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.control-step .slick-arrow:hover {
    opacity: 1;
}
.attachment__item.loading {
    background: none;
    position: relative;
}
    .attachment__item.loading::before {
        content: "\f110";
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #666;
        animation: spin 1s linear infinite;
    }

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.notify-action {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background: #333;
    max-width: 300px;
    min-width: 300px;
    padding: 15px;
    border-radius: 7px;
    color: #fff;
    font-size: 14px;
    z-index:9
}

.item-report{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.item-report li {
    display: flex;
    gap: 10px;
    align-items: center;
}
.item-report li label
{
    margin:0
}
.bg-ffdede {
    background: #ffdede
}
.m-0-label label
{
    margin:0
}
.m-auto
{
    margin:0 auto
}
.list-cmt-posting ul
{
    display:flex;
    flex-direction:column;
    gap:10px;
}
.list-cmt-posting ul li {
    border: none
}
.h-90
{
    height:90%
}
.h-92 {
    height: 92%
}
.h-90 .modal-content {
    height: 100%
}
.avatar-posting-group {
    width: 30px;
    bottom: -3px;
    right: -5px;
    border: #fff solid 2px;
    object-fit: cover;
    min-height: 30px !important;
    max-height: 30px !important;
}
._info
{
    min-height:108px;
}
.icon-group-quality {
    background: #fff;
    line-height: 0;
    border-radius: 100%;
    border: #fff solid 2px;
    bottom: 0;
    right: -8px;
}
.box-edit-group ul li {
    display: flex;
    justify-content: space-between;
    padding:7px 15px;
    border-bottom: #efefef solid thin;
    align-items:center
}
.tab-profile button
{
    flex-shrink:0
}
.checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
}

    .checkbox-wrapper-2 .ikxBAC::before {
        bottom: -6px;
        content: "";
        left: -6px;
        position: absolute;
        right: -6px;
        top: -6px;
    }

    .checkbox-wrapper-2 .ikxBAC,
    .checkbox-wrapper-2 .ikxBAC::after {
        transition: all 100ms ease-out;
    }

        .checkbox-wrapper-2 .ikxBAC::after {
            background-color: #fff;
            border-radius: 50%;
            content: "";
            height: 14px;
            left: 3px;
            position: absolute;
            top: 3px;
            width: 14px;
        }

.checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
}

.checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #6e79d6;
}

    .checkbox-wrapper-2 .ikxBAC:checked::after {
        background-color: #fff;
        left: 13px;
    }

.checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
}
.wh30px {
    width: 30px;
    height: 30px;
}
.control-grouproles {
    display: flex;
    justify-content: center;
    align-items: center;
}
.control-grouproles.wh30px:hover {
    background: #f2f4f7;
    cursor: pointer
}
.top-35px {
    top: 35px;
}
.top-50px
{
    top:50px;
}
.bottom-10px {
    bottom: 10px
}
.bottom-20px
{
    bottom:20px
}
.right-10px {
    right: 10px
}
.right-20px {
    right: 20px
}
.bg-33333370 {
    background: #33333370
}
.img-cover-change {
    min-height: 430px;
    max-height: 430px
}
#_pnActionCover
{
    display:none
}
.avar_ img{
    object-fit:cover;
    min-height:45px;
    max-height:45px;
}
.img-197px
{
    min-height:197px;
    max-height:197px;
    object-fit:cover
}
.body-media .item {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}
button[disabled=disabled], button:disabled, #_btnEndLive[disabled=disabled] {
    opacity: 0.5;
}
.avatar-friend img {
    min-height: 170px;
    max-height: 170px;
    object-fit: cover
}
.control-detail-reels {
    position: absolute;
    bottom: 20px;
    right: -65px;
    align-items: center;
    justify-content: center;
    z-index:9
}
.control-detail-reels button i {
    width: 40px;
    height: 40px;
    background: #1a1a1a;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 100%;
    font-size: 18px;
}
    .control-detail-reels button.active i {
        background: #061b32;
        color: var(--color-purple-6)
    }
    .control-detail-reels button i:hover {
        background: #313131
    }
.btn-create-m
{
    width:40px;
    height:40px;
    border-radius:100%;
    justify-content:center;
    align-items:center;
    display:flex;
}
.item-create-m
{
    display:none
}
#_upProcessCmt {
    width: 100%;
    display: flex;
}
.icons-bot-live {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#_pnIconLive {
    left: 30px;
    top: 30px;
}
.iconlive {
    left: 10px;
    top: 10px;
    z-index: 1;
}
#user-list li .user-data img
{
    border-radius:100%;
}
#user-list li .user-data {
    line-height: 1.3;
    display: flex;
    gap: 10px;
    align-items: center;
}
.bg-count-view {
    background: #33333359;
}
.owner-status {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#_cammaincreate video {
    border-radius: 7px;
    height: 100%;
    object-fit: cover;
}
.btn-close-style {
    background: #3333337d;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line-touch {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
    top: -10px;
    z-index: 9;
    width: 100px;
    background: #fff;
    height: 5px;
    border-radius: 4px;
    margin: 0 auto;
}
.mw-650px
{
    min-width:650px;
    max-width:650px;
    overflow:hidden
}
.control-item-bar ul li
{
    width:100%;
}
#close-user {
    position: absolute;
    right: 10px;
    font-size: 20px;
    top: 15px;
    z-index: 99;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay-remain {
    position: absolute;
    display: flex;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    background: #333333a3;
    z-index: 9;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
@media (min-width: 768px) {
    .header__logo img {
        height: 35px;
    }
    .aw__m1n72bce {
        position: absolute;
        width: 300px;
        height: auto;
        max-height: 80vh;
        top: 60px;
        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: 7px;
        overflow-y: auto;
    }
    .lg\:pt-15 {
        padding-top: 15px !important
    }
}

@media (max-width: 768px) {
    .md\:h-auto
    {
        height:auto !important;
    }
    .max-h50per {
        max-height: 50%
    }
    #_nullUserJoin, .md\:position-relative {
        position: relative
    }
    .md\:overflow-y-unset
    {
        overflow-y:unset
    }
    #user-list {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        background: #fff;
    }
    .control-item-bar ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .control-bar-page ul li a, .control-bar-content button {
        gap: 3px;
        font-size:13px;
    }
    .md\:mw-100 {
        min-width: 100%;
    }
    .line-touch
    {
        display:flex
    }
    .video-reels {
        width: 100%
    }
    .minh-100-93 {
        min-height: auto
    }
    .md\:h-maxcontent
    {
        height:max-content !important
    }
    .control-bar {
        z-index: 9
    }
    .item-create-m {
        display: flex
    }
    .w-25 {
        width: 100% !important;
    }
    .control-detail-reels
    {
        bottom:80px
    }
    .h-100-fixtop {
        height: calc(100vh - 122px);
    }
    .control-step .slick-prev
    {
        left:15px
    }
    .video-reels video {
        border-radius: 0;
        max-width: 100%;
        min-width:100%;
    }
    .control-detail-reels, .control-step .slick-next {
        right: 15px
    }
    .header__container .col-auto {
        margin: 0
    }
    .header__container .row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }
    .header-tab-mobi {
        display: flex
    }
    .md\:w-100 {
        width: 100% !important
    }
    .md\:h-100 {
        height: 100% !important
    }
    .md\:p-20 {
        padding:20px;
    }
    .md\:p-0 {
        padding: 0 !important
    }
    .md\:mt-0 {
        margin-top: 0 !important
    }
    .md\:w-30px {
        width:30px;
    }
    .md\:radius-0 {
        border-radius:0
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .md\:justify-content-start {
        justify-content:start !important
    }
    .md\:align-items-start {
        align-items:start !important
    }
    .md\:align-items-end {
        align-items: end !important
    }
    .md\:gap-0 {
        gap:0px !important
    }
    .md\:p-01015 {
        padding: 0 10px 15px;
    }
    .md\:flex-basis-50 {
        flex-basis: 50%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .md\:flex-column {
        flex-direction: column
    }
    .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
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .md\:text-12 {
        font-size:12px;
    }
    .md\:text-14 {
        font-size: 14px;
    }
    .box-cate.cate-other .item img {
        min-height: 61px;
        max-height: 61px;
        width: 100%;
        padding: 5px;
    }
    .cate-other .item
    {
        position:unset !important
    }
    .box-list-data .owl-nav .owl-next
    {
        right:0
    }
    .box-list-data .owl-nav .owl-prev {
        left: 0;
    }
    ._title-partner-bg {
        background: #e0f6e9;
    }
    ._partner .grid-cols-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    ._partner .info_ {
        text-align: center
    }
    ._partner .item img
    {
        width:100px
    }
    .cover-banner img {
        min-height: 160px;
        max-height: 160px;
    }
    .md\:px-15
    {
        padding:0 15px
    }
    .md\:justify-content-center
    {
        justify-content:center !important
    }
    .md\:d-none {
        display: none !important;
    }
    .attachment__item > * {
        grid-column: span 1;
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 212px;
        min-height: 212px;
    }
        .attachment__item > *:nth-child(1):nth-last-child(even) {
            object-fit: cover;
            max-height: 212px;
            min-height: 212px;
        }
        .attachment__item > *:nth-child(1):nth-last-child(odd), .attachment__item > .video-get:nth-child(1):nth-last-child(odd) {
            object-fit: contain;
            max-height: 428px;
            min-height: 428px;
            background: #e7e7e7;
        }
    .data-media-detail-posting .owl-stage
    {
        position:relative
    }
}

@media (max-width: 991px) {

    #_pnRight {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: 9;
        right: 0;
        left: 0;
        width: 100% !important;
    }
    .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%
    }
    .box-list-data .owl-nav .owl-prev, .box-list-data .owl-nav .owl-next {
        opacity: 1
    }
}

@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));
    }
    .lg\:p-0
    {
        padding:0 !important
    }
    
}
@media only screen and (min-width: 1024px) and (orientation:landscape) {
    .xl\:p-0 {
        padding: 0 !important
    }
    .attachment__item > *:nth-child(1):nth-last-child(even), .attachment__item > * {
        max-height: 324px;
        min-height: 324px;
    }
        .attachment__item > *:nth-child(1):nth-last-child(odd) {
            max-height: 500px;
            min-height: 500px;
        }
}
@media only screen and (min-width: 1024px) and (orientation:portrait) {
    .xl\:p-0 {
        padding: 0 !important
    }
    .attachment__item > *:nth-child(1):nth-last-child(even), .attachment__item > * {
        max-height: 256px;
        min-height: 256px;
    }
}
@media only screen and (min-width: 802px) and (max-device-width: 1024px) and (orientation:portrait) {
    .xl\:p-0 {
        padding: 0 !important
    }
    .attachment__item > *:nth-child(1):nth-last-child(even), .attachment__item > * {
        max-height: 200px;
        min-height: 200px;
    }
        .attachment__item > *:nth-child(1):nth-last-child(odd) {
            max-height: 410px;
            min-height: 410px;
        }
}
@media only screen and (min-width: 1024px) and (max-device-width: 1366px) and (orientation:landscape) {
    .xl\:p-0 {
        padding: 0 !important
    }

    .attachment__item > *:nth-child(1):nth-last-child(even), .attachment__item > * {
        max-height: 290px;
        min-height: 290px;
    }
}
@media only screen and (min-width: 1024px) and (max-device-width: 1366px) and (orientation:portrait) {
    .attachment__item > *:nth-child(1):nth-last-child(even), .attachment__item > * {
        max-height: 244px;
        min-height: 244px;
    }
}
/* 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\:d-block
    {
        display:block !important
    }
    .lg\:w-40 {
        width: 40%;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* iPad Mini Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* CSS cho iPad Mini ngang */
    .minmaxw300 {
        min-width: 200px;
        max-width: 200px;
    }
    .mw-650px
    {
        min-width:auto;
    }
    .lg\:pt-0 {
        padding-top:0 !important
    }
    .lg\:w-100 {
        width: 100%
    }
    .left-nav ul li a {
        font-size: 14px;
    }
    .lg\:w-60
    {
        width:60% !important
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, 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 */
    .minmaxw300 {
        min-width: 150px;
        max-width: 150px;
    }
    .left-nav ul li a {
        font-size: 14px;
    }
    .mw-650px {
        min-width: auto;
    }
    .lg\:w-100 {
        width: 100% !important
    }
    .lg\:w-60 {
        width: 80% !important
    }
    .video-reels, .video-reels video {
        max-width: 100%;
    }
}

/* iPad Air Landscape */
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) {
    /* CSS cho iPad Air ngang */
    .lg\:w-60, .lg\:w-100 {
        width: 80% !important
    }
    .lg\:w-40
    {
        width:40%
    }
    .mw-650px {
        min-width:auto
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* iPad Pro 11 Portrait */
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: portrait) {
    /* CSS cho iPad Pro 11 dọc */
}

/* iPad Pro 11 Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1194px) and (orientation: landscape) {
    /* CSS cho iPad Pro 11 ngang */
}
/* 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 */
    .minmaxw300 {
        min-width: 200px;
        max-width: 200px;
    }
    .xl\:w-50
    {
        width:50% !important;
    }
    #_pnRight {
        position: absolute;
        right: 0;
        z-index: 9;
    }
    .video-reels {
        max-width: 100%;
    }
    .lg\:w-40 {
        width: 40%
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* 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\:w-40 {
        width: 25%
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
}

video::-webkit-media-controls-timeline {
}

video::-webkit-media-controls-current-time-display {
}

video::-webkit-media-controls-time-remaining-display {
}

video::-webkit-media-controls-mute-button {
}

video::-webkit-media-controls-toggle-closed-captions-button {
}

video::-webkit-media-controls-volume-slider {
}