/*
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.   ***************/
.lightbox-content {
    padding: 0 !important;
}

:root {
    --footer-gradient: linear-gradient(131.24deg, #fbde5c 0%, #e8c31b 100%);
    --main-new-gradient: linear-gradient(131.24deg, #fbde5c 0%, #e8c31b 100%);
    --sub-new-gradient: linear-gradient(163.98deg,
            #ff6400 -19.99%,
            #fbad17 126.32%);
    --gray-new-gradient: linear-gradient(131.24deg, #f6f3fa 0%, #c1b6e1 100%);
    --tl-btn-new-gradient: linear-gradient(90deg,
            rgba(231, 183, 201, 1) 0%,
            rgba(66, 35, 105, 1) 32%,
            rgba(66, 35, 105, 1) 69%,
            rgba(231, 183, 201, 1) 100%);
}

body {
    font-size: 16px;
}

.row-5>.col.large-3 {
    max-width: 20%;
    padding: 8px;
    flex-basis: 20%;
}

#main .home-dv-new {
    z-index: 2;
}

#main .mob-banner-tt {
    margin-bottom: -50px;
}

#main .sec-banner-tt {
    z-index: 1;
    margin-bottom: -93px;
}

h3 {
    font-size: 30px;
}

h2 {
    font-size: 32px;
}

.entry-content h4,
.entry-content p,
.post-chinhanh h4,
.post-chinhanh p {
    font-size: 14pt;
    text-align: justify;
}

.row-dv .block-dv .home_dv-element {
    border: 1px solid var(--primary-color);
    border-radius: 18px;
}

.row-dv .block-dv .home_dv-element .box-text {
    padding: 20px 20px 0 20px;
}

.block-dv .col-inner .box-image {
    border-radius: 18px 18px 0 0;
}

.block-btn .button {
    width: 185px;
}

.block-btn .button span {
    font-weight: 500;
}

.block-btn .home_btn-tv {
    background: linear-gradient(141.82deg, #fbde5c -66.97%, #e8c31b 42.57%);
}

.custom-btn {
    animation: lickme 0.7s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes lickme {
    0% {
        box-shadow: 0 0 1px #fbde5c;
    }

    100% {
        box-shadow: 0 0 0 15px #fbde5c0f;
    }
}

.btn1 {
    border: none;
    z-index: 1;
    background: linear-gradient(88.28deg,
            #916e34 -7.68%,
            #dfc27f 46.38%,
            #cfb06f 101.58%);
}

.button {
    border-radius: 20px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size: 18px;
}

.primary-btn {
    background: linear-gradient(180deg, #fbde5c 25.53%, #c39f00 82.6%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.secondary-btn {
    background: linear-gradient(163.98deg, #ff6400 -19.99%, #fbad17 126.32%);
    border-radius: 20px !important;
}

.w3-block {
    display: flex;
}

.w3-content {
    width: 50%;
    height: 755px;
}

.w3-container img {
    position: relative;
    left: -74px;
}

.w3-container h3 {
    right: 0;
    top: 40%;
    font-size: 30px;
    font-weight: 800;
}

.w3-container .content h3 {
    color: #fff;
}

.w3-container .content {
    position: absolute;
    width: 50%;
    color: #fff;
    right: 0;
    top: 50%;
    color: #fff;
}

.w3-bar {
    display: flex;
    width: 40%;
    height: 120px;
    margin: 0 auto;
    position: absolute;
    right: 155px;
    bottom: 50px;
}

.w3-bar img {
    margin-left: 23px;
}

#main .sec11-tt,
#main .sec-kol {
    z-index: 3;
}

.heading-title {
    background: -webkit-linear-gradient(131.24deg, #fbde5c 0%, #c39f00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h5,
p,
ul,
ul>li {
    font-size: 18px;
}

#main .home-csvc-new {
    padding-top: 147px;
    z-index: 5;
}

#main .home-bs-new {
    margin-bottom: -151px;
    z-index: 1;
}

.col-inner .box-image {
    border-radius: 12px;
}

.csvc-tt .box-text {
    position: absolute;
    top: 350px;
}

.csvc-tt .box-text-inner {
    width: 60%;
    margin: 0 auto;
    padding: 12px;
    background: var(--footer-gradient);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
}

.slider-nav-circle .flickity-prev-next-button svg {
    background: var(--sub-new-gradient);
}

.slider-nav-light .flickity-prev-next-button {
    color: #fff;
}

.home_fb-tab .tab-panels .flickity-prev-next-button.previous {
    left: 0px;
    top: 66px;
}

.home_fb-tab .tab-panels {
    background: transparent;
    border: none;
    padding: 0 100px;
}

.home_fb-tab .nav-tabs {
    width: 30%;
}

.home_fb-tab .nav-tabs>li {
    margin-top: 15px;
    border: none;
}

.home_fb-tab .nav-tabs>li>a {
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    border-radius: 8px;
}

.home_fb-tab .nav-tabs>li>a:after {
    content: ">";
    display: inline-block;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

.home_fb-tab .nav-tabs>li.active>a {
    color: var(--primary-color);
    font-size: 18px;
}

.home_fb-tab .nav-tabs .box-text {
    text-align: center;
}

.home_fb-slider p {
    text-align: center;
    color: #fff;
}

.is-divider {
    background: var(--footer-gradient);
}

#ftwp-postcontent p:nth-child(2),
.short-des {
    margin-bottom: 28px;
    padding: 10px 20px;
    border-radius: 10px;
    border: none !important;
    box-shadow: 1px 2px 10px 1px var(--primary-color) !important;
    border-left: 4px solid var(--primary-color) !important;
    background: #fff;
}

.post p,
.post ul>li {
    text-align: justify;
}

h1 {
    font-size: 37px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
    color: #e8c31b;
}

body .entry-content h2,
body .post-chinhanh h2 {
    font-size: 20pt;
}

.social-icons .button.is-outline {
    border: 2px solid var(--primary-color);
}

.social-icons .button.icon.circle>i:only-child {
    color: var(--primary-color);
}

.entry-header-text .primary-btn span:before {
    content: "\e604";
    font-family: fl-icons;
    padding-top: 5px;
    display: inline-block;
    margin-right: 10px;
}

.entry-header-text .primary-btn {
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
}

.blog-home-1 .is-divider {
    height: 3px;
    margin: 1em auto 1em;
    width: 100%;
    max-width: 30px;
}

.blog-home-1 h5 {
    font-size: 25px;
    max-width: 303px;
    margin: 3px auto;
}

.blog-home-2 h5 {
    font-size: 20px;
}

.blog-home-2 .is-divider {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    height: 2px;
}

.blog-home-1 .box-image {
    border-radius: 14px !important;
}

.video-list-home::-webkit-scrollbar-thumb,
.blog-home-2::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: var(--main-new-gradient) !important;
}

.video-list-home::-webkit-scrollbar-thumb,
.blog-home-2::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background: var(--main-new-gradient) !important;
}

.video-list-home::-webkit-scrollbar-track,
.blog-home-2::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f4f4f4;
}

.video-list-home::-webkit-scrollbar,
.blog-home-2::-webkit-scrollbar {
    width: 8px;
}

.video-home-left.video-fit {
    padding-top: 50%;
}

.video-home-left iframe,
.video-home-right iframe {
    border-radius: 14px;
}

.video-home-left p,
.video-list-home p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #e8c31b;
}

.video-home-right iframe {
    width: 100%;
    height: 190px;
}

.video-list-home {
    height: 420px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}

.hom-contact {
    padding: 300px 0 10px !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 0 0.75em;
    height: 2.507em;
    font-size: 0.97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: #333;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
    -o-transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
    transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
    height: 50px;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 2px 5px rgb(0 0 0 / 17%);
    text-align-last: center;
}

.hom-contact input[type="text"],
.hom-contact input[type="tel"],
.hom-contact input[type="email"],
.hom-contact select {
    height: 40px !important;
}

input[type="submit"] {
    color: #fff;
    background: var(--sub-new-gradient);
    box-shadow: 0px 4.73939px 4.73939px rgba(0, 0, 0, 0.1);
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 16px;
}

.hom-contact .section-bg {
    background-position: top left;
}

.footer-title p {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
}

span.widget-title {
    font-size: 24px;
    color: #1b3366;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: block;
}

aside.widget+.widget {
    margin-top: 30px;
}

.widget .is-divider {
    display: none;
}

.widget ul li::before {
    content: "";
    font-family: "fl-icons" !important;
    font-display: block;
    speak: none !important;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    position: relative;
    line-height: 1.2;
}

.widget ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.widget ul li a {
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    margin: 0;
    -webkit-box-orient: vertical;
    line-height: 2;
}

.widget .recent-blog-posts {
    flex-direction: row-reverse;
}

.widget .recent-blog-posts .flex-col.mr-half {
    display: none;
}

.archive .post-item .col-inner {
    border-radius: 20px 0 0 20px !important;
}

.badge {
    display: table;
    z-index: 20;
    pointer-events: none;
    height: 2.8em;
    width: 2.8em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.badge-outline .badge-inner {
    border-radius: 12px;
}

.archive h5 {
    font-size: 20px;
}

.section-count-down .row-count-down {
    border: 1px solid #fff;
    border-radius: 20px;
    background-color: #e8c31b;
}

.section-count-down .col-count-down .ux-timer {
    border: 1px solid #fff;
    border-radius: 20px;
    background: linear-gradient(141.82deg, #fbde5c -66.97%, #e8c31b 42.57%);
    padding: 5px 70px;
    border-spacing: 25px 10px !important;
}

.section-count-down .col-count-down .ux-timer span {
    background: #fff !important;
    color: #e8c31b !important;
    margin: 0 30px;
}

.section-count-down .row-count-down:before {
    content: "";
    background: url(/wp-content/uploads/2023/03/phun-may-tan-bot-desktop-01.webp);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    z-index: 4;
    top: 180px;
    left: 24%;
    bottom: 0;
}

.count-mob-new .col-inner {
    background-color: var(--primary-color);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
}

.pxtm_new-sec2 .row-dichvu {
    position: absolute;
    right: -225px;
}

.pxtm_new-sec2 .row-dichvu .col {
    position: absolute;
}

.pxtm_new-sec2 .row-dichvu .dichvu-mi {
    left: 50px;
    bottom: -175px;
}

.pxtm_new-sec2 .row-dichvu .dichvu-moi {
    left: 200px;
    bottom: -220px;
}

.pxtm_new-sec2 .row-dichvu .dichvu-may {
    left: 376px;
    bottom: -175px;
}

.gr-new-text2 h3,
.gr-new-text h2 {
    background: linear-gradient(180deg, #fbad17 0%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pxtm_new-sec3 .pxtm_block-uudiem .col:nth-child(1) .col-inner,
.pxtm_new-sec3 .pxtm_block-uudiem .col:nth-child(4) .col-inner {
    position: absolute;
    bottom: 90px;
}

.sub-new-btn {
    background: var(--sub-new-gradient);
}

.ud-title h2 {
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-size: 60px;
    margin-bottom: 0;
}

.ud-title p {
    font-size: 37px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.dv-box-po p {
    font-size: 24px;
    text-align: center;
    margin-bottom: 0;
}

.block-text p {
    margin-bottom: 0;
}

body:not(.ux-builder-iframe) .block-text {
    width: 375px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(/wp-content/uploads/2023/03/Phun-xam-tham-my-desktop-uudiem-bubble.webp) center center no-repeat;
}

.container-feelback {
    width: 1080px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}

.row-feelback {
    width: 100%;
    display: flex;
    position: relative;
}

.row-feelback .col {
    border-radius: 20px;
    display: block;
    position: relative;
    margin-right: 14px;
    padding: 0;
    padding-top: 50%;
    width: 25%;
    max-width: 25%;
    max-height: 600px;
    background: center center no-repeat;
    background-size: cover;
    flex: 1;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.row-feelback .col img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.row-feelback .col p {
    text-transform: uppercase;
    width: 80%;
    text-align: left;
    color: #fff;
    font-size: 22px;
    transition: all 0.8s ease-in-out;
    position: absolute;
    bottom: 5px;
    margin-left: 10px;
    text-shadow: 1px 1px 6px #111;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.row-feelback .col.active {
    filter: brightness(100%);
    flex-basis: 30%;
    max-width: 40%;
}

.row-feelback .col.active>p {
    display: block;
}

.pxtm_new-sec6 .block-dichvu {
    background: url(https://thammylinhanh.vn/wp-content/uploads/2022/12/Phun-xam-tham-my-desktop-sec6-elementfn.webp) center center no-repeat;
    background-size: cover;
    height: 580px;
}

.pxtm_new-sec6 .block-dichvu h3 {
    font-size: 60px;
}

.pxtm_new-sec7 .box-text-inner h3 {
    font-size: 24px;
    font-weight: normal;
}

.pxtm_new-sec7 .box-text-inner p {
    background: linear-gradient(180deg, #fbad17 0%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.box-slider-bn .button {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.box-slider-bn.box-slider-bn-left .button {
    right: auto;
    left: 15%;
}

.ud-title.font-smal h2 {
    font-size: 37px;
}

.pxtm_new-sec8 .flickity-slider>* {
    max-width: 70% !important;
    justify-content: center;
    opacity: 1 !important;
}

.accordion .accordion-title span {
    font-size: 22px;
    color: #e8c31b;
    font-weight: 700;
}

.accordion p {
    font-size: 18px;
    font-weight: 700;
    color: #e8c31b;
}

.section-3-dtd .image-box-overlay {
    overflow: hidden;
}

.section-3-dtd .image-box-overlay .overlay {
    background: linear-gradient(133.58deg, #fbde5c -43.7%, #e8c31bde 67.02%);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.section-3-dtd .image-box-overlay .box-text {
    position: absolute;
    text-align: left;
    padding-left: 3em;
    padding-right: 2em;
    width: 100%;
    top: 85%;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.section-4-dtd .img-box-1 .box-text h3,
.section-3-dtd .box-text h3 {
    background: linear-gradient(180deg, #fbad17 0%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26.6461px;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 26px;
}

.section-3-dtd .box-text .button.primary:not(.is-outline) {
    max-width: max-content;
    width: 100%;
    display: block;
    text-align: center;
    margin: 16px auto 0 !important;
}

.section-3-dtd .image-box-overlay:hover .overlay {
    opacity: 1;
}

.section-3-dtd .image-box-overlay:hover .box-text {
    top: 40%;
}

.section-3-dtd .col-inner .box-image {
    border-radius: 23px;
}

.section-4-dtd .img-box-1 .box-text {
    position: absolute;
    bottom: -40px;
    padding-left: 4em;
    padding-right: 4em;
}

.section-4-dtd .img-box-1 .box-text h3 {
    margin-bottom: 10px;
    font-size: 32px;
}

.section-4-dtd .img-box-1 .box-text p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.sub-text p {
    background: linear-gradient(180deg, #fbad17 0%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 37px;
    text-transform: uppercase;
    text-shadow: none;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 700;
}

.section-5-dtd .video-fit {
    margin-top: -32px;
}

.section-7-dtd h3 {
    background: linear-gradient(180deg, #fbad17 0%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    text-transform: uppercase;
}

.section-7-dtd p {
    font-size: 22px;
}

.section-8-dtd::before {
    content: "";
    background: url(/wp-content/uploads/2023/03/dieu-tri-da-desktop-36.webp);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    z-index: 4;
    top: -50px;
    left: 38%;
    bottom: 0;
}

.section-8-dtd::after {
    content: "";
    background: url(/wp-content/uploads/2023/03/phun-may-tan-bot-desktop-01.webp);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 200px;
    z-index: 4;
    top: 260px;
    left: 6%;
    bottom: 0;
}

.section-8-dtd .sub-new-btn.custom-btn {
    position: absolute;
    left: 40%;
    bottom: 5%;
}

.section-8-dtd .img {
    margin-bottom: 0 !important;
}

.section-10-dtd .box-text-inner p {
    background: linear-gradient(180deg, #fbad17 0%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 32px;
    font-weight: 700;
}

.section-11-dtd .sub-new-btn {
    position: absolute;
    left: 0;
    right: 5%;
    margin: auto;
    bottom: 20%;
    width: max-content;
}

.section-12-dtd .col-uu-diem-dtd:before {
    content: "";
    background: url(https://thammylinhanh.vn/wp-content/uploads/2022/12/dieu-tri-da-desktop-50.webp);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 900px;
    height: 811px;
    z-index: -3;
    top: -62px;
    left: -120px;
    bottom: 0;
}

.section-12-dtd li {
    line-height: 48px;
    font-weight: 700;
    font-size: 18px;
}

.section-12-dtd .col-uu-diem-dtd {
    transform: translate(-70px, -85px);
}

.section-12-dtd .button {
    margin-top: 30px !important;
}

.section-12-dtd .box-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pxcm-pp .box-text {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -45px;
    line-height: 1.1;
}

.pxcm-pp .sub-new-btn {
    position: relative;
    top: 0;
    font-size: 14px;
}

.cus-title {
    margin-top: 60px;
}

.cus-title p {
    font-style: normal;
    font-weight: 900;
    font-size: 37px;
    line-height: 46px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sub-text-2 p {
    font-style: normal;
    font-weight: 900;
    font-size: 37px;
    line-height: 46px;
    text-transform: uppercase;
}

.pxcm-cn,
.pxcm-h1 {
    border-bottom: 1px solid #fff;
}

.pxcm-h1 .col:first-child,
.pxcm-dt .col:first-child,
.pxcm-cn .col:first-child {
    padding-top: 25px;
}

.pxcm-cn-text .col-inner,
.pxcm-hq-text .col-inner,
.pxcm-dt-text .col-inner {
    width: 80%;
    text-align: center;
    margin: 0 auto !important;
    padding-top: 20px;
    font-size: 16px;
}

.bg-has-img .custom-btn {
    position: absolute;
    right: 10%;
    bottom: 5%;
}

.box-img-cus h3,
.qt-new h3 {
    background: linear-gradient(180deg, #fbad17 0%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 30px;
}

.qt-new .box-image img {
    border: 2px solid #ccc3e6;
}

.pxcm-sec9 .box-text {
    width: 70%;
    background-color: var(--primary-color);
    border: 1px solid #fff;
    margin: 30px auto;
    border-radius: 25px;
}

.dv-title-3 h2,
.title-dv-2 h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 82px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    margin: 0;
}

span.gr-new-text {
    background: linear-gradient(180deg, #fbad17 0%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dv-title-3 h3,
.title-dv-2 h3 {
    background: linear-gradient(180deg, #fbad17 0%, #ff6400 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    font-weight: 900;
    font-size: 37px;
    line-height: 46px;
    text-transform: uppercase;
}

.hubc-sec4 .box-text.text-center {
    margin-top: -34%;
}

.hubc-sec4 .box-text.text-center p {
    font-size: 14px;
}

.dv-img-5 .sub-new-btn {
    position: absolute;
    right: 10%;
    bottom: 5%;
    z-index: 3;
}

.col-inner img {
    border-radius: 12px;
}

.ht-add h4 {
    font-size: 24px;
}

.menu-drop-sub .ux-menu-link__link.flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    border-bottom-color: #000;
    padding: 0;
    line-height: 2;
    min-height: auto;
    color: #e8c31b;
    margin-bottom: 15px;
}

.sec-px .section-bg {
    border-radius: 0 0 15px 15px;
}

.sec-px .ux-menu-link.flex.menu-item {
    width: 80%;
}

.nav-dropdown-has-border .nav-dropdown {
    border: 2px solid #e8c31b;
    border-radius: 0 0 15px 15px;
}

.sec-px .ux-menu-link__icon+.ux-menu-link__text {
    padding: 0;
}

.menu-title.danhmuc-hot {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-title {
    margin-bottom: 15px;
}

.menu-title p,
.menu-title a {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.menu-title.danhmuc-hot::after {
    content: url(https://thammylinhanh.vn/wp-content/uploads/2023/03/nhan-hot-copy.webp);
    display: inline-block;
    transform: scale(0.6);
}

@media (min-width: 850px) {
    body:not(.ux-builder-iframe) .pxtm_new-sec5 .block-text {
        position: absolute;
    }

    body:not(.ux-builder-iframe) .box-text-1 {
        left: 8%;
        top: -2%;
    }

    body:not(.ux-builder-iframe) .box-text-2 {
        right: 8%;
        top: -2%;
    }

    body:not(.ux-builder-iframe) .box-text-3 {
        left: 0%;
        top: 26%;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    body:not(.ux-builder-iframe) .box-text-4 {
        right: 0%;
        top: 26%;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
    }

    body:not(.ux-builder-iframe) .box-text-5 {
        right: 8%;
        bottom: 45%;
    }

    body:not(.ux-builder-iframe) .box-text-6 {
        left: 8%;
        bottom: 45%;
    }

    body:not(.ux-builder-iframe) .dv-box-po .col-inner {
        height: 1000px;
        margin-bottom: -250px;
    }

    body:not(.ux-builder-iframe) .dv-ss-video .col-inner {
        margin-top: -182px;
    }
}

@media (max-width: 1400px) {
    body:not(.ux-builder-iframe) .pxcm-sec8 .block-text {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .section-4-dtd .img-box-1 .box-text h3 {
        font-size: 20px;
    }

    .section-4-dtd .img-box-1 .box-text p {
        font-size: 14px;
    }
}

@media (max-width: 850px) {
    .ud-title h2 {
        font-size: 37px;
    }

    .ud-title p {
        font-size: 24px;
    }

    .pxtm_new-sec3 .pxtm_block-uudiem .col:nth-child(1) .col-inner,
    .pxtm_new-sec3 .pxtm_block-uudiem .col:nth-child(4) .col-inner {
        bottom: 0;
    }

    .pxtm_new-sec5 .section-bg {
        background-image: url(/wp-content/uploads/2023/03/Phun-xam-tham-my-mobile-sec5bg.webp) !important;
    }

    body:not(.ux-builder-iframe) .block-text {
        margin: 0 auto;
        width: 100%;
        margin-bottom: 20px;
    }

    body:not(.ux-builder-iframe) .dv-ss-video .col-inner {
        margin-top: -30px;
    }

    .container-feelback {
        width: 100%;
    }

    .row-feelback {
        flex-direction: column;
        display: block;
    }

    .row-feelback .col {
        margin-right: 0;
        padding-top: 0%;
        width: 100%;
        max-width: 100%;
        max-height: none;
        flex: none;
        border-radius: 0;
    }

    .row-feelback .col img {
        position: relative;
        width: 100%;
        max-height: 199px;
        border-radius: 12px;
    }

    .row-feelback .col p {
        width: 100%;
        position: relative;
        bottom: 0;
        text-align: center;
        margin-left: 0;
        margin-top: 10px;
    }

    .pxtm_new-sec6 .block-dichvu h3 {
        font-size: 24px;
        text-align: center;
        margin-top: 30px;
    }

    .pxtm_new-sec6 .block-dichvu h3 br {
        display: none;
    }

    .pxtm_new-sec6 .block-dichvu {
        background-size: cover;
        height: auto;
        background: linear-gradient(98deg, #fbde5c -43.7%, #3f2068 67.02%);
        border-radius: 20px;
        margin-top: 35px;
    }

    .pxtm_new-sec6 .section-content {
        padding: 0 15px;
    }

    .row-mb-re {
        flex-direction: column-reverse;
    }

    .row-mb-re>.col:nth-child(2) {
        order: 3;
    }

    .row-mb-re>.col:nth-child(1) {
        order: 2;
    }

    .row-mb-re>.col:nth-child(3) {
        order: 1;
    }

    .section-11-dtd .sub-new-btn {
        bottom: 4%;
    }

    .cus-title h2 {
        font-size: 24px !important;
        line-height: 1.5;
    }

    .cus-title p {
        font-size: 18px !important;
        line-height: 1.5;
        margin-bottom: 0;
    }

    .title-dv-2 h2 {
        font-size: 50px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 549px) {
    .hom-contact {
        padding: 200px 0 10px !important;
    }

    .dv-img-5 .sub-new-btn {
        bottom: 0%;
    }

    .video-list-home,
    .blog-home-2 {
        padding: 0;
        height: auto;
        display: flex;
        flex-wrap: nowrap;
        overflow-y: hidden;
        margin-top: -39px;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        scroll-padding-top: 140px;
    }

    .video-list-home .col-inner,
    .blog-home-2 .post-item .col-inner {
        width: 270px;
    }

    .video-list-home {
        margin: 0;
    }

    .video-list-home .col {
        padding: 0 12px !important;
    }

    .video-list-home p {
        text-align: center;
    }

    .title-dv-2 h2 {
        font-size: 30px;
        line-height: 1.5;
    }

    .title-dv-2 h3 {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media only screen and (max-width: 850px) {
    .home_fb-tab .tab-panels {
        padding: 0;
        margin-top: 20px;
    }

    .home_fb-tab .tab-panels p {
        text-align: center !important;
    }

    .home_fb-tab .tab-panels p span {
        font-size: 18px !important;
    }

    .home_fb-tab .nav-tabs>li {
        width: max-content;
    }

    .home_fb-tab .nav-tabs>li>a:after {
        display: none;
    }

    .home_fb-tab .nav-tabs {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .home_fb-tab .nav-tabs>li.active>a {
        background: var(--sub-new-gradient);
        border-radius: 99px;
        color: #fff;
    }
}

@media (max-width: 549px) {

    h5,
    p,
    ul,
    ul>li {
        font-size: 16px;
    }

    .row-md-re {
        flex-direction: column-reverse;
        text-align: center;
    }
	.row-dv .block-dv .home_dv-element .box-text {
		padding: 20px 15px 0 15px;
	}
	.block-dv .box-text h3{
		font-size: 1.5rem;
	}
}

.absolute-footer.dark {
    display: none;
}

div.navigation-menu-mobile {
    display: none;
}

@media only screen and (max-width: 850px) {

    .navigation-menu-mobile div,
    .navigation-menu-mobile li,
    .navigation-menu-mobile ul,
    div.navigation-menu-mobile {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        vertical-align: baseline;
        background: 0 0;
        display: block;
    }

    .navigation-menu-mobile {
        height: 100px;
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 111;
    }

    .menu-mobile__container {
        position: relative;
        height: 100%;
        width: 100%;
    }

    .menu-mobile__container:before {
        content: '';
        background-image: url(/wp-content/uploads/2023/03/z3919404016161_2e9693f33dc30ce8fddd36522382a6a3.png);
        width: 100%;
        height: 63px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .menu-mobile__container .menu-mobile__icon {
        position: absolute;
        width: 66px;
        height: 66px;
        left: 50%;
        top: 0;
        background: radial-gradient(112.14% 88.76% at 6.51% 20.83%, #f3f3f3 0, #fbad17 41.47%, #ff6400 100%);
        box-shadow: 0 4px 10px rgb(146 55 73 / 50%);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        transform: translateX(-50%);
        border: 2px solid #fff;
    }

    .navigation-menu-mobile ul {
        position: absolute;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        list-style: none;
        justify-content: center;
        align-items: flex-end;
        bottom: 0;
        left: 0;
        right: 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px;
    }

    .navigation-menu-mobile ul li a {
        display: grid;
        justify-content: center;
        align-items: center;
        gap: 3px;
    }

    .navigation-menu-mobile ul li a span {
        display: block;
        margin: auto;
        font-size: 12px !important;
        font-weight: 700;
    }

    .icon-nav-btn-phone {
        width: 26px;
        height: 26px;
        background-position: center;
        background-size: contain;
        background-image: url(/wp-content/uploads/2023/03/telephone-final.png);
        background-repeat: no-repeat;
        display: block;
    }

    .icon-nav-btn-phone.zalo {
        width: 26px;
        height: 36px;
        background-position: center;
        background-size: contain;
        background-image: url(/wp-content/uploads/2023/03/icon-zalo-chat.png);
        background-repeat: no-repeat;
        display: block;
    }

    .icon-nav-calendar {
        height: 30px;
        background-image: url(/wp-content/uploads/2023/03/Vector.webp);
    }

    .icon-nav {
        background-image: url(/wp-content/uploads/2023/03/Tu-van-copy.webp);
        background-repeat: no-repeat;
        display: block;
        width: 30px;
        height: 29px;
        background-position: center;
        background-size: contain;
    }

    .icon-nav-address {
        height: 30px;
        background-image: url(/wp-content/uploads/2023/03/location-pin-final.png);
    }

    .icon-nav-respon {
        height: 30px;
        background-image: url(/wp-content/uploads/2023/03/telephone-final.png);
    }
    .icon-nav-respon.facebook {
        width: 26px;
        height: 36px;
        background-position: center;
        background-size: contain;
        background-image: url(/wp-content/uploads/2023/03/facebook-app-symbol.png);
        background-repeat: no-repeat;
        display: block;
    }

    .icon-nav-address,
    .icon-nav-calendar,
    .icon-nav-respon {
        width: 25px;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
    }
}
@media(max-width: 849px){
  #wrapper{
    padding-top: 70px;
  }
  header#header{
    left: 0px;
    margin: 0px auto;
    position: fixed;
    right: 0px;
    top: 0px;
  }
}

@media only screen and (max-width: 374px) {
    .menu-mobile__container:before {
        height: 54px;
    }
}
