@charset "utf-8";
/************************************************************************************
PHAT DAT TECH - Website may photocopy / may in
Theme: Navy (#16224380) + Red (#e8404a) theo logo PD
*************************************************************************************/

:root {
    --pd-navy: #1b2a4a;
    --pd-navy-dark: #12203d;
    --pd-navy-darker: #0d1830;
    --pd-red: #e8404a;
    --pd-red-dark: #c92f39;
    --pd-bg: #f4f6fa;
    --pd-border: #e3e8f0;
    --pd-text: #2b3550;
    --pd-muted: #6b7488;
    --pd-white: #ffffff;
}

/************************************************************************************
RESET & BASE
*************************************************************************************/
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: .5em;
    height: .5em;
}

::-webkit-scrollbar-thumb {
    background: #c3cad8;
    border-radius: 4px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: transparent;
}

html {
    height: 100%;
    background: #fff;
}

body {
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: var(--pd-text);
    line-height: 1.6;
}

h1 { font-size: 26px; }
h2 { font-size: 22px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

h1, h2, h3, h4, h5, h6 {
    line-height: 1.35;
    color: var(--pd-navy);
}

a {
    text-decoration: none !important;
    color: var(--pd-navy);
    transition: color .2s ease, background .2s ease, border-color .2s ease;
}

a:hover {
    color: var(--pd-red);
}

p {
    padding: 0 0 10px 0;
}

img {
    border: 0;
    border-spacing: 0;
}

img, embed {
    vertical-align: middle;
    max-width: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid var(--pd-border);
}

table td, table th {
    border: 1px solid var(--pd-border);
    padding: 6px 12px;
}

strong, b {
    font-weight: 700;
}

em {
    font-style: italic;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
}

input[type=text], input[type=password], input[type=file], input[type=submit], input[type=reset], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input, textarea, select {
    font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}

select option {
    font-size: 13px;
    padding: 0 5px;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.clearfix {
    display: block;
}

.css_body {
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    min-height: 100%;
    letter-spacing: 0.2px;
}

.fixbody {
    overflow: hidden;
}

#wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

/************************************************************************************
PAGINATION
*************************************************************************************/
.page {
    font-size: 14px;
    margin: 30px 0 0 0;
    line-height: 20px;
    text-align: center;
    clear: both;
}

.page .pagination {
    margin: 0;
}

.page .pagination a {
    display: inline-block;
    color: var(--pd-navy);
    padding: 7px 14px;
    background: #fff;
    margin: 0 3px 5px 0;
    border: 1px solid var(--pd-border);
    border-radius: 6px;
    font-weight: 600;
}

.page .pagination a:hover {
    color: #fff;
    background: var(--pd-navy);
    border-color: var(--pd-navy);
}

.page .pagination a.active {
    color: #fff;
    background: var(--pd-red);
    border-color: var(--pd-red);
}

.clear {
    clear: both;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
    position: relative;
    z-index: 1000;
}

#header .header-top {
    background: var(--pd-navy-darker);
    position: relative;
    padding: 8px 0;
}

#header .header-top .top-left {
    float: left;
}

#header .header-top .top-right {
    float: right;
}

#header .header-top .info-nav li {
    position: relative;
    display: inline;
}

#header .header-top .social-links a {
    position: relative;
    display: inline-block;
    margin-left: 14px;
    font-size: 13px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
}

#header .header-top a:hover {
    color: var(--pd-red);
}

.header-top a {
    color: #cfd7e6;
    font-size: 13px;
    line-height: 26px;
}

.header-top .info-nav > li > a > .fa {
    color: var(--pd-red);
    margin-right: 4px;
}

/* Main navigation bar */
.banner {
    background-color: #fff;
    border-bottom: 3px solid var(--pd-red);
    position: relative;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(18, 32, 61, 0.08);
}

.fixed-menu-top {
    position: fixed;
    width: 100%;
    z-index: 1001;
    top: 0;
    box-shadow: 0 3px 18px rgba(18, 32, 61, 0.18);
}

.banner .min_wrap {
    padding: 12px 15px;
    position: relative;
    margin: 0 auto;
}

.logo {
    display: inline-block;
}

.logo img {
    display: inline-block;
    width: auto;
    height: 62px;
    transition: height .2s ease;
}

.fixed-menu-top .min_wrap {
    padding-top: 8px;
    padding-bottom: 8px;
}

.fixed-menu-top .logo img {
    height: 50px;
}

.nav_mn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.ul_mn {
    float: left;
    padding-right: 20px;
}

.ul_mn > li {
    float: left;
    position: relative;
}

.ul_mn > li + li {
    margin-left: 6px;
}

.ul_mn > li > a {
    display: block;
    text-transform: uppercase;
    color: var(--pd-navy);
    font-size: 14px;
    font-weight: 700;
    line-height: 42px;
    padding: 0 12px;
    border-radius: 6px;
}

.ul_mn > li.active > a, .ul_mn > li:hover > a {
    color: var(--pd-red);
    background: rgba(232, 64, 74, 0.07);
}

/* Dropdown level 1 */
.ul_mn > li:hover > ul.mn_child_01 {
    visibility: visible;
    z-index: 100;
    opacity: 1;
    top: 46px;
}

.ul_mn > li > ul.mn_child_01 {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 56px;
    background: #fff;
    border-radius: 8px;
    border-top: 3px solid var(--pd-red);
    min-width: 220px;
    transition: all 0.2s ease;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(18, 32, 61, 0.18);
    padding: 6px 0;
}

.ul_mn > li > ul.mn_child_01::before {
    border-bottom: 6px solid var(--pd-red);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -9px;
    left: 24px;
    z-index: 2;
}

.ul_mn > li > ul.mn_child_01 > li {
    position: relative;
}

.ul_mn > li > ul.mn_child_01 > li > a {
    color: var(--pd-navy);
    display: block;
    padding: 9px 20px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.2s ease;
}

.ul_mn > li > ul.mn_child_01 > li:hover > a {
    background: var(--pd-bg);
    color: var(--pd-red);
    padding-left: 26px;
}

/* Dropdown level 2 */
.ul_mn > li > ul.mn_child_01 > li:hover > ul.mn_child_02 {
    display: block;
}

.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 {
    display: none;
    position: absolute;
    top: 0;
    background: #fff;
    min-width: 200px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(18, 32, 61, 0.18);
    padding: 6px 0;
}

.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a {
    color: var(--pd-navy);
    display: block;
    padding: 9px 20px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
}

.ul_mn > li > ul.mn_child_01 > li > ul.mn_child_02 > li > a:hover {
    background: var(--pd-bg);
    color: var(--pd-red);
}

/* User account */
.our_user {
    float: right;
    position: relative;
    padding: 1px 0;
}

.btn_login {
    display: inline-block;
    line-height: 40px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    padding: 0 16px;
    background: var(--pd-red);
    position: relative;
}

.btn_login:hover {
    background: var(--pd-red-dark);
    color: #fff;
}

.btn_login i {
    margin-right: 4px;
}

.btn_custom {
    display: inline-block;
    line-height: 34px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 0 20px;
    background: var(--pd-navy);
    position: relative;
}

.btn_custom:hover {
    background: var(--pd-red);
    color: #fff;
}

.our_user ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 101;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(18, 32, 61, 0.18);
    border-top: 3px solid var(--pd-red);
    padding: 6px 0;
    min-width: 200px;
}

.our_user ul::before {
    border-bottom: 6px solid var(--pd-red);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -9px;
    right: 25px;
    z-index: 2;
}

.our_user:hover ul {
    display: block;
}

.our_user ul li a {
    white-space: nowrap;
    display: block;
    padding: 8px 18px;
    color: var(--pd-navy);
    font-size: 14px;
    font-weight: 500;
}

.our_user ul li a:hover {
    background: var(--pd-bg);
    color: var(--pd-red);
}

.img_user {
    display: inline-block;
    line-height: 40px;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    padding: 0 12px;
    background: var(--pd-navy);
}

.img_user img {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 6px;
}

/************************************************************************************
LOGIN POPUP
*************************************************************************************/
.login_popup .list_group {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
}

.login_popup .list_group input {
    background: var(--pd-bg);
    padding: 12px 15px 12px 42px;
    color: var(--pd-text);
    border: 1px solid var(--pd-border);
    width: 100%;
    border-radius: 8px;
    font-size: 14px;
}

.login_popup .list_group input:focus {
    border-color: var(--pd-red);
    background: #fff;
}

.login_popup .list_group i {
    position: absolute;
    top: 50%;
    left: 14px;
    color: var(--pd-muted);
    font-size: 17px;
    margin: -9px 0 0 0;
}

.btn_acts_pop {
    border-bottom: none;
    padding: 0;
    display: table;
    width: 100%;
    margin: 0;
}

.btn_acts_pop .exist-code, .btn_acts_pop .send-request {
    border: none;
    color: #fff;
    font-weight: 700;
    background: var(--pd-red);
    border-radius: 8px;
    font-size: 15px;
    padding: 11px 24px;
    float: left;
    cursor: pointer;
}

.btn_acts_pop .exist-code {
    background: var(--pd-navy);
}

.btn_acts_pop input[type=button]:hover {
    opacity: .85;
}

.btn_acts_pop p.forget_pw {
    float: right;
    margin: 12px 0 0 0;
}

.not-null {
    color: var(--pd-red);
}

.modal-title {
    color: var(--pd-navy);
    font-weight: 700;
}

/************************************************************************************
HERO / SLIDESHOW
*************************************************************************************/
.content {
    padding-bottom: 20px;
}

.slide {
    position: relative;
    z-index: 1;
}

.swiper1 .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper1 .swiper-pagination-1 {
    bottom: 20px !important;
}

.swiper1 .swiper-pagination-1 .swiper-pagination-bullet {
    width: 26px;
    height: 5px;
    border-radius: 3px;
    background: rgba(255,255,255,0.6);
    border: none;
    opacity: 1;
    transition: background .2s ease;
}

.swiper1 .swiper-pagination-1 .swiper-pagination-bullet-active {
    background: var(--pd-red);
}

.hero-static img {
    display: block;
    width: 100%;
    height: auto;
}

/************************************************************************************
FEATURE STRIP (USP)
*************************************************************************************/
.feature-strip {
    background: var(--pd-navy);
    padding: 26px 0;
}

.feature-strip .feature-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.feature-strip .feature-item .fa {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background: var(--pd-red);
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.25);
    margin-right: 14px;
}

.feature-strip .feature-item strong {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 1.3;
}

.feature-strip .feature-item span {
    display: block;
    color: #aeb9d0;
    font-size: 13px;
}

/************************************************************************************
INTRODUCTION (HOME)
*************************************************************************************/
.introduction {
    padding: 45px 0 25px 0;
}

.introduction h2 {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: var(--pd-navy);
    position: relative;
}

.introduction .intro-line {
    display: block;
    width: 70px;
    height: 4px;
    background: var(--pd-red);
    border-radius: 2px;
    margin: 0 0 18px 0;
}

.introduction p {
    color: var(--pd-muted);
    font-size: 15px;
}

.introduction img {
    border-radius: 12px;
    box-shadow: 0 12px 35px rgba(18, 32, 61, 0.15);
    width: 100%;
    height: auto;
}

.introduction .view_more {
    display: inline-block;
    line-height: 44px;
    border-radius: 8px;
    color: #fff;
    font-weight: 700;
    padding: 0 26px;
    background: var(--pd-red);
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
}

.introduction .view_more:hover {
    background: var(--pd-navy);
    color: #fff;
}

.introduction .view_more i {
    margin-right: 6px;
}

/************************************************************************************
SECTION TITLE (dung chung cho block C# render)
*************************************************************************************/
.section-title {
    margin: 35px 0 25px 0;
}

.section-title-center {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-title-center b {
    display: block;
    flex: 1;
    height: 2px;
    opacity: 1;
    background: linear-gradient(90deg, transparent, var(--pd-border));
}

.section-title-center b:last-child {
    background: linear-gradient(90deg, var(--pd-border), transparent);
}

.section-title-center a {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 20px;
    font-weight: 800;
    color: var(--pd-navy);
    position: relative;
    padding-bottom: 8px;
}

.section-title-center a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background: var(--pd-red);
}

.section-title-center a:hover {
    color: var(--pd-red);
}

/************************************************************************************
PRODUCT CARD (dung chung view + C# render)
*************************************************************************************/
.product-item,
.product-item *,
.product-item .box-image,
.product-item .box-image > a:not(.contact-action),
.product-item .box-image img,
.product-item .add-to-cart,
.product-item .contact-action,
.product-item .text-box {
    border-radius: 0 !important;
}

.product-item {
    width: 100%;
    position: relative;
    margin: 0 auto 25px auto;
    background: #fff;
    border: 1px solid var(--pd-border);
    overflow: hidden;
    transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 390px;
}

/* Cột trong lưới sản phẩm: item bằng nhau theo hàng */
.row > [class*="col-"]:has(> .product-item),
.product-grid-modern > [class*="col-"],
.row.product-equal-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}

.row > [class*="col-"]:has(> .product-item) > .product-item,
.product-grid-modern > [class*="col-"] > .product-item,
.row.product-equal-row > [class*="col-"] > .product-item {
    flex: 1 1 auto;
    height: 100%;
    width: 100%;
}

.swiper4 .swiper-slide {
    height: auto;
    display: flex;
}

.swiper4 .swiper-slide .product-item {
    width: 100%;
}

.product-item:hover {
    box-shadow: 0 12px 30px rgba(18, 32, 61, 0.14);
    transform: translateY(-4px);
    border-color: transparent;
}

.product-item .box-image {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: 100%;
    flex: 0 0 auto;
    overflow: hidden;
    background: #f0f2f5;
}

/* Vùng ảnh riêng — nút đặt hàng / liên hệ nằm dưới, không đè ảnh.
   Phải loại trừ .contact-action (cũng là thẻ a) kẻo bị kéo cao 250px. */
.product-item .box-image > a:not(.contact-action) {
    display: block;
    position: relative;
    width: 100% !important;
    height: 250px !important;
    flex: 0 0 250px;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.product-item .box-image img,
.product-item .box-image > a:not(.contact-action) > img {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    transition: transform 0.5s ease;
    transform: scale(1,1);
}

.box-image:hover img {
    transform: scale(1.06,1.06);
}

.product-item .text-box {
    padding: 12px 12px 16px 12px;
    position: relative;
    width: 100%;
    font-size: 1em;
    border-top: 1px solid var(--pd-border);
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 94px;
}

.product-item .text-box .title {
    margin: 0;
    float: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex: 1 1 auto;
}

.product-item .text-box .title > a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    min-height: 2.6em;
    max-height: 2.6em;
    line-height: 1.3;
    margin-bottom: .35em;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    color: var(--pd-navy);
    width: 100%;
    float: none;
    padding: 0 2px;
}

.product-item .text-box .title:hover > a {
    color: var(--pd-red);
}

.product-item .price {
    width: 100%;
    text-align: center;
    font-size: 16px;
    float: none;
    color: var(--pd-red);
    font-weight: 700;
    margin-top: auto;
    min-height: 1.4em;
    max-height: 1.4em;
    line-height: 1.4;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-item .price a {
    color: var(--pd-red);
    display: inline;
    font-size: inherit;
    font-weight: inherit;
    min-height: 0;
    max-height: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.product-item .add-to-cart,
.product-item .contact-action {
    position: static;
    display: block;
    width: 100%;
    background: rgba(18, 32, 61, 0.92);
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 46px;
    height: 46px !important;
    min-height: 46px;
    max-height: 46px;
    flex: 0 0 46px !important;
    transition: all 0.35s ease;
    opacity: 1;
    font-size: 14px;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
    overflow: hidden;
}

.product-item .contact-action {
    background: rgba(232, 64, 74, 0.92);
}

/* Post cards on homepage use product markup but need tighter content height */
.product-item.post-item {
    min-height: 0;
}

.product-item.post-item .box-image > a:not(.contact-action) {
    height: 220px !important;
    flex-basis: 220px;
}

.product-item.post-item .text-box {
    min-height: 0;
    padding: 12px;
}

.product-item.post-item .text-box .title {
    flex: 0 0 auto;
}

.product-item.post-item .text-box .title > a {
    min-height: 0;
    max-height: 2.8em;
    margin-bottom: 0;
}

.product-item .contact-action:hover,
.product-item:hover .contact-action {
    background: var(--pd-red);
    color: #fff;
    text-decoration: none;
}

.product-item:hover .add-to-cart {
    background: var(--pd-red);
    color: #fff;
}

.add-to-cart:hover {
    background: var(--pd-red);
    color: #fff;
}

.swiper4 {
    position: relative;
}

.swiper4 .product-home-prev,
.swiper4 .product-home-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background-image: none !important;
    background-color: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(15, 40, 80, 0.08);
    color: var(--pd-navy);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 5;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease;
}

.swiper4 .product-home-prev:after,
.swiper4 .product-home-next:after {
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 1;
    color: inherit;
}

.swiper4 .product-home-prev:after { content: "\f104"; }
.swiper4 .product-home-next:after { content: "\f105"; }

.swiper4 .product-home-prev { left: 4px; }
.swiper4 .product-home-next { right: 4px; }

.swiper4:hover .product-home-prev,
.swiper4:hover .product-home-next {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.swiper4 .product-home-prev:hover,
.swiper4 .product-home-next:hover {
    background-color: var(--pd-red);
    border-color: var(--pd-red);
    color: #fff;
    box-shadow: 0 8px 18px rgba(232, 64, 74, 0.28);
    transform: scale(1.06);
}

.swiper4 .product-home-prev.swiper-button-disabled,
.swiper4 .product-home-next.swiper-button-disabled {
    opacity: 0.25;
    pointer-events: none;
    box-shadow: none;
}

/************************************************************************************
SUPPORT ONLINE (HOME)
*************************************************************************************/
.home-support {
    padding: 20px 0 30px 0;
}

.home-support h2.text-bold,
.feedback h2.text-bold {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: var(--pd-navy);
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.home-support h2.text-bold::after,
.feedback h2.text-bold::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 50px;
    height: 3px;
    border-radius: 2px;
    background: var(--pd-red);
}

.home-support-desc {
    color: var(--pd-muted);
    margin-bottom: 28px;
}

.home-support-card {
    background: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 12px;
    padding: 24px 16px;
    margin-bottom: 20px;
    min-height: 220px;
    transition: box-shadow .2s ease, transform .2s ease;
}

.home-support-card:hover {
    box-shadow: 0 10px 24px rgba(15, 40, 80, .08);
    transform: translateY(-2px);
}

.home-support-avatar {
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin: 0 auto 12px;
    border-radius: 50%;
    background: var(--pd-bg);
    color: var(--pd-navy);
    font-size: 26px;
}

.home-support-card h4 {
    margin: 0 0 6px;
    color: var(--pd-navy);
    font-size: 16px;
    font-weight: 700;
}

.home-support-meta {
    color: var(--pd-muted);
    font-size: 13px;
    margin-bottom: 14px;
}

.home-support-actions a {
    display: inline-block;
    margin: 4px 6px;
    color: var(--pd-navy);
    font-size: 13px;
}

.home-support-actions a:hover {
    color: var(--pd-red);
}

.feedback-avatar-fallback {
    width: 56px;
    height: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin: 8px auto 10px;
    background: var(--pd-bg);
    color: var(--pd-navy);
    font-size: 22px;
}

/************************************************************************************
SUPPORT BAND (HOME) - distinct from feedback / feature strips
*************************************************************************************/
.support-band {
    background: linear-gradient(135deg, #0d1830 0%, #1b2a4a 55%, #24375f 100%);
    color: #e8eef8;
    padding: 48px 0 56px;
    margin: 10px 0 0;
    position: relative;
    overflow: hidden;
}

.support-band::before {
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(232, 64, 74, 0.18);
}

.support-band::after {
    content: "";
    position: absolute;
    left: -60px;
    bottom: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
}

.support-band .container {
    position: relative;
    z-index: 1;
}

.support-band-eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffb3b8;
    margin-bottom: 8px;
    font-weight: 600;
}

.support-band-head h2 {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
}

.support-band-head p {
    max-width: 640px;
    margin: 0 auto 28px;
    color: #b8c4da;
    font-size: 15px;
}

.support-band-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: stretch;
}

.support-band-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 20px 18px;
    display: flex;
    gap: 14px;
    align-items: stretch;
    height: 100%;
    min-height: 168px;
    box-sizing: border-box;
    backdrop-filter: blur(4px);
    transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.support-band-card:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(232, 64, 74, 0.45);
}

.support-band-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: var(--pd-red);
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 18px;
}

.support-band-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.support-band-body h3 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
    min-height: 2.7em;
}

.support-band-role {
    font-size: 13px;
    color: #9eacc4;
    margin-bottom: 12px;
    line-height: 1.4;
    min-height: 2.8em;
}

.support-band-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.support-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
    font-size: 12px;
    line-height: 1.2;
}

.support-chip:hover {
    background: var(--pd-red);
    color: #fff !important;
}

@media (max-width: 991px) {
    .support-band-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .support-band-grid {
        grid-template-columns: 1fr;
    }
}

/************************************************************************************
CUSTOMER REVIEWS (HOME)
*************************************************************************************/
.feedback {
    padding: 10px 0 40px 0;
}

.feedback .swiper-feedback {
    padding: 8px 36px 40px;
    position: relative;
}

.feedback .swiper-feedback .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.feedback .swiper-feedback .swiper-slide {
    height: auto;
    display: flex;
}

.feedback .item-feedback {
    height: 100%;
    width: 100%;
    min-height: 260px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.feedback .item-feedback p {
    flex: 1;
    margin-bottom: 16px;
}

.feedback .item-feedback .feedbacker {
    margin-top: auto;
}

.feedback .swiper-pagination-feedback {
    bottom: 8px;
}

.feedback .swiper-button-feedback-prev,
.feedback .swiper-button-feedback-next {
    width: 42px;
    height: 42px;
    margin-top: -21px;
    background-image: none !important;
    background-color: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(15, 40, 80, 0.08);
    color: var(--pd-navy);
    opacity: 1;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.feedback .swiper-button-feedback-prev:after,
.feedback .swiper-button-feedback-next:after {
    font-family: FontAwesome;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: inherit;
}

.feedback .swiper-button-feedback-prev:after {
    content: "\f104";
}

.feedback .swiper-button-feedback-next:after {
    content: "\f105";
}

.feedback .swiper-button-feedback-prev:hover,
.feedback .swiper-button-feedback-next:hover {
    background-color: var(--pd-red);
    border-color: var(--pd-red);
    color: #fff;
    box-shadow: 0 8px 18px rgba(232, 64, 74, 0.28);
    transform: scale(1.06);
}

.feedback .swiper-button-feedback-prev:active,
.feedback .swiper-button-feedback-next:active {
    transform: scale(0.96);
}

.feedback .swiper-button-feedback-prev.swiper-button-disabled,
.feedback .swiper-button-feedback-next.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
    box-shadow: none;
}

.feedback .swiper-button-feedback-prev {
    left: 0;
}

.feedback .swiper-button-feedback-next {
    right: 0;
}

.feedback h2.text-bold {
    margin-bottom: 30px;
}

.item-feedback {
    background: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 12px;
    padding: 28px 22px;
    margin-bottom: 20px;
    position: relative;
}

.item-feedback .quote-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: var(--pd-bg);
    color: var(--pd-red);
    font-size: 18px;
    margin-bottom: 14px;
}

.item-feedback p {
    color: var(--pd-muted);
    font-style: italic;
}

.feedbacker .name {
    display: block;
    color: var(--pd-navy);
    font-size: 15px;
}

.feedback-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    margin: 8px auto 10px;
    display: block;
    border: 2px solid var(--pd-border);
}

.feedbackers {
    color: var(--pd-red);
    font-size: 13px;
    font-weight: 600;
}

.support-online-footer .support-online-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-online-footer .support-online-list li {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.support-online-footer .support-online-list li:last-child {
    border-bottom: 0;
}

.support-online-footer .support-part {
    display: block;
    font-size: 12px;
    opacity: 0.85;
    margin: 2px 0 6px;
}

.support-online-footer .support-contacts a {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

.support-online-row {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    clear: both;
}

.footer-main-row {
    display: flex;
    flex-wrap: wrap;
}

.footer-main-row > [class*="col-"] {
    float: none;
}

.footer-connect {
    margin-left: auto;
}

.support-online-row-title {
    margin-bottom: 14px;
}

.support-online-list-horizontal {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.support-online-list-horizontal > li {
    flex: 1 1 200px;
    min-width: 180px;
    max-width: 100%;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

.support-online-list-horizontal .support-part {
    display: block;
    font-size: 12px;
    opacity: 0.85;
    margin: 4px 0 8px;
}

.support-online-list-horizontal .support-contacts a {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
}

@media (max-width: 767px) {
    .support-online-list-horizontal > li {
        flex: 1 1 100%;
    }
}

.support-float-toggle {
    position: relative;
}

.support-online-popup {
    display: none;
    position: absolute;
    left: 52px;
    bottom: 0;
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 28px rgba(13, 24, 48, 0.28);
    padding: 12px;
    z-index: 10;
}

.support-online-popup.open {
    display: block;
}

.support-popup-title {
    font-weight: 700;
    color: var(--pd-navy);
    margin-bottom: 10px;
    font-size: 14px;
}

.support-popup-item {
    border-top: 1px solid var(--pd-border);
    padding: 8px 0;
}

.support-popup-item:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.support-popup-name {
    font-weight: 600;
    color: var(--pd-navy);
    font-size: 13px;
}

.support-popup-meta {
    font-size: 11px;
    color: var(--pd-muted);
    margin-bottom: 6px;
}

.support-popup-actions a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: var(--pd-bg);
    color: var(--pd-red);
    margin-right: 6px;
}

/************************************************************************************
CTA STRIP
*************************************************************************************/
.cta-strip {
    background: linear-gradient(135deg, var(--pd-navy) 0%, var(--pd-navy-darker) 100%);
    padding: 40px 0;
    margin-top: 20px;
}

.cta-strip h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 4px;
}

.cta-strip p {
    color: #aeb9d0;
    margin: 0;
    padding: 0;
}

.cta-strip .cta-phone {
    display: inline-block;
    background: var(--pd-red);
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    line-height: 54px;
    padding: 0 32px;
    border-radius: 30px;
    white-space: nowrap;
}

.cta-strip .cta-phone:hover {
    background: #fff;
    color: var(--pd-red);
}

.cta-strip .cta-phone i {
    margin-right: 8px;
}

/************************************************************************************
BREADCRUMB
*************************************************************************************/
.breacrum {
    background: var(--pd-bg);
    border-bottom: 1px solid var(--pd-border);
}

.ul_breacrum {
    margin: 0;
    padding: 12px 0;
}

.ul_breacrum > li {
    display: inline-block;
    color: var(--pd-muted);
    font-size: 13px;
}

.ul_breacrum > li a {
    color: var(--pd-muted);
    font-weight: 500;
}

.ul_breacrum > li:last-child a {
    color: var(--pd-red);
}

.ul_breacrum > li a:hover {
    color: var(--pd-red);
}

.ul_breacrum > li::after {
    margin: 0 8px;
    content: "\f105";
    display: inline-block;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #aab3c5;
}

.ul_breacrum > li:last-child::after {
    display: none;
}

/************************************************************************************
PAGE CONTENT COMMON
*************************************************************************************/
.page_ct {
    padding: 30px 0 60px 0;
    background: #fff;
}

.content_post {
    background: #fff;
    border-radius: 8px;
    min-height: 250px;
}

.t_in_other_h {
    width: 100%;
    padding: 25px 0 45px;
    color: var(--pd-muted);
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
}

/************************************************************************************
POST LIST / DETAIL
*************************************************************************************/
.ul_dm_bv > li {
    padding: 0;
    overflow: hidden;
    margin-bottom: 22px;
    background: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 12px;
    transition: box-shadow .25s ease, transform .25s ease;
}

.ul_dm_bv > li:hover {
    box-shadow: 0 12px 30px rgba(18, 32, 61, 0.12);
    transform: translateY(-2px);
}

.ul_dm_bv > li > a {
    display: block;
    overflow: hidden;
    padding: 16px;
}

.ul_dm_bv > li figure {
    float: left;
    width: 285px;
    height: 190px;
    margin-right: 22px;
    overflow: hidden;
    border-radius: 8px;
}

.ul_dm_bv > li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease;
}

.ul_dm_bv > li:hover figure img {
    transform: scale(1.06);
}

.img_object_fit {
    object-fit: cover;
}

.m_ul_dm_bv {
    overflow: hidden;
}

.m_ul_dm_bv h3 {
    font-size: 18px;
    line-height: 1.4;
    color: var(--pd-navy);
    font-weight: 700;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    min-height: 2.8em;
}

.ul_dm_bv > li:hover .m_ul_dm_bv h3 {
    color: var(--pd-red);
}

.m_ul_dm_bv ol {
    padding: 5px 0 10px 0;
}

.m_ul_dm_bv ol li {
    display: inline-block;
    color: var(--pd-muted);
    font-weight: 400;
    font-size: 13px;
    margin: 0 10px 0 0;
}

.m_ul_dm_bv ol li .fa {
    color: var(--pd-red);
    margin-right: 4px;
}

.m_ul_dm_bv p {
    color: var(--pd-muted);
    font-size: 14px;
}

.m_ul_dm_bv span {
    color: var(--pd-red);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.title_post {
    font-size: 26px;
    line-height: 1.35;
    color: var(--pd-navy);
    font-weight: 800;
}

.product-layout-modern {
    display: flex;
    gap: 22px;
}

.product-filter-modern {
    width: 260px;
    flex: 0 0 260px;
    order: 1;
    align-self: flex-start;
    position: sticky;
    top: 90px;
    z-index: 20;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
}

.filter-card-modern {
    background: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 14px;
}

.filter-card-modern h3 {
    font-size: 22px;
    margin-bottom: 14px;
}

.filter-card-modern h3 .fa {
    margin-right: 6px;
}

.filter-card-modern ul li {
    padding: 8px 0;
    color: var(--pd-muted);
    border-bottom: 1px dashed var(--pd-border);
}

.filter-card-modern ul li:last-child {
    border-bottom: 0;
}

.filter-card-modern ul li.active a,
.filter-card-modern ul li.active {
    color: var(--pd-navy);
    font-weight: 600;
}

.price-field-modern {
    margin-bottom: 10px;
}

.price-field-modern label {
    display: block;
    font-size: 12px;
    color: var(--pd-muted);
    margin-bottom: 4px;
}

.price-field-modern input {
    width: 100%;
    height: 38px;
    border: 1px solid var(--pd-border);
    border-radius: 8px;
    padding: 0 10px;
}

.price-btn-modern {
    width: 100%;
    border: 0;
    border-radius: 8px;
    height: 38px;
    background: var(--pd-red);
    color: #fff;
    font-weight: 600;
}

.price-range-modern {
    margin-bottom: 12px;
}

.price-range-values {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 600;
    color: var(--pd-navy);
    margin-bottom: 8px;
}

.price-range-modern input[type=range] {
    width: 100%;
    margin: 8px 0;
}

.price-range-single-track {
    position: relative;
    height: 36px;
    margin: 6px 0 4px;
    overflow: visible;
}

.price-range-track-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 6px;
    margin-top: -3px;
    border-radius: 999px;
    background: #d9dee8;
    z-index: 0;
}

.price-range-single-track input[type=range] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0;
    background: transparent;
    outline: none;
    pointer-events: none;
    -webkit-appearance: none;
    appearance: none;
    z-index: 1;
}

.price-range-single-track input[type=range]::-webkit-slider-runnable-track {
    height: 6px;
    border: none;
    background: transparent;
}

.price-range-single-track input[type=range]::-moz-range-track {
    height: 6px;
    border: none;
    background: transparent;
}

.price-range-single-track input[type=range]::-ms-track {
    height: 6px;
    border: none;
    background: transparent;
    color: transparent;
}

.price-range-single-track input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    margin-top: -7px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: var(--pd-red);
    box-shadow: 0 1px 5px rgba(18, 32, 61, 0.4);
    cursor: pointer;
    pointer-events: auto;
}

.price-range-single-track input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: var(--pd-red);
    box-shadow: 0 1px 5px rgba(18, 32, 61, 0.4);
    cursor: pointer;
    pointer-events: auto;
}

.price-range-single-track input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: var(--pd-red);
    box-shadow: 0 1px 5px rgba(18, 32, 61, 0.4);
    cursor: pointer;
    pointer-events: auto;
}

.price-range-single-track #price-min-range {
    z-index: 2;
}

.price-range-single-track #price-max-range {
    z-index: 3;
}

.product-content-modern {
    flex: 1;
    min-width: 0;
    order: 2;
}

.product-head-modern {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.product-head-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-filter-toggle,
.product-filter-drawer-head,
.product-filter-overlay,
.product-filter-fab {
    display: none;
}

.product-head-modern .title_post {
    margin: 0;
}

.product-head-modern p {
    color: var(--pd-muted);
    margin: 3px 0 0;
    padding: 0;
}

.product-sort-modern {
    height: 40px;
    border: 1px solid var(--pd-border);
    border-radius: 8px;
    padding: 0 12px;
    background: #fff;
    min-width: 140px;
}

.product-grid-modern .product-item {
    border-radius: 12px !important;
    overflow: hidden;
}

.product-tag-modern {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #f0b429;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 6px;
}

.product-rate-modern {
    font-size: 12px;
    color: #b5bdcb;
    margin-top: 5px;
}

.meta_post {
    padding: 10px 0 15px 0;
    border-bottom: 1px solid var(--pd-border);
    margin-bottom: 20px;
}

.meta_post > li {
    display: inline-block;
    font-weight: 400;
    color: var(--pd-muted);
    font-size: 13px;
    vertical-align: middle;
}

.meta_post > li .fa {
    color: var(--pd-red);
    margin-right: 5px;
}

.meta_post > li + li {
    margin-left: 15px;
}

.post_detail {
    line-height: 1.75;
    font-size: 15px;
}

.post_detail img {
    border-radius: 8px;
    height: auto;
}

.post_detail h2, .post_detail h3 {
    margin: 18px 0 8px 0;
}

/************************************************************************************
PRODUCT DETAIL
*************************************************************************************/
.left-view {
    min-height: 300px;
}

.left-view img {
    border-radius: 0;
    border: 1px solid var(--pd-border);
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    max-width: none;
}

.left-view .swiper-container {
    width: 100%;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0;
}

.left-view .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 0;
}

.left-view .gallery-top {
    height: 340px;
    width: 100%;
}

.left-view .gallery-thumbs {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0;
    border: none;
}

.left-view .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
    cursor: pointer;
}

.left-view .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--pd-red);
}

.left-view .swiper-button-next, .left-view .swiper-button-prev {
    display: none;
}

.right-view {
    overflow: hidden;
    color: var(--pd-text);
    padding-top: 5px;
}

.right-view .product-name {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 10px 0;
    padding: 0;
    color: var(--pd-navy);
    text-transform: uppercase;
    line-height: 1.35;
}

.product-price-group {
    background: var(--pd-bg);
    border: 1px dashed var(--pd-border);
    border-radius: 8px;
    padding: 12px 18px;
    margin-bottom: 12px;
    display: inline-block;
    min-width: 220px;
}

.product-price-group .price {
    font-size: 24px;
    color: var(--pd-red);
    font-weight: 800;
}

.product-price-group .price a {
    color: var(--pd-red);
    font-size: 20px;
}

.right-view .product-desc {
    padding: 10px 0;
    width: 100%;
    color: var(--pd-muted);
}

.right-view .form-option {
    padding: 10px 0;
    width: 100%;
}

.right-view .form-option .attributes {
    clear: both;
    padding: 5px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.right-view .form-option .attributes .attribute-label {
    display: inline-block;
}

.right-view .form-option .attributes button {
    width: 40px;
    height: 42px;
    display: inline-block;
    color: var(--pd-navy);
    background: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.right-view .form-option .attributes button:hover {
    border-color: var(--pd-red);
    color: var(--pd-red);
}

.right-view .form-option .attributes .qty {
    text-align: center;
    border: none;
    display: inline-block;
    min-width: 40px;
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

.right-view .form-option .attributes .button {
    display: inline-block;
    background: var(--pd-red);
    color: #fff;
    font-weight: 700;
    line-height: 42px;
    padding: 0 22px;
    border-radius: 6px;
    cursor: pointer;
    margin-left: 10px;
    font-size: 14px;
}

.right-view .form-option .attributes .button:hover {
    background: var(--pd-navy);
}

.right-view .form-option .attributes .amount {
    margin-left: 14px;
    font-size: 18px;
    font-weight: 800;
    color: var(--pd-red);
}

.star-rating {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 8px;
}

.product_top {
    padding-top: 10px;
}

.product_content {
    background: #fff;
    padding: 25px 20px;
    margin-top: 25px;
    border-top: 1px solid var(--pd-border);
    line-height: 1.75;
}

.form-share {
    padding: 12px 0;
}

.share-social-modern {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
}

.share-social-label {
    color: var(--pd-navy);
    font-weight: 700;
    font-size: 14px;
    margin-right: 4px;
}

.share-social-label .fa {
    margin-right: 4px;
    color: var(--pd-red);
}

.share-social-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 34px;
    padding: 0 12px;
    border-radius: 18px;
    border: 0;
    color: #fff !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    text-decoration: none !important;
    transition: opacity .2s ease, transform .2s ease;
}

.share-btn:hover {
    opacity: .9;
    color: #fff !important;
    transform: translateY(-1px);
}

.share-facebook {
    background: #1877f2;
}

.share-messenger {
    background: #0084ff;
}

.share-twitter {
    background: #1da1f2;
}

.share-copy {
    background: var(--pd-navy);
}

/* Quick view */
.quickview {
    width: 100%;
    height: auto;
    float: left;
    padding: 15px 10px 0 0;
    background: #fff;
}

.quickview .close {
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 18px;
    border: 1px solid var(--pd-border);
    height: 30px;
    width: 30px;
    line-height: 28px;
    border-radius: 50%;
    background: #fff;
    z-index: 5;
}

/************************************************************************************
CONTACT PAGE
*************************************************************************************/
.contact-card {
    background: #fff;
    border: 1px solid var(--pd-border);
    border-radius: 12px;
    padding: 28px;
    height: 100%;
}

.p_fc_1 {
    color: var(--pd-muted);
    padding-bottom: 20px;
}

.ul_ct > li {
    margin-bottom: 16px;
    position: relative;
}

.t_fc_1 {
    padding-bottom: 12px;
    font-weight: 800;
    font-size: 20px;
    line-height: 1.4;
    color: var(--pd-navy);
    text-transform: uppercase;
}

.ul_m_fc_1 > li {
    padding: 7px 0;
    overflow: hidden;
    color: var(--pd-text);
}

.ul_m_fc_1 > li i {
    font-size: 14px;
    margin-right: 12px;
    float: left;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: var(--pd-navy);
    border-radius: 50%;
    position: relative;
    top: -4px;
    color: #fff;
}

.ul_m_fc_1 > li a {
    color: var(--pd-red);
    font-weight: 600;
}

.m_fc_1 a {
    color: var(--pd-red);
}

#map_canvas {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--pd-border);
}

.contact-map-wrap {
    margin-top: 16px;
}

.contact-map-iframe {
    width: 100%;
    min-height: 360px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--pd-border);
    background: var(--pd-bg);
}

.contact-map-iframe iframe {
    width: 100% !important;
    height: 360px !important;
    border: 0 !important;
    display: block;
}

.ipt_ct {
    border: 1px solid var(--pd-border);
    background: var(--pd-bg);
    width: 100%;
    height: 46px;
    padding: 0 16px;
    color: var(--pd-text);
    border-radius: 8px !important;
    transition: border-color .2s ease, background .2s ease;
}

.ipt_ct:focus {
    border-color: var(--pd-red);
    background: #fff;
}

.txt_ct {
    border: 1px solid var(--pd-border);
    background: var(--pd-bg);
    width: 100%;
    min-height: 160px;
    padding: 12px 16px;
    color: var(--pd-text);
    resize: vertical;
    border-radius: 8px !important;
    transition: border-color .2s ease, background .2s ease;
}

.txt_ct:focus {
    border-color: var(--pd-red);
    background: #fff;
}

.btn_ct {
    cursor: pointer;
    background: var(--pd-red);
    color: #fff;
    text-transform: uppercase;
    padding: 14px 34px;
    border: 0;
    font-weight: 700;
    border-radius: 8px !important;
    letter-spacing: .5px;
    transition: background .2s ease;
}

.btn_ct:hover {
    background: var(--pd-navy);
}

.product-review-section {
    margin-top: 40px;
    padding-top: 10px;
}

.product-review-list {
    margin: 20px 0 30px;
}

.product-review-item {
    border-bottom: 1px solid var(--pd-border);
    padding: 16px 0;
}

.product-review-item .review-head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 6px;
}

.product-review-item .review-stars {
    color: #f0b429;
}

.product-review-item .review-date {
    color: var(--pd-muted);
    font-size: 13px;
    margin-left: auto;
}

.product-review-item .review-title {
    font-weight: 700;
    margin-bottom: 4px;
    color: var(--pd-navy);
}

.product-review-item .review-content {
    color: #334;
    line-height: 1.6;
    white-space: pre-wrap;
}

.review-empty {
    color: var(--pd-muted);
    margin: 10px 0 20px;
}

.product-review-form {
    max-width: 720px;
}

.product-review-form h4 {
    margin-bottom: 16px;
    color: var(--pd-navy);
    font-weight: 700;
}

.product-review-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.error_value {
    color: var(--pd-red);
    text-align: left;
    padding: 4px 5px 0 5px;
    font-size: 12px;
}

/************************************************************************************
SHOPPING CART PAGE
*************************************************************************************/
.shoping-cart, .content-detail {
    background: #fff;
    padding: 15px 20px;
    border-radius: 8px;
}

.in_ttcb {
    padding: 12px 14px;
    background: var(--pd-bg);
    margin-top: 15px;
    border-radius: 10px;
    border: 1px solid var(--pd-border);
}

/* Giảm gutter trong box "Thông tin của bạn" để 2 control gần nhau hơn */
.in_ttcb .row {
    margin-left: -6px;
    margin-right: -6px;
}

.in_ttcb .row > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
}

.in_ttcb ul li + li {
    margin-top: 20px;
    position: relative;
}

.t_ttcb {
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
    color: var(--pd-navy);
    font-size: 14px;
}

.t_ttcb em {
    color: var(--pd-red);
}

.ipt_group {
    height: 40px;
    width: 33.3333333%;
    background: #fff;
    border: 1px solid var(--pd-border);
    float: left;
    margin-bottom: 15px;
    padding: 0 8px;
}

#areas {
    width: 100% !important;
    float: none !important;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    position: relative;
    z-index: 5;
    overflow: visible;
    clear: both;
}

#areas .ipt_group {
    float: none;
    flex: 1 1 calc(33.333% - 8px);
    width: auto;
    min-width: 140px;
    margin-bottom: 0;
    position: relative;
    z-index: 6;
}

.tt_cart_left #map_canvas {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 16px;
}

.in_ttcb ul li .ipt_booking_h {
    height: 40px;
    background: #fff;
    border: 1px solid var(--pd-border);
    float: left;
    width: 100%;
    padding: 0 12px;
    border-radius: 6px;
    cursor: pointer;
}

.delivery-time-wrap {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    min-height: 40px;
}

.cart-map-info {
    min-width: 180px;
    max-width: 260px;
    line-height: 1.35;
    font-size: 13px;
    padding: 2px 0;
}

.cart-map-info-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px 0;
    color: #1b2a4a;
}

.cart-map-info-row {
    margin: 0 0 2px 0;
}

.cart-map-info-row:last-child {
    margin: 0;
}

.delivery-time-wrap .ipt_booking_h,
.delivery-time-wrap .form-control {
    float: none !important;
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 12px;
    cursor: text !important;
    background: #fff !important;
    border: 1px solid var(--pd-border);
    border-radius: 6px !important;
    box-shadow: none;
}

.delivery-time-wrap .delivery-picker-btn,
.delivery-time-wrap .delivery-picker-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: var(--pd-navy);
    padding: 4px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    font-size: 16px;
}

.delivery-time-wrap .delivery-picker-btn:hover,
.delivery-time-wrap .delivery-picker-icon:hover {
    color: var(--pd-red);
}

.delivery-time-wrap .delivery-picker-btn .fa,
.delivery-time-wrap .delivery-picker-icon {
    position: absolute !important;
    right: 12px !important;
    bottom: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    font-size: 16px;
    color: inherit !important;
}

/* Ensure calendar popup is not clipped by cart panels */
.shoping-cart,
.tt_cart_left,
.in_ttcb,
.in_ttcb ul li,
.delivery-time-wrap {
    overflow: visible !important;
}

.xdsoft_datetimepicker {
    z-index: 10050 !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date {
    pointer-events: auto !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_date:not(.xdsoft_disabled) {
    cursor: pointer !important;
    opacity: 1 !important;
}

.in_ttcb ul li .fa {
    position: absolute;
    font-size: 14px;
    bottom: 14px;
    right: 20px;
    color: var(--pd-muted);
}

.ipt_ttcb {
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    border: 1px solid var(--pd-border);
    padding: 0 12px;
    border-radius: 6px !important;
}

.txt_ttcb {
    display: block;
    width: 100%;
    background: #fff;
    padding: 10px 12px;
    resize: none;
    border: 1px solid var(--pd-border);
    border-radius: 6px !important;
}

.ipt_ttcb:focus, .txt_ttcb:focus {
    border-color: var(--pd-red);
}

.info_delivery {
    width: 100%;
}

.tt_cart_right .ul_cart {
    position: static;
    padding: 0;
    border: 1px solid var(--pd-border);
    margin-top: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.t_tt_cart {
    font-size: 17px;
    font-weight: 700;
    color: var(--pd-navy);
    margin: 12px 0;
    text-transform: uppercase;
}

.erros {
    color: var(--pd-red);
}

.dhtc {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin: 30px auto;
    text-align: center;
    border: 1px solid var(--pd-border);
    padding: 30px;
    border-radius: 10px;
}

.dhtc .t_tt_cart {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    background: #fff;
    display: inline-block;
    width: 220px;
    margin: 0 auto;
}

/************************************************************************************
FLOATING CART
*************************************************************************************/
.cart {
    position: fixed;
    bottom: 150px;
    right: 15px;
    z-index: 7008;
}

.click_cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--pd-red);
    color: #fff;
    font-size: 20px;
    position: relative;
    box-shadow: 0 4px 14px rgba(232, 64, 74, 0.45);
    text-decoration: none;
}

.click_cart:before {
    content: "\f07a";
    font-family: FontAwesome;
    line-height: 1;
}

.click_cart:hover {
    background-color: var(--pd-navy);
    color: #fff;
    text-decoration: none;
}

.num_cart {
    font-style: normal;
    background: var(--pd-navy);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border-radius: 10px;
    padding: 1px 6px;
    position: absolute;
    top: -8px;
    right: -6px;
    z-index: 2;
    border: 2px solid #fff;
}

.fixbody_cart {
    overflow: hidden;
}

.fixcontent_cart {
    display: none;
    cursor: pointer;
    background: rgba(13, 24, 48, 0.75);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 7007;
}

.m_cart {
    visibility: hidden;
    background: #fff;
    position: fixed;
    top: 0;
    right: -300px;
    bottom: 0;
    width: 285px;
    transition: .25s ease;
    z-index: 3;
    box-shadow: -6px 0 25px rgba(13, 24, 48, 0.25);
}

.cart.active .m_cart {
    right: 0;
    visibility: visible;
}

.ul_cart {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 110px;
    overflow-y: auto;
}

.ul_cart > li {
    overflow: hidden;
    position: relative;
    padding: 12px;
    border-bottom: 1px solid var(--pd-border);
    background: #fff;
}

.ul_cart > li > h2 {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
    color: var(--pd-navy);
    text-transform: uppercase;
}

.ul_cart > li:nth-child(2n) {
    background: var(--pd-bg);
}

.info_ul_cart {
    padding-right: 15px;
    font-size: 12px;
    color: var(--pd-muted);
    line-height: 17px;
}

.info_ul_cart span {
    color: var(--pd-red) !important;
}

.name_ul_cart {
    display: block;
    color: var(--pd-navy);
    margin-bottom: 8px;
    font-size: 14px;
}

.close_ul_cart {
    line-height: 20px;
    font-size: 18px;
    color: var(--pd-muted);
    position: absolute;
    top: 14px;
    right: 12px;
}

.close_ul_cart:hover {
    color: var(--pd-red);
}

.sum_ul_cart {
    overflow: hidden;
    padding: 10px 0;
}

.sum_ul_cart strong {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    color: var(--pd-navy);
}

.sum_ul_cart span {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: 700;
    color: var(--pd-red);
}

.bot_m_cart {
    border-top: 1px solid var(--pd-border);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 15px 15px 15px;
}

.submit_ul_cart {
    overflow: hidden;
    padding: 0;
}

.submit_ul_cart a, .submit_ul_cart input {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}

.tt_submit_ul_cart {
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid var(--pd-red);
    background: var(--pd-red);
    color: #fff;
    text-align: center;
    width: 48%;
    float: left;
    line-height: 34px;
    border-radius: 6px;
}

.tt_submit_ul_cart:hover {
    background: var(--pd-navy);
    border-color: var(--pd-navy);
    color: #fff;
}

.tt_submit_ul_cart.is-submitting,
.tt_submit_ul_cart:disabled {
    cursor: wait;
    opacity: 0.75;
    pointer-events: none;
    background: var(--pd-navy);
    border-color: var(--pd-navy);
}

.tt_submit_ul_cart.is-done,
.tt_submit_ul_cart.is-done:disabled {
    cursor: default;
    opacity: 1;
    background: #2e7d32;
    border-color: #2e7d32;
}

/************************************************************************************
ORDER SUCCESS
*************************************************************************************/
.order-success {
    max-width: 640px;
    margin: 30px auto 50px;
    text-align: center;
    padding: 40px 24px;
    background: linear-gradient(180deg, #fff 0%, #f5f7fb 100%);
    border: 1px solid var(--pd-border);
    border-radius: 12px;
}

.order-success-icon {
    font-size: 64px;
    color: #2e7d32;
    line-height: 1;
    margin-bottom: 16px;
}

.order-success-title {
    font-size: 28px;
    font-weight: 700;
    color: var(--pd-navy);
    margin: 0 0 12px;
}

.order-success-desc {
    font-size: 15px;
    color: var(--pd-text);
    line-height: 1.6;
    margin: 0 0 18px;
}

.order-success-code {
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 24px;
    background: #fff;
    border: 1px dashed var(--pd-red);
    border-radius: 8px;
    color: var(--pd-navy);
    font-size: 15px;
}

.order-success-code strong {
    color: var(--pd-red);
    letter-spacing: 0.3px;
}

.order-success-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.order-success-actions a {
    display: inline-block;
    min-width: 180px;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
}

.btn-order-home {
    background: var(--pd-navy);
    color: #fff !important;
    border: 1px solid var(--pd-navy);
}

.btn-order-home:hover {
    background: var(--pd-navy-dark);
    border-color: var(--pd-navy-dark);
    color: #fff !important;
}

.btn-order-continue {
    background: #fff;
    color: var(--pd-red) !important;
    border: 1px solid var(--pd-red);
}

.btn-order-continue:hover {
    background: var(--pd-red);
    color: #fff !important;
}

.order-success-hotline {
    margin: 0;
    font-size: 14px;
    color: var(--pd-text);
}

.order-success-hotline a {
    color: var(--pd-red);
}

/************************************************************************************
SITE ERROR PAGES
*************************************************************************************/
.site-error {
    max-width: 680px;
    margin: 30px auto 50px;
    text-align: center;
    padding: 40px 24px;
    background: linear-gradient(180deg, #fff 0%, #f5f7fb 100%);
    border: 1px solid var(--pd-border);
    border-radius: 12px;
}

.site-error-code {
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: var(--pd-red);
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.site-error-icon {
    font-size: 36px;
    color: var(--pd-navy);
    margin-bottom: 12px;
}

.site-error-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--pd-navy);
    margin: 0 0 12px;
}

.site-error-desc {
    font-size: 15px;
    color: var(--pd-text);
    line-height: 1.6;
    margin: 0 0 24px;
}

.site-error-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 18px;
}

.site-error-actions a {
    display: inline-block;
    min-width: 150px;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
}

.site-error-hotline {
    margin: 0;
    font-size: 14px;
    color: var(--pd-text);
}

.site-error-hotline a {
    color: var(--pd-red);
}

.huy_submit_ul_cart {
    border: 1px solid var(--pd-border);
    background: #fff;
    color: var(--pd-text);
    text-align: center;
    width: 48%;
    float: right;
    line-height: 34px;
    border-radius: 6px;
}

.huy_submit_ul_cart:hover {
    background: var(--pd-bg);
}

/************************************************************************************
BOOKING FORM (legacy)
*************************************************************************************/
.ul_booking_h {
    overflow: hidden;
}

.ul_booking_h > li {
    float: left;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.ul_booking_h > li .ipt_booking_h {
    color: var(--pd-text);
    border: 0;
    font-size: 14px;
    font-weight: 400;
    background: none;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    border-bottom: 1px solid var(--pd-border);
}

.ipt_50 {
    width: 50%;
}

.ul_booking_h > li .fa {
    position: absolute;
    font-size: 14px;
    top: 12px;
    right: 10px;
}

#infoUser {
    width: 100%;
    float: left;
    padding: 30px;
    border: 1px solid var(--pd-border);
    border-radius: 10px;
    margin-top: -1px;
}

#lstOrder {
    width: 100%;
    float: left;
    padding: 30px;
    border: 1px solid var(--pd-border);
    border-radius: 10px;
    margin-top: -1px;
}

.box_input {
    width: 100%;
    border: 1px solid var(--pd-border);
    box-sizing: border-box;
}

.button, a.button:link, a.button:visited {
    font-size: 15px;
    background-color: var(--pd-bg);
    height: 36px;
    line-height: 28px;
    padding: 0 15px;
    border: 1px solid var(--pd-border);
    color: var(--pd-text);
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    border-radius: 6px;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
    color: #aeb9d0;
    font-size: 14px;
    line-height: 22px;
}

#footer .content-footer {
    background: var(--pd-navy-darker);
    border-top: 4px solid var(--pd-red);
    padding-top: 30px;
}

#footer a {
    color: #aeb9d0;
}

#footer a:hover {
    color: var(--pd-red);
}

#footer p {
    margin: 0;
}

#footer .footer-logo {
    background: #fff;
    display: inline-block;
    border-radius: 8px;
    padding: 6px 12px;
    margin-bottom: 14px;
}

#footer .footer-logo img {
    height: 52px;
    width: auto;
}

.footer-company-name {
    margin: 0 0 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.footer-moit-notify {
    margin-top: 12px;
}

.footer-moit-notify a {
    display: inline-block;
}

.footer-moit-notify img {
    max-width: 160px;
    height: auto;
}

.footer-title {
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 3px;
    border-radius: 2px;
    background: var(--pd-red);
}

.footer-title a {
    color: #fff !important;
    font-size: 14px;
}

.footer-title a:hover {
    color: var(--pd-red) !important;
}

.footer-content p {
    padding-bottom: 8px;
}

.footer-content .fa {
    color: var(--pd-red);
    width: 18px;
    text-align: center;
    margin-right: 6px;
}

#footer ul li {
    padding: 4px 0;
}

#footer ul li a::before {
    content: "\f105";
    font: normal normal normal 12px/1 FontAwesome;
    margin-right: 8px;
    color: var(--pd-red);
}

.thongtin {
    margin-bottom: 20px;
}

.author_foot {
    padding: 16px 20px;
    margin: 20px 0 0 0 !important;
    text-align: center;
    background: rgba(0,0,0,0.35);
    color: #8792a8;
    font-size: 13px;
}

.author_foot a {
    color: #aeb9d0;
    font-weight: 600;
}

/************************************************************************************
FLOAT HOTLINE + SCROLL TOP
*************************************************************************************/
.float-icon-hotline {
    display: block;
    width: 42px;
    position: fixed;
    bottom: 68px;
    left: 17px;
    z-index: 1030;
}

.float-icon-hotline ul li {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    animation: pd-float-bob 2.8s ease-in-out infinite;
}

.float-icon-hotline ul li:nth-child(2) {
    animation-delay: .25s;
}

.float-icon-hotline ul li:nth-child(3) {
    animation-delay: .5s;
}

.float-icon-hotline ul li:nth-child(4) {
    animation-delay: .75s;
}

.float-icon-hotline ul li .fa {
    background-color: var(--pd-red);
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 38px;
    box-shadow: 0 3px 10px rgba(13, 24, 48, 0.35);
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid rgba(232, 64, 74, 0.9);
    font-size: 16px;
    overflow: visible;
    animation: pd-ring 1.5s ease infinite;
}

.float-icon-hotline ul li .fa::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(232, 64, 74, 0.9);
    animation: pd-ping 1.9s ease-out infinite;
    z-index: -1;
}

.float-icon-hotline ul li:nth-child(2) .fa::after {
    animation-delay: .2s;
}

.float-icon-hotline ul li:nth-child(3) .fa::after {
    animation-delay: .4s;
}

.float-icon-hotline ul li:nth-child(4) .fa::after {
    animation-delay: .6s;
}

.float-icon-hotline ul li:nth-child(1) .fa,
.float-icon-hotline ul li:nth-child(1) .fa::after {
    border-color: rgba(255, 167, 38, 0.95);
}

.float-icon-hotline ul li:nth-child(2) .fa,
.float-icon-hotline ul li:nth-child(2) .fa::after {
    border-color: rgba(0, 176, 255, 0.95);
}

.float-icon-hotline ul li:nth-child(3) .fa,
.float-icon-hotline ul li:nth-child(3) .fa::after {
    border-color: rgba(66, 133, 244, 0.95);
}

.float-icon-hotline ul li:nth-child(4) .fa,
.float-icon-hotline ul li:nth-child(4) .fa::after {
    border-color: rgba(76, 175, 80, 0.95);
}

.float-icon-hotline ul li span {
    display: inline-block;
    padding: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 21px;
    height: 42px;
    line-height: 38px;
    position: absolute;
    top: 0;
    left: 18px;
    z-index: 0;
    width: 0;
    overflow: hidden;
    transition: all .6s;
    background-color: var(--pd-navy);
    box-shadow: 0 3px 10px rgba(13, 24, 48, 0.35);
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    font-size: 13px;
}

.float-icon-hotline ul li:hover span {
    width: 190px;
    padding-left: 34px;
    padding-right: 12px;
    opacity: 1;
}

.float-icon-hotline ul li .fa-zalo {
    background: #fff url(../imgs/zalo.png) center center no-repeat;
    background-size: 100%;
}

.float-icon-hotline ul li .fa-fb {
    background: #fff url(../imgs/messenger.png) center center no-repeat;
    background-size: 100%;
}

@keyframes pd-float-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes pd-ping {
    0% {
        opacity: .7;
        transform: translate(-50%, -50%) scale(1);
    }
    70% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.55);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.75);
    }
}

@keyframes pd-ring {
    0% { transform: rotate(0); }
    10% { transform: rotate(-18deg); }
    20% { transform: rotate(14deg); }
    30% { transform: rotate(-10deg); }
    40% { transform: rotate(6deg); }
    50%, 100% { transform: rotate(0); }
}

.scroll_top {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    position: fixed;
    bottom: 100px;
    right: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
    transition: all .3s ease;
    background: var(--pd-navy);
    box-shadow: 0 4px 14px rgba(13, 24, 48, 0.35);
}

.scroll_top:hover {
    background: var(--pd-red);
    color: #fff;
}

/************************************************************************************
MOBILE MENU
*************************************************************************************/
.icon_menu_mobile {
    visibility: hidden;
    width: 42px;
    height: 42px;
    background: var(--pd-red);
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 15px;
    z-index: 10;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
}

.icon_menu_mobile::before {
    content: "\f0c9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.menu_mobile {
    visibility: hidden;
    background: var(--pd-navy-darker);
    width: 280px;
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: -280px;
    z-index: 99999;
    font-size: 13px;
    transition: all 0.25s;
}

.close_menu_mobile {
    background: rgba(255,255,255,0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 280px;
    z-index: 7009;
}

.ad_body {
    height: 100%;
    overflow-y: hidden;
}

.ad_body .menu_mobile {
    left: 0;
}

.ad_body #wrapper::after {
    content: "";
    background: rgba(13, 24, 48, 0.85);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 102;
    transition: all 0.2s;
}

.ad_body .cart {
    z-index: 101;
}

.ul_ma_1 li {
    font-size: 13px;
    position: relative;
}

.ul_ma_1 > li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    color: #cfd7e6;
    padding: 12px 38px 12px 18px;
}

.ul_ma_1 > li > a {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    font-weight: 600;
    text-transform: uppercase;
}

.ul_ma_1 > li > a:hover, .ul_ma_1 > li.active > a {
    background: rgba(232, 64, 74, 0.15);
    color: #fff;
}

.ul_ma_2 > li > a {
    background: rgba(255,255,255,0.03);
    border-left: 3px solid var(--pd-red);
    padding-left: 28px;
}

.ul_ma_2 > li > a:hover {
    background: rgba(232, 64, 74, 0.15);
    color: #fff;
}

.ul_ma_2 > li + li {
    border-top: 1px solid rgba(255,255,255,0.05);
}

.ul_ma_2 ul > li > a {
    background: rgba(255,255,255,0.02);
    border-left: 3px solid var(--pd-red);
    padding-left: 42px;
    padding-right: 15px;
}

.arrown_menu_accordion {
    background: url(../imgs/arrown_menu_accordion.png) no-repeat center;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

/************************************************************************************
TOAST NOTIFICATIONS
*************************************************************************************/
.jq-toast-wrap {
    display: block;
    position: fixed;
    width: 250px;
    pointer-events: none !important;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
    z-index: 9000 !important;
}

.jq-toast-wrap * {
    margin: 0;
    padding: 0;
}

.jq-toast-wrap.bottom-left { bottom: 20px; left: 20px; }
.jq-toast-wrap.bottom-right { bottom: 20px; right: 40px; }
.jq-toast-wrap.top-left { top: 20px; left: 20px; }
.jq-toast-wrap.top-right { top: 20px; right: 40px; }

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 6px;
    font-size: 12px;
    font-family: 'Be Vietnam Pro', arial, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all !important;
    background-color: var(--pd-navy);
    color: #fff;
}

.jq-toast-single h2 {
    font-family: 'Be Vietnam Pro', arial, sans-serif;
    font-size: 14px;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal;
    width: 100%;
}

.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 12px;
}

.jq-toast-single ul {
    margin: 0 0 0 15px;
    background: 0 0;
    padding: 0;
}

.jq-toast-single ul li {
    list-style-type: disc !important;
    line-height: 17px;
    background: 0 0;
    margin: 0;
    padding: 0;
    letter-spacing: normal;
}

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer;
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0%;
    left: 0;
    border-radius: 5px;
    background: var(--pd-red);
}

.jq-toast-loaded {
    width: 100%;
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px;
}

.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1;
}

.jq-icon-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc;
}

.jq-icon-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1;
}

.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6;
}

/************************************************************************************
RESPONSIVE
*************************************************************************************/
@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .ul_mn {
        padding-right: 10px;
    }

    .ul_mn > li + li {
        margin-left: 2px;
    }

    .ul_mn > li > a {
        font-size: 12px;
        padding: 0 8px;
    }

    .page_ct {
        padding: 20px 0 40px 0;
    }
}

@media only screen and (max-width: 1023px) {
    html, body {
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .ul_mn {
        display: none !important;
    }

    .icon_menu_mobile {
        visibility: visible;
    }

    #wrapper {
        transition: all 0.2s;
        left: 0;
    }

    .banner .min_wrap {
        padding: 10px 0;
        text-align: center;
    }

    .logo img {
        height: 54px;
    }

    .nav_mn {
        top: 50%;
        transform: translateY(-50%);
    }

    .btn_login {
        width: 42px;
        height: 42px;
        text-indent: 0;
        padding: 0;
        background: var(--pd-red);
        border-radius: 8px;
        color: #fff !important;
        font-size: 0;
        line-height: 42px;
        text-align: center;
        overflow: hidden;
    }

    .btn_login i {
        margin: 0;
        font-size: 18px;
        color: #fff;
        line-height: 42px;
        display: inline-block;
        text-indent: 0;
    }

    .btn_login:hover {
        background: var(--pd-red-dark);
        color: #fff !important;
    }

    .icon_menu_mobile:hover {
        background: var(--pd-red-dark);
    }

    .our_user ul li {
        text-align: left;
    }

    .img_user {
        width: 42px;
        height: 42px;
        text-indent: -9999px;
        padding: 0;
        position: relative;
        border-radius: 8px;
    }

    .img_user img {
        width: 42px;
        height: 42px;
        border-radius: 8px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .feature-strip .feature-item {
        padding: 10px 0;
    }

    .introduction {
        padding: 30px 0 15px 0;
    }

    .introduction img {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .product-layout-modern {
        flex-direction: column;
    }

    .product-filter-toggle {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        height: 40px;
        padding: 0 12px;
        border: 1px solid var(--pd-border);
        border-radius: 8px;
        background: #fff;
        color: var(--pd-navy);
        font-weight: 600;
        cursor: pointer;
    }

    .product-filter-fab {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        left: 0;
        top: 118px;
        width: 44px;
        height: 48px;
        border: 0;
        border-radius: 0 10px 10px 0;
        background: var(--pd-red);
        color: #fff;
        box-shadow: 0 6px 18px rgba(232, 64, 74, 0.35);
        transition: opacity .25s ease, transform .25s ease;
        z-index: 1040;
        cursor: pointer;
        font-size: 18px;
    }

    .product-filter-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(13, 24, 48, 0.45);
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s ease, visibility .25s ease;
        z-index: 1045;
    }

    .product-filter-modern {
        position: fixed;
        top: 0;
        left: 0;
        width: min(86vw, 320px);
        height: 100vh;
        max-height: 100vh;
        margin: 0;
        padding: 14px 14px 24px;
        background: #fff;
        box-shadow: 8px 0 28px rgba(18, 32, 61, 0.18);
        transform: translateX(-105%);
        transition: transform .28s ease;
        z-index: 1050;
        overflow-y: auto;
        order: unset;
        flex: unset;
    }

    .product-filter-drawer-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 12px;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--pd-border);
    }

    .product-filter-drawer-head strong {
        color: var(--pd-navy);
        font-size: 16px;
    }

    .product-filter-close {
        width: 36px;
        height: 36px;
        border: 0;
        border-radius: 8px;
        background: var(--pd-bg);
        color: var(--pd-navy);
        cursor: pointer;
    }

    body.product-filter-open {
        overflow: hidden;
    }

    body.product-filter-open .product-filter-modern {
        transform: translateX(0);
    }

    body.product-filter-open .product-filter-overlay {
        opacity: 1;
        visibility: visible;
    }

    body.product-filter-open .product-filter-fab {
        opacity: 0;
        pointer-events: none;
    }

    .product-filter-fab.is-hidden-top {
        opacity: 0;
        pointer-events: none;
        transform: translateX(-110%);
    }

    body.product-filter-open .float-icon-hotline {
        z-index: 1030;
        opacity: .25;
        pointer-events: none;
    }

    .product-head-modern {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .product-head-actions {
        width: 100%;
        justify-content: space-between;
    }

    .container {
        width: unset;
    }

    .header-top .top-right, .header-top .top-left {
        text-align: center;
        width: 100%;
    }

    .header-top .top-right {
        display: none;
    }

    .section-title-center a {
        font-size: 18px;
        margin: 0 10px;
    }

    .introduction h2 {
        font-size: 20px;
    }

    .cta-strip {
        text-align: center;
    }

    .cta-strip .cta-phone {
        margin-top: 18px;
    }

    .title_post {
        font-size: 20px;
    }

    .right-view {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .ul_dm_bv > li figure {
        float: none;
        width: 100%;
        height: 200px;
        margin: 0 0 12px 0;
    }

    .m_ul_dm_bv h3 {
        font-size: 15px;
        line-height: 1.4;
    }

    .m_ul_dm_bv p {
        max-height: 60px;
        overflow: hidden;
        padding-bottom: 0;
    }

    .m_ul_dm_bv ol {
        padding-bottom: 5px;
    }

    .m_ul_dm_bv span {
        margin-top: 5px;
        display: inline-block;
        font-size: 12px;
    }

    .f-detail iframe {
        width: 100% !important;
    }

    .contact-card {
        padding: 18px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .ipt_group,
    #areas .ipt_group {
        width: 100%;
        flex: 1 1 100%;
        min-width: 0;
    }

    #infoUser {
        padding: 10px;
    }

    #lstOrder {
        padding: 10px;
    }

    .feature-strip .feature-item .fa {
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        line-height: 40px;
        font-size: 18px;
    }

    .product-item .box-image > a:not(.contact-action) {
        height: 200px !important;
        flex-basis: 200px;
    }
}

@media only screen and (max-width: 414px) {
    .cart-group {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .banner {
        padding: 0;
    }

    .cta-strip h3 {
        font-size: 19px;
    }

    .cta-strip .cta-phone {
        font-size: 17px;
        line-height: 48px;
        padding: 0 24px;
    }
}

@media only screen and (max-width: 360px) {
    .logo img {
        height: 46px;
    }
}
