﻿body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: black;
    font-family: arial,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}

a {
    color: black;
    text-decoration: none
}

    a:hover {
        color: #3568F0
    }

img, svg {
    border: none;
    max-width: 100%;
    vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: bold
}

p, figure, figcaption, blockquote, caption, fieldset, embed, object, applet, canvas, caption, iframe, strike, time, video {
    border: 0;
    margin: 0;
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

strong {
    font-weight: bold
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}
/* End fix*/

/* Bengen header */
.header {
    float: left;
    width: 100%;
    height: 70px;
    background: #fff;
    position: relative;
    padding-left: 18%;
    z-index: 999
}

    .header.sticky {
        box-shadow: 0 4px 10px rgba(182,182,182,0.18);
        position: fixed;
        top: 0;
        left: 0
    }

.header-left {
    float: left;
    padding-left: 24px;
    position: relative;
    top: 2px
}

.head-name {
    font-size: 28px;
    font-weight: bold
}

.head-meta {
    color: #888;
    display: block;
    position: relative;
    top: 22px;
}

.m-logo {
    display: none;
    position: absolute;
    left: 54px;
    top: 8px
}

    .m-logo img {
        display: inline-block;
        height: 40px;
        width: 114px
    }

.header-right {
    float: right;
    position: relative;
    padding-right: 24px;
    top: 20px
}

.head-item {
    display: inline-block;
    margin-left: 12px
}

.btn-menu {
    position: absolute;
    display: none;
    place-items: center;
    height: 36px;
    width: 36px;
    cursor: pointer;
    z-index: 99;
    border-radius: 100%
}

.hotline {
    font-size: 14px;
    font-weight: bold
}

.color-dark {
    color: #59595C
}

.svgdarktheme {
    margin-right: 6px;
    position: relative;
    top: -2px
}

.themme-color {
    display: inline-block
}

.btn-nangcapgdv {
    display: inline-block;
    background: #3568F0;
    color: #fff;
    height: 28px;
    line-height: 28px;
    border-radius: 24px;
    padding: 0 16px;
    cursor: pointer;
    position: relative;
    top: -3px
}

    .btn-nangcapgdv svg {
        margin-right: 8px;
        position: relative;
        top: -2px
    }

.btn-tokens {
    display: inline-block;
    background: #E6F6FF;
    color: #222;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 24px;
    padding: 0 16px;
    position: relative;
    top: -3px
}

.head-item.m-hoidap {
    display: none
}

.menu-hoidap {
    display: inline-block;
    cursor: pointer
}

.btn-theme-dark {
    background: url(../../images/lp/light.svg) no-repeat;
    position: relative;
    height: 20px;
    width: 36px;
    top: -2px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}
/* tgl checkbox */
.tgl {
    display: none
}

    .tgl + .tgl-btn {
        outline: 0;
        display: inline-block;
        width: 36px;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
            position: relative;
            display: block;
            content: "";
            width: 16px;
            height: 16px
        }

        .tgl + .tgl-btn:after {
            left: 0
        }

        .tgl + .tgl-btn:before {
            display: none
        }

    .tgl:checked + .tgl-btn:after {
        left: 50%;
        border: 0
    }

.tgl-light + .tgl-btn {
    background: #EBEBEB;
    border-radius: 24px;
    padding: 2px;
    transition: all .4s ease;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-left: 6px
}

    .tgl-light + .tgl-btn:after {
        border-radius: 100%;
        background: #fff;
        transition: all .2s ease
    }

.tgl-light:checked + .tgl-btn {
    background: #0066ff
}
/* Bengin dropdown*/
.dropdown-item {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-icon {
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 100%;
    display: inline-block;
    place-items: center;
    display: grid
}

.dropdown-wrapper {
    background: #fff;
    display: none;
    position: absolute;
    z-index: 99;
    padding: 16px;
    right: 0;
    width: 300px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    z-index: 99
}

.dropdown-active .icon-dropdown {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dropdown-item.f-user {
    top: -6px
}

.thumb-user {
    display: grid;
    place-items: center;
    cursor: pointer;
    height: 34px;
    width: 34px;
    border-radius: 100%;
    background: #f2f2f2;
    overflow: hidden
}

    .thumb-user img {
        display: inline-block;
        height: 34px;
        width: 34px;
        border-radius: 100%
    }

.profile-item {
    width: 100%;
    float: left;
    margin-bottom: 16px
}

.profile-thumb {
    float: left;
    margin-right: 16px
}

    .profile-thumb img {
        height: 34px;
        width: 34px;
        border-radius: 100%;
        display: inline-block
    }

.profile-info {
    display: grid
}

.profile-name {
    font-size: 15px;
    font-weight: bold
}

.profile-email {
    color: #555
}

.profile-tokens {
    background: #E6F6FF;
    padding: 16px;
    border-radius: 8px
}

.tokens-text {
    font-size: 15px;
    margin-bottom: 10px;
    color: #222
}

.tokens-number {
    margin-bottom: 5px
}

.tokens-timeline {
    position: relative
}

.tokens-dark {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: #CBDDE8;
    border-radius: 3px;
    top: 0
}

.tokens-red {
    position: absolute;
    left: 0;
    width: 0;
    height: 5px;
    background: #EC2227;
    border-radius: 3px;
    top: 0;
    z-index: 9
}

.nav-profile {
    margin: 0;
    padding: 0
}

    .nav-profile li {
        list-style: none
    }

    .nav-profile a {
        display: block;
        border-radius: 8px;
        padding: 10px 16px;
        font-size: 15px;
        position: relative;
        color: #666
    }

    .nav-profile li a.active, .nav-profile li a:hover {
        background: #F5F5F5;
        color: #222222
    }

    .nav-profile li a svg {
        position: relative;
        margin-right: 10px;
        top: -2px
    }

.div-logout {
    width: 100%;
    float: left;
    padding-top: 12px;
    border-top: solid 1px #F1F1F1
}

.btn-logout {
    display: block;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 15px;
    position: relative;
    color: #666
}

    .btn-logout:hover {
        background: #F5F5F5;
        color: #222222
    }

    .btn-logout svg {
        position: relative;
        margin-right: 10px;
        top: -2px
    }

.main {
    float: left;
    width: 100%
}

.sidebar-left {
    width: 18%;
    position: fixed;
    height: 100%;
    background: #FBFBFB;
    left: 0;
    top: 0;
    z-index: 9999
}

.content-center {
    float: left;
    padding: 0 18%;
    width: 100%;
    position: relative
}

.sidebar-right {
    width: 18%;
    right: 0;
    position: fixed;
    z-index: 99;
    height: 100%;
    top: 0;
    padding: 120px 0 20px 20px;
    background: #fbfbfb
}

.content-right {
    float: left;
    padding-left: 18%;
    width: 100%;
    position: relative
}
/*End header */

/*Bengin sidebar left */
.block-sidebar {
    padding: 20px 16px;
    border-bottom: solid 1px #e8e8e8
}

    .block-sidebar:last-child {
        border-bottom: 0
    }

.block-logo {
    margin-bottom: 32px
}

    .block-logo a {
        display: inline-block
    }

    .block-logo img {
        height: 60px;
        width: 170px
    }

.head-text {
    color: #888;
    font-size: 15px;
    margin-bottom: 16px
}

.block-nav {
    margin-bottom: 40px
}

    .block-nav:last-child {
        margin-bottom: 0
    }

.ul-nav-link {
    margin: 0;
    padding: 0
}

    .ul-nav-link > li {
        list-style: none;
        position: relative
    }

.nav-item-link {
    display: block;
    border: solid 1px #FBFBFB;
    border-radius: 24px;
    padding: 10px 12px 10px 36px;
    font-size: 15px;
    position: relative;
    color: #666;
    cursor: pointer
}

    .nav-item-link.active, .nav-item-link:hover {
        border: solid 1px #F1F1F1;
        background: #fff;
        color: #222222
    }

.svg-nav {
    position: absolute;
    left: 12px;
    top: 14px;
    height: 16px;
    width: 16px
}

.svgdropdown {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    cursor: pointer
}

.ic-chevron {
    transform: rotate(0deg)
}

    .ic-chevron.chevron-selected {
        transform: rotate(90deg)
    }

.dropdown-trigger {
    display: none
}

    .dropdown-trigger.trigger-active {
        display: block
    }

.ul-nav-sub {
    margin-left: 27px;
    padding: 0
}

    .ul-nav-sub li {
        list-style: none
    }

        .ul-nav-sub li a {
            display: block;
            border: solid 1px #FBFBFB;
            border-radius: 24px;
            padding: 10px;
            font-size: 14px;
            position: relative;
            color: #666
        }

            .ul-nav-sub li a.active, .ul-nav-sub li a:hover {
                border: solid 1px #F1F1F1;
                background: #fff;
                color: #222222
            }

.bn-thunghiem {
    display: inline-block;
    background: #FFE17D;
    color: #977917;
    font-size: 12px;
    border-radius: 6px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.bn-new {
    display: inline-block;
    background: #119A6B;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    position: relative;
    top: -2px
}

.dot-red {
    display: inline-block;
    background: #E23F3F;
    height: 8px;
    width: 8px;
    border-radius: 100%
}

.list-chat {
    width: 100%;
    float: left;
    margin-bottom: 24px
}

.btn-chat-new {
    background: #E6F6FF;
    color: #222;
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    font-size: 15px;
    padding: 0 12px;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(182,182,182,0.35)
}

    .btn-chat-new svg {
        margin-right: 6px;
        position: relative;
        top: 0
    }

.head-text-sidebar {
    font-size: 18px;
    font-weight: bold
}

.head-text-sidebar2 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 12px
}

.ul-list-chat {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%
}

    .ul-list-chat > li {
        list-style: none;
        padding: 10px 40px 10px 36px;
        position: relative;
        cursor: pointer;
        float: left;
        width: 100%;
        border-radius: 24px
    }

        .ul-list-chat > li:hover {
            background: #E8E8E8
        }

.text-hoi-dap {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.div-icmore {
    position: absolute;
    right: 0;
    top: -4px;
    display: none;
    z-index: 9;
    height: 32px;
    width: 32px
}

.ul-list-chat > li:hover .div-icmore {
    display: inline-block
}

.div-icmore .dropdown-item {
    display: block
}

.icon-hoidap {
    background: url(../../images/chat/icon_Hoidap.svg) no-repeat;
    background-position: center;
    position: absolute;
    left: 12px;
    height: 16px;
    width: 16px;
    top: 12px
}

.icon-more {
    background: url(../../images/chat/f-more1.svg) no-repeat;
    background-color: #E8E8E8;
    background-position: center;
    position: absolute;
    right: 5px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    top: 8px;
    opacity: 0.70
}

    .icon-more:hover {
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(182,182,182,0.18)
    }

.div-icmore .dropdown-wrapper {
    padding: 12px;
    width: 180px;
    right: 36px
}

.nav-more {
    margin: 0;
    padding: 0
}

    .nav-more li {
        list-style: none
    }

    .nav-more a {
        display: block;
        border-radius: 8px;
        padding: 10px 16px;
        font-size: 15px;
        position: relative;
        color: #666
    }

    .nav-more li a.active, .nav-more li a:hover {
        background: #F5F5F5;
        color: #222222
    }

    .nav-more li a svg {
        position: relative;
        margin-right: 10px;
        top: -2px
    }

.close-sidebar {
    float: right;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    font-size: 32px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.close-sidebar2 {
    float: right;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    font-size: 32px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.m-overflow {
    overflow: hidden
}

.sidebar-bottom {
    position: fixed;
    bottom: 0;
    width: 18%;
    left: 0
}

.position-sidebar .sidebar-bottom {
    position: relative;
    bottom: auto;
    width: 100%;
    left: auto
}

.support-center {
    display: block;
    padding-left: 14px;
    margin-top: 20px;
}

.ailuat-item-link {
    display: block;
    padding: 10px;
    font-size: 15px;
    color: #666;
    border-radius: 8px;
}

.svg-ailuat {
    display: inline-block;
    height: 22px;
    vertical-align: middle;
    margin-right: 9px;
    position: relative;
    top: -2px;
}

.ailuat-item-link:hover {
    background: #f2f2f2;
    color: #666
}

.ailuat-item-link.active {
    color: #EC2227;
    background: #f2f2f2;
}
/*End sidebar left */

/*Bengen section */
.section {
    float: left;
    width: 100%;
    position: relative;
    padding: 48px;
    margin-bottom: 140px
}

.section-header {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.headding-title {
    font-size: 22px
}

.section-content {
    float: left;
    width: 100%;
    position: relative
}

.scroll-1 {
    overflow-y: auto;
    scrollbar-width: thin
}

    .scroll-1::-webkit-scrollbar {
        width: 8px;
        background-color: #f9f9f9
    }

    .scroll-1::-webkit-scrollbar-thumb {
        background: #EBEBEB
    }

.scroll-2 {
    float: left;
    width: 100%;
    overflow-y: auto;
    max-height: 70vh;
    scrollbar-width: thin;
    padding-right: 20px
}

    .scroll-2::-webkit-scrollbar {
        width: 8px;
        background-color: #f9f9f9
    }

    .scroll-2::-webkit-scrollbar-thumb {
        background: #EBEBEB
    }

.div-chat-new {
    width: 100%;
    float: left;
    padding-right: 28px;
    margin-bottom: 24px
}
/* Form group */
.form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    display: table
}

    .form-group:last-child {
        margin-bottom: 0
    }

.input:-webkit-autofill, .textarea:-webkit-autofill, .select:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset
}

.input::-ms-clear {
    display: none
}

.select::-ms-expand {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.input, .select, .textarea, .button {
    font-family: "Plus Jakarta Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    outline: none
}

.input, .select {
    height: 40px;
    padding: 0 10px
}

.input, .select, .textarea {
    display: inline-block;
    border: solid 1px #EBEBEB;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-overflow: "";
    appearance: none;
    border-radius: 2px;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

    .input:focus, .select:focus, .textarea:focus {
        border: solid 1px #eaeaea;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,0.6);
        box-shadow: inset inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255,255,255,0.6);
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

.select {
    background: url(../../images/chat/arow.svg) no-repeat;
    background-position: right 6px top 50%;
    padding-right: 16px;
    background-size: 12px
}

.textarea {
    height: 85px;
    padding: 10px;
    resize: vertical
}

.button {
    background: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0
}

    .button:focus {
        outline: 0
    }

.full {
    width: 100%
}

.label {
    display: block;
    position: relative
}

.radio {
    height: 14px;
    width: 14px;
    padding: 0;
    margin: 0
}

.checkbox {
    height: 14px;
    width: 14px;
    padding: 0;
    margin: 0
}
.btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    background: #EBEBEB;
    padding: 0 16px;
    border-radius: 5px;
    border: 0;
    outline: none;
    font-family: arial,sans-serif;
    font-size: 14px;
}


.btn-default {
    background: #0066ff;
    color: #fff
}

.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

    .table td, .table th {
        padding: 10px;
        border-top: solid 1px #EBEBEB
    }

.table-bordered, .table-bordered td, .table-bordered th {
    border: solid 1px #EBEBEB
}

.table-striped tr:nth-of-type(2n+2) {
    background-color: #f9f9f9
}

.table-scroll {
    overflow-x: auto
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}
/*Bengen block-chat */
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 12px 18%;
    z-index: 9;
    box-shadow: 0 -20px 20px rgb(255,255,255)
}

.form-ailuat {
    display: block;
    padding: 0 48px
}

.textarea-message {
    width: 100%;
    border-radius: 48px;
    font-size: 16px;
    box-shadow: 0 3px 9px rgba(0,0,0,0.30);
    border: 0;
    outline: none;
    margin: 0;
    font-family: "Plus Jakarta Sans",sans-serif;
    max-height: 13rem;
    resize: none;
    line-height: 1.5;
    padding: 22px 60px 20px 36px;
    height: 68px
}

    .textarea-message:focus {
        border: 0;
        outline: none
    }

.btn-send {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    display: grid;
    place-items: center
}

    .btn-send svg:hover circle {
        fill: #3568F0
    }

    .btn-send svg:hover path {
        fill: #fff
    }

.svg-pause {
    background: #f2f2f2;
    color: #c30000;
    border-radius: 100%;
}

.btn-send svg {
    position: absolute;
    top: 0;
    left: 0;
}

.text-ft {
    font-size: 12px;
    color: #BBB;
    display: block;
    text-align: center
}
/*Bengen block-content */
.block-textlvn {
    width: 100%;
    float: left;
    margin-bottom: 24px;
    font-size: 16px
}

.block-layoutlvn {
    width: 100%;
    float: left;
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(4,1fr);
    margin-bottom: 24px
}

.item-boxlvn {
    background: #FBFBFB;
    position: relative;
    padding: 16px 16px 50px 16px;
    border-radius: 8px;
    min-height: 110px;
    font-size: 16px;
    cursor: pointer
}

    .item-boxlvn:hover {
        background: #f2f2f2
    }

.svg-qalvn {
    background: #fff;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    padding: 6px;
    position: absolute;
    right: 16px;
    bottom: 16px
}

.post-scroll {
    float: left;
    width: 100%;
    padding: 0 40px;
    overflow-y: auto;
    max-height: 70vh;
    scrollbar-width: thin
}

    .post-scroll::-webkit-scrollbar {
        width: 8px;
        background-color: #f9f9f9
    }

    .post-scroll::-webkit-scrollbar-thumb {
        background: #EBEBEB
    }

.block-content {
    width: 100%;
    float: left;
    border: solid 1px #EBEBEB;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 12px
}

.post-thumb {
    float: left;
    margin-right: 12px
}

    .post-thumb img {
        height: 24px;
        width: 24px;
        border-radius: 100%;
        display: inline-block
    }

.post-inner {
    display: grid
}

.post-name {
    margin-bottom: 10px
}

.post-tag {
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    background: #F1F1F1;
    border-radius: 24px;
    padding: 3px 12px
}

    .post-tag svg {
        position: relative;
        top: -2px;
        margin-left: 5px
    }

.post-summary {
    font-size: 16px;
    line-height: 1.6;
    position: relative
}

    .post-summary a {
        color: #1C79E4;
        text-decoration: underline
    }

    .post-summary p {
        margin: 12px 0
    }

.post-meta {
    margin-top: 12px;
    text-align: right
}

.div-item {
    display: inline-block;
    margin-left: 16px
}

.btn-like, .btn-dislike, .btn-copoy, .btn-taive {
    display: inline-block;
    cursor: pointer
}

    .btn-like svg {
        fill: #888888;
        stroke: #888888
    }

    .btn-dislike svg {
        fill: #888888;
        stroke: #888888
    }

    .btn-like.active svg {
        fill: #EC2227;
        stroke: #EC2227
    }

    .btn-dislike.active svg {
        fill: #EC2227;
        stroke: #EC2227
    }

.like-comment {
    width: 100%;
    float: left;
    display: none;
    margin-top: 20px
}

    .like-comment.active {
        display: block
    }

.dislike-comment {
    width: 100%;
    float: left;
    display: none;
    margin-top: 20px
}

    .dislike-comment.active {
        display: block
    }

.w-dropdown {
    margin: auto;
    max-width: 640px;
    display: block
}

.dropdown-like {
    padding: 16px;
    background: #f7f9fd;
    border-radius: 8px;
    position: relative;
    width: 100%;
    float: left
}

.block-chat-info {
    margin-bottom: 16px;
    width: 100%;
    float: left;
    background: #FBFBFB;
    padding: 16px 16px 16px 42px;
    border-radius: 6px;
    font-size: 16px;
    position: relative
}

    .block-chat-info svg {
        position: absolute;
        left: 16px;
        top: 17px
    }

.font-18 {
    font-size: 18px;
    color: #555
}

.font-16 {
    font-size: 15px;
    color: #555
}

.btn-ranting {
    background: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    text-align: center;
    outline: none;
    padding: 0 8px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border: solid 1px #EBEBEB;
    margin-right: 8px;
    color: #555;
    font-size: 14px
}

    .btn-ranting:hover, .btn-ranting.active {
        background: #e7f0fd;
        color: #3568F0;
        border: solid 1px #e7f0fd;
    }

        .btn-ranting.active svg {
            margin-right: 5px;
            position: relative;
            top: -2px;
        }

.textarea.textarea-ranting {
    border-radius: 8px;
    width: 100%;
    background: #fff;
    padding: 12px
}

.btn-send-ranting {
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: #888;
    cursor: pointer
}

    .btn-send-ranting:hover {
        color: #222
    }

.close-like {
    z-index: 9;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0
}

.close-dislike {
    z-index: 9;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    position: absolute;
    right: 0;
    top: 0
}

.table.table-history {
    background: #FBFBFB;
    font-size: 15px
}

    .table.table-history td {
        border: 0;
        padding: 10px
    }

        .table.table-history td:first-child {
            width: 25%
        }

.svghistory {
    margin-right: 12px;
    position: relative;
    top: -2px
}

.btn-nangcapgdv.ml-30 {
    margin-left: 30px
}

.block {
    width: 100%;
    float: left;
    margin-bottom: 24px
}

.text-gdi {
    font-size: 16px
}

.table.table-giao-dich {
    border: solid 1px #EBEBEB;
    text-align: center;
    font-size: 15px
}

.input.input-search {
    width: 100%;
    height: 48px;
    border-radius: 48px;
    padding: 0 48px 0 20px;
    font-size: 16px
}

.btn-search {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: grid;
    place-items: center
}

.form-search {
    max-width: 60%
}

.icon_view {
    min-width: 24px;
    display: inline-block;
    cursor: pointer;
    height: 24px;
    width: 24px
}
/* Bengin popup */
.popup-bg {
    background: rgba(255,255,255,0.94);
    position: fixed;
    display: none;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: flex-start;
    justify-content: center
}

.popup-wrapper {
    max-width: 640px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%)
}

    .popup-wrapper.w1000 {
        max-width: 1000px
    }

.popup-body {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 24px;
    overflow: hidden
}

.popup-header {
    float: left;
    width: 100%;
    border-bottom: solid 1px #EBEBEB;
    padding: 16px 24px
}

.popup-title {
    float: left;
    font-size: 24px;
    padding-right: 24px;
    font-weight: bold
}

.close-popup {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 999;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%
}

.popup-content {
    float: left;
    width: 100%
}

.entry-popup {
    float: left;
    width: 100%;
    padding: 24px
}

.popup-height {
    position: relative;
    max-height: 88vh;
    overflow-y: auto;
    scrollbar-width: thin
}

    .popup-height::-webkit-scrollbar {
        width: 8px;
        background-color: #f9f9f9
    }

    .popup-height::-webkit-scrollbar-thumb {
        background: #EBEBEB
    }

.target-hidden {
    display: none !important;
}

.target-expanded {
    display: block !important;
}

.overflow-hidden {
    overflow: hidden
}
/*Bengen box-chat-lvn */
.btn-boxchat {
    height: 40px;
    width: 40px;
    position: fixed;
    right: 24px;
    bottom: 12px;
    display: grid;
    place-items: center;
    cursor: pointer;
    z-index: 99;
    border: solid 1px #e0e0e0;
    border-radius: 100%
}

    .btn-boxchat img {
        width: 24px;
        height: 24px
    }

.box-chat-lvn {
    position: fixed;
    display: none;
    max-width: 420px;
    width: 100%;
    background: #fff;
    bottom: 16px;
    right: 16px;
    overflow: hidden;
    z-index: 9999;
    border-radius: 12px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)
}

    .box-chat-lvn.show-chat {
        display: inline-block
    }

.head-chatlvn {
    background: #3568F0;
    color: #fff;
    position: relative;
    padding: 16px;
    padding-right: 80px;
    width: 100%;
    float: left
}

.content-chatlvn {
    padding: 16px;
    width: 100%;
    float: left;
    max-height: 390px;
    overflow-y: auto;
    scrollbar-width: thin
}

    .content-chatlvn::-webkit-scrollbar {
        width: 8px;
        background-color: #f9f9f9
    }

    .content-chatlvn::-webkit-scrollbar-thumb {
        background: #EBEBEB
    }

.text-head-chatlvn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold
}

.text-head-chatlvn2 {
    font-size: 14px;
    color: #B7CAFF
}

.div-Fright {
    position: absolute;
    right: 16px;
    top: 24px
}

.btn-reset-chat {
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center
}

.btn-hiden-chat {
    cursor: pointer;
    height: 30px;
    width: 30px;
    margin-left: 12px;
    display: inline-block;
    text-align: center
}

.chat-namelvn {
    display: inline-block;
    font-size: 12px;
    color: #555
}

    .chat-namelvn svg {
        margin-left: 3px;
        position: relative;
        top: -2px
    }

.block-chatlvn1 {
    display: block;
    padding-left: 56px;
    margin-bottom: 12px;
    text-align: right
}

.block-chatlvn2 {
    display: block;
    margin-bottom: 12px;
    padding-right: 56px
}

.list-chatlvn {
    display: block;
    margin-bottom: 12px
}

.div-chatlvn {
    display: inline-block;
    background: #3568F0;
    color: #fff;
    padding: 8px 16px;
    font-size: 15px;
    border-radius: 35px 8px 35px 35px
}

.div-chatlvn2 {
    position: relative;
    border: solid 1px #EBEBEB;
    padding: 16px;
    border-radius: 12px
}

.text-chatlvn2 {
    font-size: 15px;
    line-height: 1.6;
    color: #222222
}

.div-metalvn2 {
    text-align: right;
    margin-top: 12px
}

.color-linklvn {
    color: #3568F0;
    text-decoration: underline
}

.box-chat-bottom {
    float: left;
    width: 100%;
    background: #fff;
    padding: 16px;
    position: relative
}

.chat-message {
    width: 100%;
    border-radius: 48px;
    font-size: 15px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    border: 0;
    outline: none;
    margin: 0;
    font-family: "Plus Jakarta Sans",sans-serif;
    max-height: 13rem;
    resize: none;
    line-height: 1.5;
    padding: 14px 60px 12px 20px;
    height: 50px
}

.btn-sendmessage {
    position: absolute;
    right: 6px;
    top: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: grid;
    place-items: center
}

    .btn-sendmessage svg:hover circle {
        fill: #3568F0
    }

    .btn-sendmessage svg:hover path {
        fill: #fff
    }

.form-group.fix-font12 {
    text-align: center;
    font-size: 12px;
    color: #888888
}

.box-chat-bottom::after {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    width: 100%;
    content: "";
    height: 32px;
    background: rgb(255,255,255);
    background: linear-gradient(0deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 79%)
}

.div-gop-y {
    border: solid 1px #EBEBEB;
    border-radius: 10px;
    padding: 16px;
    cursor: pointer
}

    .div-gop-y:hover {
        background: #f9f9f9
    }

.img-gop-y {
    float: left;
    margin-right: 16px
}

.text-gop-y {
    display: grid;
    font-size: 16px;
    line-height: 1.6
}

.iconlvn-head {
    display: inline-block;
    margin-right: 12px;
    height: 32px;
    width: 32px;
    position: relative;
    top: -5px
}

.img-gop-y img {
    width: 40px
}

.list-file {
    display: block;
    margin-bottom: 8px;
    font-size: 16px
}

.btn-upfile {
    display: inline-block;
    background: #CCF1FF;
    border-radius: 24px;
    padding: 3px 14px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 16px
}

.mgright {
    margin-right: 10px
}

.text-upfile {
    color: #3568F0
}

.del-file {
    display: inline-block;
    margin-left: 12px;
    cursor: pointer
}

.btn-huy {
    display: inline-block;
    margin-right: 16px;
    font-size: 16px;
    cursor: pointer;
    padding: 6px
}

.btn-gui-loi {
    background: #3568F0;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    min-width: 120px;
    border-radius: 24px;
    padding: 6px
}

.font-20 {
    font-size: 20px
}

.btn-gui-close {
    background: #3568F0;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    min-width: 120px;
    border-radius: 24px;
    padding: 6px
}

.custom-list {
    column-count: 2;
    padding: 0;
    margin: 0;
    line-height: 1.6
}

    .custom-list li {
        position: relative;
        padding-left: 16px;
        list-style: none;
    }

        .custom-list li::before {
            content: "-";
            position: absolute;
            left: 0;
            top: 0;
        }

.head-icon img {
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}

.ailuat-text {
    font-size: 24px;
    font-weight: bold;
}

.head-icon {
    margin-bottom: 12px;
}

.box-content-default {
    display: block;
    padding-top: 10%;
}

.btn-outline2 {
    display: inline-block;
    padding: 8px 16px;
    text-align: center;
    border-radius: 24px;
    cursor: pointer;
    font-size: 14px;
    border: solid 1px #e3e3e3;
    margin: 5px;
}

    .btn-outline2 svg {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -2px;
        margin-right: 5px;
    }

    .btn-outline2:hover {
        color: #222;
        background: #f2f2f2;
    }
/*Bengen chinh sach bao mat */
.page-header {
    margin-bottom: 20px;
    border-bottom: solid 1px #EBEBEB;
    padding-bottom: 20px;
    float: left;
    width: 100%
}

.page-title {
    float: left
}

.page-font {
    float: right
}

.page-body {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.8
}

    .page-body p {
        padding: 12px 0
    }

    .page-body a {
        color: #3568F0;
        text-decoration: underline
    }

    .page-body h2 {
        font-size: 20px
    }

    .page-body h3 {
        font-size: 18px
    }

    .page-body h4, .page-body h5, .page-body h6 {
        font-size: 16px
    }

.text-font {
    display: inline-block;
    vertical-align: middle
}

.text-fontaa {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    cursor: pointer
}
/*Bengen FQA */
.block-fqas {
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.title-fqa {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px
}

.list-fqa {
    width: 100%;
    float: left
}
/* droplist */
.droplist {
    position: relative;
    width: 100%;
    float: left;
    background: #F8F8F8;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 20px
}

.droplist-content {
    display: none;
    width: 100%;
    float: left;
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.6
}

.droplist-open .droplist-content {
    display: block
}

.droplist-title {
    float: left;
    padding-right: 36px;
    width: 100%;
    background: url("../images/daucong.svg") no-repeat;
    background-position: right center;
    background-size: 16px;
    font-size: 16px;
    cursor: pointer
}

.droplist-open .droplist-title {
    background: url("../images/dautru.svg") no-repeat;
    background-position: right center;
    background-size: 16px
}

.pagination {
    float: left;
    width: 100%
}

.page-numbers {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0 6px;
    min-width: 36px;
    cursor: pointer;
    margin-right: 6px;
    margin-bottom: 6px;
    border-radius: 4px
}

    .page-numbers:hover {
        background-color: #3568F0;
        color: #fff
    }

        .page-numbers:hover svg {
            fill: #fff
        }

    .page-numbers.active {
        background-color: #3568F0;
        color: #fff
    }

.table-setting {
    line-height: 1.6;
    font-size: 15px
}

.text-cauhoi {
    position: relative;
    padding-right: 24px;
    min-width: 260px
}

.btn-editsetting {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    place-items: center;
    display: grid
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.label-text {
    margin-bottom: 6px;
    display: block
}

.btndell {
    display: inline-block;
    margin-right: 12px;
    background: #f2f2f2;
    font-size: 14px;
    border-radius: 24px;
    height: 30px;
    line-height: 30px;
    padding: 0 12px
}

    .btndell svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px
    }

    .btndell svg {
        display: inline-block;
        vertical-align: middle;
        margin-right: 12px;
        height: 20px;
        width: 20px;
        top: -2px;
        position: relative;
        background: #ddd;
        border-radius: 100%;
        padding: 5px;
        cursor: pointer
    }
/* Bengin tabs-goi */
.popup-wrapper.width1200 {
    max-width: 1200px
}

.popup-wrapper.width960 {
    max-width: 960px
}

.heading-ai {
    font-size: 20px
}

/* Bengin tabs-goi */
.block {
    width: 100%;
    float: left;
    margin-bottom: 16px;
}

    .block:last-child {
        margin-bottom: 0;
    }

.block-tab-content {
    width: 100%;
    float: left;
}

.div-goi-custom {
    width: 100%;
    float: left;
    padding: 40px 16px;
    text-align: center;
    background: url(../../images/lp/bgservice.png) repeat;
    background-position: center top;
    padding: 40px 16px;
}

.btn-gap {
    display: flex;
    justify-content: center;
    gap: 16px;
    align-items: center;
}

.btn-callphone {
    display: inline-block;
    background: #ED1C24;
    padding: 12px 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 96px;
}

    .btn-callphone svg {
        display: inline-block;
        margin-right: 8px
    }

    .btn-callphone:hover {
        color: #fff;
        background: #D70810;
    }

.svc-text {
    font-size: 16px;
    color: #646464;
    margin: auto;
    max-width: 800px;
}

.svc-title {
    font-size: 26px;
    font-weight: bold
}

.btn-callzalo {
    display: inline-block;
    background: #fff;
    padding: 12px 36px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 96px;
}

    .btn-callzalo img {
        display: inline-block;
        margin-right: 8px;
        height: 24px;
        width: 24px;
        position: relative;
        top: -2px;
    }

.svc-pkg-cols {
    width: 100%;
    float: left;
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.svc-pkg-item {
    border: solid 1px #eee;
    position: relative;
    padding: 24px 20px 70px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(182, 182, 182, 0.5);
}

.color-cyan {
    color: #199CBE
}

.color-green {
    color: #32BB00
}

.color-red {
    color: #EC2227
}

.color-orange {
    color: #EF8F0D
}

.color-blue {
    color: #3568F0
}

.div-goi {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center
}

.div-goi-item {
    margin-bottom: 20px;
}

.div-dangky {
    margin-bottom: 20px;
}

.div-goi-vnd {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.s-thang {
    font-size: 14px;
    position: relative;
    top: -8px;
    font-weight: normal
}

.div-goi-vnd sup {
    font-size: 14px;
}

.img-user {
    height: 32px;
    width: 32px;
    border-radius: 100%;
    margin: 0 -5px;
    display: inline-block;
}

.text-user-seclect {
    vertical-align: middle;
    margin-left: 10px;
    font-size: 12px;
}

.div-goi-dangky {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    padding: 0 20px;
}

.btn-goi-trainghiem {
    display: block;
    border: solid 1px #199CBE;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    background: #199CBE;
    color: #fff;
}

    .btn-goi-trainghiem svg {
        fill: #fff;
        margin-left: 10px;
        position: relative;
        top: -3px;
    }

    .btn-goi-trainghiem:hover svg {
        fill: #fff;
    }

.btn-goi-coban {
    display: block;
    border: solid 1px #4E841F;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #4E841F
}

    .btn-goi-coban svg {
        fill: #4E841F;
        margin-left: 10px;
        position: relative;
        top: -3px;
    }

    .btn-goi-coban:hover svg {
        fill: #fff;
    }

.color-dark {
    color: #666;
}

.btn-goi-nangcao {
    display: block;
    background: #EC2227;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #fff
}

    .btn-goi-nangcao:hover {
        color: #fff
    }

    .btn-goi-nangcao svg {
        fill: #fff;
        margin-left: 10px;
        position: relative;
    }

    .btn-goi-nangcao:hover svg {
        fill: #fff;
    }

.btn-dkgoi {
    display: block;
    border: solid 1px #ddd;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #555
}

    .btn-dkgoi:hover {
        border: solid 1px #EC2227;
        background: #EC2227;
        color: #fff
    }

    .btn-dkgoi svg {
        margin-left: 10px;
        position: relative;
        top: -2px;
        fill: #555;
    }

    .btn-dkgoi:hover svg {
        fill: #fff;
    }

.btn-goi-doanhnghiep {
    display: block;
    border: solid 1px #EF8F0D;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #EF8F0D
}

    .btn-goi-doanhnghiep:hover {
        border: solid 1px #EF8F0D;
        background: #EF8F0D;
        color: #fff
    }

    .btn-goi-doanhnghiep svg {
        fill: #EF8F0D;
        margin-left: 10px;
        position: relative;
        top: -3px;
    }

    .btn-goi-doanhnghiep:hover svg {
        fill: #fff;
    }

.btn-goi-nangcao:hover {
    background: #CC161A;
}

.btn-nangcao:hover svg {
    fill: #fff;
}

.btn-goi-coban:hover {
    border: solid 1px #4E841F;
    background: #4E841F;
    color: #fff
}

.btn-coban:hover svg {
    fill: #fff;
}

.btn-goi-trainghiem:hover {
    border: solid 1px #13819E;
    background: #13819E;
}

.btn-trainghiem:hover svg {
    fill: #fff;
}

.ul-content-goi {
    margin: 0;
    padding: 0;
    line-height: 1.6
}

    .ul-content-goi li {
        list-style: none;
        margin-bottom: 12px;
        font-size: 14px;
        padding: 0px 0px 0 24px;
        position: relative;
    }

        .ul-content-goi li svg {
            position: absolute;
            left: 0;
            top: 5px;
        }

.svc-pkg-item.boder-cyan {
    border: solid 2px #199CBE;
}

.svc-pkg-item.boder-green {
    border: solid 2px #4E841F;
}

.svc-pkg-item.boder-red {
    border: solid 2px #EC2227;
}

.svc-pkg-item.boder-orange {
    border: solid 2px #EF8F0D;
}

.div-font {
    width: 100%;
    float: left;
    margin-bottom: 24px;
    font-size: 16px
}

.div-goile {
    width: 100%;
    float: left;
    border: solid 2px #eee;
    border-radius: 12px;
    padding: 24px 48px;
    margin-bottom: 24px;
}

.head-goile {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.div-goile-info {
    padding-right: 30%;
    position: relative
}

.btn-goile {
    display: inline-block;
    border: solid 1px #ddd;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    min-width: 250px;
    font-weight: bold;
    text-align: center;
    border-radius: 24px;
    color: #555;
    position: absolute;
    right: 0;
    bottom: 0;
}

    .btn-goile svg {
        fill: #555;
        margin-left: 10px
    }

    .btn-goile:hover {
        border: solid 1px #EC2227;
        background: #EC2227;
        color: #fff;
    }

        .btn-goile:hover svg {
            fill: #fff;
        }

.div-phobien {
    display: block;
    position: absolute;
    top: -19px;
    text-align: center;
    left: 0;
    width: 100%;
}

.bg-phobien {
    display: inline-block;
    background: #EC2227;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 5px;
    min-width: 170px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.font-sale {
    font-weight: bold;
}

.div-sale {
    font-size: 14px;
    text-decoration: line-through;
    text-align: center
}

.div-goi-item2 {
    margin-bottom: 10px;
    height: 120px;
}

.div-sale sup {
    font-size: 14px;
    font-weight: bold
}

.f16 {
    font-size: 16px;
    font-weight: normal
}

.block-tab {
    width: 100%;
    float: left;
    margin-bottom: 80px;
    text-align: center;
}

.tabs-goi {
    display: inline-block;
}

.tabs-goi-item {
    cursor: pointer;
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 8px 16px;
    font-size: 18px;
    border-radius: 8px;
    background: #f2f2f2;
    margin: 0 5px;
}

    .tabs-goi-item.active {
        color: #fff;
        font-weight: bold;
        background: #EC2227;
    }

        .tabs-goi-item.active .color-red {
            color: #ffd700;
        }

.tabs-goi-content {
    display: none;
    float: left;
    width: 100%;
    margin-bottom: 24px;
}

    .tabs-goi-content.active {
        display: block;
    }

.width-calc {
    margin: 0 -5%;
    width: calc(100% + 10%);
}

.tabs-goile {
    cursor: pointer;
    list-style: none;
    text-align: center;
    display: inline-block;
    padding: 8px 16px;
    font-size: 18px;
    border-radius: 8px;
    background: #f2f2f2;
    margin: 0 5px;
}
/* Bengin 6/6/2025 */
.f12 {
    font-size: 14px;
}

.f14 {
    font-size: 14px;
}

.div-goi-item.f-line {
    border-bottom: dashed 1px #ddd;
    height: 80px;
}

.div-giagoc {
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.div-sale-bg {
    background: #ec2227;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    padding: 1px 3px;
    font-weight: bold;
}

.fx-mail {
    font-size: 12px;
    text-align: right;
    margin-top: 8px;
    color: #666;
}

.fx-luuy {
    font-size: 12px;
    color: #666;
    line-height: 1.6;
}

.cols-grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    float: left;
    width: 100%;
}

.btn-maKM {
    position: absolute;
    right: 0;
    background: #666;
    height: 40px;
    border-radius: 24px;
    line-height: 40px;
    color: #fff;
    padding: 0 16px;
    text-align: center;
    z-index: 1;
    font-size: 14px;
    cursor: pointer;
}

.table.table-donhang {
    border: solid 1px #ddd
}

.bg-light {
    background: #f2f2f2;
}

.box-info {
    font-size: 16px;
    line-height: 1.6;
}
/* End */

/* End tabs-goi */

/* Bengin poup-het-han */
.poup-het-han {
    background: rgba(0,0,0,0.6);
    position: fixed;
    display: none;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.w-inner {
    position: relative;
    margin: auto;
    max-width: 480px;
    top: 20%;
    padding: 0 16px
}

.close-het-han {
    position: absolute;
    right: 26px;
    top: 5px;
    z-index: 999;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%
}

.font-s1 {
    font-size: 24px;
    margin-bottom: 8px;
    text-align: center;
    font-weight: bold
}

.font-s2 {
    font-size: 16px;
    text-align: center
}

.bg-line-1 {
    width: 100%;
    margin: 12px 0;
    float: left;
    background: #e0e0e0;
    position: relative;
    height: 3px
}

.bg-line-2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #c30000;
    height: 3px
}

.text-chsd {
    float: left;
    font-size: 16px
}

.num-chsd {
    float: right;
    font-size: 16px
}

.item-inline {
    display: inline-block;
    margin-left: 12px
}

.table-giao-dich th {
    background: #FBFBFB
}

.btn.btn-orange {
    background: orange;
    color: #fff; 
}
 
.btn-red:hover {
    background: #CC161A;
    color: #fff;
}

.btn-red {
    background: #EC2227;
    color: #fff;
}
.btn.btn-green {
    background: green;
    color: #fff; 
}

.btn.btn-darkgray {
    background: darkgray;
    color: #fff; 
}
/* End poup-het-han */


/* Bengin thong tin tai khoan */
.block-tttk {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    border-bottom: solid 1px #e0e0e0
}

    .block-tttk:last-child {
        margin-bottom: 0;
        border-bottom: 0
    }

.head-tttk {
    width: 100%;
    float: left;
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: bold
}

.list-tttk {
    width: 100%;
    float: left;
    margin-bottom: 32px
}

.div-tttk1 {
    width: 100%;
    float: left;
    margin-bottom: 12px
}

.left-tttk {
    float: left
}

.tttk-text {
    display: inline-block;
    font-weight: bold;
    font-size: 16px
}

.right-tttk {
    float: right
}

.btn-edit-tttk {
    display: inline-block;
    cursor: pointer;
    color: #666
}

.tttk-active .button-edit {
    display: none
}

.tttk-active .button-huy {
    display: inline-block
}

.button-huy {
    display: none
}

.profile-photo2 {
    text-align: center;
    float: left;
    width: 100%;
    margin-bottom: 24px;
    margin-top: 12px
}

    .profile-photo2 img {
        display: inline-block;
        vertical-align: middle;
        height: 114px;
        width: 114px;
        border-radius: 100%
    }

.content-tttk-edit {
    width: 100%;
    margin-top: 20px;
    float: left;
    display: none
}

.btn-inner {
    display: inline-block;
    margin: 0 8px
}

.btn-outline {
    display: inline-block;
    padding: 8px 20px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    border: solid 1px #D9D9D9
}

.btn-default-red {
    background: #D8293A;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 15px
}

.list-tttk-2 {
    width: 100%;
    float: left;
    margin-bottom: 24px
}

.icons-tttk svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -3px
}

.btn-xoa-link {
    display: inline-block;
    cursor: pointer;
    color: #666
}

.btn-dell-tttk {
    cursor: pointer;
    font-size: 16px;
    display: inline-block
}

.label-grid-4 {
    display: grid;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(4,1fr)
}

.label-item {
    display: inline-block;
    margin-right: 16px
}

.shows-pass2 {
    position: absolute;
    right: 8px;
    top: 2px;
    cursor: pointer;
    color: #2E3192;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    font-size: 15px
}

.max-width640 {
    max-width: 640px;
    margin: auto
}

/* End thong tin tai khoan */



/*Bengen Tra cuu VB Ai */
.section-doc {
    float: left;
    width: 100%;
    position: relative;
    padding: 48px;
}

.w-content-doc {
    width: 86%;
    float: left;
}

.doc-article {
    width: 100%;
    border-bottom: solid 1px #e0e0e0;
    padding: 16px 0;
    float: left;
}

.doc-clumn1 {
    margin-right: 16px;
    float: left;
    min-width: 40px;
}

.doc-number {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #555;
}

.doc-clumn2 {
    display: grid;
}

.doc-left {
    width: 72%;
    float: left;
    padding-right: 80px;
}

.doc-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.doc-tag {
    margin-right: 16px;
    font-size: 14px;
    display: inline-block;
}

    .doc-tag svg {
        margin-right: 6px;
        position: relative;
        top: -2px;
    }

.doc-right {
    width: 28%;
    float: left;
}

.doc-dmy {
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
}

.w-doc-dmy1 {
    color: #888;
    width: 120px;
    min-width: 120px;
}

.bg-yellow {
    background: yellow;
}

.search-content {
    width: 100%;
    float: left;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
    padding: 24px;
}

.search-tab {
    width: 100%;
    float: left;
}

.ul-tab-doc {
    display: inline-block;
    margin: 0;
    padding-left: 24px;
    font-size: 16px;
    color: #59595C;
}

.search-text {
    width: 100%;
    float: left;
    color: #A7A7A7;
    font-size: 14px;
    margin-bottom: 3px;
    padding-left: 24px;
}

.ul-tab-doc li {
    display: inline-block;
    list-style: none;
    margin-right: 16px;
    padding-bottom: 12px;
    cursor: pointer
}

    .ul-tab-doc li.active {
        font-size: 18px;
        color: #DE0305;
        font-weight: bold;
        border-bottom: solid 3px;
    }

.btn-ycbsvb {
    float: right;
    border: solid 1px #F88;
    padding: 5px 16px;
    border-radius: 24px;
    cursor: pointer;
    color: #EC2227;
}

    .btn-ycbsvb svg {
        margin-right: 6px
    }

.btn-search-doc {
    position: absolute;
    right: 6px;
    top: 6px;
    height: 40px;
    cursor: pointer;
    background: #F1F1F1;
    border-radius: 24px;
    width: 180px;
    text-align: center;
    line-height: 40px;
    color: #EA2529;
    font-size: 16px;
    font-weight: bold;
}

    .btn-search-doc svg {
        margin-right: 8px
    }

.input.input-search-doc {
    width: 100%;
    height: 52px;
    border-radius: 48px;
    padding: 0 190px 0 20px;
    font-size: 16px;
}

.form {
    float: left;
    width: 100%;
    position: relative;
}

.text-danger {
    text-align: right;
    font-size: 12px;
    font-style: italic;
    color: red;
    margin-top: 4px;
}

.text-meo {
    position: absolute;
    right: 0;
    top: -30px;
}

    .text-meo svg {
        margin-right: 5px
    }

.text-meo-2 {
    display: none;
    position: absolute;
    background: #f9f9f9;
    padding: 16px;
    width: 480px;
    right: 0;
    z-index: 9;
    border: solid 1px #e0e0e0;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
}

.text-meo:hover .text-meo-2 {
    display: block;
}

.post-meta-doc {
    margin-top: 16px;
}

.post-title-doc {
    font-size: 16px;
    font-weight: bold;
}

.post-summary-doc1 {
    font-size: 16px;
    color: #DE0305;
}

.post-summary-doc2 {
    font-size: 16px;
    color: #737373;
    margin-top: 8px;
}

.tag-item-doc {
    display: inline-block;
    font-size: 14px;
    background: #ECECEC;
    padding: 4px 12px;
    border-radius: 24px;
    margin-right: 12px;
}

    .tag-item-doc.bg-hhl {
        background: #FFECEC;
        color: #DE0305;
    }

.row-doc {
    border-bottom: solid 1px #E9E9E9;
    padding: 16px 0;
}

    .row-doc:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

.bg-pink {
    background: #ffe5e5;
}

.font-bold {
    font-weight: bold;
}

.btn-eyes-more {
    cursor: pointer;
}

.tip-huongdan {
    color: #196719;
    position: relative;
    font-size: 12px;
    background: #D8F3D8;
    border-radius: 24px;
    padding: 2px 10px;
    font-weight: bold;
    display: inline-block;
}

.tip-huongdan-content {
    display: none;
    position: absolute;
    background: azure;
    padding: 16px;
    width: 400px;
    left: 0;
    z-index: 9;
    border: dashed 1px #ADCEAD;
    color: #196719;
    border-radius: 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
}

.tip-huongdan:hover .tip-huongdan-content {
    display: block
}

.box-eyes-content {
    position: fixed;
    display: none;
    bottom: 16px;
    right: 16px;
    width: 500px;
    background: #FFF3E4;
    border: solid 1px #FFD39E;
    padding: 24px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1.6;
    z-index: 99;
}

    .box-eyes-content.showeyes {
        display: block;
    }

.eyes-title {
    margin-bottom: 12px;
}

.eyes-list {
    margin-bottom: 12px;
}

.eyes-more {
    text-align: right;
}

    .eyes-more a {
        color: #EC2227;
        font-size: 14px;
        text-decoration: underline;
    }

        .eyes-more a svg {
            margin-right: 6px;
        }

.c-blue {
    color: blue !important;
}

.tip-bottom {
    position: relative;
    color: blue !important;
}

    .tip-bottom:after {
        display: none;
        content: attr(data-tool);
        position: absolute;
        background: azure;
        left: 0;
        width: 190px;
        color: blue;
        border: solid 1px #e0e0e0;
        padding: 8px;
        border-radius: 6px;
        font-size: 14px;
    }

    .tip-bottom:hover:after {
        display: block;
        top: 20px
    }

.block-goiy {
    width: 100%;
    float: left;
    border: solid 1px #dde8f2;
    padding: 16px;
    font-size: 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    background: aliceblue;
}

.div-hethan {
    float: right;
    position: relative;
}

.bg-hethan {
    background: #c30000;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 5px;
}

.tip-hethan {
    display: none;
    border-radius: 8px;
    position: absolute;
    font-size: 14px;
    width: 250px;
    right: 0;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    z-index: 99;
    padding: 12px;
}

.div-hethan:hover .tip-hethan {
    display: block;
}

.hov-hethan {
    display: inline-block;
    position: relative
}

.bgtop-hethan {
    display: inline-block;
    background: #c30000;
    color: #fff;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    border-radius: 24px;
    padding: 0 16px;
    position: relative;
    top: -3px;
}

.hov-hethan:hover .tip-hethan {
    display: block
}

.cursor {
    display: inline-block;
    cursor: pointer;
}


/*End Tra cuu VB Ai */


/*Bengin popup Xác nhận thay đổi gói dịch vụ */
.flex-between {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    gap: 12px;
}

.fs-16 {
    font-size: 16px;
    line-height: 1.6;
}
/*End popup Xác nhận thay đổi gói dịch vụ */

.p-hidden {
    display: none
} 

/*Bengen theme-dark */
.theme-dark {
    background: #222;
    color: #d9d9d9
}

    .theme-dark .sidebar-left {
        border-right: solid 1px #333;
        background: #222
    }

    .theme-dark .sidebar-right {
        background: #222;
        border-left: solid 1px #333
    }

    .theme-dark .block-sidebar:last-child {
        border-bottom: 0
    }

    .theme-dark .block-content {
        border: solid 1px #555
    }

    .theme-dark .header {
        background: #222;
        box-shadow: 0 4px 10px rgba(0,0,0,0.18)
    }

    .theme-dark .stickyheader {
        box-shadow: 0 4px 10px rgba(0,0,0,0.18)
    }

    .theme-dark .footer {
        background: #222;
        box-shadow: 0 -20px 20px rgb(28,27,27)
    }

    .theme-dark .text-hoi-dap {
        color: #d9d9d9
    }

    .theme-dark .nav-item-link {
        border: solid 1px #222;
        color: #d9d9d9
    }

        .theme-dark .nav-item-link.active, .theme-dark .nav-item-link:hover {
            border: solid 1px #333;
            background: #333;
            color: #d9d9d9
        }

    .theme-dark .ul-nav-sub li a {
        border: solid 1px #222;
        color: #d9d9d9
    }

    .theme-dark .ul-nav-sub li a {
        border: solid 1px #222;
        color: #d9d9d9
    }

        .theme-dark .ul-nav-sub li a.active, .theme-dark .ul-nav-sub li a:hover {
            border: solid 1px #333;
            background: #333;
            color: #d9d9d9
        }

    .theme-dark .block-sidebar {
        border-bottom: solid 1px #333
    }

    .theme-dark .w-text-info {
        background: #333;
        color: #d9d9d9
    }

    .theme-dark .input, .theme-dark .select, .theme-dark .textarea {
        border: solid 1px #333;
        background-color: #222;
        color: #d9d9d9
    }

    .theme-dark .dropdown-wrapper {
        background: #000
    }

    .theme-dark .text-ft {
        color: #d9d9d9
    }

    .theme-dark .profile-name a {
        color: #d9d9d9
    }

    .theme-dark .post-tag {
        color: #d9d9d9;
        background: #333
    }

    .theme-dark .post-summary {
        color: #d9d9d9
    }

    .theme-dark .nav-more a {
        color: #d9d9d9
    }

    .theme-dark .nav-profile a {
        color: #d9d9d9
    }

    .theme-dark .div-logout {
        border-top: solid 1px #333
    }

    .theme-dark .btn-ranting {
        border: solid 1px #333;
        color: #d9d9d9
    }

        .theme-dark .btn-ranting:hover {
            background: #333
        }

    .theme-dark .btn-send-ranting {
        color: #d9d9d9
    }

        .theme-dark .btn-send-ranting:hover {
            color: #ccc
        }

    .theme-dark .nav-profile li a.active, .theme-dark .nav-profile li a:hover {
        background: #333;
        color: #d9d9d9
    }

    .theme-dark .btn-logout:hover {
        background: #333;
        color: #d9d9d9
    }

    .theme-dark .icon-more {
        background-color: #333
    }

        .theme-dark .icon-more:hover {
            background-color: #000
        }

    .theme-dark .nav-more li a.active, .theme-dark .nav-more li a:hover {
        background: #333;
        color: #d9d9d9
    }

    .theme-dark .table.table-history {
        background: #333
    }

    .theme-dark .color-dark {
        color: #d9d9d9
    }

    .theme-dark .table td, .theme-dark .table th {
        border-top: solid 1px #333
    }

    .theme-dark .table.table-giao-dich {
        border: solid 1px #333
    }

    .theme-dark .btn-theme-dark {
        background: url(../../images/chat/dark.svg) no-repeat
    }

    .theme-dark .profile-tokens {
        background: #333
    }

    .theme-dark .tokens-text {
        color: #d9d9d9
    }

    .theme-dark .profile-email {
        color: #d9d9d9
    }

    .theme-dark .btn-send svg circle {
        fill: #333
    }

    .theme-dark .btn-send svg path {
        fill: #d9d9d9
    }

    .theme-dark .btn-chat-new {
        background: #333;
        color: #d9d9d9;
        box-shadow: 0 4px 10px rgba(0,0,0,0.18)
    }

    .theme-dark .btn-logout {
        color: #d9d9d9
    }

    .theme-dark .font-18, .theme-dark .font-16 {
        color: #d9d9d9
    }

    .theme-dark svg, .theme-dark svg g, .theme-dark svg path, .theme-dark svg stroke {
        fill: #d9d9d9
    }

        .theme-dark svg path {
            fill: #d9d9d9
        }

    .theme-dark .btn-search svg circle {
        fill: #333
    }

    .theme-dark .btn-like:hover svg, .theme-dark .btn-like.active svg {
        fill: #EC2227
    }

        .theme-dark .btn-like:hover svg path, .theme-dark .btn-like.active svg path {
            fill: #EC2227
        }

    .theme-dark .btn-dislike:hover svg, .theme-dark .btn-dislike.active svg {
        fill: #EC2227
    }

        .theme-dark .btn-dislike:hover svg path, .theme-dark .btn-dislike.active svg path {
            fill: #EC2227
        }

    .theme-dark .ul-list-chat > li:hover {
        background: #333
    }

    .theme-dark .icon-hoidap {
        background: url(../../images/chat/icon_Hoidap2.svg) no-repeat
    }

    .theme-dark .textarea-message {
        box-shadow: 0 2px 6px rgba(0,0,0,0.38);
        background-color: #333;
        color: #d9d9d9
    }

    .theme-dark .box-chat-lvn {
        background: #000
    }

    .theme-dark .text-chatlvn2 {
        color: #d9d9d9
    }

    .theme-dark .chat-namelvn {
        color: #d9d9d9
    }

    .theme-dark .box-chat-bottom {
        background: #000
    }

        .theme-dark .box-chat-bottom::after {
            background: rgb(255,255,255);
            background: linear-gradient(0deg,rgb(0,0,0) 0%,rgba(0,0,0,0) 79%)
        }

    .theme-dark .chat-message {
        background: #333;
        color: #d9d9d9
    }

    .theme-dark .btn-sendmessage svg circle {
        fill: #333
    }

    .theme-dark .div-chatlvn2 {
        border: solid 1px #333
    }

    .theme-dark .dropdown-like {
        background: #000
    }

    .theme-dark .btn-ranting {
        background: #000
    }

        .theme-dark .btn-ranting.active {
            background: #333
        }

    .theme-dark .input:focus, .theme-dark .select:focus, .theme-dark .textarea:focus {
        box-shadow: 0 2px 6px rgba(0,0,0,0.38)
    }

    .theme-dark .popup-body {
        background: #333
    }

    .theme-dark .div-gop-y {
        border: solid 1px #555
    }

        .theme-dark .div-gop-y:hover {
            background: #333
        }

    .theme-dark .btn-upfile {
        background: #777575
    }

    .theme-dark .popup-header {
        border-bottom: solid 1px #555
    }

    .theme-dark .popup-bg {
        background: rgba(0,0,0,0.82)
    }

    .theme-dark .droplist {
        background: #333
    }

    .theme-dark .ul-content-goi li svg circle {
        fill: #f21e1e
    }

    .theme-dark .tabs-goi {
        background: #151515
    }

    .theme-dark .col-itemdv4 {
        border: solid 2px #484848
    }

    .theme-dark .div-goile {
        border: solid 2px #444
    }

    .theme-dark .item-boxlvn {
        background: #333;
        color: #fff
    }

        .theme-dark .item-boxlvn:hover {
            background: #555;
            color: #fff
        }

    .theme-dark .svg-qalvn path {
        fill: #222
    }

    .theme-dark .block-chat-info {
        width: 100%;
        float: left;
        background: #333;
        padding: 16px 16px 16px 48px;
        border-radius: 6px;
        font-size: 16px;
        position: relative;
    }

    .theme-dark .table-striped tr:nth-of-type(2n+2) {
        background-color: #131313
    }

    .theme-dark .table-bordered, .theme-dark .table-bordered td, .theme-dark .table-bordered th {
        border: solid 1px #2D2D2D
    }

    .theme-dark .btn {
        background: #444
    }

    .theme-dark .table-giao-dich th {
        background: #000;
    }

    .theme-dark a {
        color: #d9d9d9
    }

    .theme-dark .bg-yellow {
        color: #222;
    }

    .theme-dark .search-content {
        border: solid 1px #373737;
    }

    .theme-dark .doc-article {
        border-bottom: solid 1px #373737;
    }

    .theme-dark .btn-search-doc {
        background: #000;
    }

    .theme-dark .tag-item-doc {
        background: #444;
    }

    .theme-dark .text-meo-2 {
        background: #333;
    }

    .theme-dark .box-eyes-content {
        background: #313131;
        border: solid 1px #424242;
    }

    .theme-dark .row-doc {
        border-bottom: solid 1px #3C3C3C;
    }

        .theme-dark .row-doc:last-child {
            border-bottom: 0;
        }

    .theme-dark .block-goiy {
        border: solid 1px #444;
        background: #393939;
    }
/*End theme-dark */

@media only screen and (max-width:1366px) {
    .header {
        padding-left: 22%
    }

    .content-center {
        padding: 0 22%
    }

    .sidebar-left {
        width: 22%
    }

    .sidebar-right {
        width: 22%
    }

    .sidebar-bottom {
        width: 22%
    }

    .footer {
        padding: 12px 22%
    }

    .scroll-2 {
        max-height: 65vh
    }

    .post-scroll {
        padding: 0 24px;
        max-height: 65vh
    }

    .div-chat-new {
        padding-right: 20px
    }

    .content-right {
        padding-left: 22%;
    }
    /*Bengen Tra cuu VB Ai */
    .w-content-doc {
        width: 100%;
        float: left;
    }
    /*End Tra cuu VB Ai */
}

@media only screen and (max-width:1280px) {
    .header-left {
        top: 20px;
    }

    .section {
        padding: 24px
    }

    .head-meta {
        font-size: 12px
    }

    .head-name {
        font-size: 24px
    }

    .hotline {
        font-size: 14px
    }

    .hidden1 {
        display: none
    }

    .btn-chat-new {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 8px
    }

    .div-icmore .dropdown-wrapper {
        width: 140px
    }

    .form-ailuat {
        padding: 0 24px
    }
    /*Bengen Tra cuu VB Ai */
    .section-doc {
        padding: 24px;
    }
    /*End Tra cuu VB Ai */
}

@media only screen and (max-width:1270px) {
    .textarea-message {
        font-size: 14px;
        padding: 25px 60px 20px 36px;
    }

    .hidden1270 {
        display: none;
    }

    .post-scroll {
        max-height: 60vh;
    }

    .header-left {
        top: 24px;
    }
    /*Bengen Tra cuu VB Ai */
    .doc-left {
        width: 60%;
        padding-right: 20px;
    }

    .doc-right {
        width: 40%;
    }
    /*End Tra cuu VB Ai */
}

@media only screen and (max-width:960px) {
    .header {
        padding: 0 16px;
        height: 56px;
    }

    .header-left {
        padding: 0;
        top: 8px;
    }

    .header-right {
        padding: 0;
        top: 14px;
    }

    .btn-menu {
        left: 8px;
        display: grid;
        top: 12px;
    }

    .head-name {
        font-size: 16px;
    }

    .head-meta {
        font-size: 12px;
    }

    .m-logo {
        display: inline-block;
    }

    .head-item.m-hoidap {
        display: inline-block;
        position: relative;
        top: -2px;
    }

    .headding-title {
        font-size: 18px;
    }

    .section {
        padding: 0;
    }

    .content-center {
        padding: 16px;
    }

    .sidebar-left {
        width: 100%;
        display: none;
        padding: 16px;
    }

    .sidebar-right {
        width: 100%;
        padding: 16px;
        display: none;
    }

    .sidebar-left.show-sidebar {
        display: block;
        padding: 0;
    }

    .close-sidebar {
        display: inline-block;
    }

    .ul-nav-link li a, .nav-item-link {
        font-size: 16px;
    }

    .head-text {
        font-size: 16px;
    }

    .sidebar-right.show-sidebar2 {
        display: block;
        padding: 48px 16px 16px 16px;
        width: 100%;
        z-index: 999;
        overflow-y: auto;
        height: 100vh;
    }

    .close-sidebar2 {
        display: inline-block;
    }

    .sidebar-right.show-sidebar2 .scroll-2 {
        max-height: initial;
        overflow-y: initial;
    }

    .footer {
        padding: 12px 16px;
    }

    .form-ailuat {
        padding: 0;
    }

    .textarea-message {
        height: 50px;
        padding: 14px 48px 14px 20px;
        font-size: 14px;
    }

    .btn-send svg {
        height: 36px;
        width: 36px;
    }

    .btn-send {
        right: 6px;
        top: 7px;
        width: 36px;
        height: 36px;
    }

    .text-ft {
        font-size: 10px;
    }

    .post-scroll {
        padding: 0;
        overflow-y: initial;
        max-height: none;
    }

    .block-chat-info {
        margin-top: 24px;
    }

    .div-item .dropdown-item {
        position: initial;
    }

    .dropdown-wrapper.dropdown-like {
        width: 100%;
    }

    .table.table-history td:first-child {
        width: 40%;
    }

    .table.table-history {
        font-size: 14px;
    }

    .btn-nangcapgdv.ml-30 {
        margin-left: 0;
        display: block;
        text-align: center;
        margin-top: 16px;
    }

    .form-search {
        max-width: 100%;
    }

    .text-gdi {
        font-size: 14px;
    }

    .table.table-giao-dich {
        font-size: 14px;
    }

    .input.input-search {
        font-size: 14px;
    }

    .btn-theme-dark {
        background: url(../../images/chat/icon_darktheme.svg) no-repeat;
        background-size: 20px;
        top: 1px;
        position: relative;
        height: 24px;
        width: 24px;
        margin-left: 0;
    }

    .theme-dark .btn-theme-dark {
        background: url(../../images/chat/icon_darktheme2.svg) no-repeat;
        background-size: 20px;
        top: 1px;
        position: relative;
        height: 24px;
        width: 24px;
        margin-left: 0;
    }

    .block-layoutlvn {
        width: 100%;
        float: left;
        display: grid;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(2,1fr);
        margin-bottom: 24px;
    }

    .dropdown-item.f-user {
        top: -2px;
    }

    .sidebar-bottom {
        position: relative;
        bottom: auto;
        width: 100%;
        left: auto;
    }

    .table-scroll {
        white-space: nowrap;
    }

    .popup-wrapper {
        width: 90%;
    }

    .entry-popup {
        padding: 16px;
    }

    .popup-title {
        font-size: 18px;
    }

    .btn-ranting {
        padding: 0 8px;
        margin-right: 6px;
        font-size: 13px;
    }

    .popup-body {
        border-radius: 12px;
    }

    .popup-header {
        padding: 16px;
    }

    .box-chat-lvn {
        bottom: 0;
        right: 0;
        border-radius: 12px 12px 0 0;
    }

    .text-head-chatlvn {
        font-size: 14px;
    }

    .text-head-chatlvn2 {
        font-size: 12px;
    }

    .text-chatlvn2 {
        font-size: 14px;
    }

    .div-chatlvn {
        font-size: 14px;
    }

    .content-chatlvn {
        float: left;
        max-height: 350px;
    }

    .scroll-1 {
        scrollbar-width: auto;
    }

        .scroll-1::-webkit-scrollbar {
            width: auto;
        }

    .scroll-2 {
        scrollbar-width: auto;
    }

        .scroll-2::-webkit-scrollbar {
            width: auto;
        }

    .content-chatlvn {
        scrollbar-width: auto;
    }

        .content-chatlvn::-webkit-scrollbar {
            width: auto;
        }

    .page-title {
        width: 100%;
        margin-bottom: 12px;
    }

    .goi-dv4 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(1,1fr);
    }

    .div-goi-item2 {
        height: auto;
    }

    .div-goi-item {
        height: auto;
    }

    .col-itemdv4.boder-red {
        margin-top: 16px;
    }

    .div-goile-info {
        padding-right: 0;
    }

    .btn-goile {
        display: block;
        position: relative;
    }

    .label-grid-4 {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        grid-template-columns: repeat(2,1fr);
    }

    .content-right {
        padding: 16px;
    }


    /*Bengen Tra cuu VB Ai */
    .section-doc {
        padding: 0;
    }

    .text-meo {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        float: left;
        text-align: right;
        margin-bottom: 12px;
    }

    .ul-tab-doc {
        padding-left: 0;
        font-size: 16px;
        width: 100%;
        display: table;
        margin-bottom: 16px;
    }

        .ul-tab-doc li.active {
            font-size: 16px;
        }

    .search-content {
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    .doc-clumn1 {
        min-width: auto;
    }

    .doc-left {
        width: 100%;
        padding-right: 0;
    }

    .doc-right {
        width: 100%;
    }

    .post-title-doc {
        font-size: 16px;
    }

    .doc-tag {
        font-size: 14px;
    }

    .doc-dmy {
        font-size: 14px;
        display: none;
    }

    .doc-number {
        font-size: 16px;
    }

    .search-text {
        margin-bottom: 5px;
        padding-left: 0;
    }

    .btn-search-doc {
        width: 48px;
    }

        .btn-search-doc svg {
            margin-right: 0;
        }

    .input.input-search-doc {
        padding: 0 48px 0 20px;
    }

    .post-summary-doc1 {
        font-size: 16px;
    }

    .post-summary-doc2 {
        font-size: 16px;
    }

    .tag-item-doc {
        font-size: 14px;
        padding: 4px 12px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    .tip-huongdan {
        position: initial;
        font-size: 12px;
    }

    .tip-huongdan-content {
        padding: 12px;
        width: 100%;
        font-size: 16px;
    }

    .box-eyes-content {
        bottom: 16px;
        right: 16px;
        width: 92%;
        padding: 16px;
        font-size: 16px;
    }

    .eyes-more a {
        font-size: 14px;
    }

    .theme-dark .search-content {
        border: 0;
    }
    /*End Tra cuu VB Ai */


    .block-tab {
        margin-bottom: 24px;
    }

    .tabs-goi-item {
        padding: 8px;
        margin: 5px;
        font-size: 14px;
    }

    .div-goile {
        padding: 16px;
    }

    .div-goi-item.f-line {
        height: auto;
    }
    /* m-hidden */
    .m-hidden {
        display: none
    } 
    .svc-pkg-item {
        padding: 16px;
    }
    .svc-pkg-cols {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-columns: repeat(1, 1fr);
    }
    .btn-gap {
        flex-direction: column;
    }
    .div-goi-dangky {
        position: relative;
        bottom: auto;
        padding: 0;
    }

    .p-hidden {
        display: block
    } 
}
.text-successful {
    font-size: 16px;
    font-weight: bold;
}

.btn-law {
    background: #a67c52;
    color: #fff;
    padding: 0 24px;
    font-size: 14px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    font-weight: 600;
    text-align: center;
    padding: 0 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-law {
    background: #ec2227;
}

.btn-g-outline {
    color: #199CBE;
    display: block;
    border: solid 1px #ddd;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    border-radius: 24px;
}

    .btn-g-outline:hover {
        color: #199CBE;
        border: solid 1px #199CBE;
    }
.div-bgsvc {
    display: block;
    position: absolute;
    top: -19px;
    text-align: center;
    left: 0;
    width: 100%;
}
.bg-g-cyan {
    display: inline-block;
    background: #199CBE;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 5px;
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.btn-nangcapgdv-2 { 
}

    .btn-nangcapgdv-2 svg {
        margin-right: 8px;
        position: relative;
        top: -2px
    }
.themme-setting {
  width: 100%;
  float: left;
  padding: 16px 16px 0px 16px; 
  border-top: solid 1px #F1F1F1;
}
.themme-color{display:inline-block}

/* Bengin show, hidden password */
.max-width400 {
    max-width: 400px;
    margin: auto;
}

.toggle-password {
    position: absolute;
    right: 0;
    height: 40px;
    width: 30px;
    text-align: center;
    display: grid;
    place-items: center;
    top: 0;
    z-index: 9;
    cursor: pointer
}

.password-wrapper {
    position: relative;
}

.password-hiden {
    display: inline-block;
}

.password-show {
    display: none;
}

.toggle-password.showpass .password-show {
    display: inline-block;
}

.toggle-password.showpass .password-hiden {
    display: none;
}

.in-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.in-item {
    position: relative;
}

    .in-item.w500 {
        width: 500px;
    }
/* End show, hidden password */


.box-lw {
    background: #fff1c9;
    padding: 6px 8px;
    font-size: 14px;
    color: #EC2227;
    border-radius: 6px;
    line-height: 1.6;
}

    .box-lw a {
        color: #EC2227;
        text-decoration: underline;
    }
.flex-space-between {
    display: flex;
    justify-content: space-between;
    color: #666;
    margin-top: 18px;
    align-items: center;
    font-size: 13px;
}

.flex-gap5 {
    display: flex;
    gap: 5px;
    align-items: center;
}