/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 16px;
    line-height: 1.3em;
}
h1 {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
h2 {
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
h3 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
h4 {
    font-size: 23px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
h5 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.3em;
}
h6 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.3em;
    text-transform: none;
    letter-spacing: 0;
    opacity: 1;
}
blockquote, dl, figure, form, ol, p, pre, ul {
    margin-bottom: 20px;
}
.image-width-auto img {
    width: auto;
}
.banner h1, .banner h2, .banner h3 {
    margin-bottom: 1em;
    margin-top: 0;
    line-height: 1.6em;
}
/*.btn-banner {*/
    /*font-size: 24px;*/
/*}*/
.row-equal-height .col-inner {
    height: 100%;
}
.row.row-space-10 {
    padding-left: 10px;
    padding-right: 10px;
}
.row.row-space-10 .col {
    padding-left: 5px;
    padding-right: 5px;
}
.icon-box-left {
    align-items: center;
}
.icon-box-left.icon-box-left-top {
    align-items: flex-start;
}
.text-uppercase {
    text-transform: uppercase;
}
.col-box-shadow > .col-inner {
    box-shadow: 5px 8px 9px 0 rgba(0, 0, 0, 0.25);

}

/* Header */
header.header {
    border-bottom: 1px #eeeeee solid;
}
.header-nav-main {
    justify-content: space-between;
}
.nav.header-nav-main li.menu-item a {
    font-size: 18px;
    font-weight: 500;
}
.header:not(.transparent) .header-nav-main.nav > li.active > a,
.header:not(.transparent) .header-nav-main.nav > li.current > a,
.header:not(.transparent) .header-nav-main.nav > li > a.active,
.header:not(.transparent) .header-nav-main.nav > li > a.current {
    font-weight: 700;
}
.html-button-1 .header-button a {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    color: #061333;
}
.html-button-1 .header-button a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: var(--fs-color-primary);
    font-size: 16px;
    color: #ffffff;
}
.html-button-1 .header-button a span {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding-left: 10px;
}
.html-button-1 .header-button a span strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.header:not(.transparent) .header-nav-main.nav li.header-search {
    margin-right: 23px;
}
.header:not(.transparent) .header-nav-main.nav li.header-search a {
    font-size: 26px;
}
.header-main .flex-right {
    margin-left: 75px;
}
.header-bottom .flex-col {
    display: block;
}
.header-bottom-nav {
    display: flex;
}
.header-bottom-nav li.menu-item {
    width: 16.666666%;
    min-width: 16.666666%;
    margin: 0;
    display: flex;
    justify-content: center;
    border-right: 1px #ffffff solid;
}
.header-bottom-nav li.menu-item:last-child {
    border-right: none;
}
.header-bottom-nav li.menu-item a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    max-width: 220px;
    text-align: center;
    padding: 0 15px;
    line-height: 1.3em;
}
.nav>li>a>i.icon-search {
    font-size: 1em;
}
.entry-content.single-page table {
    border-top: 1px solid #dddddd;
    border-left: 1px solid  #dddddd;
    border-right: 1px solid  #dddddd;
}
.entry-content.single-page table tr:nth-child(even) {
    background-color: #E7E9EB;
}
.entry-content.single-page table th {
    color: #ffffff;
    background: #f3541e;
}
.entry-content.single-page table td,
.entry-content.single-page table th {
    padding: 1em;
    border-color: #dddddd;
}
.entry-content.single-page table td {
    color: #061333;
}
.entry-content.single-page table td:first-child,
.entry-content.single-page table th:first-child {
    padding-left: 1em;
}
li::marker {
    color: #f3541e;
}

.header-nav-main > .menu-item > .sub-menu {
    display: block;
    width: 250px;
    border-width: 1px;
    padding: 10px;
}
.header-nav-main > .menu-item > .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #061333;
}
.header-nav-main > .menu-item > .sub-menu li a:hover,
.header-nav-main > .menu-item > .sub-menu li.current-menu-item > a,
.header-nav-main > .menu-item > .sub-menu li.current-menu-parent > a {
    color: #f3541e;
}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    margin: 0;
}
.header-nav-main > .menu-item > .sub-menu .sub-menu {
    display: block;
    width: 250px;
    position: absolute;
    top: -1px;
    left: 90%;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    background: #ffffff;
    border: 1px solid #ddd;
    transition: 0.3s;
}
.header-nav-main > .menu-item > .sub-menu li:hover .sub-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
}
.nav-dropdown>li.image-column, .nav-dropdown>li.nav-dropdown-col {
    display: block;
    white-space: normal;
    width: 100%;
}

/* Footer */
@media only screen and (min-width: 480px) {
    .footer-col-large {
        flex-basis: 36.333333%;
        max-width: 36.333333%;
    }
    .footer-col-small {
        flex-basis: 13.6666666667%;
        max-width: 13.6666666667%;
    }

}
.icon-box .icon-box-img img {
    padding: 0;
}
.icon-box .icon-box-text p {
    margin: 0;
}
.footer-wrapper .icon-box .icon-box-text p {
    font-size: 16px;
}
.ux-menu .ux-menu-link .ux-menu-link__link {
    display: inline-block;
    padding: 0;
    color: #ffffff;
    min-height: auto;
    margin-bottom: 20px;
}
.ux-menu .ux-menu-link:last-child .ux-menu-link__link {
    margin-bottom: 0;
}
.ux-menu .ux-menu-link .ux-menu-link__link:hover {
    color: var(--fs-experimental-link-color-hover);
}
.img-social a {
    display: inline-block;
    margin: 0 16px 10px 0;
}
.img-social a:last-child {
    margin-right: 0;
}
.absolute-footer {
    display: none !important;
}

/* Trang chủ */
.col-info > .col-inner:before,
.col-info > .col-inner:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 128px;
    top: -20px;
    left: -14px;
    background-image: url("https://pixconsulting.vn/wp-content/uploads/2025/04/line-2.png");
    z-index: 2;
}
.col-info > .col-inner:after {
    top: auto;
    left: auto;
    right: -14px;
    bottom: 10px;
}
.box-image-style1 {
    overflow: hidden;
}
.box-image-style1 .box-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.3s;
    background: rgba(243, 84, 30, 0.6);
    opacity: 0;
}
.box-image-style1:hover .box-image:after {
    opacity: 1;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.box-image-style1 .box-text {
    bottom: auto;
    top: calc(100% - 85px);
    transition: 0.5s;
}
.box-image-style1:hover .box-text {
    top: 50%;
    transform: translateY(-50%);
}
.box-image-style1 .box-text h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: none;
    margin: 0 0 25px;
}
.box-image-style1 .box-text p {
    font-size: 14px;
    line-height: 1.3;
    opacity: 0;
    margin: 0 0 25px;
}
.box-image-style1 .box-text .button {
    font-size: 14px;
    min-height: auto;
    padding: 0;
    opacity: 0;
    margin: 0;
}
.box-image-style1:hover .box-text p,
.box-image-style1:hover .box-text .button {
    opacity: 1;
}
.box-image-style1 .box-text .button i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}

/*.post-item .blog-post-inner {*/
    /*text-align: center;*/
/*}*/
.post-item .post-title {
    text-align: left;
}
.post-item .box-image .image-cover {
    border-radius: 20px;
    overflow: hidden;
}
.post-item .box-text {
    padding: 0;
}
.post-item .box-text .post-title {
    margin: 24px 0 20px;
    font-size: 20px;
}
.post-item .box-text .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: none;
    margin: 0;
    padding: 0;
}
.post-item .from_the_blog_excerpt  {
    text-align: justify;
}
.post-item .is-divider {
    display: none;
}
.post-item .box-text-inner {
    position: relative;
}
.post-item .box-text-inner .post-meta {
    position: absolute;
    width: auto;
    font-size: 16px;
    opacity: 1;
    bottom: 9px;
    right: 0;
}
.post-item .box-text-inner .from_the_blog_excerpt  {
    margin: 0 0 20px;
    font-size: 16px;
}
.post-item .box-text-inner .button  {
    padding: 6px 32px;
    border-width: 1px;
    border-radius: 8px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
}

.form-contact-service .wpcf7-form .col {
    flex-basis: 100%;
    max-width: 100%;
}
.wpcf7-form {
    margin: 0;
}
.wpcf7-form .col {
    padding-bottom: 0;
}
.wpcf7-form label {
    margin: 0 0 9px;
    font-weight: 400;
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=number],
.wpcf7-form input[type=search],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=text],
.wpcf7-form input[type=url],
.wpcf7-form textarea {
    font-size: 1em;
    height: auto;
    padding: 10px 16px;
    border: none;
    box-shadow: none;
    outline: none;
    background: rgba(217, 217, 217, 0.2);
    border-radius: 10px;
    margin-bottom: 10px;
    max-height: 60px;
    min-height: auto;
}
.wpcf7-form input.wpcf7-submit {
    width: 100%;
    margin: 0;
    text-transform: none;
    border-radius: 10px;
}
.wpcf7-form p {
    position: relative;
}
.wpcf7-form p .wpcf7-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* Trang về chúng tôi */
.consulting-services .col-inner {
    overflow: hidden;
}
.consulting-services .col-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 22px;
    background: #F3541E;
}
.consulting-services .text {
    padding-right: 20%;
}
.consulting-services .text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 15px;
    right: calc(20% + 45px);
    background: #F3541E;
}
.consulting-services .text:after {
    content: "";
    position: absolute;
    height: calc(100% - 37px);
    width: 1px;
    top: 15px;
    left: 0;
    background: #F3541E;
}
.consulting-services .img {
    position: relative;
    z-index: 9;
    padding-left: 40px;
}
.consulting-services.consulting-services-left .text {
    padding-right: 0;
    padding-left: 20%;
}
.consulting-services.consulting-services-left .text:before {
    right: auto;
    left: calc(20% + 45px);
}
.consulting-services.consulting-services-left .text:after {
    left: auto;
    right: 0;
}
.consulting-services.consulting-services-left .img {
    padding-left: 0;
    padding-right: 40px;
}

.pix-implementation-process {
    position: relative;
}
.pix-implementation-process:after {
    content: "";
    position: absolute;
    width: 6px;
    height: calc(100% + 78px);
    top: -78px;
    left: calc(50% - 3px);
    background: #F7D2A3;
}

/* Trang liên hệ */
.row-page-contact {
    position: relative;
    padding-top: 30px;
}
.row-page-contact:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 30px;
    border: 1px #F7D2A3 solid;
    border-radius: 20px;
}
.row-page-contact .col {
    z-index: 9;
}

/* Trang chi tiết */
.single-post .badge.post-date,
.single-post .is-divider {
    display: none;
}
.single-post .post {
    margin: 0;
}
.single-post .page-wrapper {
    padding-top: 60px;
    padding-bottom: 0;
}
.single-post .entry-content {
    padding-bottom: 0;
}
.pix-workflow .col {
    padding: 0;
}
.pix-workflow p {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    background: #EFF2F6;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    line-height: 1.3em;
    padding-right: 20px;
    margin: 0;
}
.pix-workflow.pix-workflow-text-left p {
    border-radius: 15px 0 0 15px;
    justify-content: end;
    padding-right: 0;
    padding-left: 20px;
}
.pix-workflow.workflow-1 p {
    border-radius: 15px 15px 15px 0;
}
.pix-workflow.workflow-6 p {
    border-radius: 15px 0 15px 15px;
}
.pix-workflow p strong {
    width: 100px;
    height: 100%;
    min-height: 100px;
    min-width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 51px;
    color: #ffffff;
    background: #f3541e;
    margin-right: 20px;
}
.pix-workflow.pix-workflow-text-left p strong {
    order: 2;
    margin-right: 0;
    margin-left: 20px;
}
.image-radius img {
    border-radius: 20px;
}
.entry-content.single-page .section-bg img {
    border-radius: 0;
}
.flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-testimonial .flickity-slider .row {
    margin: 0;
}
.slider-testimonial .flickity-slider .col {
    padding: 0 10px;
}
.slider-testimonial .flickity-slider .col-inner {
    padding: 20px;
    background: #D3DCE7;
    border-radius: 10px;
}
.slider-testimonial .flickity-slider .col-inner p {
    font-size: 16px;
    font-style: italic;
    margin: 20px 0 0;
}
.slider-testimonial .flickity-slider .star-rating {
    margin: 0;
}
.slider-testimonial .flickity-slider .testimonial-meta {
    padding: 6px 0 0;
    font-size: 16px;
}
.slider-testimonial .flickity-slider .testimonial-name {
    display: block;
}
.slider-testimonial .flickity-slider .testimonial-name-divider {
    display: none;
}

.pix-members {
    border-radius: 9px;
    overflow: hidden;
}

.image-box-style2 div,
.image-box-style2 {
    background: none;
}
.image-box-style2 img {
    object-fit: cover;
    border-radius: 20px;
}
.image-box-style2 .box-image {
    padding-left: 25%;
}
.image-box-style2 .box-text {
    position: absolute;
    width: 50%;
    height: 60%;
    top: 60%;
    left: 0;
    border: 5px #ffffff solid;
    border-radius: 20px;
    overflow: hidden;
    padding: 0;
}
.image-box-style2 .box-text .box-text-inner,
.image-box-style2 .box-text .box-text-inner .img,
.image-box-style2 .box-text .box-text-inner .img-inner {
    height: 100%;
}
.image-box-style2 .box-text .box-text-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Trang dịch vụ */
.image-radius img {
    border-radius: 20px;
}
.row.single-service {
    max-width: none;
}
.row.single-service > .col {
    padding: 0;
}
.single-post .page-wrapper.blog-single-service,
.single-post .blog-single-service .entry-content {
    padding-top: 0;
}
.banner-service {
    overflow: hidden;
}
.col-banner-service-right:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(243, 84, 30, 0.8);
}
.col-banner-service-right .col-inner {
    position: relative;
    z-index: 2;
}
.banner-service .wpcf7-form input[type=email],
.banner-service .wpcf7-form input[type=number],
.banner-service .wpcf7-form input[type=search],
.banner-service .wpcf7-form input[type=tel],
.banner-service .wpcf7-form input[type=text],
.banner-service .wpcf7-form input[type=url],
.banner-service .wpcf7-form textarea {
    background: #ffffff;
}
.banner-service .wpcf7-form input.wpcf7-submit {
    background: #486284;
}
.banner-service .wpcf7-form label {
    color: #ffffff;
}

.service-child > .col > .col-inner {
    padding: 60px 32px 32px;
    background: #ffffff;
    border-radius: 36px;
    margin-bottom: 35px;
}
.service-child > .col > .col-inner .icon-box .icon-box-img {
    margin: 0;
    position: absolute;
    top: -35px;
}
.service-child > .col > .col-inner .icon-box,
.service-child > .col > .col-inner .icon-box-text {
    height: 100%;
}
.service-child > .col > .col-inner .icon-box-text {
    padding-bottom: 27px;
    position: relative;
}
.service-child > .col > .col-inner .icon-box-text p {
    margin-bottom: 20px;
}

.service-child > .col > .col-inner a.button {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    min-height: auto;
    line-height: 1.3em;
}
/* Trang tin tức */
.post-style1 .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: none;
    padding: 0;
    margin: 0;
}
@media screen and (min-width: 550px) {
    body .row .col-inner .row.post-style1 {
        padding-left: 50%;
        margin: 0;
        position: relative;
    }
    .post-style1 .post-item {
        padding: 0 0 0 10px;
        margin-bottom: 20px;
    }
    .post-style1 .post-item:first-child {
        position: absolute;
        flex-basis: 50%;
        max-width: 50%;
        top: 0;
        left: 0;
        padding-left: 0;
        padding-right: 10px;
        margin: 0;
    }
    .post-style1 .post-item:first-child .box-image {
        width: 100%;
        height: auto;
    }
    .post-style1 .post-item:first-child .image-cover {
        height: 310px;
        border-radius: 32px;
    }
    .post-style1 .post-item .post-title {
        margin: 0 0 10px;
    }
    .post-style1 .post-item:first-child .box-blog-post .box-text {
        padding: 8px 0 0;
    }
    .post-style1 .post-item:first-child .post-title {
        margin-top: 10px;
    }
    .post-style1 .post-item .from_the_blog_excerpt {
        margin: 0;
    }
    .post-style1 .box-image {
        width: 120px;
        min-width: 120px;
        height: 120px;
    }
    .post-style1 .box-blog-post {
        display: flex;
    }
    .post-style1 .box-blog-post .box-text {
        flex: 1;
        padding: 0 0 0 10px;
    }
    .post-style1 .image-cover {
        height: 100%;
        padding: 0 !important;
        border-radius: 16px;
        overflow: hidden;
    }
    .post-style1 .post-item:first-child .box-blog-post {
        display: block;
    }
}

.pix-sidebar-post {
    padding: 0;
}
.pix-sidebar-post .post-item {
    padding-bottom: 20px;
}
.pix-sidebar-post .post-item .box-blog-post {
    display: flex;
}
.pix-sidebar-post .post-item .box-blog-post {
    display: flex;
}
.pix-sidebar-post .post-item .box-blog-post .box-image {
    width: 100px;
    min-width: 100px;
}
.pix-sidebar-post .post-item .box-blog-post .box-text {
    flex: 1;
    padding-left: 10px;
}
.pix-sidebar-post .post-item .box-text .post-title {
    margin: 0 0 10px;
    font-size: 18px;
}
.pix-sidebar-post .post-item .box-text .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-shadow: none;
    padding: 0;
    margin: 0;
}

.pix-privacy-policy {
    border-radius: 24px;
    overflow: hidden;
}
.pix-privacy-policy.box-overlay .box-text {
    width: calc(100% - 50px);
    left: 25px;
    bottom: 25px;
}

.col-working-policy > .col-inner {
    background-image: url("https://pixconsulting.vn/wp-content/uploads/2025/05/image-1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}
.col-working-policy > .col-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(243,84,30,0.4);
}
.col-working-policy > .col-inner .row {
    position: relative;
    z-index: 2;
}

.icon-box-style3 {
    padding: 45px 20px 20px;
    background: #ffffff;
    border-radius: 25px;
    min-height: 123px;
    position: relative;
}
.icon-box-style3 .icon-box-img {
    position: absolute;
    top: -30px;
    left: calc(50% - 30px);
    margin: 0;
}

.col-inner .text.text-bg-gradient {
    position: relative;
}
.col-inner .text.text-bg-gradient:after {
    content: "";
    position: absolute;
    width: 150%;
    height: calc(100% + 100px);
    bottom: -60px;
    left: -25%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.605769) 46.15%, #000000 100%);
}
.col-inner .text.text-bg-gradient p,
.col-inner .text.text-bg-gradient h1 {
    position: relative;
    z-index: 2;
}
.col-inner .text.text-bg-gradient p {
    margin: 0;
}

.image-box-radius {
    border-radius: 25px;
    overflow: hidden;
}

.image-absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image-absolute .img-inner,
.image-absolute .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.col-radius > .col-inner {
    border-radius: 25px;
    overflow: hidden;
}
.col-radius > .col-inner .col {
    padding: 0;
}
.col-bg-gradient {
    position: relative;
}
.col-bg-gradient:after {
    content: "";
    position: absolute;
    width: 120%;
    height: 100%;
    top: 0;
    right: 15px;
    background: linear-gradient(90deg, rgba(240, 240, 240, 0) 0.18%, #F0F0F0 20.85%, #F0F0F0 100.18%);
}
.col-bg-gradient > .col-inner {
    position: relative;
    z-index: 2;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .slider-testimonial .flickity-slider .col {
        padding: 0;
    }
    .row-text-left > .col:first-child {
        order: 2;
    }
    .row-text-left > .col:last-child {
        order: 1;
    }

}
.fixed_btn_group {
    position: fixed;
    right: 10px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    display: none;
    z-index: 9999;
}
.fixed_btn_group_item{
    max-width: 75px; 
    margin-left: auto;
}
.fixed_btn_group_item_sale {
    background: #FF4400;
    border-radius: 10px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-top: 8px;
}
.fixed_btn_group_item_sale span {
    font-weight: 700;
    color: #fff;
    margin-left: 8px;
    font-size: 15px;
}
.fixed-bottom.mobile {
    background: #fff;
    color: #000;
    font-size: 12px;
    line-height: 1.8;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: .8em 1em 0 1em;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px -1px 5px hsl(0deg 0% 0% / 30%);
    z-index: 9999;
}
.fixed-bottom.mobile p {
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: normal;
}
.item.uudai .btn-primary .uudai_img {
    background: #fff;
    margin: auto;
    width: 60px;
    height: 60px;
    box-shadow: 0px -1px 5px hsl(0deg 0% 0% / 30%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -35px;
}
.fixed-bottom.mobile .btn-primary:focus {
    box-shadow: none !important;
}
.fixed_btn_group_item_sale button {
    margin: 0;
}
.fixed_btn_group_item button{
    margin: 0;
    padding: 5px;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.fixed-bottom.mobile button {
    padding: 0;
    margin: 0;
    line-height: unset;
}
.item.uudai p{
    letter-spacing: -0.5px;
}
.fixed-bottom.mobile .item img {
    max-width: 25px !important;
}
.fixed-bottom.mobile .item.uudai img{
    max-width: 35px !important;
}
.fixed-bottom.mobile button{
    padding: 0;
}
@media (min-width: 768px) {
    .fixed_btn_group {
        display: block;
    }
    .fixed-bottom {
        display: none !important;
    }
}  
@media (max-width: 768px) {
#popup-dang-ky-tu-van h2{
    margin: 0;
    font-size: 1.2em;
}
}