﻿:root {
    --primary: #ffaf40;
    --green: #16c995;
    --blue: #6a9bf4;
    --orange: #ffb15c;
    --swiper-navigation-size: 24px;
}

.tag-professional-shcn {
    background-color: #e58f99;
    color: #fff;
}

.tag-professional-trongtai {
    background-color: #79c5a2;
    color: #fff;
}

.tag-professional-quantai {
    background-color: #9f83cf;
    color: #fff;
}

.tag-professional-default {
    background-color: #7fb7c2;
    color: #fff;
}

@media (min-width: 1280px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999;
    display: none;
}
#law-tabs-container{
    margin-top:60px;
}
.loading-overlay .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.rainbow-button-5 {
    background-color: var(--primary);
    animation: rainbow-pulse 2s infinite;
}

.rainbow-button-6 {
    animation: rainbow-pulse 2s infinite;
}

    .rainbow-button-6:hover {
        animation: rainbow-pulse2 2s infinite;
    }

.rainbow-button-primary {
    animation: rainbow-primary 2s infinite;
}

    .rainbow-button-primary:hover {
        animation: rainbow-pulse2 2s infinite;
    }

@keyframes rainbow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255,175, 64, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255,175, 64, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255,175, 64, 0);
    }
}

@keyframes rainbow-pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgb(85, 73, 241, 0.7 );
    }

    70% {
        box-shadow: 0 0 0 15px rgb(85, 73, 241, 0 );
    }

    100% {
        box-shadow: 0 0 0 0rgb(85, 73, 241, 0 );
    }
}

@keyframes rainbow-primary {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 190, 214, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(0, 190, 214, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 190, 214, 0);
    }
}

.about2-area {
    margin-bottom: 40px;
    width: 100%;
    padding: 90px 0;
    background-image: url('../img/image-76.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .about2-area .list-item {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2,1fr);
    }

        .about2-area .list-item .item img {
            width: 65px;
            transition: .2s linear;
        }

        .about2-area .list-item .item:hover {
            background: #ffaf40;
            transform: translateY(-6px);
            cursor: default;
            transition: .2s linear;
        }

            .about2-area .list-item .item:hover .title,
            .about2-area .list-item .item:hover .number-text {
                color: #fff;
            }

            .about2-area .list-item .item:hover img {
                filter: brightness(0) invert(1);
                transition: .2s linear;
            }

        .about2-area .list-item .item {
            transition: .2s linear;
            text-align: center;
            padding: 16px 16px 16px 16px;
            background-color: #FFFFFF66;
            border-radius: 10px 10px 10px 10px;
            box-shadow: 0px 10px 20px 0px #9FB8DD;
        }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

a {
    color: #005da2;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #F15A22;
    }

body {
    color: #333;
    font-size: 14px;
}

.green {
    color: #417505;
}

a:hover {
    text-decoration: none;
}

.color-primary {
    color: var(--primary);
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .75rem;
    font-weight: 600;
    line-height: 1.2;
    color: #295b7f;
}

h1, .h1 {
    font-size: calc(1.175rem + 1vw);
}

.btn-outline-primary {
    border-color: rgba(255,161,0,0.35);
}

.bg-color-primary {
    background-color: var(--primary) !important;
}

.bg-color-gray {
    background-color: #f9f9f9 !important;
}

.bg-gradient {
    background: #ffa100 !important;
    background: linear-gradient(to right, #ffa100 0%, #ffa100 30%, #FDC830 100%) !important;
}

.bg-gradient-second {
    background: #26486d !important;
    background: linear-gradient(to right, #26486d 0%, #26486d 30%, #99aab8 100%) !important;
}

.bg-gradient-1 {
    background: #56CCF2; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #2F80ED, #56CCF2); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2F80ED, #56CCF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bg-gradient-info {
    background-image: linear-gradient( 195deg,#49a3f1,#1a73e8);
}

.card.card-hover:hover, .card.card-active {
    border-color: rgba(255, 161, 0, 0.35) !important;
    box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0,0,0,0.09) !important;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}

.banner-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #383838;
    opacity: 0.8;
}
/*FOOTER*/
.fend {
    text-align: center;
    margin: 15px 0;
}

    .fend .mn-footer {
        display: inline-block;
        margin-bottom: 5px;
        font-size: 14px;
    }

        .fend .mn-footer ul {
            list-style: none;
            margin: 0;
            padding: 0;
            display: inline-block;
            width: 100%;
        }

            .fend .mn-footer ul li {
                position: relative;
                float: left;
            }

                .fend .mn-footer ul li a {
                    padding: 0 10px;
                    font-weight: bold;
                }

                .fend .mn-footer ul li:after {
                    content: '';
                    width: 1px;
                    height: 18px;
                    position: absolute;
                    right: 0;
                    top: 3px;
                    background: #999;
                }
/*LAW SEARCH*/
.listing-card {
    padding: 10px;
    margin-bottom: 14px;
    width: 100%;
}

    .listing-card.top {
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0,0,0,0.085);
        border-radius: 1rem;
        -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
        box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
        min-height: 100px;
    }

        .listing-card.top:hover {
            border-color: rgba(118,109,244,0.35) !important;
            box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0,0,0,0.09) !important;
        }

    .listing-card.basic {
        border: none;
        border-bottom: 1px solid #d0d0d0;
    }

    .listing-card.premium {
        border: 0;
        background-color: #e9f5fb63;
        border-radius: 15px;
    }

    .listing-card.advertising {
        border: 0;
        background-color: #fff
    }

.standard_results {
    margin: 0;
    list-style: none;
    line-height: inherit;
    padding: 0
}

.listing-card.basic:last-child {
    border-bottom: none;
}

a.directory_website.serp-link {
    color: #666;
}

.media-object-section:first-child {
    padding-right: 1rem;
}

.media-object-section > :last-child {
    margin-bottom: 0;
}

.media-object-section {
    display: table-cell;
    vertical-align: top;
}

div.opAdDive {
    display: inline;
    border: 1px solid #b1aaaa;
    padding: 1px 4px;
    border-radius: 5px;
    font-size: 10px;
    top: 5px;
    color: #b1aaaa;
    vertical-align: 4px;
    margin-right: 10px;
}

.listing-details-header {
    display: inline;
    padding-right: 10px;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
}

    .listing-details-header a {
        color: #005da2
    }

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 0 1px rgba(10,10,10,.2);
    box-shadow: 0 0 0 1px rgba(10,10,10,.2);
    line-height: 0;
    width: 100%;
}

    .thumbnail img {
        width: 100% !important;
        aspect-ratio: 3/3;
        object-fit: cover;
    }

.bottom-right {
    bottom: 0;
    right: 0;
}

.listing-details-review-number, .listing-details-tagline {
    display: inline-block;
    font-size: 13px;
    color: #666;
}

.listing-desc {
    margin-bottom: .6rem;
}

.listing-desc-detail {
    font-size: .875rem;
    margin-bottom: .3rem;
}

.listing-tags-wrapper {
    float: left !important;
    display: inline-table;
}

.write-review-link {
    display: inline-block;
    font-size: 13.5px;
    margin-bottom: 0;
}

.directory-write-review {
    margin-bottom: 5px;
    display: block;
}

.directory-view-reviews {
    margin-bottom: 3px;
    line-break: after-white-space;
    -webkit-line-break: after-white-space;
}

.ar-block {
    margin-bottom: 10px;
    cursor: default;
}

.sl-block, .sl-block-ld {
    border: #d9d9d9;
    border-width: thin;
    border-style: solid;
    border-radius: 3px;
    background: #fff;
    display: flex;
}

.ar-block-badge {
    background-color: #fff;
    padding-left: 10px;
    padding-top: 3px;
    padding-right: 10px;
    align-items: center;
    display: flex;
    width: auto;
    font-size: small;
    color: #666;
}

.sl-block-number {
    display: flex;
    width: 30px;
    background-color: #f1f1f1;
    text-align: center;
    vertical-align: top;
    color: #000;
    font-size: 12px;
    line-height: 26px;
    align-content: center;
    justify-content: center;
    align-items: center;
    min-width: 35px;
}

.listing-desc-button {
    background-color: #dc0a0a;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-top: .4rem;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0
}

.listing-ctas i {
    color: #dc0a0a;
    padding-right: 3px;
    width: 25px;
    flex: 0 0 25px;
}

.listing-desc-phone {
    color: #cacaca;
    display: block;
    margin-bottom: 10px;
    padding-left: 3px;
    font-weight: 500;
}

.listing-desc-contact {
    color: #cacaca;
    display: block;
    padding-left: 3px;
    margin-bottom: 8px;
}

.serp_result_contact_info .listing-desc-phone i {
    margin-top: 6px;
}

.serp_result_contact_info .listing-free-consult {
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.serp_result_contact_info .listing-desc-phone {
    font-weight: 400;
    display: flex;
    gap: 6px;
}

.list-info .serp_result_contact_info .listing-desc-phone i {
    margin: 0;
}

.list-info .serp_result_contact_info .listing-desc-phone {
    font-weight: 500;
}

.listing-free-consult {
    color: #387c2b;
    margin-bottom: 10px;
    font-weight: 600;
}

.listing-desc-contact, .listing-desc-phone, .listing-details-review-number, .listing-details-tagline {
    color: #666 !important;
}

    .listing-desc-contact a, .listing-desc-phone a, .listing-details-review-number a, .listing-details-tagline a {
        color: #666 !important;
    }

.listing-free-consult i {
    color: #387c2b;
}

.listing-free-consult {
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 0;
    padding-top: 4px;
    line-height: 13px;
    margin-bottom: 4px;
    line-height: 1.4
}

.btn-actions-website {
    padding: 10px 20px;
    background-color: #dc0a0a;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

    .btn-actions-website:hover {
        background-color: #a10909;
        color: #fff;
    }

.btn-actions-calenda {
    padding: 5px 12px;
    background-color: #005da2;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

    .btn-actions-calenda:hover {
        background-color: #01355c;
        color: #fff;
    }

.column-fix {
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
}

ul.no-bullet {
    margin-left: 0;
    list-style: none;
}

.links a {
    color: #666;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.cs-widget-title {
    padding: 0;
    background: url(../img/arrow-title.png) no-repeat 0 4px;
    padding-left: 20px;
    color: #F15A22;
    text-align: left;
}

.cs-widget-account .cs-widget-title {
    font-weight: 400;
}

    .cs-widget-account .cs-widget-title span {
        font-weight: 500;
        color: #000
    }

.cs-widget ul li {
    padding-left: 10px;
    background-repeat: no-repeat;
    background-position: left 12px;
    margin: 8px 0;
    position: relative;
    text-align: left;
}

.footer .cs-widget ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url(../img/arrow.gif);
    width: 8px;
    height: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}
.content-footer {
    margin-top: 38px;
}
.law-firm-info .tab-content {
    border: 1px solid #ffa100;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.law-firm-info .nav-tabs .nav-link {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .law-firm-info .nav-tabs .nav-link.active, .law-firm-info .nav-tabs .nav-item.show .nav-link {
        color: #fff;
        background-color: #fdab39;
        border-color: rgba(255 161 0);
        box-shadow: 1px 0px 2px #888888;
    }

.content-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
}

.content-list-blog .content-list:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.input-group .input-group-prepend select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nqTitle a {
    color: #000;
}
#properties *,
.warp_box_3,
.library .nqnumber,
.badge-hot,
.tab-content-law .meta-des,
.tab-content-law .nqTitle a,
#lawdocuments .links-bot,
.warp_option-library,
.library .nqDesc,
.library .meta-des,
.library .nqTitle a {
    /*font-family: Times New Roman, serif;*/
    font-family: "Roboto",sans-serif;
}
.library .nqTitle a {
    transition: .2s linear;
    color: #295b7f;
    font-size: 16px;
}
    .library .nqTitle a:hover {
        color: #F15A22;
        transition:.2s linear;
    }
    .nqTitle a:hover {
        color: #007bff;
    }

.cs-widget-support ul li {
    background-image: none;
    padding-left: 0;
}

    .cs-widget-support ul li img {
        margin-right: 5px;
        margin-top: -5px;
    }

.duel {
    border: 1px solid rgba(0,0,0,0.085);
    border-radius: 1rem;
    margin-bottom: 30px;
    padding: 15px;
}

.duel-content ul {
    list-style: none
}

    .duel-content ul li {
        border-top: 1px solid #666;
        margin-bottom: 0;
        padding: 8px 0;
        font-weight: bold;
    }

        .duel-content ul li:first-child {
            border-top: none;
        }

        .duel-content ul li span {
            font-weight: normal;
        }

.btn-status {
    text-align: right;
}

.status {
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    min-width: 200px;
    float: left;
}

    .status.searching {
        background-color: rgba(106,155,244,0.08);
        color: #6a9bf4;
        border-color: #6a9bf4;
    }

    .status.trading {
        background-color: rgba(255,177,92,0.08);
        color: #ffb15c;
        border-color: #ffb15c;
    }

    .status.success {
        background-color: rgba(22,201,149,0.08);
        color: #16c995;
        border-color: #16c995;
    }

.post-title h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 4px;
}

.post-list .post-list-item {
    padding-bottom: 13px;
}

.block-title-wrap .block-title {
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px;
    border-bottom: 2px solid #ffa100;
}

.td-pulldown-size {
    background-color: #4caf50;
}

.block-title span {
    line-height: 17px;
    display: inline-block;
    padding: 7px 20px 4px;
    background-color: #ffa100;
    color: #fff;
}

td-theme-wrap .tdi_91_498 .block-title {
    border-color: #4caf50;
}

.pp_card_street {
    display: block;
    font-size: 13px;
}

.pp_card_street {
    margin-bottom: 0 !important;
}

#write-review-button {
    bottom: 0;
    margin-top: 5px;
    margin-bottom: 10px;
}

.write-review-button i {
    color: #ffa100;
}

.write-review-button i {
    margin-right: 7px;
    font-size: 16px;
}

.write-review-button {
    background-color: #fff;
    padding: 6px 12px;
    color: #4d4d4d;
    font-weight: 400;
    font: 13px Roboto;
    text-align: center;
    border: 2px solid #d7d7d7;
    border-radius: 4px;
    display: block;
    text-decoration: none;
}

.cs-sidebar .cs-sidebar-body.sticky-top {
    top: 90px;
}

.service-wrap {
    text-align: center
}

.single-service-wrap {
    /*background-image: url('../img/bg/nen-vang.png');
    background-size: contain;
    background-repeat: no-repeat;*/
    text-align: center;
    padding: 20px;
    padding-top: 30px;
    position: relative;
    height: 100%;
    border: 2px solid var(--primary);
    border-radius: 10px;
}

.service-wrap .service-icon {
    border-radius: 50%;
    display: flex;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid var(--primary);
    background-size: contain;
    position: absolute;
    top: -23px;
    left: calc(50% - 25px);
}

    .service-wrap .service-icon svg {
        fill: var(--primary);
        width: 30px;
        height: 30px;
    }

.service-wrap .service-content .service-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}

.description-title {
    width: 94%;
    margin: auto;
    font-size: 14px;
    color: #000;
}

.brand-partner .partner-item {
    display: block;
    border: 1px solid var(--primary);
    width: 100%;
    position: relative;
    height: 80px;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 16px;
    padding: 0;
}

    .brand-partner .partner-item img {
        max-width: 100%;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        max-height: 100%;
        padding: 10px;
    }

.title-1 {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #002060
}

p.description-title {
    margin-bottom: 20px;
}

.blog-item {
    margin-bottom: 20px;
}

    .blog-item:last-child {
        margin-bottom: 0px;
    }

    .blog-item .description {
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.52px;
        margin-bottom: 10px;
        text-align: left;
        word-wrap: break-word;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        min-height: 25px;
        max-height: 100px;
    }

.directory-view-reviews p {
    margin-bottom: 0;
}

.cs-thuat-ngu {
    border: 1px solid #C8D4DB;
    border-radius: 10px;
    padding: 20px 12px 12px;
    position: relative;
}

    .cs-thuat-ngu .cs-widget-title {
        position: absolute;
        top: -14px;
        left: 0;
        background-color: #fff;
        display: inline-block;
        font-weight: 500;
        font-size: 16px;
    }

    .cs-thuat-ngu ul li {
        margin-bottom: 0;
    }

        .cs-thuat-ngu ul li a {
            font-size: 14px;
        }

    .cs-thuat-ngu .read-more a {
        font-size: 14px;
        color: #000;
        font-weight: 500;
    }

.section-about-us .carousel-item img {
    aspect-ratio: 2.46;
    object-fit: cover
}

.tooltip {
    font-size: 14px;
}

.tooltip-inner {
    max-width: 360px;
    padding: 5px;
    color: #333;
    text-align: left;
    background-color: lightgoldenrodyellow;
    border-radius: .375rem;
    border: 1px solid #F15A22;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #F15A22;
}

.progress {
    height: 10px;
    border-radius: .125rem
}

.xac-thuc, .xep-hang {
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    vertical-align: middle;
}


.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input,
    .form-label-group label {
        height: 3.125rem;
        padding: .75rem;
    }

    .form-label-group label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        pointer-events: none;
        cursor: text; /* Match the input under the label */
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:-moz-placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-ms-input-placeholder) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: 1.25rem;
        padding-bottom: .25rem;
    }

    .form-label-group input:not(:-moz-placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:-ms-input-placeholder) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:not(:placeholder-shown) ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

    .form-label-group input:-webkit-autofill ~ label {
        padding-top: .25rem;
        padding-bottom: .25rem;
        font-size: 12px;
        color: #777;
    }

label {
    padding-top: .0625rem;
    /*font-size: 1rem;*/
}

    label:not(.form-check-label):not(.custom-control-label):not(.custom-file-label):not(.cs-custom-option-label):not(.btn) {
        font-weight: normal;
    }

.law-firm-info .nav-tabs .nav-link {
    font-size: 14px;
}

.law-firm-info .nav-tabs {
    border-bottom: 1px solid #fdab39;
}

.cs-widget-sk {
    padding: 15px;
    border: 1px solid #ffa100;
    border-radius: 4px;
    background-color: #fff;
}

    .cs-widget-sk .cs-widget-title {
        background: #ffa100;
        margin: -15px -15px 20px;
        padding: 1em;
        color: #fff
    }

.cs-sidebar .accordion .cs-widget-sk {
    padding: 0;
    border-radius: 0px;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

    .cs-sidebar .accordion .cs-widget-sk .cs-widget-title {
        background: #fff;
        margin: 0;
        padding: 13px;
        color: #F15A22;
        display: flex;
        position: relative;
        align-items: center;
        justify-content: flex-start;
        overflow: hidden;
        font-size: 15px;
    }
.accordion .form-control{
    font-size:14px;
}
.cs-sidebar .accordion .cs-widget-info-library {
    padding: 15px;
    padding-top: 0;
}

.cs-sidebar .accordion [data-toggle='collapse'] i {
    transition: color .25s ease-in-out;
    color: #F15A22;
    margin-left: auto;
    margin-right: 0;
}

.cs-sidebar .accordion .cs-widget-title.collapsed i {
    transform: rotate( 180deg);
}

.contract .page-title {
    margin: 0;
    padding: .5em 0;
    font-size: 26px;
}

.company-date .tags__item__icon {
    flex: 0 0 18px;
    margin: 1px 5px 0 0;
    color: #ffa100;
}

.company-date i {
    color: #ffa100;
}

.tags__item__icon.fa-tag:before {
    transform: rotate( 135deg);
    display: inline-block;
}

.company-date .tags__item {
    display: flex;
    padding: 5px 0;
    line-height: 1.3;
    background: none;
}

.post-law ul li {
    padding: 5px 0;
    line-height: 1.3;
    background: none;
}

    .post-law ul li .box-color {
        width: 16px;
        height: 16px;
        display: inline-block;
    }

.toolbar {
    padding: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 40px;
}

    .toolbar .btn {
        padding: 5px 20px;
    }

.row-flex {
    flex-wrap: wrap;
    display: flex;
}

.flex-space-between {
    display: flex;
    justify-content: space-between;
}
/*RESPONSIVE*/
@media (max-width:767px) {
    .column-fix {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }

    .input-group .input-group-prepend select {
        border-top-right-radius: .75rem;
        border-bottom-right-radius: .75rem;
        margin-bottom: 15px;
    }

    .search-law .input-group .search-input {
        border-top-left-radius: .75rem;
        border-bottom-left-radius: .75rem;
    }

    .write-review-button {
        float: unset
    }

    .tabs .nav-tabs .nav-item {
        width: 100%;
        text-align: center
    }

    .btn-filler .btn,
    .btn-filler .dropdown {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .btn-filler .dropdown-menu.show {
        width: 100%;
    }

    .form-goi-von .input-group-prepend {
        display: block;
        width: 100%;
    }

    .status {
        min-width: 180px;
    }

    .section-about-us .carousel-item img {
        height: 250px;
        object-fit: cover
    }

    .service-wrap .col-md-4 {
        margin-bottom: 50px;
    }
}

@media print, screen and (min-width: 40em) {
    .listing-tags-wrapper {
        border-left: 1px solid #d0d0d0;
    }

    .listing-ctas {
        border-left: 1px solid #d0d0d0;
        padding-left: 1rem;
    }

    .column-fix {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
    }
}

@media(max-width: 767.98px) {
    .fixed-xs {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 20;
        margin-bottom: 0;
        background-color: #fff;
    }
}

@media (min-width: 576px) {
    .blog-item .card-img-top, .blog-item .card-img-bottom {
        width: 30%;
    }

    .blog-item .card-body {
        padding: 20px;
    }
}

.navbar-tool .navbar-tool-icon-box-img {
    padding: .125rem;
    border: 1px solid #dfdfec;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    object-fit: cover;
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

    #msform fieldset {
        background: white;
        border: 0 none;
        border-radius: 0px;
        /*        box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
*/ padding: 20px 30px;
        box-sizing: border-box;
        width: 80%;
        margin: 0 10%;
        /*stacking fieldsets above each other*/
        position: relative;
    }

        /*Hide all except first fieldset*/
        #msform fieldset:not(:first-of-type) {
            display: none;
        }

    /*inputs*/
    /*#msform input, #msform textarea {
        padding: 15px;
        border: 1px solid #ccc;
        border-radius: 0px;
        margin-bottom: 10px;
        width: 100%;
        box-sizing: border-box;
        color: #2C3E50;
        font-size: 16px;
    }

        #msform input:focus, #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: 1px solid #ee0979;
            outline-width: 0;
            transition: All 0.5s ease-in;
            -webkit-transition: All 0.5s ease-in;
            -moz-transition: All 0.5s ease-in;
            -o-transition: All 0.5s ease-in;
        }*/

    /*buttons*/
    #msform .action-button {
        background: #ffa100;
        font-weight: bold;
        color: white;
        border: 0 none;
        border-radius: 10px;
        cursor: pointer;
        padding: 10px 20px;
        margin: 10px 5px;
    }

        #msform .action-button:hover, #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #ffa100;
        }

        #msform .action-button.prev {
            background: #fff;
            font-weight: bold;
            color: #ffa100;
            border: 0 none;
            border-radius: 10px;
            cursor: pointer;
            padding: 10px 20px;
            margin: 10px 5px;
            border: 1px solid #ffa100;
        }

            #msform .action-button.prev:hover, #msform .action-button.prev:focus {
                box-shadow: 0 0 0 2px white, 0 0 0 3px #ffa100;
            }

/*headings*/
.fs-title {
    font-size: 25px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: white;
        text-transform: uppercase;
        font-size: 9px;
        width: 33.33%;
        float: left;
        position: relative;
        letter-spacing: 1px;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 24px;
            height: 24px;
            line-height: 26px;
            display: block;
            font-size: 12px;
            color: #333;
            background: white;
            border-radius: 25px;
            margin: 0 auto 10px auto;
        }

        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: white;
            position: absolute;
            left: -50%;
            top: 9px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }

        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #ee0979;
            color: white;
        }


/* Not relevant to this form */
.dme_link {
    margin-top: 30px;
    text-align: center;
}

    .dme_link a {
        background: #FFF;
        font-weight: bold;
        color: #ee0979;
        border: 0 none;
        border-radius: 25px;
        cursor: pointer;
        padding: 5px 25px;
        font-size: 12px;
    }

        .dme_link a:hover, .dme_link a:focus {
            background: #C5C5F1;
            text-decoration: none;
        }

.form-wrapper input[type="radio"], .form-wrapper input[type="checkbox"] {
    display: none;
}

    .form-wrapper input[type="radio"] + label, .form-wrapper input[type="checkbox"] + label {
        display: block;
        border: 1px solid #ccc;
        width: 100%;
        max-width: 100%;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .form-wrapper input[type="checkbox"] + label {
        height: calc(1.5em + 1.125rem + 2px);
        padding: .5625rem 1.125rem;
        border-radius: .75rem;
    }

        .form-wrapper input[type="radio"] + label:before,
        .form-wrapper input[type="checkbox"] + label:before {
            content: "✔";
            position: absolute;
            right: -10px;
            top: -10px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 100%;
            background-color: #ffa100;
            color: #fff;
            display: none;
        }

    .form-wrapper input[type="radio"]:checked + label:before,
    .form-wrapper input[type="checkbox"]:checked + label:before {
        display: block;
    }

    .form-wrapper input[type="radio"] + label span,
    .form-wrapper input[type="checkbox"] + label span {
        margin: 15px;
        color: #000;
        font-size: 20px;
        font-weight: 700;
    }

    .form-wrapper input[type="checkbox"] + label span {
        margin: 0;
        font-size: 16px;
        font-weight: 400;
    }

    .form-wrapper input[type="radio"]:checked + label,
    .form-wrapper input[type="checkbox"]:checked + label {
        border: 1px solid #ffa100;
    }

        .form-wrapper input[type="radio"]:checked + label span,
        .form-wrapper input[type="checkbox"]:checked + label span {
            color: #ffa100;
        }

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #e6e6f0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1 px solid #e6e6f0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

    .form-check-input[type=radio] {
        border-radius: 50%;
    }

    .form-check-input:checked {
        background-color: #766df4;
        border-color: #766df4;
    }

        .form-check-input:checked[type=radio] {
            background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e);
        }

.download-radio {
    margin: 0 0 20px 0px;
}

    .download-radio > div {
        flex: 1 0 90px;
        font-size: 18px;
        white-space: nowrap;
        display: flex;
        align-items: center;
        gap: 5px;
    }

        .download-radio > div:not(:last-child) {
            margin-bottom: 17px;
        }

.horizontal-borders {
    padding: 0.5em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.title-md {
    margin-top: 0.85em;
    margin-bottom: 0.5em;
    font-weight: 700;
    font-size: 1.75rem;
}

.list-2-columns {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .list-2-columns {
        text-align: left;
    }

        .list-2-columns li {
            flex: 1 1 50%;
            font-size: 15px;
        }
}

.blue-bordered-card {
    background: linear-gradient( 135deg,#fff,#ecf4fd),#ecf4fd;
}

.download-dialog__right__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.dark-blue-gradient-card, .grey-bordered-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 14px;
    background-color: #fff;
}

.modal-content {
    overflow: hidden;
}

.contract-content * {
    max-width: 100%;
}

.boxActivity {
    min-height: 200px;
    height: auto !important;
}

    .boxActivity .boxScr300 {
        border: 1px solid #bebfc0;
        border-radius: 0 0 3px 3px;
        max-height: 376px;
        height: 376px;
    }

        .boxActivity .boxScr300 .list-group {
            max-height: 324px;
            overflow-y: scroll;
        }

    .boxActivity .list-group-item a {
        color: #000;
    }

    .boxActivity .list-group-item.active {
        font-weight: 700;
        background: #d3f3ff;
        border-color: #d3f3ff;
    }

    .boxActivity .list-group-item {
        text-align: left;
    }

    .boxActivity .input-group-overlay .prepended-form-control:not(.rounded-left-0) {
        border-radius: 0 !important;
    }

    .boxActivity .boxScr300 .list-group::-webkit-scrollbar {
        width: 4px;
    }


    .boxActivity .boxScr300 .list-group::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .boxActivity .boxScr300 .list-group::-webkit-scrollbar-thumb {
        background: #888;
    }

#msform .form-group {
    text-align: left;
}

.form-label {
    padding-left: 1.125rem;
    font-size: .875rem;
}

#msform .cs-password-toggle-btn {
    position: absolute;
    top: 70%;
    right: 0.925rem;
    margin-bottom: 0;
    padding: .5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.125rem;
    line-height: 1;
    cursor: pointer;
}

#msform .cs-custom-size-option .cs-custom-option-label {
    width: 4.75rem;
    height: 2.75rem;
    border: 1px solid #dfdfeb;
    border-radius: .75rem;
    background-color: transparent;
    color: #5a5b75;
    font-size: .9375rem;
    text-align: center;
    line-height: 2.5rem;
    cursor: pointer;
}

#msform .cs-custom-size-option .custom-control-input:checked ~ .cs-custom-option-label,
#review_form .cs-custom-size-option .custom-control-input:checked ~ .cs-custom-option-label {
    border-color: #ffa100;
    background-color: #fff;
    color: #ffa100;
    box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgb(0 0 0 / 9%);
    cursor: default;
}

#review_form .cs-custom-size-option .cs-custom-option-label {
    width: 100%;
    padding: 0 0.5rem;
    cursor: pointer;
}

#ReviewList .media img {
    width: 40px;
    height: 40px;
    object-fit: cover;
}

.img-gb_ava {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.cs-file-drop-area .cs-file-drop-preview {
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: .75rem;
    margin-left: auto;
    flex-wrap: wrap;
}

    .cs-file-drop-area .cs-file-drop-preview .cs-file-drop-item {
        padding-left: 5px;
        padding-right: 5px;
    }

        .cs-file-drop-area .cs-file-drop-preview .cs-file-drop-item .figure-caption {
            font-size: .8125rem;
            color: #4a4b65;
            word-wrap: break-word;
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
        }

        .cs-file-drop-area .cs-file-drop-preview .cs-file-drop-item .figure {
            position: relative;
        }

        .cs-file-drop-area .cs-file-drop-preview .cs-file-drop-item .btn-icon {
            color: #212325;
            cursor: pointer;
            font-size: 14px;
            height: 25px;
            line-height: 27px;
            text-align: center;
            width: 25px;
            text-decoration: none !important;
            outline: 0;
            background: 0 0;
            border: none;
            box-shadow: none;
            font-family: 'feather' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: middle;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            right: 0px;
            background-color: #fff;
            top: 0px;
            padding: 0;
            border-radius: 10rem;
        }

        .cs-file-drop-area .cs-file-drop-preview .cs-file-drop-item .btn-icon {
            color: #212325;
            cursor: pointer;
            font-size: 14px;
            height: 25px;
            line-height: 27px;
            text-align: center;
            width: 25px;
            text-decoration: none !important;
            outline: 0;
            background: 0 0;
            border: none;
            box-shadow: none;
            font-family: 'feather' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            vertical-align: middle;
            -webkit-font-smoothing: antialiased;
            position: absolute;
            right: 0px;
            background-color: #fff;
            top: 0px;
            padding: 0;
            border-radius: 10rem;
            filter: drop-shadow(-1px 1px 3px #666);
        }

        .cs-file-drop-area .cs-file-drop-preview .cs-file-drop-item .btn-close:after {
            content: "\ea21";
        }

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    display: block;
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #737491;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfeb;
    border-radius: 0.75rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color 0.2s ease-in-out,box-shadow 0.2s ease-in-out;
}

.select2-container .select2-search--inline .select2-search__field {
    margin: 0 !important;
    height: 23px !important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dfdfeb !important;
    padding: 9px 18px !important;
    border-radius: 0.75rem !important;
}

.Sign-In .cs-page-wrapper {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.Sign-In .upper-banner {
    position: relative;
    z-index: 1;
}

.Sign-In .cs-footer {
    position: relative;
    background-color: #fff;
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-user.dropdown > .dropdown-menu.show {
        display: block !important;
        -webkit-animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
}

.library-detail span[data-toggle="tooltip"] {
    background-color: yellow
}

.cs-content span[data-toggle="tooltip"]:hover {
    cursor: pointer
}

.cs-sidebar .sticky-top {
    top: 90px;
}

.library #PostLaw .modal-content {
    border-radius: 5px;
    padding: 3px;
}

.library #PostLaw .modal-header {
    padding: 5px 10px;
    background-color: var(--primary);
    border-radius: 5px;
    align-items: center;
}

.library #PostLaw .modal-title {
    text-transform: uppercase;
    color: #fff;
    text-align: center
}

.library #PostLaw .close {
    margin: 0px 0 0px 0;
    background-color: #fff;
    opacity: 1;
    padding: 5px 10px;
    border-radius: 5px;
}

    .library #PostLaw .close:hover {
        cursor: pointer
    }

.postlaw-content .view-more {
    color: #007bff;
    font-weight: 700
}

.postlaw-header .nav-tabs .nav-link.active, .postlaw-header .nav-tabs .nav-item.show .nav-link {
    color: #ffa100;
    background-color: rgba(0,0,0,0);
    border-color: rgba(128,128,128,0.35);
}

.dynamic-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dynamic-linkset {
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(50% - 0.5em );
    align-items: center;
    justify-content: space-between;
    min-width: 48%;
    margin-bottom: 1em;
    padding: 0.5em 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.dynamic-linkset__title {
    flex: 1 1 auto;
    color: #0675ac
}

.dynamic-linkset .badge {
    flex: 0 0 auto;
}

.dynamic-linkset .badge {
    display: inline-block;
    vertical-align: middle;
    min-width: 10px;
    padding: 3px 7px;
    border-radius: 10px;
    background-color: #f4f4f4;
    color: #666;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
}

@media (min-width: 992px) {
    .dynamic-linkset:nth-of-type(odd) {
        margin-right: 0.5em;
    }
}

@media (max-width: 991px) {
    .dynamic-linkset {
        flex: 0 0 100%;
    }
}
/*PRICING*/
.pricing-item {
    border: 1px solid;
    border-radius: 15px;
    overflow: hidden;
}

    .pricing-item:has(#adsQtyDropdown) {
        overflow: unset;
    }

.pricing-title {
    padding: 10px 10px;
}

    .pricing-title .title {
        font-size: 22px;
        text-transform: uppercase;
        color: #fff
    }

.pricing-btn .btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    border: 1px solid;
    background-color: #00bed6;
    border-color: #00bed6;
}

.pricing-content-wrap {
    padding: 15px 10px
}

.pricing-content .list-group-item {
    position: relative;
    display: block;
    padding: 0.25rem 0.5rem;
    background-color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center
}

.pricing-basic {
    border-color: #ffcd00;
}

    .pricing-basic .pricing-title {
        background-color: #ffcd00;
    }

.pricing-premium {
    border-color: #FF992C;
}

    .pricing-premium .pricing-title {
        background-color: #FF992C;
    }

.pricing-ads {
    border-color: #8B85CA;
}

    .pricing-ads .pricing-title {
        background-color: #8B85CA;
    }

.pricing-website {
    border-color: #00BED6;
}

    .pricing-website .pricing-title {
        background-color: #00BED6;
    }

.including-wrap_card {
    padding: 10px 8px;
    background-color: #D1D1D133 !important;
    position: relative;
    margin-bottom: 20px;
}

.including-wrap {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}

.including {
    padding: 0 5px;
}

.including-1 {
    width: 100%;
    padding: 10px 0;
    margin: 10px;
}

.including span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.badge-including {
    width: 30px;
    height: 30px;
    font-size: 34px !important;
    font-weight: 300 !important;
    background-color: #00bed6;
    line-height: 10px !important;
    padding: 10px 5px !important;
    color: #fff;
    z-index: 1;
    position: absolute;
    bottom: -15px;
    left: 43%;
}

.item-heading {
    text-transform: uppercase;
    font-weight: 700;
    color: #FF992C;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.advertisements-area .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #555;
}

.table th, .table td {
    vertical-align: top;
}

/*.advertisements-area .table-bordered th, .advertisements-area .table-bordered td {
    border: 2px solid #ffffff;
}*/

.phi-dang td {
    padding: 0;
}

.phi-dang .week {
    padding: 0.75rem;
    border-bottom: 2px solid #ffffff;
}

.phi-dang .month {
    padding: 0.75rem;
}

.advertisements-area .table:not(.table-dark) thead:not(.thead-dark) th {
    color: #555;
    min-width: 15rem;
}

.advertisements-area .table tbody th {
    min-width: 8rem;
}

.advertisements-area .table tbody ul {
    padding-left: 20px;
}

.advertisements-area .nav-tabs .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    border-radius: 0;
    text-transform: uppercase;
}

    .advertisements-area .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
        border: none;
        border-bottom: 3px solid var(--primary);
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
        border-radius: 0;
        text-transform: uppercase;
    }

.badge-LWebs {
    background-color: #00BED6;
    color: #fff;
}


.badge-LAds {
    background-color: #8B85CA;
    color: #fff;
}

.badge-LPre {
    background-color: #FF992C;
    color: #fff;
}

.badge-LBasc {
    background-color: #ffcd00;
    color: #fff;
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation .5s infinite;
    -moz-animation: flickerAnimation .5s infinite;
    -o-animation: flickerAnimation .5s infinite;
    animation: flickerAnimation .5s infinite;
}

.dap-ung-ncdn-container ul {
    list-style-type: none;
}

    .dap-ung-ncdn-container ul li {
        position: relative;
    }

        .dap-ung-ncdn-container ul li:before {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-weight: 900;
            color: #002060;
            position: absolute;
            left: -20px;
            top: 3px;
            font-size: 14px;
        }

.about-profile-item {
    border-radius: 0 !important;
    background-color: #fff
}

.img-about-profile {
    position: relative;
    height: 100%;
    width: 100%;
    padding-top: 100%;
}

    .img-about-profile img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
    }

.info-about-profile {
    position: relative;
    padding: 25px 30px;
}

.about-profile-item .bottom_btn {
    position: absolute;
    left: auto;
    top: auto;
    bottom: -20px;
    display: flex;
    right: 23px;
}

.info-about-profile .listing-details-header {
    margin-right: 8px;
    color: #cf2323;
    font-size: 28px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
}

.bg-img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.profile-title {
    margin-bottom: 10px;
    color: #cf2323;
    font-size: 20px;
    font-weight: 400;
}

.text-block-77 {
    overflow: visible;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
}

.select2-results::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 7px;
}

.select2-results::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    border-radius: 4px;
    box-shadow: 0 0 1px hsl(0deg 0% 100% / 50%);
}

.nqnumber {
    background-image: url(https://cdn.thuvienphapluat.vn/images/bg-number.gif);
    color: #f15a22;
    background-repeat: no-repeat;
    text-align: center;
    height: 24px;
    width: 24px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: -17px;
}

.nq em {
    font-weight: 700;
    background-color: yellow;
    font-style: normal;
}

.left-border .content-list-blog .content-list:nth-of-type(odd) {
    background-color: #fff;
}

.left-border .content-list-blog .content-list {
    border-left: 2px solid #ffaf40;
    line-height: 20px;
    width: 100%;
    padding: 0
}

.left-border .nqTitle a {
}

.left-border .content-list-blog .content-list:not(:first-child) {
    margin-top: 20px;
}

.nqDesc {
    font-size: 15px;
    line-height: 1.3
}

.hits-list {
    font-size: 13px;
    line-height: .8;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #999;
}

    .hits-list span {
        color: #999;
    }

.page-title {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 0.75em;
    margin-top: 0.75em;
    word-break: break-word;
}

.sample-button {
    background-color: #fff;
    color: #0675ac;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    margin-right: 5px;
    line-height: 1.1
}

.btn {
    border-radius: 4px;
}

.btn-shadow {
    box-shadow: 1px 1px 4px hsl(0deg 0% 40% / 50%);
}

.mdc-card__actions {
    width: 100%;
    padding-top: 10px;
}

    .mdc-card__actions .row {
        margin-left: 0;
        margin-right: 0;
    }

.mdc-card_action-icons .sample-button {
    color: #333
}

.sample-button:hover {
    background-color: rgba(15,74,134,.04);
    color: inherit
}

.sample-count-btn {
    color: #0675ac;
    background-color: transparent;
}

.cs-content .nav-tabs .nav-link.active, .cs-content .nav-tabs .nav-item.show .nav-link {
    border-color: rgb(255 175 64);
}

.profile-line {
    margin-bottom: 24px;
    border-bottom: 1px solid #cf2323;
}

.tns-item img, .post-thumb img {
    aspect-ratio: 16/10;
    object-fit: cover;
    width: 100%;
}

.post-thumb a {
    width: 100%;
}

.bannerSitebar .list-box .item-box {
    flex: 1;
}

.firstElement a.active {
    color: var(--primary);
}



@media(max-width: 992px) {
    .form-search {
        margin-top: 0px;
    }

    #accordionExample {
        margin-top: 20px;
    }
}

@media(max-width: 776px) {
    .search-choice {
        display: block
    }

        .search-choice .search-input {
            width: 100%;
            border-radius: 10px !important;
        }
}

.listing-free-consult {
    padding-left: 3px;
    display: flex;
}

.iconsale {
    transform: translate(-6.63px, -24.47px);
    border-width: 0px;
    border-style: solid;
    border-color: black;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    place-content: flex-start center;
    flex-shrink: 0;
    font-size: 14px;
    white-space: pre-wrap;
    top: 0vw;
    right: 0vw;
    width: 45px;
    height: 22px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    background-size: 100% 100%;
    background-image: url(/Upload/icon/iconsalelaza.png);
    background-repeat: no-repeat;
    color: rgb(255, 255, 255);
    font-family: NotoSans-SemiBold;
    font-weight: bold;
}

.contract-content {
    position: relative;
}

.stamp-container {
    position: absolute;
    top: 170px;
    right: 50px;
    width: 300px;
    transform: rotate(335deg);
    user-select: none;
    z-index: -1
}

.stamp-wrap,
.stamp-wrap .stamp-content {
    border: 2px solid;
    padding: 5px 10px;
}

    .stamp-wrap.basic {
        border-color: #005da2;
    }

    .stamp-wrap.premium {
        border-color: #F15A22;
    }

    .stamp-wrap.basic .stamp-content {
        border-color: #005da2;
        color: #005da2
    }

    .stamp-wrap.premium .stamp-content {
        border-color: #F15A22;
        color: #F15A22
    }

.stamp-heading {
    text-transform: uppercase;
    color: #F15A22;
    text-align: center;
    padding-bottom: 5px;
    font-weight: 700;
}

.stamp-end {
    color: #F15A22;
    text-align: center;
    padding-top: 5px;
    font-weight: 700;
}

.contact-infos {
    border-radius: 10px;
    background-color: #fff;
    padding: 25px;
}

    .contact-infos h3, .contact-infos h2 {
        border-bottom: 3px solid #d7d8d9;
        text-transform: uppercase;
        padding-bottom: 8px;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1px;
        line-height: 22px;
        margin-bottom: 8px;
        color: #000;
    }

    .contact-infos ul {
        list-style-type: none;
        padding-left: 0;
    }

        .contact-infos ul li {
            font-size: 15px;
        }

            .contact-infos ul li a {
                color: #000;
            }

        .contact-infos ul .fa {
            margin-right: 10px;
            background-color: #ffaf4096;
            height: 25px;
            border: 1px solid #ffaf40;
            border-radius: 5px;
            padding: 2px;
            text-align: center;
            display: inline-flex;
            width: 25px;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

form button[type=submit] .spinner-border {
    display: none;
}

form button[type=submit]:disabled {
    cursor: progress !important;
}

    form button[type=submit]:disabled .spinner-border {
        display: inline-block;
    }

}

@media(max-width: 767px) {
    .stamp-container {
        right: 0
    }
}


.font-size-15 {
    font-size: 15px;
}

.hover-zoom {
    transition: all 0.3s ease-in-out;
}

    .hover-zoom:hover {
        transform: scale(1.1);
    }

.about-profile {
    margin-top: -30px;
}

.banner-detail-lawyer {
    z-index: -1;
}

.cs-widget-link {
    font-size: 16px;
}

.premium-medal {
    width: 140px;
}

.firstElement {
    font-size: 16px;
}

.navbar-nav .nav-link {
    font-size: 1rem;
}

.btn-info {
    background-color: #26486d;
    border: 1px solid #1e3651;
}

    .btn-info:hover, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active {
        background-color: #123458;
        border: 1px solid #0a1b2e;
    }

.single-post .cs-content {
    font-size: 16px;
}

.nav-tabs .nav-link {
    background: #f3f3f3;
}

.dropdown-item > i {
    vertical-align: inherit;
}

.dropdown-menu a {
    cursor: pointer;
}

.dropdown-menu .fa-twitter {
    color: #1DA1F2;
}

.dropdown-menu .fa-facebook {
    color: #1877F2;
}

.dropdown-menu .fa-linkedin {
    color: #0077B5;
}

.dropdown-menu .fa-whatsapp {
    color: #25D366;
}

.dropdown-menu .fa-telegram {
    color: #0088cc;
}

.dropdown-menu .fa-link {
    color: #333;
}

.dropdown-menu i {
    width: 16px;
}

.mobile_dropdown {
    display: none;
}

@media(max-width: 900px) {
    .mobile_dropdown {
        display: block;
    }
}

#vanban_tabContent .content {
    font-family: Times New Roman,serif;
}

    #vanban_tabContent .content h1 {
        font-size: 16.0pt;
    }

    #vanban_tabContent .content h2 *,
    #vanban_tabContent .content h3 *,
    #vanban_tabContent .content h4 *,
    #vanban_tabContent .content h5 *,
    #vanban_tabContent .content h6 *,
    #vanban_tabContent .content h2,
    #vanban_tabContent .content h3,
    #vanban_tabContent .content h4,
    #vanban_tabContent .content h5,
    #vanban_tabContent .content h6,
    #vanban_tabContent .content p {
        margin: 0cm 0cm 8pt;
        font-size: 13.0pt;
    }

#news_content * {
    font-family: Times New Roman,serif !important;
}

    #news_content h1 {
        font-size: 16.0pt;
    }

    #news_content h2 *,
    #news_content h3 *,
    #news_content h4 *,
    #news_content h5 *,
    #news_content h6 *,
    #news_content h2,
    #news_content h3,
    #news_content h4,
    #news_content h5,
    #news_content h6,
    #news_content p {
        margin: 0cm 0cm 8pt;
        font-size: 13.0pt;
    }

#muc_luc {
    padding: 0 10px;
}

@media only screen and (max-width : 1126px) {
    .warp_appointment {
        flex-direction: column;
        justify-content: start !important;
        align-items: flex-start !important;
    }
}

@media only screen and (max-width : 900px) {
    .search-choice.input-group .input-group-prepend select {
        margin-bottom: 10px;
        border-radius: .75rem;
    }

    .search-choice.input-group #LawyerLegalField_select {
        border-radius: .75rem;
    }
}

@media only screen and (max-width : 667px) {
    #vanban_tabContent .content {
        overflow-x: hidden
    }

    .btn-scroll-top {
        bottom: 4rem;
    }

    .cs-sidebar-body_right,
    .warp_legal_field,
    .warp_box_1 {
        padding: 0 !important;
    }

    .warp_option-library {
        padding: 0 15px !important;
    }

    .cs-sidebar .accordion .cs-widget-sk {
        margin: 10px 0;
    }

    .nav-tabs .nav-item {
        margin-bottom: 10px;
    }

    .download-container button {
        width: 100%;
    }

    .fixed-xs {
        z-index: 9999;
    }
}

.warp_legal_field {
    padding-left: 4px;
}

@keyframes animationlogo {
    from {
        -webkit-mask-image: linear-gradient(45deg,#000 45%,rgba(0,0,0,.2) 50%,#000 55%);
        mask-image: linear-gradient(45deg,#000 45%,rgba(0,0,0,.2) 50%,#000 55%);
    }

    to {
        transition: mask-position 2s ease,-webkit-mask-position 2s ease;
        -webkit-mask-position: 120%;
        mask-position: 120%;
        opacity: 1;
    }
}

.service-wrap .service-icon {
    transition: .2s linear;
}

.single-service-wrap:hover .service-icon {
    transform: scale(1.08);
    transition: .2s linear;
}

.service-wrap .service-icon img {
    -webkit-mask-image: linear-gradient(45deg, #000 45%, rgba(0, 0, 0, .2) 50%, #000 55%);
    mask-image: linear-gradient(45deg, #000 45%, rgba(0, 0, 0, .2) 50%, #000 55%);
    -webkit-mask-size: 500%;
    mask-size: 500%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

.single-service-wrap:hover .service-icon img {
    animation: animationlogo 2s;
}
/* typical tablet screen resolution */
@media only screen and (max-width : 834px) {
}
/* typical phone screen resolution */
@media only screen and (max-width : 1026px) {
    .premium-medal {
        margin-bottom: 10px;
    }
}

.blog_index .card-horizontal .card-img-top, .blog_index .card-horizontal .card-img-bottom {
    min-height: 12rem;
}

.blog_index .blog-item .card-img-top, .blog_index .blog-item .card-img-bottom {
    aspect-ratio: 350/240;
    width: 36%;
    aspect-ratio: unset;
}

.blog_index .card-img > img, .blog_index .card-img-top > img, .blog_index .card-img-bottom > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
}

.blog_index .blog-item.lawer .card-img-top, .blog_index .blog-item.lawer .card-img-bottom {
    width: 30%;
    min-height: 15rem;
    aspect-ratio: unset;
}

    .blog_index .blog-item.lawer .card-img > img, .blog_index .blog-item.lawer .card-img-top > img, .blog_index .blog-item.lawer .card-img-bottom > img {
        position: unset;
        left: unset;
        top: unset;
        width: 100%;
        height: 100%;
        object-position: center;
    }

label abbr {
    color: red;
}

.name_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
}

    .name_box .listing-details-header a {
        display: flex;
        align-items: flex-start;
        gap: 4px;
    }

        .name_box .listing-details-header a span:has(svg) {
            min-width: 23px;
        }

    .name_box div.opAdDive {
        margin: 0;
    }

.col-lg-3:has(.post-lawyer) {
    flex: 0 0 20%;
    max-width: 20%;
}

.about-area {
    background: radial-gradient(75.56% 210.26% at 77.59% 41%, #72BBFF 0%, #428EFF 33.09%, #093589 100%) !important;
    padding: 63px 98px 63px 98px;
    border-radius: 35px;
    margin-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
}

    .about-area .img {
        text-align: center;
    }

    .about-area h1 *,
    .about-area h1 {
        font-size: 26px;
        color: #fff;
    }

    .about-area p,
    .about-area p * {
        font-size: 16px;
        color: #fff;
    }

    .about-area .img img {
        max-width: 400px;
        margin: auto;
    }

    .about-area .button_dk {
        background: var(--primary);
        color: #fff;
        padding: 10px 26px;
        border: 0;
        display: inline-block;
        font-size: 16px;
        margin-top: 20px;
        border-radius: 23px;
        transition: .2s linear;
        text-transform: uppercase;
        border: 2px solid var(--primary);
    }

.about2-area .title {
    transition: .2s linear;
    font-size: 15px;
}

.about2-area .number-text {
    margin-top: 15px;
    margin-bottom: 10px;
    transition: .2s linear;
}

.cs-widget .nav-heading a {
    font-size: 16px;
}

.nav-heading a {
    font-size: 18px;
}
.tintuc02 .nav-heading a {
    color: #295b7f;
}

    .warp_btn_arrow2 {
        display: none;
        text-align: center;
    }

    .warp_btn_arrow2 a {
        border: 1px solid #25486b54;
        padding: 10px 26px;
        display: inline-block;
        font-size: 16px;
        margin-top: 14px;
        border-radius: 23px;
        text-transform: uppercase;
        color: #25486b;
    }

.tintuc02 .post-title h2 {
    margin: 0;
}

.tintuc02 .meta_date {
    margin-bottom: 14px;
}

.tintuc02 .post-list {
}



.swiper_lawer .name-lawer {
    font-size: 16px;
}

.swiper_lawer .swiper-slide .card-body {
    padding: 10px;
}

    .swiper_lawer .swiper-slide .card-body img {
        width: 20px;
    }

.about2-area .warp_btn {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

    .rainbow-button-5,
    .about2-area .warp_btn a {
        background: var(--primary);
        color: #fff;
        padding: 10px 26px;
        border: 0;
        display: inline-block;
        font-size: 16px;
        margin-top: 20px;
        transition: .2s linear;
        border-radius: 23px;
        border: 1px solid var(--primary);
        text-transform: uppercase;
    }

.law01 h3 a {
    font-size: 16px;
}

.rainbow-button-5:hover,
.about2-area .warp_btn a:hover,
.about-area .button_dk:hover {
    background: transparent;
    color: var(--primary);
    font-weight: bold;
    transition: .2s linear;
}

.warp_btn_arrow button:hover {
    background: #e7e5e5;
}

.warp_btn_arrow button {
    position: absolute;
    z-index: 2;
    top: 30%;
    /*transform:translateY(-50%);*/
    border-radius: 50%;
    border: 0;
    width: 45px;
    height: 45px;
    background: #F3F3F3;
    color: #000;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .2s linear;
}

.swiper_wrap:hover .warp_btn_arrow button {
    opacity: 1;
    transition: .2s linear;
}

.news01 .warp_btn_arrow button {
    top: 50%;
    transform: translateY(-50%);
}

.warp_btn_arrow button.next {
    right: -20px;
}

.warp_btn_arrow button.prev {
    left: -20px;
}

.short-title1 {
    font-size: 16px;
}

.tintuc03 .row > *,
.tintuc02 .row > * {
    padding-right: 10px;
    padding-left: 10px;
}

.tintuc03 .post-title h2,
.post-list .post-list-item .tintuc02 .meta_date {
    margin: 0;
}

.tintuc03 .post_meta {
    margin-bottom: 14px;
}

.tintuc03 .post-list .post_meta {
    margin: 0;
}

.swiper_lawer .name-lawer a {
    color: #295b7f;
    transition: .2s linear;
}

.left-border .nqTitle a {
    transition: .2s linear;
}

    .left-border .nqTitle a:hover {
        color: #25486b;
        font-weight: bold;
        transition: .2s linear;
    }

.swiper_lawer .name-lawer a:hover {
    color: var(--primary);
    transition: .2s linear;
}

.pagination {
    gap: 8px;
}

.content-list .item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.nqnumber {
    position: unset;
    background: unset;
    width: unset;
    height: unset;
    background: linear-gradient(to bottom, #ffffff, #e9edf1);
    padding: 5px;
    min-width: 26px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.content-list .nd01 {
    padding: 0;
    padding-right: 15px;
}

.page-item a.page-link {
    border: 1px solid #cccccccf;
    border-radius: 6px !important;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 35px;
    transition: .2s linear;
    height: 35px;
}

.pagination a.page-link {
    font-size: 14px;
    padding: 0;
}

.page-item a.page-link:hover,
.page-itema.page-link.active {
    background: #25486b;
    transition: .2s linear;
}

.page-item:hover a, .page-item:hover a i,
.page-item.active a {
    color: #fff;
}

.page-item.active .page-link {
    background: #25486b;
    color: #fff;
}

.content-list {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 12px;
}

    .content-list .box-item {
        display: flex;
        width: 100%;
    }

@keyframes gradientMove {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

button.btn_other2,
.about2-area .warp_btn a.btn_other {
    background: linear-gradient(90deg, #1e40af, #3b82f6, #1e40af);
    background-size: 200% 100%;
    transition: .2s linear;
    border: 1px solid #3b82f6;
    animation: gradientMove 2s ease infinite;
}

.btn_other3 {
    transition: .2s linear;
}
.about-profile-item .bottom_btn .dropdown:hover,
.btn_other3:hover,
button.btn_other2:hover {
    transform: translateY(-6px);
    transition: .2s linear;
}

.about2-area .warp_btn a.btn_other:hover {
    background: transparent;
    transition: .2s linear;
    color: #3b82f6;
    font-weight: bold;
}

.about2-area .warp_btn a svg g,
.about2-area .warp_btn a.btn_other svg g {
    transition: .2s linear;
}

.about2-area .warp_btn a:hover svg g {
    fill: var(--primary);
    transition: .2s linear;
}

.about2-area .warp_btn a.btn_other:hover svg g {
    fill: #3b82f6;
    transition: .2s linear;
}

.page-item .page-link i {
    font-size: 20px;
}

.h1_detail {
    font-size: 26px;
}

.home .slide-mb {
    display: none;
}

table td {
    padding: 4px;
}

.page-link:hover {
    color: #fff;
}

.trangchu_timkiem {
    
}

.list-img01.row > * {
    padding-right: 6px;
    padding-left: 6px;
}

.list-img01.row .lawyer_customer {
    max-width: 100%;
    margin: 0;
    object-fit: cover;
    transition: .2s linear;
    padding: 0;
}

.list-img01.row figure {
    overflow: hidden;
    border-radius: .75rem !important;
}

.list-img01.row .lawyer_customer:hover {
    transform: scale(1.04);
    transition: .2s linear;
}

.about2-area2 .title-name {
    color: var(--primary);
}

.about2-area2 .item {
    border: 2px solid #ffaf40;
    transition: .2s linear;
    border-radius: 10px;
    position: relative;
    cursor: default;
}

    .about2-area2 .item:hover {
        transform: translateY(-6px);
        transition: .2s linear;
    }

@keyframes animationlogo {
    from {
        -webkit-mask-image: linear-gradient(45deg,#000 45%,rgba(0,0,0,.2) 50%,#000 55%);
        mask-image: linear-gradient(45deg,#000 45%,rgba(0,0,0,.2) 50%,#000 55%);
    }

    to {
        transition: mask-position 2s ease,-webkit-mask-position 2s ease;
        -webkit-mask-position: 120%;
        mask-position: 120%;
        opacity: 1;
    }
}

.about2-area2 .item img {
    -webkit-mask-image: linear-gradient(45deg, #000 45%, rgba(0, 0, 0, .2) 50%, #000 55%);
    mask-image: linear-gradient(45deg, #000 45%, rgba(0, 0, 0, .2) 50%, #000 55%);
    -webkit-mask-size: 500%;
    mask-size: 500%;
    -webkit-mask-position: 0;
    mask-position: 0;
    animation: animationlogo infinite 3s;
}

.about2-area2 .item .img {
    position: absolute;
    top: -20px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ffaf40;
    border-radius: 50%;
    padding: 9px;
    background: #fff;
}

.about2-area2 .item .content {
    padding: 11px 20px;
    padding-top: 40px;
    text-align: center;
}

    .about2-area2 .item .content .number-text {
        font-size: 16px;
        color: #000;
        line-height: 1.4;
    }

    .about2-area2 .item .content .title {
    }

.about2-area2 {
    margin-bottom: 40px;
}

#slide .heroSwiper .swiper-wrapper .swiper-slide .slide-img,
#slide .heroSwiper .swiper-wrapper .swiper-slide,
#slide .heroSwiper .swiper-wrapper,
#slide .heroSwiper {
    aspect-ratio: 1440/520;
}

.trangchu_timkiem .bg-overlay-content {
    z-index: 9;
}

.list-img01.row figure a {
    height: 100%;
    display: block;
    position: relative;
    aspect-ratio: 4 / 3;
}

    .list-img01.row figure a img {
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        top: 0;
        object-fit: cover;
    }

.subscription-name {
    border-right: 1px solid #e1dbdb;
}

.info-about-profile .xac-thuc {
    padding-left: 6px;
    line-height: 30px;
    border-left: 1px solid #cccccc7d;
}

.info-about-profile div.opAdDive {
    margin: 0 !important;
}

.review-count,
.listing-tags-container .xac-thuc {
    padding-left: 6px;
    border-left: 1px solid #cccccc7d;
    margin-left: 4px;
}

.about2-area .warp_btn.mobile {
    display: none;
}

.list-star {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

    .list-star p {
        margin: 0;
        padding: 1px 13px;
        border-radius: 9px;
        font-size: 15px;
        border: 1px solid #dfdfeb;
    }

.star-rating {
    line-height: unset;
}

.review-count {
    padding-left: 10px;
    margin-left: 7px;
}

.info-about-profile .xac-thuc,
.info-about-profile .review-count,
.info-about-profile .star-rating {
    line-height: 20px;
    margin: 0;
}

.warp_banner-footer {
    max-width: 800px;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 40px;
}

    .warp_banner-footer img {
        width: 100%;
    }

    .warp_banner-footer a {
        display: block;
    }

.warp_banner-sitebar {
    position: sticky;
    top: 108px;
}

.warp_banner-sitebar {
}

.bannerFooter .swiper-slide,
.bannerFooter {
    aspect-ratio: 4/1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.fullSize .bannerFooter2 .swiper-slide,
.fullSize .bannerFooter2,
.fullSize .bannerFooter .swiper-slide,
.fullSize .bannerFooter {
    aspect-ratio: 6/1;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.bannerSitebar .swiper-slide {
    aspect-ratio: 3/5;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.bannerFooter img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerFooter2 img,
.bannerSitebar img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bannerSitebar .list-box {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.bannerSitebar_mobile {
    display: none;
}

.bannerSitebar_pc {
    position: sticky;
    top: 108px;
    padding-bottom: 92px;
}

#lawlibrary_tabs h2 {
    color: #333;
    font-size: 14px;
    margin: 0;
}

#lawlibrary_tabs.nav-tabs .nav-link.active h2, #lawlibrary_tabs.nav-tabs .nav-item.show .nav-link h2 {
    color: #25486b;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(118, 109, 244, 0.35);
}

.box-flex_banner {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
}

.fullSize .warp_banner-footer {
    max-width: 100%;
}

.banner_ads-right {
    padding-bottom: 90px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-color: #25486b;
}

.sb-tiktok svg path,
.sb-tiktok {
    transition: .2s linear;
}

    .sb-tiktok:hover {
        background: #000;
        transition: .2s linear;
    }

        .sb-tiktok:hover svg path {
            fill: #ffff;
            transition: .2s linear;
        }

.mobile-lag {
    display: none;
}

.button_viewMore2 div {
    transition: all .2s linear;
}

    .button_viewMore2 div:hover {
        transform: translateY(-5px);
        transition: all .2s linear;
    }

.custom-dropdown-ads,
.custom-dropdown {
    position: relative;
    width: 100%;
}

.warp_button2 > div,
.warp_button2 > label {
    flex: 1;
    justify-content: center;
}

.dropdown-selected-premium,
.dropdown-selected-ads {
    background: white;
    border: 1px solid #ced4da;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    text-align: center;
    border-radius: 0.25rem;
    position: relative;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .dropdown-options-month:hover,
    .dropdown-selected-premium:hover,
    .dropdown-selected-code:hover,
    .dropdown-selected-ads:hover
{
        border-color: #80bdff;
    }
.dropdown-selected {
    width: 100%;
    text-align: start;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 8px 10px;
}
    .dropdown-selected-premium:after,
    .dropdown-selected-ads:after {
        content: '▼';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
        font-size: 0.8rem;
    }

    .dropdown-selected-ads.active:after,
    .dropdown-selected-premium.active:after,
    {
        transform: translateY(-50%) rotate(180deg);
    }
.dropdown-options-month,
.dropdown-options-premium,
.dropdown-options-code,
.dropdown-options-ads,
.dropdown-options {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 7px;
}
    .dropdown-options-month.show,
    .dropdown-options-premium.show,
    .dropdown-options-code.show,
    .dropdown-options-ads.show,
    .dropdown-options.show {
        max-height: 250px;
        opacity: 1;
    }
.dropdown-option-month,
.dropdown-option-premium,
.dropdown-option-code,
.dropdown-option-ads,
.dropdown-option {
    padding: 0.375rem 0.75rem;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #eee;
    color: #495057;
}
    .dropdown-option,
    .dropdown-option-month,
    .dropdown-option-code {
        text-align: start;
    }
        .dropdown-option-month:last-child,
        .dropdown-option-premium:last-child,
        .dropdown-option-code:last-child,
        .dropdown-option-ads:last-child,
        .dropdown-option:last-child {
            border-bottom: none;
        }
        .dropdown-option-month:hover,
        .dropdown-option-premium:hover,
        .dropdown-option-code:hover,
        .dropdown-option-ads:hover,
        .dropdown-option:hover {
            background-color: #007bff;
            color: white;
        }
        .dropdown-option-month.selected,
        .dropdown-option-premium.selected,
        .dropdown-option-code.selected,
        .dropdown-option2.selected,
        .dropdown-option.selected {
            background-color: #007bff;
            color: white;
        }

.stars-dropdown-wrapper {
    position: relative;
    width: 100%;
}


.stars-dropdown {
    width: 100%;
    text-align: start;
    height: 100%;
    position: relative;
    z-index: 2;
    padding: 8px 10px;
    display: flex;
    gap: 6px;
    align-items: center;
}

.stars-dropdown-menu {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ced4da;
    border-top: none;
    border-radius: 0 0 0.25rem 0.25rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 7px;
}

    .stars-dropdown-menu.visible {
        max-height: 200px;
        opacity: 1;
    }

.stars-dropdown-item {
    padding: 0.375rem 0.75rem;
    text-align: start;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #eee;
    color: #495057;
}

    .stars-dropdown-item:last-child {
        border-bottom: none;
    }

    .stars-dropdown-item:hover {
        background-color: #007bff;
        color: #fff;
    }

    .stars-dropdown-item.active {
        background-color: #007bff;
        color: #fff;
        font-weight: bold;
    }


.select-button {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: white;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 50px;
}

    .select-button:hover {
        border-color: #007bff;
    }

    .select-button.active {
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
    }

.select-arrow {
    transition: transform 0.3s ease;
    pointer-events: none;
}

.select-button.active .select-arrow {
    transform: rotate(180deg);
}

.select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 2px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 8px 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

    .select-dropdown.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.select-option {
    padding: 12px 15px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid #f0f0f0;
}

    .select-option:last-child {
        border-bottom: none;
    }

    .select-option:hover {
        background-color: #f8f9fa;
    }

    .select-option.selected {
        background-color: #007bff;
        color: white;
    }

        .select-option.selected:hover {
            background-color: #0056b3;
        }

/* Text Center Variant */
.text-center .select-button {
    text-align: center;
    justify-content: center;
    position: relative;
}

.text-center .select-arrow {
    position: absolute;
    right: 15px;
}

/* Text Center for options */
.text-center .select-option {
    text-align: center;
}

.form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

    .form-control:focus {
        outline: none;
        border-color: #007bff;
        box-shadow: 0 0 0 3px rgba(0,123,255,0.1);
    }

#lawlibrary_tabs {
    gap: 10px;
    justify-content: center;
}

    #lawlibrary_tabs li {
        transition: .2s linear;
        margin: 0;
    }

        #lawlibrary_tabs li a.active,
        #lawlibrary_tabs li:hover {
            transform: translateY(-2px) scale(1.03);
            transition: .2s linear;
        }

        #lawlibrary_tabs li a.active {
            background: transparent !important;
        }

        #lawlibrary_tabs li a {
            border-radius: 2px;
            padding: 12px 30px;
        }

.form-control.select2-container .select2-choice {
    border: 2px solid #e0e0e0 !important;
}

#lawlibrary_tabs li a h2 {
    color: #fff;
    font-size: 15px;
}

#lawlibrary_tabs li:first-child a {
    background-color: rgb(40, 148, 148);
}

#lawlibrary_tabs li:nth-child(2) a {
    background-color: rgb(245, 124, 0);
}

#lawlibrary_tabs li:nth-child(3) a {
    background-color: rgb(12, 104, 169);
}

#lawlibrary_tabs li:nth-child(4) a {
    background-color: rgb(0, 43, 127);
}

#lawlibrary_tabs li:nth-child(5) a {
    background-color: rgb(146, 122, 94);
}
/* Responsive */

.select-button {
    padding: 10px 35px 10px 12px;
    font-size: 14px;
}

}
/* Responsive styles */
@media (max-width: 576px) {
    .stars-dropdown-header {
        padding: 0.25rem 0.5rem;
        font-size: 0.9rem;
    }

    .stars-dropdown-item {
        padding: 0.25rem 0.5rem;
        font-size: 0.9rem;
    }
}
/* Responsive styles */
@media (max-width: 576px) {

    .dropdown-option {
        padding: 0.25rem 0.5rem;
        font-size: 0.9rem;
    }
}

@media only screen and (max-width : 1024px) {
    .about2-area {
        padding: 32px 10px;
        padding-top: 140px;
    }

    .about-area {
        padding: 46px 20px;
    }

    .listing-tags-wrapper {
        padding: 0 4px
    }
}

@media only screen and (max-width : 992px) {
    #lawlibrary_tabs {
        margin-bottom: 20px !important;
    }

    .navbar-expand-lg .navbar-nav.menu-nav-01 {
        gap: 0 !important;
        margin-top: 8px;
    }

    .banner_ads-right {
        padding-bottom: 30px;
    }

    .lawer_banner-area .bannerSitebar .list-box {
        display: flex;
        gap: 15px;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .library_banner01 {
        max-width: 500px;
        margin: auto;
    }

    .bannerSitebar .list-box {
        display: flex;
        gap: 15px;
        flex-wrap: nowrap;
        margin-bottom: 20px;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .box-flex_banner {
        flex-direction: row;
        gap: 20px;
    }

    .item_content {
        flex: 2;
    }

    .item_banner {
        width: 100%;
        padding: 0 10px;
    }

    .nav-tabs .nav-item {
        margin-bottom: 10px;
    }

    .about-area {
        padding: 46px 20px;
    }

    .trangchu_timkiem {
        position: relative;
        transform: unset;
        background: #e2f1fa;
        left: unset;
    }

    .about2-area {
        padding-top: 31px;
    }
}

@media only screen and (max-width : 900px) {

    .bannerSitebar_mobile {
        display: block;
    }

    .bannerSitebar_pc {
        display: none;
    }

    .footer_ads-banner {
        padding: 0 10px;
    }

    .listing-tags-wrapper {
        padding: 0 15px
    }

    .review-count.Verified {
        border-left: 1px solid #cccccc7d;
        padding-left: 10px;
        margin-left: 7px;
    }

    .about2-area2 {
        margin-bottom: 20px;
    }

    .about-area .img img {
        max-width: 100%;
    }

    .about2-area {
        padding-top: 31px;
    }

    .warp_btn_arrow {
        display: none;
    }

    .warp_btn_arrow2 {
        display: block;
    }

    .trangchu_timkiem {
        position: relative;
        transform: unset;
        background: #e2f1fa;
        left: unset;
    }
    .form-search{
        margin-bottom:15px;
    }
}



@media only screen and (max-width : 667px) {
    .cs-offcanvas-collapse .cs-offcanvas-cap {
        align-items: center;
    }

    .mobile-lag {
        display: block;
    }

    .pc-lag {
        display: none;
    }

    .item_banner {
        padding: 0;
    }

    .bannerSitebar .list-box {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .fullSize .bannerFooter2 .swiper-slide,
    .fullSize .bannerFooter2,
    .fullSize .bannerFooter .swiper-slide, .fullSize .bannerFooter,
    .bannerFooter .swiper-slide, .bannerFooter {
        aspect-ratio: 3 / 1;
    }

    .box-flex_banner {
        flex-direction: column;
    }

    .item_banner {
        max-width: 100%;
    }

    .bannerSitebar_pc {
        padding: 0;
    }

    .bannerSitebar_mobile {
        display: none;
    }

    .bannerSitebar_pc {
        display: block;
        margin-bottom: 20px
    }

    .bannerSitebar .swiper-slide {
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }

    .footer_ads-banner {
        padding: 0 6px;
    }

    .info-about-profile .xac-thuc,
    .info-about-profile .review-count,
    .info-about-profile .star-rating {
        margin-top: 10px;
    }

    .about2-area .warp_btn.mobile {
        text-align: center;
        padding-top: 20px;
        display: flex;
    }

    .about2-area .warp_btn.pc {
        display: none;
    }

    .info-about-profile .star-rating,
    .info-about-profile .xac-thuc {
        margin-top: 10px;
    }

    .info-about-profile {
        padding: 6px !important;
        padding-bottom: 14px !important;
        padding-top: 10px !important;
    }

    .subscription-name {
        display: block;
        border: 0;
    }

    .name_box .listing-details-header a {
        font-size: 18px;
    }

    .info-about-profile .listing-details-header {
        font-size: 20px !important;
    }

    .content-list {
        gap: 0;
    }

        .content-list .box-item {
            flex-direction: column;
        }

    .content-list-blog .nd01 {
        padding-left: 15px;
    }

    .slide-mb .heroSwiper .swiper-wrapper .swiper-slide .slide-img, .slide-mb .heroSwiper .swiper-wrapper .swiper-slide, .slide-mb .heroSwiper .swiper-wrapper, .slide-mb .heroSwiper {
        aspect-ratio: 900/800;
    }

    .form-search {
        margin-top: 0px;
        margin-bottom:15px;
    }

    .row {
        margin: 0;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        padding: 0;
    }

    .container, .container-fluid, .container-xl {
        padding-right: 10px;
        padding-left: 10px;
    }

    .tintuc02 .row {
        padding: 0;
    }

    .home #slide {
        display: none;
    }

    .home .slide-mb {
        display: block;
    }

    .tintuc03 .row > *, .tintuc02 .row > * {
        padding-right: 0;
        padding-left: 0;
    }

    .col-lg-3:has(.post-lawyer) {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .blog_index .blog-item .card-img-top, .blog_index .blog-item .card-img-bottom, .blog_index .blog-item.lawer .card-img-top, .blog_index .blog-item.lawer .card-img-bottom {
        width: 100%;
    }

    .blog_index .blog-item .card-img-top, .blog_index .blog-item .card-img-bottom {
        aspect-ratio: 350 / 240;
    }

    .blog_index .blog-item.lawer .card-img-top, .blog_index .blog-item.lawer .card-img-bottom {
        aspect-ratio: 9 / 10;
    }

    .post-lawyer img {
        aspect-ratio: 9 / 10 !important;
        margin-bottom: 8px;
    }

    h2, .h2 {
        font-size: calc(1.325rem + 0.2vw);
    }

    h3, .h3 {
        font-size: calc(1.1rem + 0.45vw);
    }

    .short-title1 {
        font-size: 14px;
    }

    .about-area h1 *, .about-area h1 {
        font-size: 20px;
        color: #fff;
    }

    .about2-area .warp_btn a,
    .about-area .button_dk,
    .warp_btn_arrow2 a {
        padding: 9px 23px;
        font-size: 14px;
    }

    .nav-heading a {
        font-size: 17px;
    }

    .about2-area {
        padding: 32px 5px;
        padding-top: 31px;
    }

    .h1_detail {
        font-size: 22px;
    }

    .block-title span {
        font-size: 18px;
    }

    .post-feature,
    .post-list {
        padding: 0 !important;
    }

    .tintuc03 .row .row,
    .tintuc02 .row .row {
        gap: 7px;
    }

    .tintuc03 .col-8,
    .tintuc02 .col-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 64.666667%;
        max-width: 64.666667%;
    }

    .name_box .listing-details-header a {
        display: inline-block;
    }

    .listing-details-header {
        padding-right: 0;
    }

    .listing-tags-container .xac-thuc {
        padding-left: 10px;
        margin-left: 7px;
        border-left: 1px solid #cccccc7d;
    }

    .info-about-profile .listing-details-header {
        line-height: 1.2;
        margin: 0;
    }
}


@media only screen and (max-width : 400px) {
    .bottom_btn a {
        padding: 9px 10px;
        font-size: 14px;
    }

    .bottom_btn #dathen_btn {
        padding: 9px 15px;
        font-size: 14px;
    }
    /*    #dathen_btn {
        width: 187px;
        margin-top: 10px;
        border: 0;
    }*/
    /*   .about-profile-item .bottom_btn {
        display: flex;
        right: 23px;
        bottom: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        right: -13px;
        margin-bottom: 20px;
        position: relative;
    }*/
}

@media only screen and (max-width : 368px) {
    .tintuc03 .col-8, .tintuc02 .col-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 62.666667%;
        max-width: 62.666667%;
    }
}

@media only screen and (max-width : 358px) {
    .rainbow-button-5, .about2-area .warp_btn a {
        margin: 0;
    }
}

@media only screen and (max-width : 339px) {
    .bottom_btn a {
        padding: 9px 20px;
        font-size: 16px;
    }

    #dathen_btn {
        width: 187px;
        margin-top: 10px;
        border: 0;
        font-size: 16px;
    }

    .about-profile-item .bottom_btn {
        display: flex;
        right: 23px;
        bottom: 0;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        right: -6px;
        margin-bottom: 20px;
        position: relative;
    }
}

.contract-content #diagram * {
    font-size: 16px !important;
}

.dap-ung-ncdn-container .content p:has(i) {
    display: flex;
}

.dap-ung-ncdn-container .content p i {
    margin-top: 3px;
}

#msform label.form-label {
    font-weight: bold !important;
}

#msform .form-wrapper input[type="checkbox"] + label {
    height: auto;
}

.btn-register {
    padding-top: 20px;
}

    .btn-register a {
        width: 100%;
        margin: 0 !important;
    }

        .btn-register a:hover {
        }

        .btn-register a.btn-primary:hover {
            color: #fff;
            background-color: #ffaf40;
            border-color: #ffaf40;
            box-shadow: none;
        }

        .btn-register a.btn-primary.rainbow-button-6:hover {
            animation: rainbow-pulse 2s infinite;
        }

        .btn-register a.btn-primary.rainbow-button-primary:hover {
            animation: rainbow-primary 2s infinite;
            background-color: #00bed6;
            border-color: #00bed6;
        }


.warp_thank-you {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1200px;
    margin: auto;
    gap: 60px;
    margin: 30px auto;
    padding: 22px;
    background: #fff;
}

.pagethank .item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .pagethank .item .cricle1 {
        content: "";
        position: absolute;
        left: -76px;
        top: -43px;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        z-index: 1;
        background: #ff710c9e;
        background: #bfdbfe;
        opacity: 60%;
    }

    .pagethank .item .cricle2 {
        content: "";
        position: absolute;
        right: -50px;
        bottom: -56px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        z-index: 1;
        background: #ff710c9e;
        opacity: 60%;
    }

    .pagethank .item .cricle3 {
        content: "";
        position: absolute;
        right: -25px;
        top: 50%;
        transform: translateY(-50%);
        width: 31px;
        height: 31px;
        border-radius: 50%;
        z-index: 1;
        background: #22c55e;
        opacity: 60%;
    }

.warp_thank-you h1 {
    font-size: 30px;
    position: relative;
    color: var(--sub-colorT);
}

.warp_package span:last-child:after {
    display: none;
}

.warp_package span {
    position: relative;
}

    .warp_package span:last-child span {
        display: none;
    }

.warp_thank-you label {
    font-weight: bold !important;
    margin: 0;
    font-size: 18px;
    color: #333 !important;
    margin-bottom: 5px;
}

.warp_thank-you .desc {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.text-500 {
    font-weight: 500;
}

.btn_home01 a {
    color: #fff;
}

.warp_thank-you li {
    margin: 0;
}

.fixed-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

    .fixed-footer a {
        width: 100%;
        margin: 0 !important;
        border: 0;
        border-radius: 0;
    }
#diagram .row {
    align-items:start !important;
}
#bang-phi .price.active,
.price.active,
.ads-price.active {
    text-decoration: line-through;
    font-size: 18px;
    color: #d0d0d0 !important
}
.lawyerSubscriptionForm .img-sale {
    position: absolute;
    left: -18px;
    top: -8px;
    z-index: 2;
    width: 76px;
    display: none;
}
    .img-sale.active{
        display:block;
    }
blockquote {
    background-color: rgb(255 175 64 / 8%);
    border-left: 5px solid rgba(233, 233, 233, 1);
    color: rgba(0, 0, 0, 1);
    margin-left: 20px;
    padding: 15px 15px 7px;
    padding: 10px 20px;
    margin: 20px 0;
    font-size: 17.5px;
    border-left: 5px solid #ffaf4040;
    color: rgba(51, 51, 51, .8);
}
    blockquote p {
        color: rgba(51, 51, 51, .8);
    }
    /* typical phone screen resolution */
    @media only screen and (max-width : 900px) {
        .warp_thank-you h1 {
        font-size: 20px
    }

    .warp_thank-you label {
        font-size: 16px;
    }
}

@media only screen and (max-width : 600px) {

    .warp_thank-you {
        display: flex;
        flex-direction: column;
    }
    .upgrade-border{
        border:0 !important;
        padding:0 !important;
    }
}



.list-services .box-item {
    display: flex;
    gap: 4px;
    align-items: flex-start;
    flex-direction: column;
}
    #BuyStarsForm .box-item label,
    #lawyerSubscriptionForm .box-item label,
    .list-services .box-item label {
        font-weight: 500 !important;
        color: #595757 !important;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size:16px;
    }
.list-services .col-12{
    margin-bottom:16px;
}
.list-services .box-item .content {
    flex: 1;
    width:100%;
}
.dowload-star .content {
    background: linear-gradient(to right, rgba(251, 189, 35, 0.1), rgba(251, 189, 35, 0.05));
    padding:8px 10px;
    border: 1px solid rgba(251, 189, 35, 0.2);
    border-radius: 10px;
}

.dowload-star .content label {
    background: transparent;
    border: 0;
}
.dropdown-selected-value {
    background: white;
    border: 1px solid #ced4da;
    padding: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 0.25rem;
    position: relative;
    user-select: none;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 1px 4px 4px 0px #0000000f;
}
    .dropdown-selected-value .dropdown-selected-month,
    .dropdown-selected-value .dropdown-selected-code {
        width: 100%;
        text-align: start;
        height: 100%;
        position: relative;
        z-index: 2;
        padding: 8px 10px;
    }
    .dropdown-selected-value svg {
        transition: .2s linear;
        position: absolute;
        right: 10px;
        z-index: 1;
    }
    .dropdown-selected-value:has(.active) svg {
        transform: rotate(180deg);
        transition: .2s linear;
    }
#BuyStarsForm .line,
#bang-phi .line {
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgb(43, 59, 85), rgba(0, 0, 0, 0));
    width: 100%;
    height: 1px;
    opacity: 26%;
}
.box-total_price .box-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}
    .box-total_price .box-item label {
        margin-top: 12px;
    }
    .box-total_price .box-item .content {
        flex: unset;
        width: auto;
    }


.form_member{
    padding:10px;
}
.badge-hot {
    text-align: center;
    float: left;
    height: 23px;
    width: 30px;
    background-color: red;
    border-radius: 4px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    font-size: 10px;
}



.warp-gird {
    display: grid;
    grid-template-columns: repeat(14, minmax(0, 1fr));
    gap: 15px;
}

    .warp-gird .col-item {
        grid-column: span 4 / span 4;
    }

        .warp-gird .col-item:nth-child(2) {
            grid-column: span 6 / span 6;
        }

    .warp-gird .section-header {
        padding: 6px 8px;
        background: rgb(20, 91, 184);
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

    .warp-gird .section-content {
  
    }
.hd-extra p:has(a):first-of-type {
    border-top: 1px solid rgb(205, 215, 229) !important;
}
.contract-content .btn-more {
    padding: 8px;
    width: 100%;
    text-align: start;
    padding-left: 8px;
    border-top: 1px solid rgb(205, 215, 229);
    font-size: 14px;
    text-decoration: underline;
    color: #ff8300;
}
.warp-gird .section-content .text-muted {
    padding: 8px;
    display: block;
}
.warp-gird .section-content a {
    font-size: 14px;
    color: rgb(23, 103, 207);
    line-height: 1.4;
    display: block;
    padding: 0;
    display: block;
    display: -webkit-box;
    line-height: 1.3;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.warp-gird .section-content p:has(a) {
    font-size: 14px;
    color: rgb(23, 103, 207);
    line-height: 1.4;
    display: block;
    margin:0 !important;
    padding: 8px;
    border-bottom: 1px solid rgb(205, 215, 229);
}
            .warp-gird .section-content p:has(a):last-of-type{
                border:0;
            }
            .warp-gird .section-box {
                border: 1px solid rgb(205, 215, 229);
            }

    .warp-gird  .content_mid .title-name {
        background: rgb(255, 230, 128);
        padding: 8px;
        border: 1px solid rgb(191, 191, 191);
    }

        .warp-gird .content_mid .title-name p {
            margin: 0 !important;
            font-weight: 600;
            line-height: 1.3;
            text-align: center;
            font-size: 14px !important;
            padding: 0;
        }
.section-content a:hover {
    text-decoration: underline;
}
    .warp-gird  .propertie {
        display: flex;
        border-bottom: 1px solid rgb(191, 191, 191);
    }

    .warp-gird  span.name {
        flex: 1;
        padding: 6px 8px;
        background: rgb(243, 245, 247);
        border-right: 1px solid rgb(191, 191, 191);
    }

    .warp-gird  span.value {
        flex: 2;
        padding: 6px 8px;
    }

    .warp-gird  .list-properties {
        border-left: 1px solid rgb(191, 191, 191);
        border-right: 1px solid rgb(191, 191, 191);
    }

.nav-laws {
    border-bottom: 2px solid #ffaf40;
    gap: 2px;
    display:inline-flex;

    justify-content:center;
}
    .nav-laws .nav-link.active {
        border: 0;
        background: #ffaf40;
        color: #fff;
        margin: 0;
        box-shadow: 2px 0px 1px 0px #00000030;
        transition:.2s linear;
    }
    .nav-laws .nav-link {
        background: #fff;
        border-radius: 10px 10px 0 0;
        transition: .2s linear;
        border: 0;
    }
    .nav-laws .nav-item {
        overflow:unset;
        margin: 0 !important;
    }
.tab-content-law{
    max-width:900px;
    margin:auto;
}
.download-dialog__list li {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

    .download-dialog__list li i{
        font-size:12px;
    }
.search-law_home {
    max-width: 866px;
    margin: auto;
    margin-bottom: 16px;
}
    .search-law_home button {
        border-radius: 4px 0 0 4px;
    }
    .search-law_home input {
        border: 1px solid #dfdfeb;
        border-left: 0;
        height:40px !important;
        border-radius: 0 4px 4px 0;
    }
        .search-law_home input:focus {
            box-shadow: unset;
            border-color: #dfdfeb;
        }
.table-of-contents {
    margin-bottom: 20px;
    width: 100%;
    float: left;
    background: #f2f2f2a1;
    padding: 15px;
    
}
.box-title-FeaturedLawyers {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .box-title-FeaturedLawyers a {
        font-size: 16px;
        display: flex;
        align-items: center;
    }


.warp-search_news {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

    .warp-search_news nav {
        width: 100%;
    }

    .warp-search_news form {
        max-width: 200px;
    }
    @media only screen and (max-width : 667px) {
        .warp-search_news{
            flex-direction:column;
        }
            .warp-search_news form {
                max-width: 100%;
            }
        .warp-gird .col-item,
        .warp-gird .col-item:nth-child(2) {
            grid-column: unset;
        }

        .warp-gird {
            grid-template-columns: 1fr;
        }

        .nav-laws {
            border: 0;
            gap: 10px;
        }

            .nav-laws .nav-link {
                border-radius: 10px;
                background: #f3f3f3;
            }

        .box-total_price .box-item {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-top: 20px;
            flex-wrap: wrap;
            align-items: center;
            margin: 0;
            margin-bottom: -15px;
        }

        .total_payment {
            font-size: 25px;
        }

        .form_member {
            padding-bottom: 0px;
        }
    }

/* typical phone screen resolution */
@media only screen and (max-width : 1279px) {
    .content-footer{
        margin-top:0;
    }
}

.badge-custom {
    font-size: 18px;
}
@media (min-width: 700px) and (max-width: 1100px) {
    #msform fieldset {
        padding: 0;
        width: 100%;
        margin-left: 0;
        margin: 0;
    }
}
.badge-purple {
    background-color: #6f42c1;
    color: #fff;
}

.badge-danger {
    background-color: #fb003d;
}