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

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    font-family: 'Inter', sans-serif;
}

/**/
.mouse-follower {
    z-index: 10;
}

.mouse-follower .cursor-outline {
    height: 30px;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 1);
}

.mouse-follower span {
    z-index: 10;
    opacity: 1;
    top: -10px;
    left: -10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: fixed;
    transition: 100ms ease-in-out;
    pointer-events: none;
}

.mouse-follower .cursor-dot {
    height: 6px;
    width: 6px;
    background: rgba(255, 255, 255, 1);
    transition: all 0.5s ease-in-out;
}

.mouse-follower {
    z-index: 10;
}

.mouse-follower span {
    z-index: 10;
    opacity: 1;
    top: -10px;
    left: -10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    position: fixed;
    transition: 100ms ease-in-out;
    pointer-events: none;
}

.mouse-follower .cursor-outline {
    height: 30px;
    width: 30px;
    border: 1px solid rgba(0, 1, 0, );
}

.mouse-follower .cursor-dot {
    height: 6px;
    width: 6px;
    background: rgba(0, 1, 0, );
    transition: all 0.5s ease-in-out;
}

.mouse-follower.hide-cursor span {
    border-color: transparent;
    background: transparent;
}

.mouse-follower.highlight-cursor-head {
    cursor: none;
}

.mouse-follower.highlight-cursor-head .cursor-outline {
    height: 0;
    width: 0;
}

.mouse-follower.highlight-cursor-head .cursor-dot {
    height: 150px;
    width: 150px;
    background: rgba(0, 1, 0, );
    mix-blend-mode: difference;
}

@media (max-width: 991px) {
    .mouse-follower.highlight-cursor-head .cursor-dot {
        height: 80px;
        width: 80px;
    }
}

.mouse-follower.highlight-cursor-para {
    cursor: none;
}

.mouse-follower.highlight-cursor-para .cursor-outline {
    height: 0;
    width: 0;
}

.mouse-follower.highlight-cursor-para .cursor-dot {
    height: 100px;
    width: 100px;
    background: rgba(0, 1, 0, );
    mix-blend-mode: difference;
}

@media (max-width: 991px) {
    .mouse-follower.highlight-cursor-para .cursor-dot {
        height: 60px;
        width: 60px;
    }
}

.highlight-cursor-head {
    cursor: none;
}

/**/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
}

.home .transparent .header-main {
    background-color: #000;
}

#main,
#wrapper {
    background-color: rgba(0, 0, 0);
}

/*css fix header */
#wrapper {
    width: calc(100% - 145px);
    margin-left: 145px;
    padding-left: 0px;
    overflow-x: hidden;
}

.sidebar-box {
    position: fixed;
    left: 0;
    z-index: 9999999999999999;
    color: #fff;
    width: 145px;
    height: 100vh;
    background-color: #000;
    border-right: 1px solid #dd4242;
    overflow: hidden;
}

.navbar-toggle-box {
    background-color: #dd4242;
    height: 145px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 99;
}

.navbar-toggle-btn {
    width: 40px;
    height: 28px;
    position: relative;
    right: 0;
    transition: all 0.5s ease-in-out;
    top: 0;
    z-index: 10;
    margin: 0;
    min-height: unset;
}

.sidebar-menu-full-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-menu-full-page {
    position: fixed;
    background-color: #ffffff4d;
    backdrop-filter: blur(25px);
    width: 100vw;
    height: 100vh;
    z-index: 9;
    top: 0;
    clip-path: polygon(0px 0px, 100% 0px, 130% 0px, 0px 0px);
    transform: translate(0px, 0px) rotate(7deg) scale(1.3);
    padding: 100px 0px;
    transition: clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995), visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995), transform 1s cubic-bezier(0.575, 0.015, 0, 0.995), -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995);
}

body.bodyOpen header {
    z-index: 99999999999;
}

body.bodyOpen header #masthead {
    background: transparent;
}

body.bodyOpen header #masthead .ct_menu_left {
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.sidebar-menu-full-page.active {
    opacity: 1;
    top: 0;
    left: 0;
    transform: translate(0, 0) rotate(0) scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995), visibility 1s cubic-bezier(0.575, 0.015, 0, 0.995), opacity 1s cubic-bezier(0.575, 0.015, 0, 0.995), transform 1s cubic-bezier(0.575, 0.015, 0, 0.995), -webkit-clip-path 1s cubic-bezier(0.575, 0.015, 0, 0.995);
}

.contact-information .social-area {
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.navbar-toggle-btn.btnOpen span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.navbar-toggle-btn.btnOpen span:nth-child(2) {
    transform: rotate(45deg);
}

.navbar-toggle-btn.btnOpen span:nth-child(3) {
    transform: rotate(-45deg);
}

.navbar-toggle-btn.btnOpen span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.contact-information .social-area li a {
    color: #fff;
}



.row-sidebar-menu {
    display: flex;
    align-items: center;
}

.sidebar-menu ul li {
    margin: 0;
    list-style: none;
}

.sidebar-menu ul li a {
    font-size: 50px;
    color: #fff;
}

.sidebar-menu ul li a span {
    text-shadow: unset;
}

.sidebar-menu {
    overflow-x: auto;
    max-height: 550px;
}

.sidebar-contact {
    padding-left: 100px;
}

/**/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
    background: #dd4242;
}

::-webkit-scrollbar-button,
::-webkit-scrollbar-thumb {
    background: #dd4242;
}

::-webkit-scrollbar-track {
    background: #cfcfcf;
}

.menu-menu-chinh-container ul {
    margin-bottom: 0;
}

/**/
.copyright-mn {
    list-style: none;
    margin: 0;
    display: flex;
    gap: 100px;
}

.copyright-mn li {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0;
}

.sidebar-contact h2 {
    font-size: 57px;
    color: #fff;
}

.side-menubar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
    position: relative;
    z-index: 999;
    background-color: #000;
}

.navbar-toggle-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
}

.navbar-toggle-btn span:nth-child(1) {
    top: 0;
}

.navbar-toggle-btn span:nth-child(2),
.navbar-toggle-btn span:nth-child(3) {
    top: 12px;
}

.navbar-toggle-btn span:nth-child(4) {
    top: 24px;
}

.social-area a {
    border: 1px solid #ffffff26;
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
    transition: all 0.5s ease-in-out;
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.bottom-area {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-bottom: 45px;
}

.bottom-area ul {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bottom-area ul li {
    list-style: none;
    margin: 0;
}

.bottom-area ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.social-area {
    margin: 0;
    display: flex;
    justify-content: center;
    list-style: none;
}

.social-area-tle,
.social-area-tle li {
    margin: 0;
    text-align: center;
}

.social-area-tle li a svg path {
    fill: #fff;
}

.social-area-tle li a svg {
    width: 32px;
}

.social-area-tle li a {
    width: 78px;
    height: 78px;
    border: 1px solid #ffffff80;
    display: flex;
    border-radius: 99px;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.ct_menu_left ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.ct_menu_left ul {
    gap: 30px;
}

.ct_menu_left ul li {
    margin: 0;
}

.pt_tops a {
    font-size: 16px;
    color: #fff;
}

.header-button-1 a {
    background-color: rgba(0, 0, 0, 1);
    padding: 12px 24px;
    color: rgba(255, 255, 255, 1);
    border: 1px solid #dd4242;
    position: relative;
    overflow: hidden;
    z-index: 0;
    font-size: 16px;
    font-weight: normal;
}

.header-button-1 a::before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: #dd42421a;
    transition: all .7s ease;
    z-index: -1;
}

.header-button-1 a:hover:before {
    background-color: #dd4242;
    width: 400%;
    height: 400%;
    top: 39px;
    left: 37px;
}

.header-button-1 a span:after {
    width: 24px;
    height: 24px;
    display: block;
    content: "\f063";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
}

.header-button-1 a span {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.header-button-1 a:hover span:after {
    transform: rotate(-135deg);
}

/**/
.copyright_fts {
    margin: 0;
    display: flex;
    gap: 25px;
}

.copyright_fts li {
    margin: 0 !important;
    list-style: none;
    color: #fff;
}

.absolute-footer {
    display: none !important;
}

.copyright_fts {
    margin: 0;
    display: flex;
    gap: 35px;
}

.row_imfdssa {
    margin-top: 105px;
}

.box_cps {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.box_cps .n2-color {
    color: #cfcfcf;
}

.section-title-normal {
    border-bottom: 0px solid #ececec !important;
}

.section-title b {
    height: 0px !important;
}

.tt_ccs {
    margin-bottom: 0;
}

.tt_ccs .section-title {
    margin-bottom: 0;
}

.tt_ccs span {
    font-family: 'Inter';
    font-weight: 400;
    color: #cfcfcf;
    margin: 0 !important;
    padding: 0;
}

.sad ul {
    margin: 0;
}

.sad ul {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}

.sad ul li {
    margin: 0 !important;
}

.sad ul li a {
    color: #fff;
}

.sad {
    margin-top: 35px;
}

.section-title-normal span {
    border-bottom: 0px solid rgba(0, 0, 0, .1) !important;
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    padding-bottom: 0 !important;
}

.tt_bn_s1 h4 {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: normal;
}

.section-title-container {
    margin-bottom: 0 !important;
}

.tt_bn_s1 span {
    padding-left: 80px;
}

.tt_bn_s1 span:before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #dd4242;
    display: block;
}

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

.col_8s {
    background-color: #fff;
}

.row_sub_km .col {
    padding: 72px 0 !important;
}

.icon_view-vks .count-up {
    font-family: 'Playfair Display';
    font-size: 60px;
    color: #000;
}

.icon_view-vks {
    display: flex;
    align-items: center;
}

.cls_views .plus {
    font-size: 48px;
    font-family: 'Playfair Display';
    color: red;
}

.btn_scroll i {
    top: 0;
    margin: 0 !important;
}

.btn_scroll {
    margin: 0;
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background-color: #dd4242;
    box-shadow: unset;
    border: unset;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.btn_scroll span {
    display: none;
}

.col_lmnd .col-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_scroll .icon-angle-down:before {
    content: "\f063";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.row .btn_scroll:before {
    content: "";
    width: 2px;
    height: 60px;
    background-color: #fff;
    display: block;
    position: relative;
    left: 7px;
    top: -15px;
}

.sec_dgns {
    margin-top: -135px;
}

.btn-work:hover {
    color: #fff;
    background-color: #dd4242;
}

.row_sub_km {
    padding-left: 40px;
    padding-right: 40px;
}

.sec23s {
    margin-top: 120px;
}

.row .img_pcsa img {
    width: auto;
}

.row .img_pcsa {
    text-align: right;
}

.row_saub_s3 {
    position: absolute;
    top: 30%;
}

.vn_suba {
    color: #fff;
    font-size: 16px;
}

.sub_2sa {
    font-size: 57px;
    color: #fff;
}

.omnjsa {
    font-size: 24px;
    color: #fff;
}

.bnbsa {
    color: #fff;
}

.row_saub_s3 .btn_cliskj {
    margin: 0;
}

.row_saub_s3 .btn_cliskj {
    position: relative;
    top: 50px;
}

.img_asumnas {
    text-align: right;
}

.img_asumnas img {
    width: auto;
}

.row0 {
    max-width: 319px;
    margin: auto;
    margin-right: 0;
    color: #fff;
    padding-top: 160px;
}

.text-areap-2 {
    display: flex;
    gap: 5px;
}

.text-areap-2 h4 {
    color: #fff;
    width: fit-content;
}

.tts_tops {
    margin-top: 120px;
}

.col-inner>.img:not(:last-child),
.col>.img:not(:last-child) {
    margin-bottom: 0;
}

.ttnsa h4 {
    font-family: 'Inter';
    color: #fff;
    font-weight: normal;
    letter-spacing: 2px;
}

.ttnsa h4 span:before {
    content: "";
    width: 65px;
    left: 0;
    height: 1px;
    background-color: #dd4242;
    display: block;
}

.ttnsa h4 span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tt_jnhsads h2 {
    margin-bottom: 0;
}

.tt_jnhsads h2 span {
    color: #fff;
    font-size: 60px;
}

.sun_m_mnsa {
    max-width: 636px;
    margin: auto;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.row_ctnsa {
    margin: auto !important;
}

.row_ctnsa .col .col-inner {
    border: 1px solid #ffffff26;
    padding: 32px;
    transition: 8000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.single-item h5 {
    color: #fff;
    font-size: 24px;
}

.single-item p {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.btn-area-single {
    padding-top: 120px;
}

.drounded-circle br {
    display: none;
}

.btn-area-single a {
    transform: scale(0.4);
    background-color: #ffffff99;
    width: 52px;
    min-width: 52px;
    height: 52px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.5s ease-in-out;
}

.discenter br {
    display: none;
}

.marquee-content {
    display: flex;
    justify-content: flex-end;
}

.discenter span {
    white-space: nowrap;
    position: relative;
    -webkit-text-stroke: 2px #dd424299;
    color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-text-stroke: 2px #dd424299;
    font-size: 120px;
    font-family: 'Inter';
}

.row_ctnsa {
    padding-top: 60px;
}

.row_ctnsa .col .col-inner:after {
    content: "";
    position: absolute;
    width: 0;
    height: 6px;
    background-color: #dd4242;
    top: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.row_ctnsa .col .col-inner:hover:after {
    width: 100%;
}

.row_ctnsa .col .col-inner:hover a.drounded-circle {
    transform: scale(1.5);
    background-color: #dd4242;
}

.row_ctnsa .col .col-inner:hover p {
    opacity: 1;
    color: #fff;
}

.btn_view_allls {
    margin: auto;
    width: fit-content;
    display: block;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    padding: 5px 24px;
    border-radius: 100px;
    color: rgba(255, 255, 255, 1);
}

.btn_view_allls {
    margin-top: 35px;
}

.sun_kps3 {
    max-width: 639px;
    color: #fff;
    margin-top: 15px;
}

.sun_kps3 p {
    margin: 0;
}

/* */
.items-wrapper {
    position: relative;
    overflow: hidden;
}

/* .box_row_slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
    margin-top: 60px;
}
.items-wrapper img {
    width: 100%;
}
.content-absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #1D1D1D 0%, rgba(0, 0, 0, 0) 67.3%);
    opacity: 1;
    transition: all 0.5s ease-in-out;
    padding: 24px;
}
.top-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.box-gap-2{
    background-color: #dd4242;
    border-color: #dd4242;
    width: 48px;
    min-width: 48px;
    height: 48px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-bar-position {
    margin-bottom: -34px;
    transition: all 0.5s ease-in-out;
    position: absolute;
    bottom: 0;
    padding-bottom: 24px;
}
.dcenter-vnhsd {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 25px;
}
.dcenter-vnhsd li {
    margin: 0 !important;
    color: #fff;
    background-color: #252c3f;
    padding: 4px 12px;
    border-radius: 50px;
}
.bottom-bar-position h3 {
    color: #fff;
    font-size: 43px;
} */
/* css fix box card */
/* ===== GRID ===== */
.box_row_slider {
    margin-top: 60px;
}

.box_row_slider {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 100%;
    width: 100%;
    perspective: 1000px;
}

/* ===== CARD ===== */
.items-wrapper {
    position: relative;
    border-radius: 0px;
    overflow: hidden;
    cursor: pointer;
    transform-style: preserve-3d;
    transition: 8000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
    will-change: transform;
    --mx: 50%;
    --my: 50%;
}

/* Shine */
.items-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 10;
    border-radius: 0px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: radial-gradient(circle at var(--mx) var(--my), rgba(255, 255, 255, 0.14) 0%, transparent 55%);
}

.items-wrapper:hover::before {
    opacity: 1;
}

/* Bottom accent line */
.items-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #dd4242, #dd4242, #dd4242);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    border-radius: 0 0 16px 16px;
    z-index: 11;
}

.items-wrapper:hover::after {
    transform: scaleX(1);
}

.items-wrapper:hover {
    box-shadow: 0 30px 70px -10px rgba(0, 0, 0, 0.8), 0 0 40px -10px rgba(200, 169, 110, 0.15);
}

/* ===== IMAGE ===== */
.items-wrapper img.w-100 {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 0px;
    transition: transform 0.08s linear;
    will-change: transform;
}

/* ===== OVERLAY ===== */
.content-absolute {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    border-radius: 0px;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0.3) 0%,
            transparent 35%,
            transparent 45%,
            rgba(0, 0, 0, 0.8) 100%);
}

/* ===== TOP ===== */
.top-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.08s linear;
    will-change: transform;
}

.top-between>span {
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 4px 14px;
    border-radius: 20px;
}

.box-gap-2 {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.82rem;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.items-wrapper:hover .box-gap-2 {
    background: #dd4242;
    border-color: #dd4242;
    transform: rotate(-45deg);
}

/* ===== BOTTOM ===== */
.bottom-bar-position {
    transition: transform 0.08s linear;
    will-change: transform;
}

.dcenter-vnhsd {
    list-style: none;
    display: flex;
    gap: 14px;
    margin-bottom: 10px;
}

.dcenter-vnhsd li {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 16px;
}

.dcenter-vnhsd li i {
    font-size: 16px;
    color: #fff;
}

.bottom-bar-position>p {
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 2px;
}

.bottom-bar-position h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}

.mt-2 {
    margin-top: 5px;
}

/**/
.bottom-bar-position p {
    color: #fff;
    margin: 0;
    margin-top: 20px;
}

.list-item ul {
    list-style: none;
    margin: 0;
}

.list-item ul li {
    list-style: none;
    margin: 0;
}
.tb_post img {
    max-height: 445px;
    object-fit: cover;
}
.list-item ul li br {
    display: none;
}
.tb_post_content h5 {
    font-size: 48px;
}
.tb_post_content h5 a {
    color: #fff;
}
.item-post-cate {
    padding-bottom: 40px !important;
}
.btn-vivacity-csc {
    background-color: #3434344d;
    width: 200px;
    min-width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 1px solid #0000004d;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: center;
    flex-direction: column;
}

.btn-vivacity-csc br {
    display: none;
}

.btn-area-sass {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row_pricers {
    margin: 0 auto !important;
    margin-top: 60px !important;
}

.row_pricers .col .col-inner {
    border: 1px solid #ffffff33;
    background: #ffffff0f;
    transition: all 0.5s ease-in-out;
    padding: 70px 32px;
    color: #fff;
    border-radius: 5px;
}

.single-rounded-pill h4 {
    text-align: center;
    font-size: 32px;
    color: #fff;
}

.single-rounded-pill h6 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.single-rounded-pill p {
    text-align: center;
}

.single-rounded-pill p span {
    border-color: #ffffff80 !important;
    padding-bottom: 40px;
    font-size: 60px;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Playfair Display';
}

.single-rounded-pill p span {
    padding-bottom: 40px;
    font-size: 60px;
    margin-bottom: 40px;
    color: #fff;
    font-family: 'Playfair Display';
    border-bottom: 1px solid #ffffff80 !important;
    display: block;
}

.single-rounded-pill .list-item {
    text-align: center;
}

.list-item h5 {
    font-size: 24px;
    color: #fff;
}

.list-item ul {
    margin-top: 32px;
    display: grid;
    gap: 20px;
    font-size: 16px;
}

.list-item ul li i {
    color: #dd4242;
}

.list-item ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: center;
    gap: 15px;
}

.btn-area-sass {
    margin-top: 32px;
}

.btn-area-sass a {
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease-in-out;
    font-size: 24px;
    line-height: 150%;
}

.hccm_cmnha h2 {
    font-size: 56px;
    color: #fff;
    max-width: 1075px;
    margin: 0;
    margin-top: 160px;
    margin-bottom: 160px;
}

.hccm_cmnha {
    padding-top: 160px;
    padding-bottom: 160px;
    padding-left: 40px;
    padding-right: 40px;
}

.sec_videos {
    background-image: url(/wp-content/uploads/2026/02/video-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: 120px;
    margin-bottom: 120px;
}

.sec_videos:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000066;
    background-repeat: no-repeat;
    z-index: 0;
}

.col_videos .col-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

.col_videos .col-inner {
    padding-top: 430px;
    padding-bottom: 430px;
}

.video-button-wrapper:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.video-button-wrapper a {
    background-color: rgba(0, 0, 0, 1) !important;
}

.box-sld-wrapper.owl-carousel .owl-item:nth-child(odd) {
    margin-top: -230px;
}

.box-sld-wrapper .owl-stage-outer {
    overflow: visible;
}

.item-slide-vns .btn-vivacity {
    border: 1px solid #343434;
    background-color: rgba(0, 0, 0, 0);
    width: 300px;
    min-width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 2800ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
    overflow: hidden;
}

.item-slide-vns .btn-vivacity img {
    width: fit-content;
    object-fit: contain;
}

.box-sld-wrapper .items-wrapper {
    overflow: visible;
}

.row_top_cls {
    height: 640px;
    display: flex;
    align-items: flex-end;
}

.btn-vivacity:before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    background-color: #dd42421a;
    z-index: -1;
    border-radius: 100%;
    transition: 0.9s;
}

.item-slide-vns .btn-vivacity:hover:before {
    width: 400%;
    height: 400%;
    background-color: #dd4242;
}

.row_testimonials {
    border: 1px solid #ffffff26;
    padding: 60px 32px !important;
    margin-top: 60px !important;
}

.bottom-area-cmn {
    border-top: 1px solid #ffffff26;
    margin-top: 32px;
    padding-top: 32px;
}

.icon_cmnas p {
    max-width: 605px;
    margin: auto;
    color: #cfcfcf;
}

.bottom-area-cmn h5 {
    color: #fff;
    font-size: 24px;
}

.row_testimonials:after {
    content: "";
    width: 180px;
    height: 180px;
    background-image: url(/wp-content/uploads/2026/02/quote.png);
    position: absolute;
    top: 0;
    right: 0;
}

.slider_tes .slider-nav-light .flickity-prev-next-button {
    color: #fff;
    top: -90px;
    opacity: 1;
    bottom: unset;
    right: 0;
    width: 45px;
    min-width: 45px;
    height: 45px;
    border: 1px dashed rgba(255, 255, 255);
    border-radius: 99px;
}

.slider_tes .flickity-prev-next-button.previous {
    left: unset;
    right: 75px;
}

.tts_testiminial {
    margin-top: 120px;
}

.row_blogs {
    margin: auto !important;
}

.post-meta-box {
    gap: 25px;
    display: flex;
    color: #fff;
    margin-top: 25px;
}

.post-meta-box i {
    font-size: 5px;
}
.row-list_post_cates .col .col-inner {
    transition: 4000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
    will-change: transform;
}
.box_tgnsa .sld-cmrd-wrapper {
    margin-top: 60px;
}
.blog2post .col .col-inner h5 {
    font-size: 48px;
    color: #fff;
}

.cm-btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    min-width: 52px;
    height: 52px;
    background-color: rgb(221 66 66);
    color: #fff;
    border-radius: 50%;
    position: relative;
}

.btn_gpas {
    display: flex !important;
    align-items: center;
    gap: 100px;
}

.cm-btn-icon i:after {
    width: 150%;
    height: 2px;
    bottom: initial;
    right: 25px;
    position: absolute;
    content: "";
    transition: all 0.5s ease-in-out;
    background-color: rgba(255, 255, 255, 1);
    margin-top: -3px;
}

.cm-btn-icon i {
    transition: all 0.5s ease-in-out;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.p1-color {
    color: #dd4242;
    font-size: 16px;
    text-decoration: underline;
}

.post-meta-date,
.post-time-ed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.magnetic-button-browse .btn-vivacity {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #343434;
    width: 234px;
    min-width: 234px;
    height: 234px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 0;
    text-align: center;
    flex-direction: column;
    color: #fff;
}

.magnetic-button-browse a:hover:before {
    width: 400%;
    height: 400%;
    background-color: #dd4242;
}

.magnetic-button-browse a:hover span {
    color: #fff;
}

.magnetic-button-browse {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fs-five {
    font-weight: normal;
    color: #fff;
    font-size: 24px;
}

.magnetic-button-browse .btn-vivacity i {
    font-size: 24px;
    font-weight: normal;
}

.magnetic-button-browse a:hover i {
    transform: rotate(-45deg);
}

.magnetic-button-browse {
    min-height: 375px;
}

.row_blogs {
    padding-top: 60px;
}

.dv_mnhsa h2 {
    font-size: 60px;
    color: #fff;
}

.btn_view_gls .magnetic-button-browse {
    min-height: unset;
}

.award-aenter {
    text-align: center;
}

.award-aenter h5 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

.btn_view_gls .magnetic-button-browse {
    display: flex;
    justify-content: flex-start;
}

.v-line:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #343434;
}

.all-item {
    display: grid;
    gap: 2rem;
    margin-top: 40px;
    font-size: 18px;
}

.single-item-gthuong {
    display: flex;
    gap: 12px;
    color: #fff;
    align-items: center;
}

.ct_menu_left ul li a:hover {
    color: #dd4242;
}

.head-gthns {
    font-family: 'Playfair Display';
    font-weight: bold;
}

.row_mnhas .col {
    padding-bottom: 0;
}

.row_hcgsa {
    padding-top: 35px;
}

.sld-cmrd-wrapper {
    margin-top: 120px;
    margin-bottom: 25px;
}

.item-slide-cmrd .items-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-box {
    transition: all 0.5s ease-in-out;
    transform: scale(0.5);
    position: absolute;
    opacity: 0;
}

.content-box a {
    background-color: #dd4242;
    width: 180px;
    min-width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 0px solid rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.item-slide-cmrd:hover .content-box {
    opacity: 1;
    transform: scale(1);
}

.content-box a:hover,
.content-box a:hover span {
    color: #dd4242;
}

.content-box a:hover:before {
    width: 400%;
    height: 400%;
    background-color: #fff;
}

.item-slide-vns .items-wrapper::before,
.item-slide-vns .items-wrapper::after {
    display: none;
}

.btn-area-single a i {
    color: #fff;
}

.col_8s {
    transition: 5000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
}

.blog2post .col .col-inner:hover h5 a {
    color: #fff;
}

.single-item {
    cursor: pointer;
}

.btn-vivacity-cs {
    position: relative;
}

.btn-vivacity-csc:before {
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: #dd4242;
    transition: all .7s ease;
    z-index: -1;
}

.btn-vivacity-csc:hover:before {
    width: 400%;
    height: 400%;
}

.ct_menu_left ul li .sub-menu li a {
    color: #000;
}

.ct_menu_left ul li.active a {
    color: #dd4242;
}

/**/
.button-item span {
    display: flex;
    overflow: hidden;
    text-shadow: 0 16px 0 currentColor;
}

.button-item span i {
    font-style: normal;
    display: block;
    transition: transform .4s ease;
    transform: translateY(0);
}

.button-item:hover span i {
    transform: translateY(-16px);
}

.button-item span i:nth-child(1) {
    transition-delay: 0.01s;
}

.button-item span i:nth-child(2) {
    transition-delay: 0.02s;
}

.button-item span i:nth-child(3) {
    transition-delay: 0.03s;
}

.button-item span i:nth-child(4) {
    transition-delay: 0.04s;
}

.button-item span i:nth-child(5) {
    transition-delay: 0.05s;
}

.button-item span i:nth-child(6) {
    transition-delay: 0.06s;
}

.button-item span i:nth-child(7) {
    transition-delay: 0.07s;
}

.button-item span i:nth-child(8) {
    transition-delay: 0.08s;
}

.button-item span i:nth-child(9) {
    transition-delay: 0.09s;
}

.button-item span i:nth-child(10) {
    transition-delay: 0.1s;
}

.button-item span i:nth-child(11) {
    transition-delay: 0.11s;
}

.button-item span i:nth-child(12) {
    transition-delay: 0.12s;
}

.button-item span i:nth-child(13) {
    transition-delay: 0.13s;
}

.button-item span i:nth-child(14) {
    transition-delay: 0.14s;
}

.button-item span i:nth-child(15) {
    transition-delay: 0.15s;
}

.button-item span i:nth-child(16) {
    transition-delay: 0.16s;
}

.button-item span i:nth-child(17) {
    transition-delay: 0.17s;
}

.button-item span i:nth-child(18) {
    transition-delay: 0.18s;
}

.button-item span i:nth-child(19) {
    transition-delay: 0.19s;
}

.button-item span i:nth-child(20) {
    transition-delay: 0.2s;
}

/**/
.section_brs {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: linear-gradient(270deg, rgba(221, 66, 66, 0.23) 0%, rgba(221, 66, 66, 0.35) 30.91%, rgba(221, 66, 66, 0) 57.04%);
}

.page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

.brs p {
    margin-bottom: 0;
}

.row-dmbs .col {
    padding-bottom: 0;
}

.brs p,
.brs p a {
    margin-bottom: 0;
    color: #fff;
}

.section-area-tts {
    text-align: center;
    max-width: 855px;
    margin: auto;
    margin-top: 40px;
    color: #fff;
}

.title-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.title-area:before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #dd4242;
    display: block;
}

.tt_cates {
    font-size: 56px;
    color: #fff;
    margin: 25px 0;
}
.thumb_post_big img {
    width: 100%;
}
.section_thumb_post {
    margin-top: 25px;
    margin-bottom: 25px;
}
/**/
.sidebar-single {
    border: 1px solid #ffffff26 !important;
    padding: 28px;
}
.img-rounded-circle {
    border: 1px solid #ffffff26 !important;
    width: fit-content;
    margin: auto;
    padding: 10px;
    border-radius: 99px;
}
.sidebar-single:nth-child(1) {
    margin-bottom: 25px;
    text-align: center;
}
.img-rounded-circle img {
    border-radius: 999px;
}
.title-item-tg {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
}
.fs-seven-cvr {
    color: #cfcfcf;
}
.mt-tgs {
    color: #fff;
}
.tg_ss.social-area li {
    margin: 0;
}
.tg_ss.social-area li a {
    color: #fff;
}
.tg_ss.social-area {
    display: flex;
    gap: 15px;
}
.list-social-area {
    border-top: 1px solid #ffffff26;
    margin-top: 20px;
    padding-top: 20px;
}
.list-social-area {
    list-style: none;
}
.list-social-area li a {
    color: #fff;
}
.list-social-area li {
    margin: 0;
}
.list-social-area {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}
.single-page {
    color: #fff;
}
.single-page h2, .single-page h3, .single-page h4, .single-page h5, .single-page h6 {
    color: #fff;
}
.date_start {
    border-bottom: 1px solid;
    padding-bottom: 25px;
}
.date_start p {
    margin: 0;
}
.rounded-pill a{
    background-color: #dd4242;
    padding: 7px 16px;
    color: #fff;
    border-radius: 99px;
}
.date_start h1 {
    color: #fff;
    font-size: 46px;
    margin: 0;
}
.single-area-bottom {
    border-top: 1px dashed #ffffff26;
    border-bottom: 1px solid #ffffff26;
    padding: 16px 0;
}
.tag-items-bottom ul, .end-area-fls ul {
    list-style: none;
    margin: 0;
}
.single-area-bottom, .end-area-fls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.tag-items-bottom {
    display: flex;
    align-items: center;
}
.tag-items-bottom ul, .end-area-fls ul {
    display: flex;
    gap: 15px;
}
.tag-items-bottom ul li, .end-area-fls ul li {
    margin: 0;
}
.tag-items-bottom ul li {
    padding: 4px 12px;
    background-color: #252c3f;
    border-radius: 99px;
}
.n1-color {
    margin-right: 15px;
}
.end-area-fls ul li a {
    border: 1px solid #ffffff26;
    border-radius: 50%;
    background: #000;
    transition: all 0.5s ease-in-out;
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
/**/
.divider-section .element-one {
    left: calc(0% - 0px);
}
.divider-section .moving-element {
    position: fixed;
    top: 0;
    transition: .9s;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.divider-section .moving-element::before {
    position: absolute;
    content: "";
    left: 0;
    width: 50%;
    height: 100vh;
    background-image: url(/wp-content/uploads/2026/02/Le-grooming-comment-prendre-soin-de-son-corps-scaled.jpg);
    background-size: 200%;
    background-position: left;
    background-repeat: no-repeat;
}
.divider-section .moving-element img {
    width: 100%;
    height: 100vh;
    opacity: 0;
}
.divider-section .element-two {
    right: calc(0% + 1px);
}
.divider-section .element-two::before {
    left: initial;
    right: 0;
    background-position: right;
}
.divider-content {
    transition: .9s;
    transform: scale(0);
    margin-top: 100vh;
}
.justify-content-center h2 {
    color: #fff;
    font-size: 96px;
}
.justify-content-center p {
    color: #cfcfcf;
}
.single-box-hcm h6 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
}
.single-box-hcm p {
    color: #fff;
}
.sec_gthoi_bs {
    margin-top: 90px;
    margin-bottom: 90px;
}
/*AB css*/
.row_mnhaA .col .col-inner {
    border: 1px solid #ffffff26;
    padding: 32px;
    transition: 8000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
    color: #fff;
}
.icon_svgsa h3 {
    color: #fff;
    font-size: 24px;
}
.row_mnhaA {
    margin-top: 60px;
}
.head-areafs {
    color: #cfcfcf;
    font-size: 18px;
    line-height: 150%;
}
.section-area2 h2 {
    color: #fff;
    font-size: 57px;
    margin-top: 24px;
    margin-bottom: 40px;
}
.sd {
    background-color: #dd4242;
    width: fit-content;
    color: #fff;
    padding: 40px;
    border-radius: 5px;
}
.contactd-8 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.v-line-vn:before {
    content: "";
    width: 1px;
    height: 96px;
    background-color: #ffffff4d;
    display: block;
}
.contactd-8 .fs-six {
    font-size: 18px;
    color: #fff;
}
.call-to-action {
    background-image: url(/wp-content/uploads/2026/02/call-to-action-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    margin-top: 120px;
    margin-bottom: 120px;
}
.call-to-action:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00000066;
    background-repeat: no-repeat;
    z-index: 0;
}
.contactd-8 .n2-color {
    color: #cfcfcf;
}
.btn-vivacity-second {
    border: 1px solid #343434;
    background-color: rgba(0, 0, 0);
    width: 550px;
    min-width: 550px;
    height: 550px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    overflow: hidden;
}
.btn-vivacity-second span {
    color: rgba(255, 255, 255, 1);
    transition: all 0.5s ease-in-out;
    font-size: 56px;
    font-family: 'Playfair Display';
    font-weight: bold;
}
.hover-active {
    position: relative;
    display: grid;
    max-width: 1296px;
    margin: auto;
    margin-top: 120px;
}
.hover-active .d-center
 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.psd_ab {
    position: absolute;
    top: 140px;
}
.abs-left {
    right: 0;
}
.abs-right {
    left: 0;
}
.hover-active .single-item.active {
    z-index: 1;
}
.btn-vivacity-second:before {
    content: "";
    content: "";
    position: absolute;
    top: var(--y);
    left: var(--x);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: transparent;
    transition: all .7s ease;
    z-index: -1;
}
.btn-vivacity-second:hover::before {
  width: 400%;
  height: 400%;
  background-color: rgb(221, 66, 66);
 }/*
.circle-text {
  width: 700px;
  min-width: 700px;
  height: 700px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text_circle {
  animation: rotate 50s linear infinite;
  width: 100%;
  height: 100%;
}
.circle-text .text_circle p {
  transform: translate(50%, -50px);
}
.circle-text .text_circle span {
  position: absolute;
  font-size: inherit;
  font-weight: 600;
  transform-origin: 0 400px;
  color: #fff;
}
.img-user-cicle img {
  border-radius: 50%;
  max-width: unset;
}
.img-user-cicle {
     position: absolute;
}*/
@keyframes rotate {
  100% {
    transform:rotate(360deg)
  }
} 
/**/
.list_menu-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid #1e1e1e;
    cursor: none;
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s;
  }
  .list_menu-item:first-child { border-top: 1px solid #1e1e1e; }
  .list_menu-item:hover { border-color: #fff; }

  .list_menu-item__num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 300;
    color: #ffff;
    letter-spacing: 2px;
    width: 28px;
    transition: color 0.3s;
  }
  .list_menu-item:hover .list_menu-item__num { color: #fff; }

  .list_menu-item__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1;
    position: relative;
    transition: color 0.2s;
  }
  .list_menu-item:hover .list_menu-item__title { color: #fff; }
  .list_menu-item__title span {
    display: inline-block;
    transition: transform 0.35s cubic-bezier(0.65,0,0.35,1);
    transition-delay: calc(0 * 0.025s);
    color: #fff;
  }
  .list_menu-item:hover .list_menu-item__title span {
    transform: translateY(-4px);
  }
  .list_menu-item__tag {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffff;
    margin-left: auto;
    padding-right: 8px;
    transition: color 0.3s;
  }
  .list_menu-item:hover .list_menu-item__tag { color: var(#fff); }
  .list_menu-item__arrow {
    width: 28px; height: 28px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease, border-color 0.3s, background 0.3s;
  }
  .list_menu-item__arrow svg { width: 12px; fill: none; stroke: #ffff; stroke-width: 1.5; transition: stroke 0.3s; }
  .list_menu-item:hover .list_menu-item__arrow {
    transform: rotate(45deg) scale(1.1);
    border-color: var(#fff);
    background: var(#fff);
  }
  .list_menu-item:hover .list_menu-item__arrow svg { stroke: #0d0d0d; }
  .img-preview {
    position: fixed;
    width: 340px;
    height:320px;
    pointer-events: none;
    z-index: 100;
    overflow: hidden;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.45s cubic-bezier(0.77,0,0.18,1);
    border-radius: 4px;
  }
  .img-preview.visible {
    clip-path: inset(0% 0 0 0);
  }
  .img-preview img {
    width: 100%; height: 100%;
    object-fit: cover;
    transform: scale(1.15);
    transition: transform 0.6s cubic-bezier(0.77,0,0.18,1);
  }
  .img-preview.visible img {
    transform: scale(1);
  }
  .img-preview__label {
    position: absolute;
    bottom: 12px; left: 14px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(240,236,227,0.8);
    background: rgba(0,0,0,0.5);
    padding: 4px 10px;
    backdrop-filter: blur(6px);
  }
  .deco-line {
    width: 1px;
    height: 260px;
    background: linear-gradient(to bottom, transparent, #c8a96e, transparent);
    opacity: 0.3;
    flex-shrink: 0;
  }
  .side-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    opacity: 0.4;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    align-self: center;
  }
  #list_menu {
    padding-top: 60px;
  }
  .row_hnhnsa p {
    margin-bottom: 0;
}
.row_hnhnsa p a, .row_hnhnsa p {
    color: #fff;
}.btn_fb_fls{
    position: relative;
    overflow: hidden;
}
.btn_fb_fls:before {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 100%;
    background-color: #dd42421a;
    transition: all .7s ease;
}
.btn_fb_fls:hover:before {
    background-color: #dd4242;
    width: 400%;
    height: 400%;
    top: 39px;
    left: 37px;
}
.bottom-bar-position h3 a {
    color: #fff;
}
.portfolio-top {
    margin-top: 25px;
}
.brs h1 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    margin-top: 10px;
}
.box_tgnsa_gthuong {
    margin-top: 60px;
    margin-bottom: 120px;
}
.portfolio-top {
    border-bottom: 1px dashed #dddddd38;
    padding-bottom: 25px;
}
.magnetic-button-browse .btn-vivacity i {
    transition: all 0.5s ease-in-out;
}
.blog2post .col .col-inner {
    transition: 3000ms cubic-bezier(0.03, 0.98, 0.52, 0.99);
}
.sidebar-menu ul li a span:hover {
    color: #dd4242;
}
.sidebar-menu ul li a span {
    font-family: 'Playfair Display';
}
.row_top_cls {
    margin-top: 35px;
}