body {    font-size: 15px;    font-weight: 400;    font-family: Roboto, sans-serif;}/*.headline-98,.b_title,.c_name,.title,.headline-99,.p-title,.title-product,.b_name{*//*    font-family: Montserrat, sans-serif;*//*}*//*:root {*//*    --color-main: #f1ad00;*//*    --bg-gradient: linear-gradient(120deg, rgb(0 0 0) 0%, rgb(48 42 45 / 97%) 35%, #f1ad00e6 94%);*//*    --bg-gradient2: linear-gradient(120deg, #f1ad00 0%, rgb(48 42 45 / 97%) 35%, #f1ad00e6 94%);*//*}*/:root {    --color-main: #E37B3F;    --bg-gradient: linear-gradient(            120deg,            #191412 0%,            #3D3B3A 45%,            #E37B3F 100%    );    --bg-gradient2: linear-gradient(            120deg,            #E37B3F 0%,            #3D3B3A 45%,            #F08A4B 100%    );    --text-color: #ffffff;    --border-color: #564f4f;    --color-main-hover: #f4610c;}.c_name{    font-size: 30px!important;    font-weight: 600;}/* Style chung b-search */[class*="b-search-"] {    color: #666;    font-size: 13px;    max-width: 300px;    background-color: #fff;    display: -webkit-flex;    display: flex;    -webkit-align-items: stretch;    align-items: stretch;}[class*="b-search-"]>input {    width: 100%;    color: inherit;    font-size: 1em;    padding: 0 5px 0 7px;    line-height: normal;    border: none;    background-color: transparent;}[class*="b-search-"]>input::-webkit-input-placeholder {    color: #999;}[class*="b-search-"]>input::-moz-placeholder {    color: #999;}[class*="b-search-"]>input:-moz-placeholder {    color: #999;}[class*="b-search-"]>input:-ms-input-placeholder {    color: #999;}[class*="b-search-"]>input:focus {    outline: none;}[class*="b-search-"]>button {    -webkit-flex: none;    -ms-flex: none;    flex: none;    font-size: 1em;    box-shadow: none;    line-height: 0;}[class*="b-search-"]>button i {    line-height: inherit;}/* BEGIN b-search-2 */.b-search-2 {    border: 1px solid #ddd;}.b-search-2>button {    border-radius: 2px;}.b-search-2>button[class] {    font-size: 0.924em;    padding: 1em 0.584em 1em 0.584em;    margin: 2px 2px 2px 0;}.b-search-2>button:not([class]) {    color: inherit;    padding: 1.077em 0.616em 1.077em 0.616em;    background-color: transparent;}/* END b-search-2 *//* Style chung s-header */.hd-logo {    line-height: 0;}.hd-menu{    position: relative;}.hd-menu h2 {    font-size: inherit;    font-weight: inherit;}a[ht-trigger="hd-menu"] {    display: none;    font-size: 14px;    line-height: 1;    padding: 0.5em;    text-transform: uppercase;    border: 1px solid;}a[ht-trigger="hd-menu"] i:first-child {    float: left;}a[ht-trigger="hd-menu"] i:last-child {    float: right;}@keyframes slide-up {    0% {        opacity: 0;        transform: translateY(50px);    }    100% {        opacity: 1;        transform: translateY(0%);    }}/* BEGIN s-header-2 *//* --- BASE --- */.s-header-2 {    position: relative;    z-index: 999;    width: 100%;    background: #333333; /* Giữ màu nền cũ */    color: var(--text-color);}.s-header-2.is-sticky .s_bot{    position:fixed;    top:0;    left:0;    width:100%;    background: #737373;    animation:fadeDown .3s ease;    box-shadow:0 2px 10px rgba(0,0,0,.1);}@keyframes fadeDown{    from{        transform:translateY(-100%);        opacity:0;    }    to{        transform:translateY(0);        opacity:1;    }}/* --- TOP HEADER (Logo, Search, Icons) --- */.s-header-2 .s_top {    padding: 10px 0;    display: flex;    align-items: center;    position: relative;    background-color:#111;}.s-header-2 .s_top::before{    content:"";    position:absolute;    inset:0;    opacity:0.25;    pointer-events:none;}.flex-top-row {    display: flex;    justify-content: space-between;    align-items: center;    gap: 30px;}.hd-logo-wrap {    display: flex;    align-items: center;    gap: 15px;}.mobile-menu-toggle {    display: none;    background: none;    border: 1px solid var(--border-color);    border-radius: 5px;    padding: 8px 12px;    font-size: 20px;    color: var(--text-color);    cursor: pointer;}.hd-logo img {    height: 100px;    object-fit: contain;    border-radius: 5px;    /*filter: brightness(1.3) contrast(1.1) saturate(1.2);*/    /*filter: brightness(1.15);*/}/* --- THANH TÌM KIẾM DÀNH CHO NỀN TỐI --- */.hd-search-wrap {    flex-grow: 1;    max-width: 500px;}.b-search-2 {    display: flex;    align-items: center;    background: rgba(255, 255, 255, 0.1); /* Nền hơi sáng nhẹ để nổi bật trên nền đen */    border-radius: 30px;    padding: 5px 15px;    border: 1px solid var(--border-color);}.b-search-2 input {    border: none;    background: transparent;    padding: 10px;    width: 100%;    outline: none;    color: var(--text-color);}.b-search-2 input::placeholder {    color: #aaaaaa;}.b-search-2 .c-btn-search {    background: transparent;    border: none;    font-size: 18px;    color: var(--text-color);    cursor: pointer;    transition: 0.3s;}.b-search-2 .c-btn-search:hover {    color: var(--color-main-hover); /* Hover ra màu cam */}/* --- ICONS ROW --- */.hd-icons-wrap {    display: flex;    align-items: center;}.menu-icon {    display: flex;    gap: 35px;    align-items: center;}.menu-icon a {    display: flex;    flex-direction: column;    align-items: center;    text-decoration: none;    color: var(--text-color);    font-size: 12px;    font-weight: bold;    transition: 0.3s;}.menu-icon a img {    width: 40px;    margin-bottom: 5px;    transition: 0.3s;    /* MẸO: Nếu icon ảnh của bạn là màu tối, bật dòng filter dưới đây để đổi icon thành màu trắng */    /* filter: brightness(0) invert(1); */}.menu-icon a:hover {    color: var(--color-main-hover);}.menu-icon a:hover img {    transform: scale(1.1);}/* --- BOTTOM HEADER (NAVIGATION MENU) --- */.s-header-2 .s_bot {    background: rgba(0,0,0,0.55); /* Giữ nền đen mờ cũ */    backdrop-filter: blur(10px);    padding: 0;}.hd-menu {    width: 100%;    text-align: center;}.hd-menu > ul {    display: flex;    justify-content: center;    align-items: center;    list-style: none;    padding: 0;    margin: 0;}.hd-menu > ul > li {    position: relative;}/* Gạch dọc chia menu */.hd-menu > ul > li:not(:last-child)::after {    content: '|';    position: absolute;    right: 0;    top: 50%;    transform: translateY(-50%);    color: #666;    font-size: 14px;}.hd-menu > ul > li > a {    display: block;    padding: 15px 13px;    color: var(--text-color);    text-decoration: none;    text-transform: uppercase;}.hd-menu > ul > li > a h2 {    font-size: 15px;    margin: 0;    font-weight: 600;    display: inline-block;}.hd-menu > ul > li.has-sub > a h2::after {    content: '\f107';    font-family: FontAwesome;    margin-left: 6px;    font-weight: normal;}/* Hover đổi sang màu cam của bạn */.hd-menu > ul > li:hover > a,.hd-menu > ul > li.active-color > a {    color: var(--color-main-hover);}/* --- SUBMENU (Giữ phong cách tối cũ) --- */.hd-menu ul ul {    display: none;    position: absolute;    top: 100%;    left: 0;    width: max-content;      /* Khung tự rộng theo chữ */    min-width: 220px;        /* Chiều rộng tối thiểu */    max-width: none;    background: #000000de;    box-shadow: 0 4px 6px rgba(0,0,0,.5);    border: 1px solid #333;    text-align: left;    z-index: 1000;}.hd-menu ul li:hover > ul {    display: block;}.hd-menu ul ul li {    border-bottom: 0.6px solid var(--border-color);}.hd-menu ul ul li a {    padding: 12px 15px;    display: block;    color: var(--text-color);    text-decoration: none;}.hd-menu ul ul li a:hover {    color: var(--color-main-hover);}.hd-menu ul ul li.has-sub .sub-child {    top: 0;    left: 100%;}.flex-top-row{    display:flex;    align-items:center;    justify-content:space-between;}/* search */.hd-search-wrap{    flex:1;    padding:0 30px;}/* cart */.hd-cart{    position:relative;    color:#fff;    font-size:22px;}.hd-cart .bage{    position:absolute;    top:-6px;    right:-8px;    background:#ff6a00;    color:#fff;    font-size:11px;    width:18px;    height:18px;    border-radius:50%;    display:flex;    align-items:center;    justify-content:center;}@media(max-width:768px){    .hd-search-wrap{        display:none;    }    .flex-top-row{        justify-content:space-between;    }    .hd-logo-wrap{        display:flex;        align-items:center;        gap:15px;    }    .hd-logo img{        height: 50px;    }}/* =========================================   RESPONSIVE - DI ĐỘNG (MENU LƯỚI NỀN TỐI)   ========================================= *//* Ẩn mũi tên tạo bằng JS trên PC, đảm bảo giao diện Desktop không bị phá vỡ */@media screen and (min-width: 992px) {    .toggle-arrow { display: none !important; }    .s-header-2 .s_bot { display: block !important; }}@media screen and (max-width: 991px) {    /* --- 1. SỬA LỖI KHUNG TOP BAR (Ghim nút trái, logo giữa) --- */    .s-header-2 .s_top {        padding: 10px 15px; /* Căn lề 2 bên cho đẹp */    }    .flex-top-row {        position: relative;        display: flex;        justify-content: center; /* Đẩy logo ra chính giữa */        align-items: center;        width: 100%;    }    .hd-logo-wrap {        width: auto;        display: flex;        justify-content: center;    }    .mobile-menu-toggle {        display: block;        position: absolute;        left: 0; /* Ép nút gạch sát lề trái */        top: 50%;        transform: translateY(-50%); /* Căn giữa theo chiều dọc */        z-index: 99;        margin: 0;    }    /* Ẩn phần tìm kiếm và hàng icon "Chung cư đẹp" */    .hd-search-wrap, .hd-icons-wrap { display: none !important; }    /* --- 2. SỬA LỖI MENU LUÔN HIỆN --- */    .s-header-2 .s_bot {        display: none !important; /* Ẩn triệt để khi chưa bấm nút */        background: #111; /* Nền tối đồng nhất */        padding: 3px;    }    /* Khi ấn nút, JS sẽ thêm class show-mobile để hiện ra */    .s-header-2 .s_bot.show-mobile {        display: block !important;    }    /* --- 3. STYLE CHO KHỐI GRID MENU GIỐNG HÌNH MẪU --- */    .hd-menu > ul {        display: grid;        grid-template-columns: repeat(4, 1fr); /* 2 cột trên mobile */        gap: 5px;    }    .hd-menu > ul > li::after { display: none; }    .hd-menu > ul > li {        position: relative;        background-color: #1a1a1a;        border: 1px solid #333;        border-radius: 6px;        display: flex;        flex-direction: column;    }    .hd-menu > ul > li > a {        border: none !important;        padding: 4px 2px;        text-align: center;        color: #f1f1f1;        min-height: 55px;        display: flex;        align-items: center;        justify-content: center;        width: 100%;    }    .hd-menu > ul > li.has-sub > a {        padding-right: 20px; /* Chừa chỗ cho mũi tên, không đè chữ */    }    .hd-menu > ul > li > a h2 {        font-size: 13px;        font-weight: bold;        margin: 0;    }    .hd-menu > ul > li.has-sub > a h2::after { display: none; }    /* --- 4. STYLE MŨI TÊN --- */    .toggle-arrow {        position: absolute;        top: 0;        right: 0;        width: 15px;        height: 100%;        display: flex;        align-items: center;        justify-content: center;        border-left: 1px solid #333;        color: #aaaaaa;        cursor: pointer;        z-index: 10;    }    .toggle-arrow:hover, .hd-menu > ul > li.open > .toggle-arrow {        color: #ff6600; /* Màu cam khi bấm */        z-index: 99999;        background-color: black;    }    .hd-menu li.open > .toggle-arrow i {        transform: rotate(180deg);        transition: transform 0.3s ease;    }    /* --- 5. MENU CON SỔ XUỐNG --- */    .hd-menu ul ul {        display: none;        position: static;        width: 100%;        background-color: #000;        box-shadow: none;        border: none;        border-top: 1px solid #333;    }    .hd-menu ul li.open > ul { display: block; }    .hd-menu > ul > li.open { grid-column: 1 / -1; } /* Bung menu con ra toàn bộ chiều ngang */    .hd-menu ul ul li { border-bottom: 1px solid #222; }    .hd-menu ul ul li a {        padding: 12px 15px;        text-align: left;        display: block;        color: #ddd;        font-size: 13px;    }    .hd-menu ul ul li .toggle-arrow {        border-left: none;    }    .hd-menu ul li:hover > ul { display: none !important; }    .hd-menu ul li.open > ul { display: block !important; }    .hd-menu a h3{        font-size: 10px;    }    .menu-contact{        display:none !important;    }}@media screen and (max-width: 768px) {    /* Đảm bảo vẫn giữ 2 cột trên màn nhỏ */    .hd-menu > ul {        grid-template-columns: repeat(4, 1fr);    }}/* Mặc định ẨN mục Trang chủ trên Desktop */.show-on-mobile-only {    display: none !important;}/* Kích hoạt HIỂN THỊ trên Mobile (Ví dụ các màn hình nhỏ hơn 992px) */@media (max-width: 991px) {    .show-on-mobile-only {        display: block !important; /* Có thể đổi thành list-item hoặc flex tùy thuộc vào cấu trúc CSS hiện tại của bạn */    }}.hd-icons-wrap {    display: flex;    align-items: center;    gap: 10px;}/* BEGIN c-button-7 */.c-button-7 {    display: inline-block;    font-size: 14px;    line-height: 2.429em;    padding: 0 1.429em 0 2.858em;    border-radius: 30px;    color: #fff;    text-transform: uppercase;    background-color: transparent;    position: relative;    border: 1px solid #9b9b9b;}.c-button-7 i {    background-color: var(--color-main);    border-radius: 50%;    text-align: center;    line-height: 1.715em;    width: 1.715em;    height: 1.715em;    position: absolute;    top: 0.358em;    left: 0.429em;    -webkit-transition: all 0.5s ease;    -o-transition: all 0.5s ease;    transition: all 0.5s ease;}.c-button-7:hover {    padding: 0 2.858em 0 1.429em;}.c-button-7:hover i {    left: calc(100% - 2.143em);}.ht-ratio--120::before {    padding-bottom: 120%;}/* BEGIN c-button-8 */.c-button-8 {    display: inline-block;    font-size: 14px;    padding: 0.5em 1.072em 0.5em 1.072em;    overflow: hidden;    color: #fff;    background: var(--bg-gradient);    border-radius: 8px;    text-transform: uppercase;    position: relative;    -webkit-transition: box-shadow 0.5s;    -o-transition: box-shadow 0.5s;    transition: box-shadow 0.5s;}.c-button-8 > i.fa {    padding-left: 5px;}.c-button-8::after {    content: '';    background-color: var(--color-main);    width: 100%;    height: 100%;    position: absolute;    top: 0;    left: 0;    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -140%, 0);    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);    -webkit-transition: transform 0.35s;    -o-transition: transform 0.35s;    transition: transform 0.35s;}.c-button-8:hover {    box-shadow: 0 14px 26px -12px rgba(34, 34, 34, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(34, 34, 34, 0.2);}.c-button-8:hover::after {    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 140%, 0);    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);}/* END c-button-8 *//* BEGIN b-card-21 */.b-card-21 {    display: block;    margin-bottom: 20px;    background-color: #f3f3f3;    padding: 10px;    overflow: hidden;    border-radius: 6px;}.b-card-21 .b_desc i {    color: var(--color-main);}.b-card-21 .b_title {    color: #23262d;    font-size: 16px;    font-weight: bold;    text-align: center;    margin: 8px 0 0px;    -webkit-transition: 0.3s color ease-in-out;    -o-transition: 0.3s color ease-in-out;    transition: 0.3s color ease-in-out;}.b-card-21 .b_desc {    text-align: justify;    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 4;    overflow: hidden;    text-align: center;    font-size: 15px;    margin-top: 12px;}.b-card-21:hover .b_title {    color: var(--color-main);}.b-card-21 .b_thumb {    position: relative;    transition: ease-in 1s;    overflow: hidden;    border-radius: 8px;}.b-card-21 .b_thumb img {    transition: ease-in-out 0.5s;}.b-card-21:hover .b_thumb img {    transform: scale(1.1);}[class*="c-headline-"] i {    color: var(--color-main);}.headline-3 .title {    font-size: 30px;    text-transform: uppercase;    text-align: center;    font-weight: 700;    color: var(--color-main);}@media (max-width: 768px) {    .b-card-21{        margin-bottom: 10px;        padding: 5px;    }    .b-card-21 .b_title{        font-size: 20px;    }}/* BEGIN b-card-36 */.b-card-36 {    display: block;    position: relative;    margin-bottom: 30px;    background-color: #f9f9f9;    border: 1px solid #eee;    transition: all 0.2s linear;    height: calc(100% - 30px);    border-radius: 5px;}.b-card-36 .b_desc {    display: flex;    align-items: center;    justify-content: space-between;    margin-bottom: 0!important;}.b-card-36 .b-market {}.b-card-36 .b_thumb {    border-radius: 5px 5px 0 0;}.b-card-36 .b_content {    padding: 0 12px 12px;}.b-card-36:hover .b_title {    color: var(--color-main);}.b-card-36 .b_title {    font-size: 17px;    font-weight: 400;    padding-top: 15px;    margin-bottom: 10px;    transition: all 0.2s linear;    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    overflow: hidden;    height: 66px;}.b-card-36 .b_title:hover {    color: var(--color-main);}.b-card-36 .b_info i {    color: var(--color-main);    margin-right: 2px;    font-size: 14px!important;}.b-card-36 .b_info {    display: table;    margin: 10px 0 !important;    width: 100%;}.b-card-36 .b_info li {    float: left;    line-height: 1;    font-size: 13px}.b-card-36 .b_info li.rev {    color: var(--color-main);    margin-left: 8px;}.b-card-36 .b_info li.rev-1 {    border-left: 1px solid #999;    padding-left: 10px;    margin-left: 10px;    color: #545454;}.b-card-36 .b_order {    display: flex;    align-items: center;    flex-wrap: wrap;    justify-content: space-between;    /* margin-top: 10px; */}.b-card-36 .b-market {    font-size: 20px;    font-weight: bold;    color: #000;}.b-card-36 .b-market {    display: block;    margin-top: 8px;}.b-card-36 .b-market>span:first-child {    display: block;    line-height: 0.6;}.b-card-36 .b-market>span:last-child {    text-decoration: line-through;    color: #999;    font-size: 13px;    font-weight: 500}.b-card-36 span.see-more {    background: rgb(183 31 56 / 10%);    padding: 5px 20px;    display: inline-block;    border-radius: 50px;    color: #b71f38;    font-size: 14px;    font-weight: 500;}.b-card-36 span.see-more:hover {    background: rgb(183 31 56 / 20%);}.b-card-36 .b_order i {    font-size: 23px;    background: #f5f5f5;    transition: all .3s;    color: var(--color-main);    border: 1px solid #bbbbbb;    border-radius: 50%;    height: 45px;    width: 45px;    display: flex;    align-items: center;    justify-content: center;}.b-card-36 .b_order i:hover {    background-image: linear-gradient(to bottom, #302b2d, var(--color-main));    color: #fff;}.b-card-36 .b_desc .tech ul {    padding-left: 10px}.b-card-36 .b_desc .tech ul li {    display: inline-block;    width: 49%;    margin-bottom: 5px}.b-card-36 .b_btn {    display: inline-block;    color: #fff;    font-size: 12px;    font-weight: bold;    padding: 10px 25px;    background-color: #3877f5;    text-transform: uppercase;    position: relative;    bottom: -5px;}.b-card-36 .b_btn::after {    content: "";    border-top: 5px solid #666;    border-right: 5px solid transparent;    position: absolute;    right: -5px;    bottom: 0;}.b-card-36 .b-sku {    display: block;}.b-card-36 img {    transition: all.3s}.b-card-36 .b_thumb:hover img {    transform: scale(1.1)}.b-card-36 .sale {    position: absolute;    top: 15px;    left: -5px;    color: #ffffff;    background: var(--color-main);    padding: 4px 6px;    z-index: 4;    font-size: 12px;    border-top-left-radius: 5px;    border-top-right-radius: 13px;    border-bottom-right-radius: 13px;    box-shadow: 0px 0px 5px 1px #fff;    font-weight: bold;}/* BEGIN b-card-23 */.b-card-23 {    display: block;    margin-bottom: 20px;}.b-card-23 .b_title {    font-size: 17px;    font-weight: bold;    margin: 16px 0 12px;    -webkit-transition: 0.3s color ease-in-out;    -o-transition: 0.3s color ease-in-out;    transition: 0.3s color ease-in-out;    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    overflow: hidden;    line-height: 1.5em;}.b-card-23 .b_desc {    display: -webkit-box;    -webkit-box-orient: vertical;    -webkit-line-clamp: 2;    overflow: hidden;}.b-card-23:hover .b_title {    color: var(--color-main);}.b-card-23 .b_thumb {    border-radius: 8px;}/* END b-card-23 *//* BEGIN s-footer-5 */.s-footer-5 .s_top {    padding: 20px 0;    background: linear-gradient(#fff, rgba(0, 85, 170, 0.2));}.s-footer-5 .s_top a[rel="nofollow"] img {    height: 50px;}.s-footer-5 .c-headline-4 {    margin: 10px 0 15px;}.s-footer-5 .c-headline-4::after {    margin-top: 5px;}.s-footer-5 .ft-menu li {    display: inline-block;    width: calc((100% / 2) - 12px);    color: inherit;    font-size: 13px;    margin: 0 10px 10px 0;}.s-footer-5 .ft-menu li.line {    width: 100%;    margin-right: 0;}.s-footer-5 .ft-menu li>h1 {    font-size: 23px;    font-weight: inherit;    color: #000;    --bg-gradient2: var(--color-main);    margin-bottom: 0;    letter-spacing: 2px;}.s-footer-5 .ft-menu li a {    display: inline-block;    -webkit-transition: 0.3s all ease-in-out;    -o-transition: 0.3s all ease-in-out;    transition: 0.3s all ease-in-out;    -webkit-transition: all 0.2s ease 0s;    -o-transition: all 0.2s ease 0s;    transition: all 0.2s ease 0s;}.s-footer-5 .c-headline-4 .c_name {    display: block;}.s-footer-5 .ft-menu li a>span::before {    content: '\f105';    font-family: FontAwesome;    font-size: inherit;    color: #ccc;    margin-right: 5px;}.s-footer-5 .ft-menu li a:hover {    color: var(--color-main-hover);}.s-footer-5 .ft-menu li>span {    line-height: 20px;}.s-footer-5 .ft-menu li>span:not(:last-child) {    margin-right: 20px;}.s-footer-5 .ft-menu li>span.fa::before {    width: 15px;    color: #ccc;    text-align: center;}.s-footer-5 .ft-menu li span::before,.s-footer-5 a:hover {    color: var(--color-main) !important;}.s-footer-5 .ft-social {    line-height: 0;    margin: 13px 0 10px;}.s-footer-5 .s_bot {    background-color: #0c0c0c;}.s-footer-5 .ft-copyright {    line-height: 40px;}.s-footer-5 .ft-phone {    color: #fff;    text-align: center;    z-index: 111111;    position: fixed;    bottom: 10px;    left: 10px;    display: -webkit-flex;    display: flex;    -webkit-align-items: center;    align-items: center;}.s-footer-5 .ft-phone i {    font-size: 20px;    width: 40px;    height: 40px;    line-height: 40px;    border: 1px solid;    border-radius: 50%;    background-color: #f60;}.s-footer-5 .ft-phone span {    margin-left: 0;    line-height: 1;    border: 1px solid;    border-left: none;    border-radius: 0 5px 5px 0;    background-color: #f60;    position: relative;    left: -5px;}.s-footer-5 .ft-phone span:not(.text-hide) {    padding: 5px;}.s-footer-5 .s_top {    position: relative;    border-bottom: 1px solid #ccc;    color: #fff;    background: #333333;}.s-footer-5 .s_top::before {    content: '';    position: absolute;    top: 0;    width: 100%;    height: 100%;    display: block;    opacity: 0.1;    /* background: linear-gradient(#b98a262b, #222221f0); */}@media screen and (min-width: 1260px) {    .s-footer-5 .ft-phone {        display: none;    }}.s-footer-5 .ft-backtop {    opacity: 0;    color: #fff;    font-size: 20px;    border: 1px solid;    background-color: #f60;    z-index: 111111;    position: fixed;    right: 10px;    bottom: calc(60% - 1em);    -webkit-transition: 0.5s;    -o-transition: 0.5s;    transition: 0.5s;}.s-footer-5 .ft-backtop.is-show {    opacity: 1;    bottom: 15px;}@media screen and (min-width: 768px) {    .s-footer-5 .ft-info {        position: relative;        /* padding-left: 2%; */    }    .s-footer-5 .ft-info::before {        content: '';        width: 1px;        height: 100%;        position: absolute;        top: 0;        right: 0;        background-color: rgba(255, 0, 0, 0);        background-image: -webkit-linear-gradient(top, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));        background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), #ccc 50%, rgba(255, 0, 0, 0));    }    .s-footer-5 .ft-menu li>h1{        font-size: 17px;    }}@media screen and (max-width: 1259px) {    .s-footer-5 .align-items--center {        display: none;    }}/* END s-footer-5 *//* BEGIN s-icon-2 */.s-icon-2>a:first-child {    opacity: 0;    font-size: 20px;    border: 1px solid;    background-color: rgba(204, 204, 204, 0.5);    z-index: 111111;    position: fixed;    right: 10px;    bottom: calc(60% - 1em);    -webkit-transition: 0.5s;    -o-transition: 0.5s;    transition: 0.5s;}.s-icon-2>a:first-child.is-show {    opacity: 1;    bottom: 60px;}.s-icon-2>a:last-child {    position: fixed;    right: 10px;    bottom: 10px;    z-index: 111111;    line-height: 0;}.s-icon-2>a:last-child span {    font-size: 31px;}.s-icon-2>a:last-child span::before, .s-icon-2>a:last-child span::after {    content: '';    opacity: 0;    width: calc(100% + 1.334em);    height: calc(100% + 1.334em);    margin: -0.666em;    border-radius: 3px;    background-color: #05a;    border-radius: 15px;    z-index: -1;    position: absolute;    -webkit-animation: ripple 1.5s infinite;    animation: ripple 1.5s infinite;}.s-icon-2>a:last-child span::after {    animation-delay: .3s !important;    -webkit-animation-delay: .3s !important;}.s-icon-2>a:last-child span img {    position: absolute;}@keyframes ripple {    0% {        opacity: 1;        -webkit-transform: scale(0);        transform: scale(0);    }    100% {        opacity: 0;        -webkit-transform: scale(1);        transform: scale(1);    }}/* END s-icon-2 *//* Container của menu */.floating-contact-bar {    display: inline-flex;    flex-direction: column;    align-items: center;    background-color: #ffffff;    border: 1px solid #eaeaea;    border-radius: 12px;    padding: 20px 10px;    /*box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);*/    gap: 25px;    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;    /* CÁC DÒNG LỆNH ĐỂ MENU NỔI BÁM THEO MÀN HÌNH */    position: fixed;    right: 20px; /* Nằm cách mép phải màn hình 20px */    top: 50%; /* Căn giữa theo chiều dọc */    transform: translateY(-50%); /* Giúp căn giữa chính xác 100% */    z-index: 9999; /* Đảm bảo menu luôn nổi trên cùng, không bị che bởi ảnh hay chữ khác */    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* Tăng độ nổi bật của menu */}/* Từng nút liên hệ */.contact-item {    display: flex;    flex-direction: column;    align-items: center;    text-decoration: none;    cursor: pointer;    transition: transform 0.2s ease;}.contact-item:hover {    transform: scale(1.05);}/* Bọc Icon */.icon-wrapper {    width: 50px;    height: 50px;    display: flex;    align-items: center;    justify-content: center;    margin-bottom: 8px;}/* Icon Zalo (vẽ bằng CSS) */.zalo-icon {    width: 46px;    height: 46px;    border: 2px solid var(--color-main);    border-radius: 50%;    display: flex;    align-items: center;    justify-content: center;    font-weight: 900;    font-size: 14px;    color: var(--color-main);    letter-spacing: -0.5px;}/* Icon Gọi điện (Nền xanh đen) */.phone-icon {    background-color: var(--color-main); /* Màu xanh đậm giống hình */    border-radius: 50%;    width: 48px;    height: 48px;}/* Chữ bên dưới icon */.contact-text {    font-size: 13px;    font-weight: 600;    color: #333333;    text-align: center;    white-space: nowrap;}/* ===== MOBILE CONTACT BAR ===== */@media (max-width:768px){    .floating-contact-bar{        flex-direction: row;        justify-content: space-around;        align-items: center;        width:100%;        height:70px;        left:0;        right:0;        bottom:0;        top:auto;        transform:none;        border-radius:16px 16px 0 0;        padding:10px 5px;        box-shadow:0 -3px 12px rgba(0,0,0,0.15);    }    /* item */    .contact-item{        flex:1;    }    .icon-wrapper{        width:40px;        height:40px;        margin-bottom:4px;    }    /* icon */    .zalo-icon{        width:36px;        height:36px;        font-size:12px;    }    .phone-icon{        width:36px;        height:36px;    }    /* text */    .contact-text{        font-size:12px;    }}/* BEGIN s-breadcrumb-1 */.s-breadcrumb-1 {    font-size: 14px;    margin-bottom: 30px;    display: -webkit-flex;    display: flex;    -webkit-align-items: center;    align-items: center;}.s-breadcrumb-1 li:not(:first-child)::before {    content: "\f101";    font-family: FontAwesome;    font-size: 0.786em;    margin: 0 0.637em;    color: #888;}.s-breadcrumb-1 li:first-child a > i {    font-size: 1.429em;}.s-breadcrumb-1 li a {    font-weight: bold;}.s-breadcrumb-1 li a:hover {    color: var(--color-main);}/* END s-breadcrumb-1 *//* BEGIN s-sidebar-4 */.s-sidebar-4 {    border: 1px solid #eee;    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}.s-sidebar-4 .s_heading {    color: #fff;    font-size: 15px;    font-weight: bold;    padding: 10px 15px;    text-transform: uppercase;    border-radius: 3px 3px 0 0;    background-color: var(--color-main);    box-shadow: 0 0 0 1px var(--color-main);}.s-sidebar-4 .s_heading::before {    content: '\f0c9';    font-family: FontAwesome;    font-weight: normal;    margin-right: 10px;}.s-sidebar-4 > ul li > a {    display: -webkit-box;    display: -ms-flexbox;    display: flex;    font-size: 13px;    font-weight: bold;    padding: 13px 15px;    border-bottom: 1px solid #eee;    /* text-transform: uppercase; */    -webkit-transition: 0.3s all ease-in-out;    -o-transition: 0.3s all ease-in-out;    transition: 0.3s all ease-in-out;}.s-sidebar-4 > ul li > a::before {    content: '\f105';    font-family: FontAwesome;    color: #999;}.s-sidebar-4 > ul li > a h2 {    display: inline;    font-weight: inherit;    font-size: 14px;    margin-left: 7px;}.s-sidebar-4 > ul li > a:hover {    color: var(--color-main);}.s-sidebar-4 > ul li > ul {    display: none;}.s-sidebar-4 > ul li > ul a {    padding: 13px 26px;    font-weight: normal;}.s-sidebar-4 > ul li > ul a::before {    content: '\f10c';    font-size: 0.616em;    position: relative;    top: 0.375em;}.s-sidebar-4 > ul li:last-child a {    border-bottom: none;}.s-sidebar-4 > ul li.is-active > a {    color: var(--color-main);}.s-sidebar-4 > ul li.is-active > ul {    display: block;}/* END s-sidebar-4 */.ht-page {    margin-top: 30px;}/* Style chung s-pagination */[class*="s-pagination-"] {    padding: 25px 0;    font-size: 12px;}[class*="s-pagination-"]::after {    content: '';    display: table;    clear: both;}[class*="s-pagination-"] > li {    display: inline-block;    margin: 0 2px;    border: 1px solid #ddd;    line-height: 2.334em;    width: 2.5em;    height: 2.5em;    -webkit-transition: all 0.3s;    -o-transition: all 0.3s;    transition: all 0.3s;}[class*="s-pagination-"] > li > a {    display: block;    color: #999;    font-weight: bold;    text-align: center;}[class*="s-pagination-"] > li:hover {    background-color: #eee;    color: #999;}[class*="s-pagination-"] > li.active {    background-color: var(--color-main);    border: 1px solid var(--color-main);}[class*="s-pagination-"] > li.active > a {    color: #fff;}/* BEGIN s-pagination-1 */.s-pagination-1 > li {    border-radius: 3px;}/* END s-pagination-1 */.s-sidebar-4 .s_list {    padding: 15px;}.s-sidebar-4 .s_list a {    display: block;    -webkit-transition: 0.3s all ease-in-out;    -o-transition: 0.3s all ease-in-out;    transition: 0.3s all ease-in-out;}.s-sidebar-4 .s_list a:not(:last-child) {    border-bottom: 1px solid #eee;    padding-bottom: 15px;    margin-bottom: 15px;}.s-sidebar-4 .s_list a::after {    content: '';    display: table;    clear: both;}.s-sidebar-4 .s_list a:hover {    color: #f60;}.s-sidebar-4 .s_list .title {    font-size: 15px;    display: -webkit-box;    -webkit-line-clamp: 3;    -webkit-box-orient: vertical;    overflow: hidden;    text-overflow: ellipsis;    display: -webkit-box;    overflow: hidden;    text-overflow: ellipsis;}.s-sidebar-4 .s_list .thumb {    float: left;    width: 100px;    line-height: 0;    margin-right: 12px;    border-radius: 8px;}.headline-99 {    font-weight: 700;    margin-bottom: 20px;    color: #212d75;    text-transform: uppercase;    font-size: 30px;    position: relative;    background: var(--bg-gradient);    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;}.headline-98 {    margin-bottom: 20px;    color: #212d75;    text-transform: uppercase;    font-size: 30px;    /*font-family: "Anton";*/    position: relative;    letter-spacing: -1px;    background: var(--bg-gradient2);    -webkit-background-clip: text;    -webkit-text-fill-color: transparent;    font-weight: bold;}.desc{    font-size: 20px;}/* FORM */.consult-form .form-group{    position:relative;    margin-bottom:15px;}.consult-form input{    width:100%;    height:30px;    border:none;    border-radius:12px;    background:#496487;    padding:0 50px 0 18px;    color:#fff;    font-size:14px;}.consult-form input::placeholder{    color:#e7e7e7;}.consult-form i{    position:absolute;    right:18px;    top:50%;    transform:translateY(-50%);    color:var(--color-main);    font-size:16px;}.btn-consult{    width:100%;    height: 30px;    padding: 0;    border:none;    border-radius:12px;    background:#fff;    color:rgba(35, 38, 45, 1);    font-weight:700;    font-size:16px;    transition:0.3s;}.btn-consult:hover{    background:var(--color-main);    color:#fff;}/* ZALO */.zalo-box{    text-align:center;    margin-top:20px;}.zalo-box h4{    font-weight:700;    margin-bottom:10px;}.zalo-box img{    width:100%;    max-width:260px;    background:#fff;    padding:10px;    border-radius:12px;}.social-box{    border-radius:22px;    padding:25px 15px;    text-align:center;    height:100%;}/* TITLE */.social-title{    color:#fff;    font-size:16px;    font-weight:700;    line-height:1.1;    /*margin-bottom:25px;*/}/* SOCIAL */.custom-social{    display:flex;    justify-content:center;    align-items:center;    gap:14px;    margin-bottom:25px;    flex-wrap:wrap;}.social-icon{    margin: 10px;    display:flex;    align-items:center;    justify-content:center;    transition:0.3s;}.social-icon i{    color:#fff;    font-size:30px;}.social-icon:hover{    transform:translateY(-4px);}/* FANPAGE */.fanpage-box{    background:#fff;    border-radius:16px;    overflow:hidden;    padding:8px;}.fanpage-box iframe{    width:100%;    border:none;    display:block;}/* MOBILE */@media(max-width:991px){    .social-box{        margin-top:30px;    }}.map-link{    display:inline-block;    margin-top:6px;    color:var(--color-main);    font-size:13px;    text-decoration:underline;    margin-left: 15px;}.text-h5{    font-size: 14px;}.line span{    font-size: 14px;}.image-bct{    width: 75%;    /*height: 100%;*/    object-fit: cover;}.c_error{    color: red;    bottom: 100%;}.c_error i{    display: none;}.consult-form .form-group {    position: relative;    margin-bottom: 15px;    overflow: hidden; /* thêm dòng này */}.consult-form input {    width: 100%;    height: 40px; /* tăng thêm chút cho dễ nhìn */    border: none;    border-radius: 12px;    background: #496487;    padding: 0 45px 0 18px; /* padding-right chừa chỗ cho icon */    color: #fff;    font-size: 14px;    box-sizing: border-box; /* quan trọng - tránh tràn width */}.consult-form i {    position: absolute;    right: 12px; /* sát mép phải input */    top: 50%;    transform: translateY(-50%);    color: var(--color-main);    font-size: 16px;    pointer-events: none; /* không chặn click vào input */    z-index: 1;}.s-introduce .ht-formart-detail img {    width: 100%;    height: auto;    aspect-ratio: 4/3; /* điều chỉnh theo tỉ lệ ảnh thực tế */    display: block;}@media (min-width: 375px) and (max-width: 768px) {    .s-footer-5 .ft-menu li>h1{        font-size: 16px;    }}