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

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

/* Homepage body text size (VN page 16 + EN page 243) */
.page-id-16 .section-content p,
.page-id-16 .section-content li,
.page-id-16 .section-content span:not(.hv-stat-num):not(.hv-stat-lbl):not(.count-up),
.page-id-243 .section-content p,
.page-id-243 .section-content li,
.page-id-243 .section-content span:not(.hv-stat-num):not(.hv-stat-lbl):not(.count-up) {
    font-size: 18px;
}


@media only screen and (max-width: 549px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


	.box-vertical{display: inline-block;}
	.box-text{padding-bottom:0}
	.box-vertical .box-image {
    width: 30% !important;
    float: left;
    margin-right: 15px;}
	.header-main .header-inner{border-bottom: 2px solid;border-color: #730708;}
}
/*
.header-nav-main{justify-content: center;}
.header-main .flex-right{margin-right: -15px;}
*/
.menu-item .nav-dropdown>li.nav-dropdown-col{display:block}
.menu-item .nav-dropdown{border:1px solid #ddd; padding:0}
.nav-dropdown .nav-dropdown-col>a,.menu-item .nav-dropdown li a{margin:0; padding-left: 10px;font-weight:normal !important; text-transform:none !important;font-size:15px;color:#7d7d7d}
.menu-item .nav-dropdown .nav-dropdown-col>ul li:hover{background:#3a1e7f}
.menu-item .nav-dropdown-default>li:hover>a,.menu-item .nav-dropdown .nav-dropdown-col>ul li:hover>a{color:white}
.menu-item .nav-dropdown-default>li:hover{background:#a80e1a}
.nav-dropdown-default>li>a{border-bottom:1px solid #ececec}.nav-dropdown-has-arrow li.has-dropdown:before{border-width: 10px;
    margin-left: -10px;}
.menu-item .nav-dropdown .nav-dropdown-col>ul{border: 1px solid #d2d2d2;margin-top:-40px;box-shadow: 2px 2px 5px #828282;display:none;position: absolute;
    left: 100%;z-index: 9;background: white;min-width: 240px;}
.nav-dropdown>li.nav-dropdown-col{width:100%;border-right:0}
.menu-item .nav-dropdown .nav-dropdown-col>ul li a{padding:10px;  text-transform: none;color:#7d7d7d}
.header-nav li.nav-dropdown-col:hover >ul{display:block !important}
.sub-menu .menu-item i._mi{
    position: absolute;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 20px;
    right: 0;
}
.has-dropdown .icon-angle-down {
    display: none;
}
.post-item .box-image:hover::before{
-webkit-animation:shine .75s;
animation:shine .75s}
@-webkit-keyframes shine{
100%{left:125%}
}
@keyframes shine{
100%{left:125%}
}
.post-item .box-image::before{
position:absolute;
top:0;
left:-75%;
z-index:2;
display:block;
content:'';
width:50%;
height:100%;
background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
-webkit-transform:skewX(-25deg);transform:skewX(-25deg)
}
@media (min-width: 1200px){
		.parallax {
			background-position: center top;
			width: 100%;
			background-size: 100%;
			background-attachment: fixed;
			background-repeat: no-repeat;
			min-height: 400px;
		}
	}
@media (min-width: 992px) and (max-width: 1200px){
	.parallax {
		background-position: center top;
		width: 100%;
		background-size: 100%;
		background-attachment: fixed;
		background-repeat: no-repeat;
		min-height: 160px;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.parallax {
		background-position: center top;
		width: 100%;
		background-size: 100%;
		background-attachment: fixed;
		background-repeat: no-repeat;
		min-height: 126px;
	}
}
@media (max-width: 576px){
.parallax {
    width: 100%;
    background-position: center center;
    background-size: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    min-height: 100px;
	}
}
.portfolio-summary{
	border-top: 1px solid #ddd;
    padding-top: 10px;
}
.portfolio-main .tab-panels{
	padding: 15px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.portfolio-main .tabs {
	padding-left: 0px;
    border: 1px solid #ececec;
}
.quatrang {
    margin-top: 10px;
    text-align: center;
}
.quatrang span.page-numbers {
    background: #fff;
    padding: 8px 15px;
    font-size: 15px;
    color: #333;
    border-radius: 2px;
}
.quatrang a.page-numbers {
    background: #fff;
    padding: 8px 15px;
    font-size: 15px;
    color: #fff;
    background: #3a1e7f;
    transition: all .3s;
    border-radius: 2px;
}
.quatrang a.page-numbers:hover {
    color: #333;
    background: #FF9800;
}
.title-cat{font: 600 25px/normal Roboto,sans-serif;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #6d6d6d;}
/*************** sửa xem thêm  ***************/
        .single-product div#tab-description {
            overflow: hidden;
			height:350px;
            position: relative;
            padding-bottom: 25px;
        }
        .single-product .tab-panels div#tab-description.panel:not(.active) {
            height: 0 !important;
        }
        .devvn_readmore_flatsome {
            text-align: center;
            cursor: pointer;
            position: absolute;
            z-index: 10;
            bottom: 0;
            width: 100%;
            background: #fff;
        }
        .devvn_readmore_flatsome:before {
            height: 55px;
            margin-top: -45px;
            content: "";
            background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff',GradientType=0 );
            display: block;
        }
        .devvn_readmore_flatsome a {
            color: #318A00;
            display: block;
        }
        .devvn_readmore_flatsome a:after {
            content: '';
            width: 0;
            right: 0;
            border-top: 6px solid #318A00;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            display: inline-block;
            vertical-align: middle;
            margin: -2px 0 0 5px;
        }
        .devvn_readmore_flatsome_less a:after {
            border-top: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #318A00;
        }
        .devvn_readmore_flatsome_less:before {
            display: none;
        }
/*************** sửa xem thêm  ***************/

.shop-container div.term-description {
            overflow: hidden;
			padding-top: 10px;
			border-top: 2px solid #ebebeb;
            position: relative;
            padding-bottom: 25px;
        }
.product-section-title{border-bottom: 1px solid #ececec; padding-left: 15px;}
.related-products-wrapper{border:0px}
.product-container .large-9{
	padding-left: 5px;
    padding-right: 5px;}
.product-container .product-tabs{padding-left:0px}
.product-container .tab-panels{padding:15px;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}
.nav-tabs+.tab-panels{border-top:0;}
.page-title-inner {border-bottom: 1px solid #ececec;}
.product-short-description { border-top: 1px solid #ddd;padding-top: 10px;}
.srpw-block li {
    list-style: none;
    margin: 0;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #ececec;
}
.srpw-block li:first-child {
    padding-top: 10px;
}
.widget>ul>li{    
	border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 1px solid #ececec;}
span.widget-title{    
	background-image: -webkit-linear-gradient( 309deg, #03495a 0%, #dd3333 100%);
    background-image: -o-linear-gradient(309deg, #03495a 0%, #dd3333 100%);
    background-image: linear-gradient( 141deg, #03495a 0%, #dd3333 100%);
    width: 100%;
    display: block;
    padding: 9px 15px;
    color: white;}
.widget .is-divider{display:none}
.product-footer .woocommerce-tabs {
    padding: 0;
    border-top: 0;
}
.widget>ul>li+li{border-top: 0;}
.product-container .product-tabs{border: 1px solid #ececec;}
.nav-tabs>li>a{border-left:0}
.tabbed-content .nav-tabs>li{margin: 0;
    margin-bottom: -1px;}
.single_add_to_cart_button {display:none}
.pwb-single-product-brands {
    padding-top: 5px;
    font-size: .8em;
    padding-bottom: 5px;
	border-top: 1px dotted #ddd;}

.accordion table{table-layout: fixed; width: 100%; border-collapse: collapse;margin-bottom: 40px;}
.accordion td{    border: 1px dashed #ccc;padding: 10px 20px;text-align: center;}
.woocommerce-variation-description  table{table-layout: fixed; width: 100%; border-collapse: collapse;}
.woocommerce-variation-description td{    border: 1px dashed #ccc;text-align: center;}
.woocommerce-Tabs-panel--description  table{table-layout: fixed; width: 100%; border-collapse: collapse;}
.woocommerce-Tabs-panel--description td{    border: 1px dashed #ccc;text-align: center;}
.entry-summary ul li{padding-left: 20px; margin-bottom: 0;list-style: none;position: relative; margin-left: 0}
.entry-summary ul li:before{display: block; position: absolute; content: "\f058"; font-family: "FontAwesome";color: #3a1e7f;left: 0px;top: 0;font-size: 16px;}
.mfp-bg.mfp-ready{position: fixed;height: 100%;}

.category .col.post-item{padding-top: 10px; padding-bottom: 0;}
.category .col.post-item .col-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
}
.post-meta .post_date{
	padding-right: 10px;
}
.post-meta .post_date:before{
	font-family: 'FontAwesome';
    content: "\f017";
    padding-right: 5px;
}
.post-meta .from_the_blog_comments{
	color: #0017cb;
    font-weight: bold;
}
.post-meta .from_the_blog_comments:before{
	font-family: 'FontAwesome';
    padding-right: 5px;
    content: "\f086";
}
#top-link{color: #ffff;
    background: #a80e1a;}
.is-divider{display: none;}
a:hover:not(.plain) {
    color:;
}
#top-link {    bottom: 30px;}
.entry-content a{color: #2196f3;}
.meta-related{display:block;
	background: #e6f4ff;
    padding: 15px 0;
}
 
.meta-related ul {
	margin-bottom: 0;
    margin-left: 15px;
}
.meta-related ul li {   
	margin-bottom: 2px;
	font-size: 15px; 
}
 
.meta-related ul li a{
color: #0092ff;
text-transform: none; }
 
.meta-related ul li a:hover{
color: #0072c8;
}
/***footer posts***/
.tag-key span.title {
    border-radius: 4px;
    background: #051f38;
    padding: 4px 10px;
    color: white;
	margin-right: 5px;}
.tag-key a {line-height:32px;
    border-radius: 4px;
    margin: 5px 0 0 10px;
    padding: 4px 10px;
    background: #dedede;
    color: #464646;}
.tag-key a:hover {
    background: #051f38;
    color: white;
}
.Related-news-category {
    margin-top: 15px;
}
.Related-news-category .title-related-news {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1em;
    color: black;
	text-transform: uppercase;
    border-bottom: 1px solid;
    border-color: #730708;
    padding-bottom: 2px;
	letter-spacing: 0.05em;
}
.Related-news-category ul {
	padding-top: 10px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.Related-news-category ul li {
    list-style: none;
    width: 33.33333333%;
    color: graytext;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.Related-news-category ul li .box-image img {
    height: 160px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}
.Related-news-category h4 {
    font-size: 15px;
    color: black;
    line-height: 19px;
    padding-top: 7px;
    height: 64px;
    overflow: hidden;
}
.other-news {    
	background: #daefff;
    padding: 10px;
    border: 1px dashed #0092ff;
    border-radius: 3px;}
.other-news .title-other-news {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1em;
    color: black;
	text-transform: uppercase;
    border-bottom: 1px solid;
    border-color: #730708;
    padding-bottom: 2px;
	letter-spacing: 0.05em;
}
.other-news ul{padding-top:5px;}
.other-news ul li {
	list-style-image: url(/wp-content/uploads/2022/03/green-star.gif);
    margin-bottom: 3px;
	color: #051f38;
    border-bottom: 1px dashed #c7e7ff;
    margin-left: 20px;
    font-size: 13px;
}
.other-news ul li a {
    font-weight: 700;
    font-size: 15px;
    color: #051f38;
}
.other-news ul li a:hover {
    text-decoration: underline;
}
/******/
#logo {
                position: relative
            }

            #logo:before, #logo:after {
                content: "";
                position: absolute;
                top: 50%;
                width: 4%;
                height: 100%;
                transform: translateY(-50%);
                background: rgba(255,255,255,.75);
                z-index: 999999999;
            }

            #logo:before {
                left: 155%;
                animation: light-left 1.8s infinite alternate linear
            }

            #logo:after {
                right: -55%;
                animation: light-right 3.0s infinite alternate linear
            }

            @keyframes light-left {
                0% {
                    left: 85%;
                    opacity: 0
                }

                50% {
                    left: 40%;
                    opacity: 1
                }

                100% {
                    left: 50%;
                    opacity: 0
                }
            }

            @keyframes light-right {
                0% {
                    right: 80%;
                    opacity: 0
                }

                50% {
                    right: 100%;
                    opacity: 1
                }

                100% {
                    right: 0%;
                    opacity: 0
                }
            }

/* =============================================
   HOMEPAGE REDESIGN - HƯNG VIỆT CONSULTING
   ============================================= */

/* Hero Section */
.hv-hero-title {
    font-size: clamp(28px, 4vw, 52px);
}

.hv-hero-sub {
    font-size: clamp(14px, 1.6vw, 18px);
}

/* Hero Buttons — two side-by-side */
.hv-hero-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.hv-hero-buttons br {
    display: none;
}

.hv-hero-btn-primary {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 16px 28px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, transform 0.2s;
}

.hv-hero-btn-primary:hover {
    background: #1b7ab8;
    transform: translateY(-1px);
    color: #ffffff !important;
}

.hv-hero-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    padding: 14px 28px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    transition: background 0.25s, opacity 0.2s;
}

.hv-hero-btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    color: #ffffff !important;
}

/* Homepage light hero (design collage) */
.hv-home-hero {
    background: #ffffff !important;
    position: relative;
    min-height: 560px;
    overflow: hidden;
}

.hv-home-hero .section-bg.fill {
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.hv-home-hero > .section-content {
    position: relative;
    z-index: 1;
}

.hv-home-hero-inner {
    max-width: 560px;
    padding: 40px 0 80px;
}

.hv-home-hero-title {
    color: #111111 !important;
    font-size: clamp(26px, 3.2vw, 40px) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    line-height: 1.25 !important;
    margin: 0 0 20px !important;
    text-align: left !important;
}

.hv-home-hero-sub {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 32px !important;
    text-align: left !important;
    max-width: 520px;
}

.hv-home-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.hv-home-hero-btn-primary {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 26px;
    border: 2px solid #2597e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s;
}

.hv-home-hero-btn-primary:hover {
    background: #1b7ab8;
    border-color: #1b7ab8;
    color: #ffffff !important;
}

.hv-home-hero-btn-outline {
    display: inline-block;
    background: transparent;
    color: #2597e0 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 26px;
    border: 2px solid #2597e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, color 0.25s;
}

.hv-home-hero-btn-outline:hover {
    background: #2597e0;
    color: #ffffff !important;
}

.hv-home-hero-scroll {
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    color: #5a6370;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
    margin: 0;
    z-index: 2;
}

.hv-home-hero-scroll span {
    display: block;
    font-size: 16px;
    animation: hv-bounce 2s infinite;
}

/* Homepage stats bar */
.hv-home-stats {
    background: linear-gradient(180deg, #eaf4fc 0%, #f7fbfe 100%) !important;
    border: none !important;
}

.hv-home-stats .hv-stat-icon img {
    width: 72px;
    height: 72px;
}

.hv-home-stats .hv-stat-num {
    color: #c8102e !important;
    font-size: clamp(22px, 2.4vw, 30px) !important;
    font-weight: 800 !important;
    margin: 0 0 8px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hv-home-stats .hv-stat-desc {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

@media (max-width: 849px) {
    .hv-home-hero {
        min-height: 0;
    }

    .hv-home-hero .section-bg.fill {
        background-position: center top !important;
        opacity: 0.35;
    }

    .hv-home-hero-inner {
        max-width: 100%;
        padding: 20px 0 60px;
    }

    .hv-home-hero-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Scroll-down hint at banner bottom */
.hv-scroll-hint {
    color: rgba(255,255,255,0.85);
    font-size: 11px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    line-height: 1.4;
}

.hv-scroll-arrow {
    font-size: 18px;
    display: inline-block;
    animation: hv-bounce 2s infinite;
}

@keyframes hv-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(6px); }
}

/* Section Titles */
.hv-section-title,
.hv-section-kicker,
.hv-about-heading,
.hv-cap-pillars-title,
.hv-cta-title {
    font-size: 30px;
}

.hv-section-title {
    color: #111111 !important;
}

/* Capabilities Section — white layout with inline icon */
.hv-capabilities {
    border-top: 0;
}

.hv-cap-section-title {
    font-size: clamp(28px, 3.2vw, 36px) !important;
    font-weight: 800 !important;
    color: #111111 !important;
    letter-spacing: 0.02em;
    margin: 0 0 16px !important;
    text-transform: uppercase;
}

.hv-cap-section-desc {
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1.75 !important;
    margin: 0 auto 55px !important;
    max-width: 680px;
}

.hv-cap-row > .hv-cap-col .col-inner {
    padding-right: 24px;
    border-right: 0;
}

.hv-cap-row > .hv-cap-col:last-child .col-inner {
    border-right: none;
    padding-right: 0;
}

.hv-cap-header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.hv-cap-icon {
    flex-shrink: 0;
    line-height: 0;
    margin-top: 2px;
}

.hv-cap-icon img {
    width: 52px;
    height: 52px;
    display: block;
}

.hv-cap-title-wrap {
    flex: 1;
}

.hv-cap-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #2597e0 !important;
    margin: 0 0 4px 0 !important;
    line-height: 1.3 !important;
}

.hv-cap-en {
    font-size: 14px !important;
    color: #111111 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
    font-style: italic;
}

.hv-cap-en em {
    font-style: italic;
    font-weight: 400;
}

.hv-cap-bullets {
    list-style: disc !important;
    padding-left: 18px !important;
    margin: 0 0 22px 0 !important;
}

.hv-cap-bullets li {
    font-size: 15px !important;
    color: #111111 !important;
    padding: 4px 0 !important;
    margin-left: 0 !important;
    border: none !important;
    line-height: 1.6 !important;
}

.hv-cap-bullets li::before {
    display: none !important;
}

.hv-capabilities .hv-cap-link {
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    color: #111111 !important;
    text-decoration: none !important;
    border-bottom: 0 !important;
    padding-bottom: 0;
    transition: color 0.2s;
}

.hv-capabilities .hv-cap-link:hover {
    color: #2597e0 !important;
}

@media (max-width: 767px) {
    .hv-cap-row > .hv-cap-col .col-inner {
        border-right: none;
        border-bottom: 1px solid #ebebeb;
        padding-right: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .hv-cap-row > .hv-cap-col:last-child .col-inner {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

/* Stats Section — white background with icons */
.hv-stats-section {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.hv-stat-item {
    padding: 10px 0;
}

.hv-stat-icon {
    display: block;
    margin: 0 auto 20px;
    line-height: 0;
}

.hv-stat-icon img {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto;
}

.hv-stat-num {
    font-size: clamp(36px, 4vw, 52px) !important;
    font-weight: 800 !important;
    color: #c8102e !important;
    margin-bottom: 4px !important;
    line-height: 1.1 !important;
}

.hv-stat-lbl {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #0b1628 !important;
    margin-bottom: 6px !important;
}

.hv-stat-desc {
    font-size: 13px !important;
    color: #6b7280 !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Solutions Section */
.hv-sol-card .col-inner {
    padding: 0 !important;
    overflow: visible !important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Image wrapper — clips the photo to fixed height */
.hv-sol-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 14px 14px 0 0;
}

.hv-sol-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.4s ease;
    border-radius: 14px 14px 0 0;
}

.hv-sol-card:hover .hv-sol-img img {
    transform: scale(1.05);
}

/* Body sits below the image; icon floats up over the image bottom edge */
.hv-sol-body {
    /* padding-top clears the icon tail that sits in the white band below the photo */
    padding: 34px 22px 26px;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

/* Keep CTA button aligned at card bottom across variable content length */
.hv-sol-body .button,
.hv-sol-body .button.primary,
.hv-sol-body .button.is-outline {
    margin-top: auto;
}

/* Icon overlaps photo ~65% height (design: centerline near image bottom) */
.hv-sol-icon {
    position: absolute;
    top: -38px;
    left: 18px;
    line-height: 0;
    z-index: 4;
}

.hv-sol-icon img {
    width: 52px;
    height: 52px;
    display: block;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.2));
}

.hv-sol-title {
    font-size: 13px !important;
    letter-spacing: 1.5px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #111111 !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
    line-height: 1.4 !important;
}

/* Solutions section CTA (below the 4 cards) */
.hv-sol-cta-wrap {
    text-align: center;
    margin: 50px 0 0 !important;
}

.hv-sol-cta {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, transform 0.2s;
}

.hv-sol-cta:hover {
    background: #1b7ab8;
    transform: translateY(-1px);
    color: #ffffff !important;
}

/* ===== Homepage: Programs (CHƯƠNG TRÌNH) ===== */
.hv-home-programs-title {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.3;
}

.hv-home-program-col .col-inner {
    padding: 0 !important;
    height: 100%;
}

.hv-home-program-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.hv-home-program-photo {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.hv-home-program-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hv-home-program-card:hover .hv-home-program-photo img {
    transform: scale(1.04);
}

.hv-home-program-body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hv-home-program-name {
    color: #111111;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 10px;
}

.hv-home-program-desc {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 16px;
}

.hv-home-program-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.hv-home-program-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    padding: 6px 12px;
    border-radius: 999px;
}

.hv-home-program-tag.is-blue {
    background: #2597e0;
    color: #ffffff;
}

.hv-home-program-tag.is-orange {
    background: #c45a28;
    color: #ffffff;
}

.hv-home-program-tag.is-red {
    background: #c8102e;
    color: #ffffff;
}

.hv-home-program-tag.is-muted {
    background: #eef1f4;
    color: #333333;
}

.hv-home-program-link {
    margin-top: auto;
    color: #2597e0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.hv-home-program-link:hover {
    color: #1b7ab8;
}

.hv-home-programs-cta {
    margin: 36px 0 0;
    text-align: center;
}

.hv-home-programs-cta-btn {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s;
}

.hv-home-programs-cta-btn:hover {
    background: #1b7ab8;
    color: #ffffff !important;
}

@media (max-width: 849px) {
    .hv-home-program-grid > .col {
        margin-bottom: 20px;
    }
}

/* =============================================
   DUAL SECTION: DỰ ÁN TIÊU BIỂU + GÓC NHÌN
   ============================================= */

.hv-dual-section {
    background: #f8f9fb;
}

.hv-dual-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 24px;
    border-bottom: none;
}

.hv-dual-header .hv-section-title {
    font-size: 30px !important;
    margin: 0 !important;
}

.hv-see-all {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #0b1628;
    border-bottom: 1px solid #0b1628;
    padding-bottom: 2px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.hv-see-all:hover {
    color: #162848;
    border-bottom-color: #162848;
}

/* Dual cards grid (2 cards side by side within each half) */
.hv-dual-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.hv-dual-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
}

.hv-dual-card-img {
    display: block;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.hv-dual-card-img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hv-dual-card:hover .hv-dual-card-img img {
    transform: scale(1.05);
}

.hv-dual-card-logo {
    padding: 14px 16px 0;
}

.hv-dual-card-brand {
    font-size: 12px;
    font-weight: 600;
    color: #5a6370;
    letter-spacing: 0.5px;
}

.hv-dual-card-title {
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 8px 0 8px !important;
    padding: 0 16px;
    color: #111111 !important;
}

.hv-dual-card-title a {
    color: #111111 !important;
    text-decoration: none;
}

.hv-dual-card-title a:hover {
    color: #2597e0 !important;
}

.hv-dual-card-desc {
    font-size: 13px !important;
    color: #5a6370 !important;
    line-height: 1.65 !important;
    margin: 0 0 12px !important;
    padding: 0 16px;
}

.hv-dual-card-link {
    font-size: 13px;
    font-weight: 700;
    color: #111111 !important;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    padding: 0 16px;
    display: inline-block;
    margin-bottom: 16px;
}

.hv-dual-card-link:hover {
    color: #2597e0 !important;
}

/* Right column: Insights */
.hv-dual-right .row-small {
    margin-top: 0 !important;
}

.hv-insights .box-image {
    border-radius: 12px;
    overflow: hidden;
}

.hv-insights .box-image .image-cover,
.hv-insights .box-image .image-cover img {
    border-radius: inherit;
}

.hv-insights .post-title,
.hv-insights .post-title a,
.hv-insights .box-text h5,
.hv-insights .box-text h5 a {
    color: #111111 !important;
}

/* Separate left/right with vertical gap on desktop */
.hv-dual-left .col-inner {
    padding-right: 20px;
}

.hv-dual-right .col-inner {
    padding-left: 20px;
    border-left: 1px solid #e5e5e5;
}

/* Make "XEM THÊM" buttons black in homepage card sections */
.hv-solutions .button {
    color: #111111 !important;
    border-color: #111111 !important;
    background: transparent !important;
}

.hv-solutions .button:hover {
    color: #ffffff !important;
    background: #111111 !important;
    border-color: #111111 !important;
}

/* Responsive */
@media (max-width: 849px) {
    .hv-dual-left .col-inner {
        padding-right: 0;
    }
    .hv-dual-right .col-inner {
        padding-left: 0;
        border-left: none;
        margin-top: 40px;
    }
}

@media (max-width: 549px) {
    .hv-dual-cards {
        grid-template-columns: 1fr;
    }
}

/* CTA Section — shared (inner pages dark) */
.hv-cta-new {
    background: url('/wp-content/themes/flatsome-child/images/icons/home-bg1.jpg') center center / cover no-repeat !important;
    position: relative;
}

.hv-cta-new.hv-cta-custom-bg {
    background: transparent !important;
}

.hv-cta-new.hv-cta-custom-bg .section-bg.fill {
    background-size: cover !important;
    background-position: center center !important;
}

.hv-cta-new::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(11, 22, 40, 0.75);
    z-index: 0;
}

.hv-cta-new > .section-content {
    position: relative;
    z-index: 1;
}

.hv-cta-title {
    color: #ffffff !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-style: italic;
    margin-bottom: 40px !important;
    text-align: center;
}

.hv-cta-row {
    align-items: center;
}

.hv-cta-col {
    text-align: center;
}

.hv-cta-icon-wrap {
    margin-bottom: 16px;
}

.hv-cta-icon-wrap img {
    width: 52px;
    height: 52px;
    display: inline-block;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

.hv-cta-label {
    color: rgba(255,255,255,0.9) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    max-width: 180px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.hv-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
}

.hv-cta-btn-primary {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: 2px solid #2597e0;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.25s, border-color 0.25s, color 0.25s;
    min-width: 200px;
    text-align: center;
}

.hv-cta-btn-primary:hover {
    background: #a80e1a;
    border-color: #a80e1a;
    color: #ffffff !important;
}

.hv-cta-btn-secondary {
    display: inline-block;
    background: transparent;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 32px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.25s, border-color 0.25s, color 0.25s;
    min-width: 200px;
    text-align: center;
}

.hv-cta-btn-secondary:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff !important;
    opacity: 0.85;
}

@media (max-width: 767px) {
    .hv-cta-buttons-col {
        margin-top: 30px;
    }
    .hv-cta-title {
        font-size: 30px !important;
    }
}

/* Homepage Final CTA — light layout matching design */
.hv-home-cta {
    background: #ffffff !important;
    position: relative;
    min-height: 460px;
    overflow: hidden;
}

.hv-home-cta::before {
    display: none;
}

.hv-home-cta .section-bg.fill {
    background-size: cover !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.hv-home-cta > .section-content {
    position: relative;
    z-index: 1;
}

.hv-home-cta-inner {
    max-width: 640px;
}

.hv-home-cta-title {
    color: #111111 !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    line-height: 1.35 !important;
    margin: 0 0 40px !important;
    text-align: center;
}

.hv-home-cta-pains {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 36px;
}

.hv-home-cta-pain {
    flex: 1 1 0;
    text-align: center;
    min-width: 0;
}

.hv-home-cta-icon {
    margin: 0 auto 16px;
    line-height: 0;
}

.hv-home-cta-icon img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.hv-home-cta-label {
    color: #111111 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.hv-home-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.hv-home-cta-btn-primary {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border: 2px solid #2597e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, border-color 0.25s;
}

.hv-home-cta-btn-primary:hover {
    background: #1b7ab8;
    border-color: #1b7ab8;
    color: #ffffff !important;
}

.hv-home-cta-btn-outline {
    display: inline-block;
    background: #ffffff;
    color: #2597e0 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border: 2px solid #2597e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, color 0.25s;
}

.hv-home-cta-btn-outline:hover {
    background: #2597e0;
    color: #ffffff !important;
}

@media (max-width: 849px) {
    .hv-home-cta {
        min-height: 0;
    }

    .hv-home-cta .section-bg.fill {
        background-position: center bottom !important;
        opacity: 0.25;
    }

    .hv-home-cta-inner {
        max-width: 100%;
    }

    .hv-home-cta-pains {
        flex-direction: column;
        gap: 28px;
        align-items: center;
    }

    .hv-home-cta-pain {
        max-width: 280px;
    }

    .hv-home-cta-buttons {
        flex-direction: column;
    }
}

/* ===== Homepage: Featured Projects ===== */
.hv-home-projects {
    background: #eef5fb !important;
}

.hv-home-projects-title {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px;
    line-height: 1.3;
}

.hv-home-project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 36px;
}

.hv-home-project-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.hv-home-project-photo {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.hv-home-project-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hv-home-project-card:hover .hv-home-project-photo img {
    transform: scale(1.04);
}

.hv-home-project-badge {
    position: absolute;
    left: 16px;
    bottom: 14px;
    background: #c45a28;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.2;
}

.hv-home-project-badge.is-blue { background: #2597e0; }
.hv-home-project-badge.is-teal { background: #0d8a7a; }
.hv-home-project-badge.is-orange { background: #c45a28; }

.hv-home-project-body {
    padding: 20px 20px 22px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hv-home-project-name {
    color: #111111;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 14px;
}

.hv-home-project-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    margin-bottom: 18px;
}

.hv-home-project-stat {
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #5a6370;
}

.hv-home-project-stat strong {
    display: block;
    color: #111111;
    font-size: 15px;
    font-weight: 800;
}

.hv-home-project-link {
    margin-top: auto;
    color: #2597e0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.hv-home-project-link:hover {
    color: #1b7ab8;
}

.hv-home-projects-cta {
    text-align: center;
}

.hv-home-projects-cta-btn {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s;
}

.hv-home-projects-cta-btn:hover {
    background: #1b7ab8;
    color: #ffffff !important;
}

/* ===== Homepage: Testimonials ===== */
.hv-home-testimonials-title {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 14px;
    line-height: 1.3;
}

.hv-home-testimonials-lead {
    color: #5a6370;
    font-size: 16px;
    line-height: 1.65;
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.hv-home-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.hv-home-testimonial-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 28px 24px 22px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hv-home-testimonial-quote {
    color: #2597e0;
    font-size: 56px;
    font-weight: 700;
    line-height: 0.7;
    margin-bottom: 16px;
    font-family: Georgia, serif;
}

.hv-home-testimonial-text {
    color: #333333;
    font-size: 15px;
    line-height: 1.65;
    margin: 0 0 24px;
    flex: 1;
}

.hv-home-testimonial-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}

.hv-home-testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #2597e0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hv-home-testimonial-meta {
    flex: 1;
    min-width: 0;
}

.hv-home-testimonial-name {
    display: block;
    color: #111111;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.hv-home-testimonial-role {
    display: block;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 2px;
}

.hv-home-testimonial-brand {
    color: #2597e0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* ===== Homepage: Clients logo slider ===== */
.hv-home-clients {
    background: #f8f9fb !important;
}

.hv-home-clients-title {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 28px;
    line-height: 1.3;
}

.hv-home-clients-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 36px;
}

.hv-home-clients-tab {
    appearance: none;
    border: 2px solid #2597e0;
    background: #ffffff;
    color: #2597e0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    padding: 12px 18px;
    border-radius: 999px;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
}

.hv-home-clients-tab.is-active,
.hv-home-clients-tab:hover {
    background: #2597e0;
    color: #ffffff;
}

.hv-clients-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 1100px;
    margin: 0 auto;
}

.hv-clients-viewport {
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
}

.hv-clients-viewport.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.hv-clients-viewport::-webkit-scrollbar {
    display: none;
}

.hv-clients-track {
    display: flex;
    align-items: center;
    gap: 20px;
    width: max-content;
    padding: 8px 4px;
}

.hv-clients-slide[hidden] {
    display: none !important;
}

.hv-clients-logo-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 88px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 14px 18px;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.hv-clients-logo-link:hover {
    border-color: #2597e0;
    box-shadow: 0 4px 14px rgba(37, 151, 224, 0.12);
}

.hv-clients-logo-link img {
    max-width: 100%;
    max-height: 56px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: grayscale(100%);
    opacity: 0.85;
    transition: filter 0.2s, opacity 0.2s;
}

.hv-clients-logo-link:hover img {
    filter: none;
    opacity: 1;
}

.hv-clients-logo-fallback {
    color: #333333;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
}

.hv-clients-nav {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d4e4f4;
    background: #ffffff;
    color: #2597e0;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, color 0.2s, opacity 0.2s;
}

.hv-clients-nav:hover:not(:disabled) {
    background: #2597e0;
    color: #ffffff;
    border-color: #2597e0;
}

.hv-clients-nav:disabled {
    opacity: 0.35;
    cursor: default;
}

/* ===== Homepage: Insights ===== */
.hv-home-insights-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1200px;
    margin: 0 auto 32px;
}

.hv-home-insights-title {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.3;
}

.hv-home-insights-all {
    color: #2597e0;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.hv-home-insights-all:hover {
    color: #1b7ab8;
}

.hv-home-insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.hv-home-insight-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hv-home-insight-photo {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.hv-home-insight-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.hv-home-insight-card:hover .hv-home-insight-photo img {
    transform: scale(1.04);
}

.hv-home-insight-body {
    padding: 16px 18px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hv-home-insight-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.hv-home-insight-cat {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    color: #ffffff;
    background: #2597e0;
    padding: 5px 10px;
    border-radius: 4px;
    line-height: 1.2;
}

.hv-home-insight-cat.is-red { background: #c8102e; }
.hv-home-insight-cat.is-orange { background: #c45a28; }
.hv-home-insight-cat.is-blue { background: #2597e0; }

.hv-home-insight-date {
    color: #6b7280;
    font-size: 12px;
    white-space: nowrap;
}

.hv-home-insight-name {
    color: #2597e0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 10px;
}

.hv-home-insight-name a {
    color: inherit;
    text-decoration: none;
}

.hv-home-insight-name a:hover {
    color: #1b7ab8;
}

.hv-home-insight-excerpt {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 16px;
    flex: 1;
}

.hv-home-insight-more {
    align-self: flex-end;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    background: #2597e0;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 18px;
    line-height: 1;
    transition: background 0.2s;
}

.hv-home-insight-more:hover {
    background: #1b7ab8;
}

@media (max-width: 849px) {
    .hv-home-project-grid,
    .hv-home-testimonial-grid,
    .hv-home-insights-grid {
        grid-template-columns: 1fr;
    }

    .hv-home-clients-tab {
        width: 100%;
        text-align: center;
    }

    .hv-home-insights-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.trangtritet2024{display: none}

/* =============================================
   FOOTER REDESIGN
   ============================================= */

.hv-footer {
    background: #f5f6f8;
    border-top: none;
    padding: 56px 0 0;
    color: #111111;
}

.hv-footer a {
    color: #333333;
    text-decoration: none;
}

.hv-footer a:hover {
    color: #2597e0;
}

.hv-footer-main,
.hv-footer-top {
    display: grid;
    grid-template-columns: minmax(220px, 1.35fr) minmax(0, 3.65fr);
    gap: 32px 40px;
    padding-bottom: 40px;
    align-items: start;
}

.hv-footer-brand {
    padding-right: 8px;
}

.hv-footer-right {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.hv-footer-nav {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 24px 28px;
    width: 100%;
}

/* Fallback: old markup had brand + 4 cols as siblings of .hv-footer-top */
.hv-footer-top > .hv-footer-col {
    min-width: 0;
}

.hv-footer-top:not(:has(.hv-footer-right)) {
    grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(0, 1fr));
}

.hv-footer-col {
    flex: 1 1 0;
    min-width: 0;
    width: auto;
    max-width: none;
}

.hv-footer-logo {
    display: inline-block;
    margin-bottom: 18px;
}

.hv-footer-logo img {
    max-width: 200px;
    height: auto;
}

.hv-footer-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #444444;
    margin: 0 0 22px;
    max-width: 280px;
}

.hv-footer-socials {
    display: flex;
    gap: 12px;
    align-items: center;
}

.hv-footer-socials a {
    display: inline-flex;
    line-height: 0;
    transition: opacity 0.2s, transform 0.2s;
}

.hv-footer-socials a:hover {
    opacity: 0.85;
    transform: translateY(-1px);
}

.hv-footer-socials svg {
    width: 36px;
    height: 36px;
    display: block;
}

.hv-footer-heading {
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #111111 !important;
    margin: 0 0 16px !important;
    padding: 0;
    line-height: 1.3;
}

.hv-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hv-footer-col ul li {
    margin-bottom: 10px;
    border: none !important;
    padding: 0 !important;
}

.hv-footer-col ul li::before {
    display: none !important;
}

.hv-footer-col ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 1.55;
    transition: color 0.2s;
}

.hv-footer-col ul li a:hover {
    color: #2597e0;
}

.hv-footer-contact {
    border-top: none;
    padding: 0;
}

.hv-footer-contact .hv-footer-heading {
    margin-bottom: 16px !important;
}

.hv-footer-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 40px;
    align-items: start;
}

.hv-footer-contact-left {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-width: 0;
}

.hv-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #333333;
    line-height: 1.6;
    max-width: 100%;
}

.hv-footer-contact-item svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
    color: #111111;
}

.hv-footer-contact-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.hv-footer-contact-text a,
.hv-footer-contact-text span {
    color: #333333;
    word-break: normal !important;
    overflow-wrap: break-word;
}

.hv-footer-contact-left .hv-footer-contact-text a {
    white-space: nowrap !important;
}

.hv-footer-contact-text a:hover {
    color: #2597e0;
}

.hv-footer-contact-address {
    max-width: 100%;
}

.hv-footer-bottom {
    background: #f5f6f8;
    border-top: 1px solid #e2e5ea;
    padding: 16px 0;
    font-size: 13px;
    color: #666666;
}

.hv-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hv-footer-copyright {
    color: #666666;
}

.hv-footer-legal {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hv-footer-legal a {
    color: #666666;
    text-decoration: none;
    transition: color 0.2s;
}

.hv-footer-legal a:hover {
    color: #111111;
}

.hv-footer-sep {
    color: #bbbbbb;
}

.footer-widgets.footer-1,
.footer-widgets.footer-2,
.absolute-footer {
    display: none !important;
}

@media (max-width: 991px) {
    .hv-footer-main,
    .hv-footer-top {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .hv-footer-top:not(:has(.hv-footer-right)) {
        grid-template-columns: 1fr 1fr;
    }

    .hv-footer-top:not(:has(.hv-footer-right)) > .hv-footer-brand {
        grid-column: 1 / -1;
    }

    .hv-footer-brand {
        padding-right: 0;
    }

    .hv-footer-desc {
        max-width: 520px;
    }

    .hv-footer-nav {
        flex-wrap: wrap;
    }

    .hv-footer-nav .hv-footer-col {
        flex: 1 1 calc(50% - 14px);
    }
}

@media (max-width: 549px) {
    .hv-footer {
        padding-top: 40px;
    }

    .hv-footer-top:not(:has(.hv-footer-right)) {
        grid-template-columns: 1fr;
    }

    .hv-footer-nav {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 28px;
    }

    .hv-footer-nav .hv-footer-col {
        flex: 1 1 auto;
        width: 100%;
    }

    .hv-footer-contact-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hv-footer-contact-left .hv-footer-contact-text a {
        white-space: normal;
    }

    .hv-footer-bottom-inner {
        flex-direction: column;
        text-align: center;
    }
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .hv-insights-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .hv-stats-row .col-inner {
        padding: 20px 10px;
    }
}

@media (max-width: 549px) {
    .hv-hero-title {
        font-size: 26px;
    }

    .hv-hero-sub {
        font-size: 14px;
    }

    .hv-hero-sub br {
        display: none;
    }
}

/* ===== Inner pages (About, Capabilities, Solutions, Contact) ===== */
.hv-page-hero {
    background: linear-gradient(135deg, #0b1628 0%, #1a2d4a 100%) !important;
}

.hv-about-hero {
    background-size: cover !important;
    background-position: center center !important;
}

.hv-about-hero-light {
    min-height: 460px;
}

.hv-about-hero-light .section-bg.fill {
    background-size: cover !important;
    background-position: center center !important;
}

.hv-about-hero-light > .section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 460px;
}

.hv-about-hero-light .row,
.hv-about-hero-light .col,
.hv-about-hero-light .col-inner {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.hv-about-hero-title {
    color: #111111 !important;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 18px;
    line-height: 1.2;
    text-align: center;
}

.hv-about-hero-sub {
    color: #222222 !important;
    font-size: 18px;
    line-height: 1.6;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}

.hv-about-section-title {
    color: #111111 !important;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0 0 14px;
    line-height: 1.3;
}

.hv-about-section-title-center {
    text-align: center;
}

.hv-about-section-lead {
    color: #444444;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 36px;
    text-align: center;
    max-width: 720px;
}

.hv-about-who-tags {
    color: #a80e1a;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 18px;
    line-height: 1.5;
}

.hv-about-who-tags-sep {
    margin: 0 8px;
    color: #a80e1a;
}

.hv-about-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2597e0;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 12px 22px;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.2s;
}

.hv-about-btn:hover {
    background: #1b7fbf;
    color: #ffffff !important;
    transform: translateY(-1px);
}

.hv-about-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 15px;
    padding: 11px 22px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s;
}

.hv-about-btn-outline:hover {
    background: #ffffff;
    color: #111111 !important;
}

.hv-section-kicker {
    color: #a80e1a;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 12px;
    line-height: 1.3;
}

.hv-about-heading {
    color: #111111;
    font-weight: bold;
    line-height: 1.35;
    margin: 0 0 20px;
}

.hv-about-heading-center {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.hv-about-who-img,
.hv-about-approach-img {
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.hv-about-approach-img {
    max-width: 480px;
}

.hv-gt-icon {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.hv-about-values .hv-value-cards {
    margin-top: 40px;
}

.hv-about-values .hv-value-cards > .col.hv-value-card {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 44px 12px 20px !important;
    height: auto !important;
    text-align: center;
}

.hv-about-values .hv-value-card-inner {
    position: relative;
    background: #ececec;
    padding: 48px 16px 28px;
    height: 100%;
    min-height: 168px;
    box-shadow: none;
    border-radius: 0;
}

.hv-about-values .hv-value-card-inner::after {
    content: '';
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: -12px;
    height: 16px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.16) 0%, transparent 70%);
    pointer-events: none;
}

.hv-about-values .hv-value-card-icon {
    position: absolute;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    line-height: 0;
}

.hv-about-values .hv-value-icon-img {
    width: 84px;
    height: 84px;
    display: block;
    margin: 0;
    object-fit: contain;
}

.hv-about-values .hv-value-card-title {
    color: #a80e1a !important;
    font-size: 15px !important;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 10px;
    line-height: 1.35;
}

.hv-about-values .hv-value-card-desc {
    color: #333333 !important;
    font-size: 13px !important;
    line-height: 1.65;
    margin: 0;
    text-align: center;
}

.hv-about-how .hv-how-cards > .col {
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.hv-how-card {
    padding: 0 !important;
}

.hv-how-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
    background: #0b2a4a;
}

.hv-how-card-photo {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.hv-how-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hv-how-card-icon-bar {
    position: relative;
    height: 36px;
    background: #0b2a4a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hv-how-card-icon {
    width: 56px;
    height: 56px;
    margin-top: -28px;
}

.hv-how-card-body {
    background: #0b2a4a;
    color: #ffffff;
    padding: 28px 22px 28px;
    flex: 1;
}

.hv-how-card-title {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.35;
}

.hv-how-card-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.hv-about-approach-intro {
    color: #333333;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 22px;
}

.hv-about-checks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 28px;
}

.hv-about-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #ffffff;
    border-radius: 8px;
    padding: 14px 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.hv-about-check-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    margin-top: 1px;
}

.hv-about-approach-cta {
    margin: 0;
}

.hv-about-cta {
    background-size: cover !important;
    background-position: center center !important;
}

.hv-about-cta-title {
    color: #ffffff !important;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.35;
    max-width: 780px;
    margin: 0 auto 28px;
}

.hv-about-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}

.hv-what-card-img {
    padding: 0 !important;
    overflow: hidden;
}

.hv-what-card-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.hv-what-card-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hv-what-card-img .hv-what-card-title,
.hv-what-card-img .hv-what-card-desc {
    padding: 0 24px;
}

.hv-what-card-img .hv-what-card-title {
    margin-top: 20px;
}

.hv-what-card-img .hv-what-card-desc {
    padding-bottom: 24px;
}

.hv-check-list-left {
    margin: 0;
    max-width: none;
}

.hv-about-approach .hv-check-item {
    border-bottom: none;
    padding: 8px 0 8px 32px;
}

.hv-about-btn-outline-dark {
    background: transparent;
    color: #0b2a4a !important;
    border: 2px solid #0b2a4a;
}

.hv-about-btn-outline-dark:hover {
    background: #0b2a4a;
    color: #ffffff !important;
}

.hv-about-btn-outline-blue {
    background: rgba(255, 255, 255, 0.55);
    color: #2597e0 !important;
    border: 2px solid #2597e0;
}

.hv-about-btn-outline-blue:hover {
    background: #2597e0;
    color: #ffffff !important;
}

.hv-story-section-red {
    color: #a80e1a !important;
}

.hv-story-25-title {
    color: #0b2a4a !important;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.05;
    margin: 0 0 12px;
    letter-spacing: 0.02em;
}

.hv-story-25-tags {
    color: #a80e1a;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 18px;
}

.hv-story-25-img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hv-story-beliefs {
    padding-top: 0 !important;
    padding-bottom: 60px !important;
}

.hv-story-belief-col {
    margin-bottom: 28px;
}

.hv-story-belief-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.hv-story-belief-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #0b2a4a;
    padding: 10px 14px;
    margin-bottom: 16px;
    border-radius: 2px;
}

.hv-story-belief-num {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    min-width: 28px;
}

.hv-story-belief-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    background: #ffffff;
    border-radius: 50%;
    padding: 2px;
}

.hv-story-belief-title {
    color: #2597e0 !important;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 10px;
}

.hv-story-belief-desc {
    color: #444444;
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 18px;
    flex: 1;
}

.hv-story-belief-photo {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    margin-top: auto;
}

.hv-story-timeline-img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hv-story-leader-col {
    margin-bottom: 24px;
}

.hv-story-leader-card {
    background: #ffffff;
    border: 1px solid #e4e8ee;
    border-radius: 6px;
    padding: 28px 28px 24px;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.hv-story-leader-name {
    color: #2597e0 !important;
    font-size: 20px;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.35;
}

.hv-story-leader-role {
    color: #111111;
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 14px;
}

.hv-story-leader-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hv-story-leader-bullets li {
    position: relative;
    padding: 0 0 10px 18px;
    color: #444444;
    font-size: 14px;
    line-height: 1.65;
}

.hv-story-leader-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2597e0;
}

.hv-story-diff-col {
    margin-bottom: 24px;
}

.hv-story-diff-card {
    text-align: center;
    padding: 8px 12px;
    height: 100%;
}

.hv-story-diff-icon {
    width: 72px;
    height: 72px;
    display: block;
    margin: 0 auto 14px;
    object-fit: contain;
}

.hv-story-diff-title {
    color: #0b2a4a !important;
    font-size: 15px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.35;
}

.hv-story-diff-desc {
    color: #444444;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

.hv-story-cta-title {
    color: #0b2a4a !important;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 24px;
    max-width: 640px;
}

.hv-story-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hv-approach-hero-light {
    background: #ffffff !important;
    min-height: 420px;
}

.hv-approach-hero-light .section-bg.fill {
    background-size: cover !important;
    background-position: center center !important;
}

.hv-approach-hero-light > .section-content {
    display: flex;
    align-items: center;
    min-height: 420px;
}

.hv-approach-hero-content {
    position: relative;
    z-index: 1;
}

.hv-approach-hero-title {
    color: #111111 !important;
    font-size: 44px;
    font-weight: 800;
    margin: 0 0 22px;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    letter-spacing: 0;
}

.hv-approach-hero-tagline {
    color: #2597e0 !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 20px;
    text-align: left;
}

.hv-approach-hero-desc {
    color: #222222 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    max-width: 480px;
    margin: 0;
    text-align: left;
}

.hv-approach-section-red {
    color: #a80e1a !important;
}

.hv-approach-framework-img {
    width: 100%;
    max-width: 480px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}

.hv-approach-steps-carousel {
    margin: 36px auto 0;
    max-width: 100%;
}

.hv-approach-steps-viewport {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
    touch-action: pan-x;
    padding: 8px 20px 20px;
}

.hv-approach-steps-viewport.is-dragging {
    cursor: grabbing;
    scroll-behavior: auto;
    user-select: none;
}

.hv-approach-steps-viewport::-webkit-scrollbar {
    display: none;
}

.hv-approach-steps-track {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
}

.hv-approach-step-card {
    flex: 0 0 252px;
    width: 252px;
    background: #eef0f3;
    border-radius: 14px;
    padding: 28px 22px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.hv-approach-step-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.hv-approach-step-icon {
    width: 100%;
    object-fit: contain;
    flex-shrink: 0;
}

.hv-approach-step-num {
    color: #0b2a4a;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.hv-approach-step-title {
    color: #0b2a4a !important;
    font-size: 14px;
    font-weight: 800;
    margin: 0;
    line-height: 1.35;
    text-transform: uppercase;
}

.hv-approach-step-desc {
    color: #333333;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
}

.hv-approach-step-arrow {
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2597e0;
    padding: 0 2px;
}

.hv-approach-step-arrow svg {
    width: 22px;
    height: 22px;
}

.hv-approach-steps-progress {
    height: 4px;
    background: #e0e0e0;
    border-radius: 2px;
    max-width: 520px;
    margin: 4px auto 0;
    overflow: hidden;
}

.hv-approach-steps-progress-bar {
    display: block;
    height: 100%;
    background: #a80e1a;
    border-radius: 2px;
    width: 30%;
    margin-left: 0;
}

.hv-approach-principle-heading,
.hv-approach-why-heading {
    text-align: left;
    margin-bottom: 28px;
}

.hv-approach-principle-img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 6px;
}

.hv-approach-principle-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.hv-approach-principle-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.hv-approach-principle-check {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.hv-approach-principle-item-body {
    flex: 1;
    min-width: 0;
}

.hv-approach-why-col {
    margin-bottom: 24px;
}

.hv-approach-why-card {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    height: 100%;
    padding: 0 8px 0 0;
}

.hv-approach-why-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
    margin: 0;
}

.hv-approach-why-body {
    flex: 1;
    min-width: 0;
}

.hv-approach-principle-title,
.hv-approach-why-title {
    color: #111111 !important;
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 6px;
    line-height: 1.35;
}

.hv-approach-principle-desc,
.hv-approach-why-desc {
    color: #444444;
    font-size: 14px;
    line-height: 1.65;
    margin: 0;
}

.hv-approach-cta-title {
    color: #111111 !important;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 24px;
    max-width: 520px;
    text-align: left;
}

.hv-approach-cta {
    background-size: cover !important;
    background-position: center right !important;
}

.hv-approach-cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.hv-approach-cta-buttons .hv-about-btn {
    min-width: 240px;
    justify-content: center;
}

@media (max-width: 849px) {
    .hv-about-hero-title {
        font-size: 34px;
    }

    .hv-about-hero-sub {
        font-size: 16px;
    }

    .hv-about-section-title {
        font-size: 24px;
    }

    .hv-about-how .hv-how-cards > .col {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 24px;
    }

    .hv-about-values .hv-value-cards > .col.hv-value-card {
        padding: 44px 0 28px !important;
    }

    .hv-story-25-title {
        font-size: 38px;
    }

    .hv-story-cta-title {
        font-size: 22px;
    }

    .hv-story-cta-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .hv-approach-cta-title {
        font-size: 22px;
    }

    .hv-approach-cta-buttons {
        flex-direction: column;
        align-items: flex-start;
    }

    .hv-approach-hero-light {
        min-height: 360px;
    }

    .hv-approach-hero-light .section-bg.fill {
        background-position: 72% center !important;
    }

    .hv-approach-hero-title {
        font-size: 32px;
    }

    .hv-approach-hero-tagline {
        font-size: 18px;
    }

    .hv-approach-steps-intro .col:first-child {
        margin-bottom: 24px;
    }

    .hv-about-checks {
        grid-template-columns: 1fr;
    }

    .hv-about-cta-title {
        font-size: 26px;
    }

    .hv-about-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

.hv-page-hero-title {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 12px;
}

.hv-page-hero-sub {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

.hv-page-lead {
    color: #111111;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 8px;
    line-height: 1.6;
}

.hv-page-body {
    color: #111111;
    font-size: 18px;
    line-height: 1.7;
}

.hv-page-meta {
    color: #666666;
    font-size: 16px;
    margin-top: 16px;
}

.hv-value-cards .hv-value-card,
.hv-what-card,
.hv-pillar-card,
.hv-leader-card,
.hv-sol-program-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 28px 24px;
    height: 100%;
}

.hv-value-card-title,
.hv-what-card-title,
.hv-pillar-card-title,
.hv-sol-program-title,
.hv-leader-name {
    color: #111111;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}

.hv-value-card-desc,
.hv-what-card-desc,
.hv-sol-program-desc,
.hv-leader-bio {
    color: #111111;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.hv-leader-role {
    color: #2597e0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.hv-cap-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}

.hv-cap-bullets li {
    color: #111111;
    font-size: 18px;
    padding: 4px 0 4px 20px;
    position: relative;
}

.hv-cap-bullets li::before {
    content: "•";
    color: #2597e0;
    position: absolute;
    left: 0;
}

.hv-cap-link {
    color: #2597e0;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.hv-cap-link:hover {
    color: #a80e1a;
}

.hv-check-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    max-width: 640px;
    margin: 0 auto;
}

.hv-check-item {
    color: #111111;
    font-size: 18px;
    padding: 10px 0 10px 32px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.hv-check-item::before {
    content: "✓";
    color: #2597e0;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.hv-timeline {
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.hv-timeline-item {
    display: flex;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #e8e8e8;
}

.hv-timeline-year {
    flex-shrink: 0;
    width: 70px;
    font-size: 18px;
    font-weight: bold;
    color: #2597e0;
}

.hv-timeline-title {
    color: #111111;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 6px;
}

.hv-timeline-desc {
    color: #666666;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.hv-steps {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
}

.hv-step-item {
    flex: 1 1 160px;
    max-width: 200px;
    text-align: center;
    padding: 24px 16px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.hv-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #2597e0;
    color: #ffffff;
    border-radius: 50%;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 12px;
}

.hv-step-title {
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px;
}

.hv-step-desc {
    color: #666666;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

.hv-integrated-diagram {
    position: relative;
    width: 320px;
    height: 280px;
    margin: 0 auto;
}

.hv-diagram-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: #2597e0;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3;
    z-index: 2;
}

.hv-diagram-node {
    position: absolute;
    width: 90px;
    height: 90px;
    background: #f0f7fc;
    border: 2px solid #2597e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #111111;
    font-size: 14px;
}

.hv-diagram-top { top: 0; left: 50%; transform: translateX(-50%); }
.hv-diagram-left { bottom: 20px; left: 10px; }
.hv-diagram-right { bottom: 20px; right: 10px; }

.hv-table-wrap {
    overflow-x: auto;
}

.hv-compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.hv-compare-table th,
.hv-compare-table td {
    padding: 14px 18px;
    border: 1px solid #e8e8e8;
    text-align: left;
    color: #111111;
}

.hv-compare-table th {
    background: #f8f9fb;
    font-weight: bold;
}

.hv-compare-table tr:nth-child(even) td {
    background: #fafafa;
}

.hv-contact-block {
    margin-bottom: 24px;
}

.hv-contact-block h4 {
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 6px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hv-contact-block p {
    color: #111111;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

.hv-contact-block a {
    color: #2597e0;
    text-decoration: none;
}

.hv-contact-block a:hover {
    color: #a80e1a;
}

.hv-cf7-form input[type="text"],
.hv-cf7-form input[type="email"],
.hv-cf7-form input[type="tel"],
.hv-cf7-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 12px;
}

.hv-cf7-form input[type="submit"] {
    background: #2597e0;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.hv-cf7-form input[type="submit"]:hover {
    background: #a80e1a;
}

.hv-dual-cta .hv-hero-buttons {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

@media (max-width: 849px) {
    .hv-page-hero-title {
        font-size: 28px;
    }

    .hv-steps {
        flex-direction: column;
        align-items: center;
    }

    .hv-step-item {
        max-width: 100%;
        width: 100%;
    }

    .hv-cap-method-grid {
        flex-direction: column;
        align-items: stretch;
    }

    .hv-cap-method-arrow {
        display: none;
    }

    .hv-cap-method-item {
        flex: 1 1 auto;
        width: 100%;
    }

    .hv-cap-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

}

@media (max-width: 549px) {
    .hv-cap-stats-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== Capabilities pages ===== */
.hv-cap-hero,
.hv-cap-detail-hero {
    background-size: cover !important;
    background-position: center center !important;
}

.hv-cap-hero-light {
    background: transparent !important;
    min-height: 420px;
}

.hv-cap-hero-light .section-bg.fill {
    background-size: cover !important;
    background-position: center right !important;
}

.hv-cap-hero-content {
    position: relative;
    z-index: 1;
}

.hv-cap-hero-title {
    color: #111111;
    font-size: 40px;
    font-weight: 800;
    text-transform: none;
    line-height: 1.25;
    margin: 0 0 12px;
    text-align: left;
    letter-spacing: 0;
}

.hv-cap-hero-accent {
    display: block;
    width: 72px;
    height: 5px;
    background: #f5b800;
    margin: 0 0 24px;
}

.hv-cap-hero-lead {
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
    max-width: 520px;
    margin: 0 0 16px;
    text-align: left;
}

.hv-cap-hero-desc {
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    max-width: 520px;
    margin: 0 0 28px;
    text-align: left;
}

.hv-cap-hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.hv-cap-hero-btn-outline {
    display: inline-block;
    background: rgba(37, 151, 224, 0.08);
    color: #2597e0 !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 36px;
    border: 2px solid #2597e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, color 0.25s, transform 0.2s;
}

.hv-cap-hero-btn-outline:hover {
    background: #2597e0;
    color: #ffffff !important;
    transform: translateY(-1px);
}

@media (max-width: 849px) {
    .hv-cap-hero-light {
        min-height: 360px;
    }

    .hv-cap-hero-light .section-bg.fill {
        background-position: center center !important;
    }

    .hv-cap-hero-title,
    .hv-cap-hero-lead,
    .hv-cap-hero-desc {
        text-align: left;
        max-width: 100%;
    }
}

.hv-cap-pillars-title {
    color: #111111;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 40px;
    line-height: 1.3;
    letter-spacing: 0.3px;
}

.hv-cap-pillars .hv-pillar-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hv-cap-pillars .hv-pillar-cards > .col {
    flex: 1 1 calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.hv-cap-pillar-card {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

.hv-cap-pillar-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-align: left;
    padding: 28px 24px 22px;
    background: #f3f4f6;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
}

.hv-cap-pillar-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

.hv-cap-pillar-icon-wrap {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hv-cap-pillar-icon {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.hv-cap-pillar-card-title {
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    text-transform: uppercase;
    flex: 1;
    font-weight: 800;
    color: #111111;
}

.hv-cap-pillar-bullets {
    flex: 1;
    margin: 0 0 18px;
}

.hv-cap-pillar-link {
    margin: 0;
    margin-top: auto;
}

.hv-cap-pillar-card .hv-cap-link {
    font-weight: 700;
    color: #111111 !important;
    text-decoration: none !important;
}

.hv-cap-pillar-card .hv-cap-link:hover {
    color: #2597e0 !important;
}

.hv-cap-pillar-bullets li::before {
    content: "✓";
    color: #2597e0;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.hv-cap-integrated-img {
    width: 100%;
    max-width: 520px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hv-cap-method-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hv-cap-method-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 24px 12px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.hv-cap-method-arrow {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 0 4px;
    color: #2597e0;
}

.hv-cap-method-arrow-icon {
    font-size: 24px;
    line-height: 1;
    color: #2597e0;
    opacity: 0.85;
}

.hv-cap-method-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #2597e0;
    color: #ffffff;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

.hv-cap-method-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    display: block;
}

.hv-cap-method-title {
    color: #111111;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px;
    line-height: 1.35;
}

.hv-cap-method-desc {
    color: #666666;
    font-size: 14px;
    margin: 0;
    line-height: 1.4;
}

/* Capabilities — why this approach is effective */
.hv-cap-why-effective .hv-section-kicker {
    margin-bottom: 48px;
}

.hv-cap-why-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.hv-cap-why-col {
    position: relative;
}

.hv-cap-why-col:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10%;
    right: 0;
    width: 1px;
    height: 80%;
    background: #d4e4f4;
}

.hv-cap-why-item {
    text-align: center;
    padding: 0 20px;
    height: 100%;
}

.hv-cap-why-icon-wrap {
    margin-bottom: 20px;
    line-height: 1;
}

.hv-cap-why-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.hv-cap-why-title {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.hv-cap-why-desc {
    color: #111111;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 849px) {
    .hv-cap-why-col:nth-child(odd)::after {
        display: none;
    }

    .hv-cap-why-col:not(:last-child)::after {
        display: none;
    }

    .hv-cap-why-item {
        padding: 0 12px 28px;
    }
}

.hv-cap-stats-section .hv-section-kicker {
    margin-bottom: 40px;
}

/* Capabilities bottom CTA (n7.jpg, light text) */
.hv-cap-cta {
    background: transparent !important;
    min-height: 380px;
}

.hv-cap-cta .section-bg.fill {
    background-size: cover !important;
    background-position: center center !important;
}

.hv-cap-cta-content {
    position: relative;
    z-index: 1;
}

.hv-cap-cta-title {
    color: #111111;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 16px;
    text-align: left;
}

.hv-cap-cta-desc {
    color: #111111;
    font-size: 16px;
    line-height: 1.65;
    max-width: 520px;
    margin: 0 0 28px;
    text-align: left;
}

.hv-cap-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.hv-cap-cta-btn-primary {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 14px 28px;
    border: 2px solid #2597e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, border-color 0.25s;
}

.hv-cap-cta-btn-primary:hover {
    background: #1b7ab8;
    border-color: #1b7ab8;
    color: #ffffff !important;
}

.hv-cap-cta-btn-outline {
    display: inline-block;
    background: #ffffff;
    color: #2597e0 !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    padding: 14px 28px;
    border: 2px solid #2597e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, color 0.25s;
}

.hv-cap-cta-btn-outline:hover {
    background: #2597e0;
    color: #ffffff !important;
}

@media (max-width: 849px) {
    .hv-cap-cta {
        min-height: 320px;
    }

    .hv-cap-cta-title,
    .hv-cap-cta-desc {
        max-width: 100%;
    }

    .hv-cap-cta-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}

.hv-cap-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hv-cap-stat-item {
    text-align: center;
    padding: 16px 10px;
}

.hv-cap-stat-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 16px;
    display: block;
}

.hv-cap-stat-item .hv-stat-num {
    font-size: clamp(32px, 3.5vw, 44px);
    font-weight: 800;
    color: #c8102e !important;
    margin-bottom: 6px;
    line-height: 1.1;
}

.hv-cap-stat-item .hv-stat-label {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    color: #111111;
    margin: 0 0 8px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.hv-cap-stat-item .hv-stat-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #111111;
    margin: 0;
}

.hv-cap-icon {
    width: 48px;
    height: 48px;
}

/* Integrated capability system (Capabilities overview) */
.hv-cap-integrated-pyramid-img {
    width: 100%;
    max-width: 540px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.hv-cap-integrated-items {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding-top: 55px;
    padding-left: 0;
}

.hv-cap-integrated-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.hv-cap-integrated-item-icon {
    width: 56px;
    height: 56px;
    display: block;
    flex-shrink: 0;
}

/* Capabilities — proven across sectors */
.hv-cap-domains .hv-section-kicker {
    margin-bottom: 40px;
}

.hv-cap-domains .hv-cap-domain-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.hv-cap-domains .hv-cap-domain-cards > .col {
    flex: 1 1 calc((100% - 30px) / 4);
    max-width: calc((100% - 30px) / 4);
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0 !important;
}

.hv-cap-domain-card {
    padding: 0 !important;
}

.hv-cap-domain-card-inner {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hv-cap-domain-photo {
    position: relative;
    overflow: visible;
}

.hv-cap-domain-img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

.hv-cap-domain-icon-wrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #2597e0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.hv-cap-domain-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
}

.hv-cap-domain-body {
    padding: 48px 20px 28px;
    text-align: center;
    flex: 1;
}

.hv-cap-domain-title {
    color: #111111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    margin: 0 0 12px;
}

.hv-cap-domain-desc {
    color: #111111;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 849px) {
    .hv-cap-pillars .hv-pillar-cards > .col {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .hv-cap-domains .hv-cap-domain-cards > .col {
        flex: 1 1 calc((100% - 10px) / 2);
        max-width: calc((100% - 10px) / 2);
    }
}

@media (max-width: 549px) {
    .hv-cap-domains .hv-cap-domain-cards > .col {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.hv-cap-integrated-title {
    color: #111111 !important;
    margin-bottom: 40px;
}

.hv-cap-pillars .hv-cap-pillars-title,
.hv-cap-integrated .hv-cap-integrated-title,
.hv-cap-domains .hv-section-kicker,
.hv-cap-methodology .hv-section-kicker,
.hv-cap-why-effective .hv-section-kicker,
.hv-cap-stats-section .hv-section-kicker {
    color: #111111 !important;
}

.hv-cap-integrated-item-title {
    color: #111111;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.25;
    text-transform: none;
}

.hv-cap-integrated-item-desc {
    color: #666666;
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 849px) {
    .hv-cap-integrated-items {
        padding-left: 0;
        gap: 16px;
        margin-top: 18px;
    }
}

/* ===== Capability detail pages (Canva 6–8) ===== */
.hv-cap-detail-hero-light {
    background: transparent !important;
    min-height: 420px;
}

.hv-cap-detail-hero-light .section-bg.fill {
    background-size: cover !important;
    background-position: center right !important;
}

.hv-cap-detail-hero-content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.hv-cap-detail-breadcrumb {
    color: #666666;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 20px;
    text-align: left;
}

.hv-cap-detail-breadcrumb a {
    color: #2597e0 !important;
    text-decoration: none !important;
}

.hv-cap-detail-breadcrumb-sep {
    margin: 0 6px;
    color: #999999;
}

.hv-cap-detail-hero-title {
    color: #111111;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 16px;
    text-align: left;
}

.hv-cap-detail-hero-lead {
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
    max-width: 520px;
    margin: 0 0 14px;
    text-align: left;
}

.hv-cap-detail-hero-tagline {
    color: #2597e0;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 10px;
    text-align: left;
}

.hv-cap-detail-hero-sub {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    max-width: 520px;
    margin: 0;
    text-align: left;
}

.hv-cap-detail-kicker {
    color: #111111;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 36px;
    line-height: 1.3;
    text-align: center;
}

.hv-cap-detail-section .hv-cap-detail-kicker {
    text-align: center;
}

.hv-cap-detail-problems-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.hv-cap-detail-problem-item {
    background: #f3f4f6;
    border-radius: 10px;
    padding: 24px 20px;
    height: 100%;
    border-left: 4px solid #2597e0;
}

.hv-cap-detail-problem-text {
    color: #111111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.hv-cap-detail-approach-grid,
.hv-cap-detail-results-grid,
.hv-cap-detail-impl-grid,
.hv-cap-detail-programs-grid {
    max-width: 1200px;
    margin: 0 auto;
}

.hv-cap-detail-approach-card,
.hv-cap-detail-result-card,
.hv-cap-detail-impl-card,
.hv-cap-detail-program-card {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    padding: 28px 22px;
    height: 100%;
    text-align: center;
}

.hv-cap-detail-impl-card {
    text-align: left;
}

.hv-cap-detail-approach-icon-wrap,
.hv-cap-detail-program-icon-wrap,
.hv-cap-detail-result-icon-wrap {
    margin-bottom: 16px;
}

.hv-cap-detail-approach-icon,
.hv-cap-detail-program-icon,
.hv-cap-detail-result-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.hv-cap-detail-approach-title,
.hv-cap-detail-program-title,
.hv-cap-detail-result-title,
.hv-cap-detail-impl-title {
    color: #111111;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.35;
    margin: 0 0 12px;
}

.hv-cap-detail-approach-desc,
.hv-cap-detail-program-desc,
.hv-cap-detail-result-desc {
    color: #666666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.hv-cap-detail-impl-bullets {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hv-cap-detail-impl-bullets li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    color: #444444;
    font-size: 14px;
    line-height: 1.55;
}

.hv-cap-detail-impl-bullets li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2597e0;
    font-weight: bold;
}

.hv-cap-detail-steps {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.hv-cap-detail-step-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 24px 14px;
    background: #f8f9fb;
    border-radius: 10px;
    border: 1px solid #e8e8e8;
}

.hv-cap-detail-step-arrow {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 0 6px;
    color: #2597e0;
    font-size: 22px;
    font-weight: bold;
}

.hv-cap-detail-step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #2597e0;
    color: #ffffff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 12px;
}

.hv-cap-detail-step-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
    margin: 0 auto 12px;
}

.hv-cap-detail-step-title {
    color: #111111;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 8px;
    line-height: 1.35;
}

.hv-cap-detail-step-desc {
    color: #666666;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

.hv-cap-detail-compare-row {
    max-width: 1000px;
    margin: 0 auto;
}

.hv-cap-detail-compare-col {
    padding: 32px 28px;
    border-radius: 10px;
    height: 100%;
}

.hv-cap-detail-compare-col-traditional {
    background: #ffffff;
    border: 1px solid #e0e0e0;
}

.hv-cap-detail-compare-col-hv {
    background: #eef6fc;
    border: 2px solid #2597e0;
}

.hv-cap-detail-compare-label {
    color: #111111;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 20px;
    text-align: center;
}

.hv-cap-detail-compare-col-hv .hv-cap-detail-compare-label {
    color: #2597e0;
}

.hv-cap-detail-compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hv-cap-detail-compare-list li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    color: #444444;
    font-size: 14px;
    line-height: 1.55;
}

.hv-cap-detail-compare-col-traditional .hv-cap-detail-compare-list li::before {
    content: "×";
    position: absolute;
    left: 0;
    color: #cc4444;
    font-weight: bold;
}

.hv-cap-detail-compare-col-hv .hv-cap-detail-compare-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2597e0;
    font-weight: bold;
}

.hv-cap-detail-case-kicker {
    color: #2597e0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.hv-cap-detail-case-title {
    color: #111111;
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 24px;
    line-height: 1.25;
}

.hv-cap-detail-case-desc {
    color: #444444;
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 28px;
    max-width: 640px;
}

.hv-cap-detail-case-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 40px;
}

.hv-cap-detail-case-stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hv-cap-detail-case-stat-num {
    color: #2597e0;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

.hv-cap-detail-case-stat-label {
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
    max-width: 180px;
}

.hv-cap-detail-case-img {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 10px;
    display: block;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hv-cap-detail-cta .hv-cap-cta-title {
    font-size: 26px;
}

@media (max-width: 849px) {
    .hv-cap-detail-hero-light {
        min-height: 360px;
    }

    .hv-cap-detail-hero-light .section-bg.fill {
        background-position: center center !important;
    }

    .hv-cap-detail-hero-title,
    .hv-cap-detail-hero-lead,
    .hv-cap-detail-hero-tagline,
    .hv-cap-detail-hero-sub {
        max-width: 100%;
    }

    .hv-cap-detail-steps {
        flex-direction: column;
        gap: 12px;
    }

    .hv-cap-detail-step-arrow {
        transform: rotate(90deg);
        padding: 4px 0;
    }

    .hv-cap-detail-case-stats {
        gap: 20px;
    }
}

/* ===== Solutions overview page ===== */
.hv-sol-hero {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 420px;
}

.hv-sol-hero .section-bg.fill {
    background-size: cover !important;
    background-position: center center !important;
}

.hv-sol-hero-content {
    position: relative;
    z-index: 1;
    text-align: left;
}

.hv-sol-hero-kicker {
    color: #f5b800;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.hv-sol-hero-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0 0 20px;
    text-align: left;
}

.hv-sol-hero-desc {
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
    line-height: 1.65;
    max-width: 520px;
    margin: 0 0 28px;
    text-align: left;
}

.hv-sol-hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.hv-sol-programs .hv-section-kicker {
    margin-bottom: 40px;
}

.hv-sol-programs .hv-sol-program-card {
    background: transparent;
    border: none;
    padding: 0;
}

.hv-sol-program-card .col-inner {
    padding: 0 !important;
    height: 100%;
}

.hv-sol-program-card-inner {
    background: #f8f9fb;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 28px 22px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hv-sol-program-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2597e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.hv-sol-card-icon-img {
    width: 32px;
    height: 32px;
    display: block;
    filter: brightness(0) invert(1);
}

.hv-sol-program-title {
    color: #2597e0;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.35;
    margin: 0 0 6px;
}

.hv-sol-program-subtitle {
    color: #6b7280;
    font-size: 13px;
    font-style: italic;
    margin: 0 0 14px;
}

.hv-sol-program-desc {
    color: #111111;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 14px;
}

.hv-sol-program-bullets li {
    font-size: 14px;
}

.hv-sol-program-bullets li::before {
    content: "✓";
    color: #2597e0;
    font-weight: bold;
}

.hv-sol-program-link-wrap {
    margin-top: auto;
    padding-top: 8px;
    margin-bottom: 0;
}

.hv-sol-delivery .hv-section-kicker {
    margin-bottom: 16px;
}

.hv-sol-delivery-lead {
    color: #111111;
    font-size: 16px;
    line-height: 1.65;
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.hv-sol-delivery-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.hv-sol-delivery-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 20px 12px;
}

.hv-sol-delivery-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    display: block;
}

.hv-sol-delivery-title {
    color: #2597e0;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: 1.35;
}

.hv-sol-delivery-divider {
    flex: 0 0 1px;
    align-self: stretch;
    background: #d4e4f4;
    margin: 24px 0;
}

.hv-sol-process .hv-section-kicker {
    margin-bottom: 40px;
}

.hv-sol-process-grid {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

.hv-sol-process-item {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 24px 14px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
}

.hv-sol-process-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #2597e0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
}

.hv-sol-process-icon {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
}

.hv-sol-process-num {
    display: block;
    color: #2597e0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.hv-sol-process-title {
    color: #111111;
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 8px;
    line-height: 1.35;
    text-transform: uppercase;
}

.hv-sol-process-desc {
    color: #666666;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.hv-sol-process-arrow {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding: 0 4px;
    color: #2597e0;
}

.hv-sol-process-arrow-icon {
    font-size: 24px;
    line-height: 1;
    color: #2597e0;
}

.hv-sol-projects {
    background-size: cover !important;
    background-position: center right !important;
    min-height: 380px;
}

.hv-sol-projects .section-bg.fill {
    background-size: cover !important;
    background-position: center right !important;
}

.hv-sol-projects-content,
.hv-sol-projects-side {
    position: relative;
    z-index: 1;
}

.hv-sol-projects-title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 12px;
    text-align: left;
}

.hv-sol-projects-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin: 0 0 28px;
    text-align: left;
}

.hv-sol-projects-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hv-sol-projects-logo-box {
    background: #ffffff;
    border-radius: 6px;
    padding: 18px 22px;
    min-width: 140px;
    flex: 1 1 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 72px;
}

.hv-sol-projects-logo-brand {
    color: #0b1628;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}

.hv-sol-projects-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 28px;
}

.hv-sol-projects-check-item {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.55;
    padding: 8px 0 8px 32px;
    position: relative;
}

.hv-sol-projects-check-item::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #f5b800;
    font-weight: 800;
    font-size: 18px;
}

.hv-sol-projects-cta {
    display: inline-block;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s;
}

.hv-sol-projects-cta:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
}

.hv-sol-stats-section .hv-section-kicker {
    margin-bottom: 40px;
}

.hv-sol-cta {
    background: transparent !important;
    min-height: 380px;
}

.hv-sol-cta .section-bg.fill {
    background-size: cover !important;
    background-position: center center !important;
}

.hv-sol-cta-content {
    position: relative;
    z-index: 1;
}

.hv-sol-cta-title {
    color: #0b1628;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 16px;
    text-align: left;
}

.hv-sol-cta-desc {
    color: #111111;
    font-size: 16px;
    line-height: 1.65;
    max-width: 520px;
    margin: 0 0 28px;
    text-align: left;
}

.hv-sol-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}

.hv-sol-cta-btn-primary {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border: 2px solid #2597e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, border-color 0.25s;
}

.hv-sol-cta-btn-primary:hover {
    background: #1b7ab8;
    border-color: #1b7ab8;
    color: #ffffff !important;
}

.hv-sol-cta-btn-outline {
    display: inline-block;
    background: #0b1628;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border: 2px solid #0b1628;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s;
}

.hv-sol-cta-btn-outline:hover {
    background: #1a2d4a;
    border-color: #1a2d4a;
    color: #ffffff !important;
}

@media (max-width: 849px) {
    .hv-sol-hero {
        min-height: 360px;
    }

    .hv-sol-hero-title,
    .hv-sol-hero-desc {
        max-width: 100%;
    }

    .hv-sol-delivery-grid {
        flex-wrap: wrap;
    }

    .hv-sol-delivery-divider {
        display: none;
    }

    .hv-sol-delivery-item {
        flex: 1 1 45%;
    }

    .hv-sol-process-grid {
        flex-wrap: wrap;
        gap: 12px;
    }

    .hv-sol-process-arrow {
        display: none;
    }

    .hv-sol-process-item {
        flex: 1 1 100%;
    }

    .hv-sol-projects-title,
    .hv-sol-projects-subtitle {
        text-align: left;
    }

    .hv-sol-cta-title,
    .hv-sol-cta-desc {
        max-width: 100%;
    }

    .hv-sol-cta-buttons {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* ===== Safety Transformation page (Chuyển đổi AT) ===== */
.hv-st-kicker {
    font-size: 14px !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 12px !important;
    line-height: 1.3 !important;
}

.hv-st-kicker-red {
    color: #c8102e !important;
}

.hv-st-kicker-left {
    text-align: left !important;
}

.hv-st-subtitle {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    margin: 0 0 40px !important;
    line-height: 1.5 !important;
}

.hv-st-btn-primary {
    display: inline-block;
    background: #2597e0;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s;
}

.hv-st-btn-primary:hover {
    background: #1b7ab8;
    color: #ffffff !important;
}

.hv-st-btn-outline {
    display: inline-block;
    background: transparent;
    color: #2597e0 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 26px;
    border: 2px solid #2597e0;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, color 0.25s;
}

.hv-st-btn-outline:hover {
    background: #2597e0;
    color: #ffffff !important;
}

.hv-st-btn-outline-dark {
    display: inline-block;
    background: transparent;
    color: #111111 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 26px;
    border: 2px solid #111111;
    border-radius: 6px;
    text-decoration: none !important;
    transition: background 0.25s, color 0.25s;
}

.hv-st-btn-outline-dark:hover {
    background: #111111;
    color: #ffffff !important;
}

.hv-st-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 8px;
}

/* Hero */
.hv-st-hero {
    background: transparent !important;
    min-height: 480px;
}

.hv-st-hero .section-bg.fill,
.hv-st-hero .section-bg.bg-loaded {
    background-image: url('/wp-content/themes/flatsome-child/images/icons/design_images/chuyen-doi/anh/chuyen-doi-1.png') !important;
    background-size: cover !important;
    background-position: center right !important;
    opacity: 1 !important;
}

.hv-st-problems .section-bg.fill,
.hv-st-problems .section-bg.bg-loaded {
    background-image: url('/wp-content/themes/flatsome-child/images/icons/design_images/chuyen-doi/anh/chuyen-doi-2.png') !important;
    background-size: cover !important;
    background-position: center right !important;
    opacity: 1 !important;
}

.hv-st-cta .section-bg.fill,
.hv-st-cta .section-bg.bg-loaded {
    background-image: url('/wp-content/themes/flatsome-child/images/icons/design_images/chuyen-doi/anh/chuyen-doi-13.png') !important;
    background-size: cover !important;
    background-position: center right !important;
    opacity: 1 !important;
}

.hv-st-hero-content {
    position: relative;
    z-index: 1;
}

.hv-st-breadcrumb {
    color: #666666 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    margin: 0 0 18px !important;
}

.hv-st-breadcrumb a {
    color: #2597e0 !important;
    text-decoration: none !important;
}

.hv-st-breadcrumb span {
    margin: 0 6px;
    color: #999999;
}

.hv-st-hero-title {
    color: #0b1628 !important;
    font-size: clamp(28px, 3.5vw, 42px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 16px !important;
}

.hv-st-hero-lead {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    margin: 0 0 14px !important;
    max-width: 520px;
}

.hv-st-hero-sub {
    color: #444444 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 28px !important;
    max-width: 520px;
}

/* Problems */
.hv-st-problems {
    position: relative;
    min-height: 420px;
}

.hv-st-problems::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.78) 48%, rgba(255,255,255,0.2) 100%);
    z-index: 0;
}

.hv-st-problems .section-content {
    position: relative;
    z-index: 1;
}

.hv-st-problems-title {
    color: #111111 !important;
    font-size: clamp(22px, 2.8vw, 32px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 28px !important;
    max-width: 560px;
}

.hv-st-problems-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 560px;
}

.hv-st-problems-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 16px !important;
    border: none !important;
    padding: 0 !important;
}

.hv-st-problems-list li::before {
    display: none !important;
}

.hv-st-warn-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    margin-top: 2px;
    object-fit: contain;
}

.hv-st-problems-list li span {
    color: #111111 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
}

/* Approach */
.hv-st-approach-row {
    position: relative;
}

.hv-st-approach-card {
    text-align: center;
    padding: 10px 8px;
    height: 100%;
    position: relative;
}

.hv-st-approach-col:not(:last-child) .hv-st-approach-card::after {
    content: '→';
    position: absolute;
    right: -12px;
    top: 48px;
    color: #2597e0;
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
}

.hv-st-approach-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
    margin: 0 auto 16px;
}

.hv-st-approach-title {
    color: #0b1628 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin: 0 0 6px !important;
}

.hv-st-approach-tag {
    color: #2597e0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    margin: 0 0 10px !important;
}

.hv-st-approach-desc {
    color: #555555 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Implementation cards */
.hv-st-impl-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.hv-oe-impl-card {
    background: #f3f4f6;
    overflow: visible;
}

.hv-oe-impl-card .hv-st-impl-img {
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.hv-oe-impl-card .hv-st-impl-body {
    background: #f3f4f6;
    border-radius: 0 0 12px 12px;
    padding-top: 8px;
}

.hv-oe-impl-card .hv-st-impl-title {
    color: #111111 !important;
}

.hv-st-impl-img {
    height: 160px;
    overflow: hidden;
}

.hv-st-impl-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hv-st-impl-body {
    padding: 0 20px 24px;
    text-align: center;
}

.hv-st-impl-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    display: block;
    margin: -26px auto 14px;
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.15));
}

.hv-st-impl-title {
    color: #0b3d7a !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    line-height: 1.35 !important;
    margin: 0 0 14px !important;
}

.hv-st-impl-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left;
}

.hv-st-impl-list li {
    position: relative;
    padding-left: 18px !important;
    margin-bottom: 8px !important;
    color: #444444 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    border: none !important;
}

.hv-st-impl-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2597e0;
    font-weight: bold;
}

/* Programs */
.hv-st-program-card {
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.hv-st-program-img {
    height: 200px;
    overflow: hidden;
}

.hv-st-program-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hv-st-program-body {
    background: #0b1628;
    padding: 28px 24px 32px;
    text-align: center;
    min-height: 200px;
}

.hv-st-program-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto 14px;
}

.hv-st-program-title {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    margin: 0 0 10px !important;
    line-height: 1.35 !important;
}

.hv-st-program-desc {
    color: rgba(255,255,255,0.82) !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

/* Case study */
.hv-st-case-title {
    color: #111111 !important;
    font-size: clamp(22px, 2.5vw, 30px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 28px !important;
}

.hv-st-case-stats {
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 32px;
}

.hv-st-case-stat {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.hv-st-case-stat-icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.hv-st-case-stat-main {
    color: #111111 !important;
    font-size: 16px !important;
    margin: 0 0 4px !important;
    line-height: 1.4 !important;
}

.hv-st-case-stat-main strong {
    color: #2597e0 !important;
    font-weight: 800;
}

.hv-st-case-stat-sub {
    color: #666666 !important;
    font-size: 14px !important;
    margin: 0 !important;
    line-height: 1.5 !important;
}

.hv-st-case-collage {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.hv-st-case-main {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 12px 12px 0 0;
}

.hv-st-case-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 6px;
    margin-top: 6px;
}

.hv-st-case-thumbs img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.hv-st-case-collage::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 18px solid #2597e0;
    opacity: 0.85;
    pointer-events: none;
}

/* Results */
.hv-st-result-card {
    text-align: center;
    padding: 10px 12px;
    height: 100%;
}

.hv-oe-result-card {
    background: #ffffff;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    padding: 32px 20px 28px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.hv-oe-result-card .hv-st-result-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 18px;
}

.hv-oe-result-card .hv-st-result-title {
    font-size: 16px !important;
    color: #111111 !important;
}

.hv-oe-result-card .hv-st-result-desc {
    color: #333333 !important;
    font-size: 14px !important;
}

.hv-st-result-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 0 auto 16px;
}

.hv-st-result-title {
    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 0 0 10px !important;
}

.hv-st-result-desc {
    color: #666666 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

/* Compare */
.hv-st-compare-heading {
    text-align: center;
    margin: 0 0 36px;
}

.hv-st-compare-heading-line1 {
    color: #c8102e !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 6px !important;
    line-height: 1.3 !important;
}

.hv-st-compare-heading-line2 {
    color: #2597e0 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.hv-st-compare-wrap {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.hv-st-compare-row,
.hv-st-compare .row {
    position: relative;
}

.hv-st-compare-wrap .col,
.hv-st-compare-wrap .col-inner {
    padding: 0 !important;
}

.hv-st-compare-card {
    border-radius: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    min-height: 420px;
    height: 100%;
    position: relative;
}

.hv-st-compare-traditional {
    background-image: url('/wp-content/themes/flatsome-child/images/icons/design_images/chuyen-doi/anh/chuyen-doi-7.png');
}

.hv-st-compare-hv {
    background-image: url('/wp-content/themes/flatsome-child/images/icons/design_images/chuyen-doi/anh/chuyen-doi-12.png');
}

.hv-st-compare-overlay {
    padding: 48px 40px;
    height: 100%;
    min-height: 420px;
}

.hv-st-compare-traditional .hv-st-compare-overlay {
    background: rgba(255, 255, 255, 0.82);
}

.hv-st-compare-hv .hv-st-compare-overlay {
    background: rgba(11, 40, 90, 0.78);
}

.hv-st-compare-label {
    font-size: 22px !important;
    font-weight: 800 !important;
    margin: 0 0 24px !important;
    text-align: left;
    text-transform: none;
    line-height: 1.3 !important;
}

.hv-st-compare-traditional .hv-st-compare-label {
    color: #111111 !important;
}

.hv-st-compare-hv .hv-st-compare-label {
    color: #ffffff !important;
}

.hv-st-compare-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hv-st-compare-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px !important;
    border: none !important;
    padding: 0 !important;
}

.hv-st-compare-list li::before {
    display: none !important;
}

.hv-st-compare-list li img {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    object-fit: contain;
}

.hv-st-compare-traditional .hv-st-compare-list li span {
    color: #222222 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 600;
}

.hv-st-compare-hv .hv-st-compare-list li span {
    color: #ffffff !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-weight: 600;
}

.hv-st-compare-vs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 72px;
    height: 72px;
    pointer-events: none;
}

.hv-st-compare-vs img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 4px 14px rgba(0,0,0,0.3));
}

/* CTA */
.hv-st-cta {
    position: relative;
    min-height: 380px;
}

.hv-st-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.78) 48%, rgba(255,255,255,0.15) 100%);
    z-index: 0;
}

.hv-st-cta .section-content {
    position: relative;
    z-index: 1;
}

.hv-st-cta-title {
    color: #0b1628 !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 16px !important;
    max-width: 520px;
}

.hv-st-cta-desc {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 0 28px !important;
    max-width: 480px;
}

@media (max-width: 849px) {
    .hv-st-approach-col:not(:last-child) .hv-st-approach-card::after {
        display: none;
    }

    .hv-st-compare-vs {
        top: auto;
        bottom: -36px;
        transform: translateX(-50%);
    }

    .hv-st-compare-card {
        min-height: 320px;
    }

    .hv-st-compare-overlay {
        min-height: 320px;
        padding: 36px 24px;
    }

    .hv-st-case-collage::after {
        display: none;
    }

    .hv-st-hero .section-bg.fill,
    .hv-st-problems .section-bg.fill,
    .hv-st-cta .section-bg.fill {
        background-position: center center !important;
    }

    .hv-st-problems::before {
        background: rgba(255,255,255,0.9);
    }

    .hv-st-cta::before {
        background: rgba(255,255,255,0.88);
    }
}

/* ===== Organizational Capability page ===== */
.hv-oc-hero {
    background: transparent !important;
    min-height: 480px;
}

.hv-oc-hero .section-bg.fill,
.hv-oc-hero .section-bg.bg-loaded {
    background-image: url('/wp-content/themes/flatsome-child/images/assets/to-chuc/anh/to-chuc-1.png') !important;
    background-size: cover !important;
    background-position: center right !important;
    opacity: 1 !important;
}

.hv-oc-hero-content {
    position: relative;
    z-index: 1;
}

.hv-oc-hero-title {
    color: #0b1628 !important;
    font-size: clamp(28px, 3.5vw, 42px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 16px !important;
}

.hv-oc-hero-lead {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    margin: 0 0 14px !important;
    max-width: 540px;
}

.hv-oc-hero-sub {
    color: #444444 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 28px !important;
    max-width: 520px;
}

.hv-oc-section-sub {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 36px !important;
    line-height: 1.45 !important;
}

/* Problems */
.hv-oc-problem-card {
    position: relative;
    text-align: center;
    background: #f8f9fb;
    border-radius: 12px;
    padding: 28px 18px 24px;
    height: 100%;
}

.hv-oc-problem-icon {
    width: 56px;
    height: 56px;
    object-fit: contain;
    display: block;
    margin: 0 auto 14px;
}

.hv-oc-problem-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.hv-oc-problem-text {
    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

/* Approach */
.hv-oc-approach-lead {
    color: #111111 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    margin: 0 0 14px !important;
}

.hv-oc-approach-desc {
    color: #444444 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 0 22px !important;
}

.hv-oc-approach-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hv-oc-approach-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px !important;
    border: none !important;
    padding: 0 !important;
}

.hv-oc-approach-list li::before {
    display: none !important;
}

.hv-oc-approach-list li img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
    object-fit: contain;
}

.hv-oc-approach-list li span {
    color: #111111 !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    font-weight: 600;
}

.hv-oc-approach-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

/* Process */
.hv-oc-process-card {
    background: #0b3d7a;
    border-radius: 12px;
    padding: 28px 20px 26px;
    height: 100%;
    text-align: center;
    position: relative;
    color: #ffffff;
}

.hv-oc-process-num {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hv-oc-process-icon {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    margin: 10px auto 14px;
    filter: brightness(0) invert(1);
}

.hv-oc-process-title {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin: 0 0 10px !important;
}

.hv-oc-process-desc {
    color: rgba(255,255,255,0.88) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.hv-oc-process-row .col:not(:last-child) .hv-oc-process-card::after {
    content: '→';
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    color: #2597e0;
    font-size: 22px;
    font-weight: 700;
    z-index: 2;
}

/* Case */
.hv-oc-case-title {
    color: #111111 !important;
    font-size: clamp(22px, 2.5vw, 30px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 14px !important;
}

.hv-oc-case-desc {
    color: #444444 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 0 24px !important;
}

.hv-oc-case-stats {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 22px;
}

.hv-oc-case-stat {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.hv-oc-case-stat img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

.hv-oc-case-stat-main {
    color: #111111 !important;
    font-size: 15px !important;
    margin: 0 0 2px !important;
}

.hv-oc-case-stat-main strong {
    color: #2597e0 !important;
    font-weight: 800;
}

.hv-oc-case-stat-sub {
    color: #666666 !important;
    font-size: 13px !important;
    margin: 0 !important;
}

.hv-oc-case-results {
    list-style: none !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
}

.hv-oc-case-results li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px !important;
    border: none !important;
    padding: 0 !important;
}

.hv-oc-case-results li::before {
    display: none !important;
}

.hv-oc-case-results li img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.hv-oc-case-results li span {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 600;
}

.hv-oc-case-main {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.hv-oc-quote {
    margin: 18px 0 0 !important;
    padding: 22px 24px;
    background: #ffffff;
    border-radius: 12px;
    border-left: 4px solid #2597e0;
    color: #0b3d7a !important;
    font-size: 15px !important;
    font-style: italic;
    line-height: 1.6 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

/* Compare backgrounds for this page */
.hv-oc-compare-traditional {
    background-image: url('/wp-content/themes/flatsome-child/images/assets/to-chuc/anh/to-chuc-12.png') !important;
}

.hv-oc-compare-hv {
    background-image: url('/wp-content/themes/flatsome-child/images/assets/to-chuc/anh/to-chuc-14.png') !important;
}

/* CTA */
.hv-oc-cta {
    position: relative;
    min-height: 380px;
}

.hv-oc-cta .section-bg.fill,
.hv-oc-cta .section-bg.bg-loaded {
    background-image: url('/wp-content/themes/flatsome-child/images/assets/to-chuc/anh/to-chuc-13.png') !important;
    background-size: cover !important;
    background-position: center right !important;
    opacity: 1 !important;
}

.hv-oc-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.78) 48%, rgba(255,255,255,0.15) 100%);
    z-index: 0;
}

.hv-oc-cta .section-content {
    position: relative;
    z-index: 1;
}

.hv-oc-cta-title {
    color: #0b1628 !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 16px !important;
    max-width: 560px;
}

.hv-oc-cta-desc {
    color: #333333 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 0 28px !important;
    max-width: 500px;
}

@media (max-width: 849px) {
    .hv-oc-process-row .col:not(:last-child) .hv-oc-process-card::after {
        display: none;
    }

    .hv-oc-cta::before {
        background: rgba(255,255,255,0.9);
    }
}

/* ===== Operational Excellence page ===== */
.hv-oe-hero {
    background: transparent !important;
    min-height: 480px;
}

.hv-oe-hero .section-bg.fill,
.hv-oe-hero .section-bg.bg-loaded {
    background-image: url('/wp-content/themes/flatsome-child/images/assets/nang-luc/anh/nang-luc-1.png') !important;
    background-size: cover !important;
    background-position: center right !important;
    opacity: 1 !important;
}

.hv-oe-hero-content {
    position: relative;
    z-index: 1;
}

.hv-oe-hero-title {
    color: #0b1628 !important;
    font-size: clamp(28px, 3.5vw, 42px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 16px !important;
}

.hv-oe-hero-lead {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
    margin: 0 0 14px !important;
    max-width: 540px;
}

.hv-oe-hero-sub {
    color: #444444 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 28px !important;
    max-width: 520px;
}

.hv-oe-section-sub {
    color: #111111 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    margin: 0 0 36px !important;
    line-height: 1.45 !important;
}

.hv-oe-problems-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
}

.hv-oe-problem-card {
    text-align: center;
    background: #ffffff;
    border: 1px solid #e6e8ec;
    border-radius: 12px;
    padding: 28px 14px 24px;
    height: 100%;
}

.hv-oe-problem-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
    margin: 0 auto 16px;
}

.hv-oe-problem-title {
    color: #111111 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 0 0 4px !important;
}

.hv-oe-problem-text {
    color: #333333 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
    margin: 0 !important;
}

.hv-oe-approach-lead {
    color: #111111 !important;
    font-size: clamp(20px, 2.2vw, 26px) !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 0 0 14px !important;
    max-width: 560px;
}

.hv-oe-approach-desc {
    color: #222222 !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    margin: 0 0 28px !important;
    max-width: 540px;
}

.hv-oe-approach-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hv-oe-approach-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px !important;
    border: none !important;
    padding: 0 !important;
}

.hv-oe-approach-list li:last-child {
    margin-bottom: 0 !important;
}

.hv-oe-approach-list li::before {
    display: none !important;
}

.hv-oe-approach-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.hv-oe-approach-icon img {
    width: 56px !important;
    height: 56px !important;
    margin: 0 !important;
    object-fit: contain;
}

.hv-oe-approach-divider {
    width: 2px;
    align-self: stretch;
    min-height: 44px;
    background: #2597e0;
    flex-shrink: 0;
    border-radius: 1px;
}

.hv-oe-approach-copy {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.hv-oe-approach-copy strong {
    color: #111111 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    letter-spacing: 0.2px;
    text-transform: uppercase;
}

.hv-oe-approach-copy em {
    color: #333333 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.45 !important;
}

.hv-oe-approach-visual {
    position: relative;
}

.hv-oe-approach-img {
    width: 100%;
    height: auto;
    border-radius: 0;
    display: block;
    box-shadow: none;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 18%, #000 100%);
}

.hv-oe-process-card {
    background: transparent;
    border-radius: 0;
    padding: 0 10px;
    height: 100%;
    text-align: center;
    position: relative;
    color: #111111;
}

.hv-oe-process-icon {
    width: 88px;
    height: 88px;
    object-fit: contain;
    display: block;
    margin: 0 auto 14px;
    filter: none;
    border-radius: 50%;
}

.hv-oe-process-num {
    position: static;
    display: block;
    color: #0b3d7a;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1;
}

.hv-oe-process-title {
    color: #0b3d7a !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    margin: 0 0 12px !important;
    letter-spacing: 0.3px;
}

.hv-oe-process-1 .hv-oe-process-num,
.hv-oe-process-1 .hv-oe-process-title { color: #0a2f6b !important; }
.hv-oe-process-2 .hv-oe-process-num,
.hv-oe-process-2 .hv-oe-process-title { color: #0f4c9a !important; }
.hv-oe-process-3 .hv-oe-process-num,
.hv-oe-process-3 .hv-oe-process-title { color: #1a6fc0 !important; }
.hv-oe-process-4 .hv-oe-process-num,
.hv-oe-process-4 .hv-oe-process-title { color: #2597e0 !important; }

.hv-oe-process-desc {
    color: #222222 !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
    font-weight: 500;
}

.hv-oe-process-desc span {
    display: inline-block;
    margin-top: 2px;
    color: #333333 !important;
    font-weight: 400;
}

.hv-oe-process-row .col:not(:last-child) .hv-oe-process-card::after {
    content: '';
    position: absolute;
    right: -28px;
    top: 42px;
    width: 44px;
    height: 2px;
    background: #2597e0;
    transform: none;
    z-index: 2;
}

.hv-oe-process-row .col:not(:last-child) .hv-oe-process-card::before {
    content: '';
    position: absolute;
    right: -32px;
    top: 36px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #2597e0;
    z-index: 3;
}

.hv-oe-program-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: visible;
    height: 100%;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.hv-oe-program-img {
    height: 180px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.hv-oe-program-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hv-oe-program-body {
    position: relative;
    background: #0a2f5c;
    padding: 36px 22px 28px;
    border-radius: 0 0 12px 12px;
    text-align: left;
    min-height: 180px;
}

.hv-oe-program-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
    display: block;
    position: absolute;
    top: -22px;
    left: 20px;
    z-index: 2;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
}

.hv-oe-program-title {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
    margin: 0 0 12px !important;
}

.hv-oe-program-desc {
    color: rgba(255,255,255,0.9) !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
    margin: 0 !important;
}

.hv-oe-programs .hv-st-btn-outline-dark {
    color: #2597e0 !important;
    border-color: #2597e0;
}

.hv-oe-programs .hv-st-btn-outline-dark:hover {
    background: #2597e0;
    color: #ffffff !important;
}

.hv-oe-case {
    position: relative;
    overflow: hidden;
}

.hv-oe-case .hv-oe-case-row {
    align-items: stretch !important;
}

.hv-oe-case .hv-oe-case-media {
    padding: 0 !important;
    margin: -70px 0 -70px;
}

.hv-oe-case .hv-oe-case-media .col-inner {
    padding: 0 !important;
    margin: 0 !important;
}

.hv-oe-case-kicker-title {
    text-align: left !important;
    position: relative;
    display: inline-block;
    margin: 0 0 16px !important;
    padding-bottom: 10px;
}

.hv-oe-case-kicker-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 4px;
    background: #f5a623;
    border-radius: 2px;
}

.hv-oe-case-heading {
    color: #111111 !important;
    font-size: clamp(22px, 2.6vw, 32px) !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    margin: 0 0 18px !important;
    max-width: 560px;
}

.hv-oe-case-partner-label {
    color: #888888 !important;
    font-size: 13px !important;
    margin: 0 0 10px !important;
}

.hv-oe-case-partners {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 18px;
    margin: 0 0 28px;
    box-shadow: 0 2px 10px rgba(11, 61, 122, 0.06);
    max-width: 640px;
}

.hv-oe-case-partners img {
    display: block;
    width: 100%;
    height: auto;
}

.hv-oe-case-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-bottom: 28px;
}

.hv-oe-case-col-title {
    color: #111111 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    margin: 0 0 14px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hv-oe-case-col-title img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
}

.hv-oe-case-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hv-oe-case-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px !important;
    border: none !important;
    padding: 0 !important;
}

.hv-oe-case-list li::before {
    display: none !important;
}

.hv-oe-case-list li img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex-shrink: 0;
    margin-top: 2px;
}

.hv-oe-case-list li span {
    color: #333333 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    font-weight: 500;
}

.hv-oe-case-cta {
    margin: 0 !important;
}

.hv-oe-case-main {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    border-radius: 0;
    display: block;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 16%, #000 100%);
}

.hv-oe-compare-traditional {
    background-image: url('/wp-content/themes/flatsome-child/images/assets/nang-luc/anh/oe-compare-left.jpg') !important;
    background-position: right center !important;
}

.hv-oe-compare-hv {
    background-image: url('/wp-content/themes/flatsome-child/images/assets/nang-luc/anh/oe-compare-right.jpg') !important;
    background-position: right center !important;
}

.hv-oe-compare .hv-oe-compare-traditional .hv-st-compare-overlay {
    background: linear-gradient(90deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.88) 55%, rgba(255,255,255,0.35) 100%);
}

.hv-oe-compare .hv-oe-compare-hv .hv-st-compare-overlay {
    background: linear-gradient(90deg, rgba(8,35,80,0.92) 0%, rgba(8,35,80,0.78) 55%, rgba(8,35,80,0.35) 100%);
}

.hv-oe-cta {
    position: relative;
    min-height: 420px;
    background: #ffffff !important;
}

.hv-oe-cta .section-bg.fill,
.hv-oe-cta .section-bg.bg-loaded {
    background-image: url('/wp-content/themes/flatsome-child/images/assets/nang-luc/anh/oe-cta.jpg') !important;
    background-size: cover !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

.hv-oe-cta::before {
    display: none;
}

.hv-oe-cta .section-content {
    position: relative;
    z-index: 1;
}

.hv-oe-cta-content {
    max-width: 540px;
}

.hv-oe-cta-title {
    color: #111111 !important;
    font-size: clamp(26px, 3.2vw, 36px) !important;
    font-weight: 800 !important;
    line-height: 1.28 !important;
    margin: 0 0 18px !important;
    max-width: 520px;
}

.hv-oe-cta-desc {
    color: #222222 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 28px !important;
    max-width: 480px;
}

.hv-oe-cta .hv-st-btn-outline {
    background: #ffffff;
}

@media (max-width: 849px) {
    .hv-oe-problems-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hv-oe-process-row .col:not(:last-child) .hv-oe-process-card::after,
    .hv-oe-process-row .col:not(:last-child) .hv-oe-process-card::before {
        display: none;
    }

    .hv-oe-case-columns {
        grid-template-columns: 1fr;
    }

    .hv-oe-case-main {
        min-height: 260px;
        border-radius: 12px;
        -webkit-mask-image: none;
        mask-image: none;
        margin-top: 20px;
    }

    .hv-oe-cta {
        min-height: 0;
    }

    .hv-oe-cta .section-bg.fill,
    .hv-oe-cta .section-bg.bg-loaded {
        background-position: 70% center !important;
        opacity: 0.18 !important;
    }

    .hv-oe-cta::before {
        display: block;
        content: '';
        position: absolute;
        inset: 0;
        background: rgba(255,255,255,0.88);
        z-index: 0;
        pointer-events: none;
    }

    .hv-oe-cta-content {
        max-width: 100%;
    }
}

/* ===== Chương trình catalog ===== */
.hv-prog-page .page-wrapper,
.hv-prog-page-wrap {
    max-width: 100%;
}

.hv-prog-hero {
    position: relative;
    background-color: #eef5fb;
    background-image: var(--hv-prog-hero);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 560px;
    padding: 72px 0 110px;
    display: flex;
    align-items: center;
}

.hv-prog-hero-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.hv-prog-hero-copy {
    max-width: 520px;
}

.hv-prog-hero-title {
    position: relative;
    margin: 0 0 18px;
    padding-bottom: 14px;
    font-size: clamp(36px, 4.2vw, 52px);
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #111111;
    line-height: 1.1;
}

.hv-prog-hero-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 64px;
    height: 5px;
    background: #f5b800;
    border-radius: 2px;
}

.hv-prog-hero-sub {
    margin: 0 0 14px;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.4;
}

.hv-prog-hero-desc {
    margin: 0 0 28px;
    max-width: 500px;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
}

.hv-prog-hero-btns {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.hv-prog-hero-btns .hv-st-btn-primary,
.hv-prog-hero-btns .hv-st-btn-outline {
    min-width: 240px;
    text-align: center;
}

.hv-prog-hero-btns .hv-st-btn-outline {
    background: rgba(255, 255, 255, 0.92);
}

.hv-prog-catalog {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 24px 60px;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
}

.hv-prog-sidebar {
    background: #ffffff;
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    padding: 20px 18px 18px;
    position: sticky;
    top: 100px;
}

.hv-prog-sidebar-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 0.04em;
    color: #111;
}

.hv-prog-filter-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: #2597e0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5h18l-7 8v5l-4 2v-7L3 5z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 5h18l-7 8v5l-4 2v-7L3 5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hv-prog-filter-group {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eef0f3;
}

.hv-prog-filter-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
    color: #111;
}

.hv-prog-check {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.hv-prog-check input {
    accent-color: #2597e0;
}

.hv-prog-topic-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.hv-prog-topic {
    border: 0;
    background: #dceeff;
    color: #1a5f96;
    font-size: 12px;
    font-weight: 600;
    padding: 7px 12px;
    border-radius: 999px;
    cursor: pointer;
}

.hv-prog-topic.is-active {
    background: #2597e0;
    color: #fff;
}

.hv-prog-reset {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    border: 1px solid #cfd5de;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 14px;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    justify-content: center;
}

.hv-prog-reset-icon {
    width: 14px;
    height: 14px;
    background: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 5V1L7 6l5 5V7c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6H4c0 4.4 3.6 8 8 8s8-3.6 8-8-3.6-8-8-8z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 5V1L7 6l5 5V7c3.3 0 6 2.7 6 6s-2.7 6-6 6-6-2.7-6-6H4c0 4.4 3.6 8 8 8s8-3.6 8-8-3.6-8-8-8z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.hv-prog-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.hv-prog-count {
    margin: 0;
    font-size: 15px;
    color: #333;
}

.hv-prog-toolbar-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hv-prog-search input {
    width: min(280px, 62vw);
    border: 1px solid #d5dae2;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 14px;
}

.hv-prog-view-toggle {
    display: inline-flex;
    border: 1px solid #d5dae2;
    border-radius: 6px;
    overflow: hidden;
}

.hv-prog-view-toggle button {
    width: 36px;
    height: 34px;
    border: 0;
    background: #fff;
    cursor: pointer;
    position: relative;
}

.hv-prog-view-toggle button.is-active {
    background: #eef6fc;
}

.hv-prog-view-toggle button[data-view="grid"]::before {
    content: '';
    position: absolute;
    inset: 10px;
    background:
        linear-gradient(#2597e0, #2597e0) 0 0 / 40% 40%,
        linear-gradient(#2597e0, #2597e0) 100% 0 / 40% 40%,
        linear-gradient(#2597e0, #2597e0) 0 100% / 40% 40%,
        linear-gradient(#2597e0, #2597e0) 100% 100% / 40% 40%;
    background-repeat: no-repeat;
}

.hv-prog-view-toggle button[data-view="list"]::before {
    content: '';
    position: absolute;
    left: 9px;
    right: 9px;
    top: 11px;
    height: 12px;
    background:
        linear-gradient(#2597e0, #2597e0) 0 0 / 100% 2px,
        linear-gradient(#2597e0, #2597e0) 0 5px / 100% 2px,
        linear-gradient(#2597e0, #2597e0) 0 10px / 100% 2px;
    background-repeat: no-repeat;
}

.hv-prog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hv-prog-grid[data-view="list"] {
    grid-template-columns: 1fr;
}

.hv-prog-grid[data-view="list"] .hv-prog-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
}

.hv-prog-card {
    background: #fff;
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    transition: box-shadow .2s ease, transform .2s ease;
}

.hv-prog-card:hover {
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
    transform: translateY(-2px);
}

.hv-prog-card-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef1f5;
}

.hv-prog-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hv-prog-card-body {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.hv-prog-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.hv-prog-card-title a {
    color: #111 !important;
    text-decoration: none !important;
}

.hv-prog-card-excerpt {
    margin: 0;
    font-size: 14px;
    line-height: 1.55;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hv-prog-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
}

.hv-prog-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}

.hv-prog-tag-mode {
    background: #d9d9d9 !important;
    color: #333 !important;
}

.hv-prog-card-link {
    color: #2597e0 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.hv-prog-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin-top: 28px;
    border: 1px solid #2597e0;
    background: #fff;
    color: #2597e0;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 18px;
    border-radius: 8px;
    cursor: pointer;
}

.hv-prog-catalog.is-loading .hv-prog-grid {
    opacity: 0.55;
    pointer-events: none;
}

.hv-prog-cta {
    background: #ffffff;
    padding: 40px 24px 60px;
}

.hv-prog-cta-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 380px;
    background-color: #eef5fb;
    background-image: var(--hv-prog-cta);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 48px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hv-prog-cta-copy {
    max-width: 480px;
}

.hv-prog-cta-copy h2 {
    margin: 0 0 16px;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.3;
    color: #0b1f3a;
}

.hv-prog-cta-copy p {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.7;
    color: #334155;
}

.hv-prog-cta-copy p strong {
    color: #0b1f3a;
    font-weight: 700;
}

.hv-prog-cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hv-prog-cta-btns .hv-st-btn-outline {
    background: rgba(255, 255, 255, 0.92);
}

.hv-prog-single {
    padding: 40px 0 80px;
}

.hv-prog-single-back a {
    color: #2597e0 !important;
    font-weight: 600;
    text-decoration: none !important;
}

.hv-prog-single-media {
    margin: 18px 0 8px;
    border-radius: 10px;
    overflow: hidden;
}

.hv-prog-single-media img {
    width: 100%;
    height: auto;
    display: block;
}

.hv-prog-single-title {
    margin: 8px 0 18px;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 800;
    line-height: 1.25;
}

@media (max-width: 999px) {
    .hv-prog-hero {
        min-height: 0;
        padding: 56px 0 88px;
        background-position: 70% center;
    }

    .hv-prog-hero-copy {
        max-width: 480px;
        padding: 20px 18px;
        background: rgba(255, 255, 255, 0.88);
        border-radius: 10px;
    }

    .hv-prog-catalog {
        grid-template-columns: 1fr;
    }

    .hv-prog-cta {
        padding: 28px 16px 48px;
    }

    .hv-prog-cta-inner {
        min-height: 0;
        padding: 28px 20px;
        background-position: 30% center;
        justify-content: flex-start;
    }

    .hv-prog-cta-copy {
        max-width: 100%;
        padding: 16px 14px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
    }

    .hv-prog-sidebar {
        position: static;
    }

    .hv-prog-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hv-prog-grid[data-view="list"] .hv-prog-card {
        grid-template-columns: 160px minmax(0, 1fr);
    }
}

@media (max-width: 640px) {
    .hv-prog-grid,
    .hv-prog-grid[data-view="list"] {
        grid-template-columns: 1fr;
    }

    .hv-prog-grid[data-view="list"] .hv-prog-card {
        grid-template-columns: 1fr;
    }
}

/* ===== Projects / Dự án nổi bật ===== */
.hv-proj-page {
    overflow: hidden;
}

.hv-proj-hero {
    position: relative;
    min-height: 560px;
    background-color: #eef5fb;
    background-image: var(--hv-proj-hero);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 72px 0 100px;
}

.hv-proj-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.hv-proj-hero-copy {
    max-width: 560px;
}

.hv-proj-hero-title {
    color: #0b1f3a !important;
    font-size: clamp(28px, 3.6vw, 42px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 0 0 18px !important;
    text-transform: uppercase;
}

.hv-proj-hero-desc {
    color: #222 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin: 0 0 28px !important;
}

.hv-proj-hero-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hv-proj-hero-btns .hv-st-btn-outline {
    background: rgba(255, 255, 255, 0.92);
}

.hv-proj-stats {
    background: #ffffff;
    border-bottom: 1px solid #e6eef6;
}

.hv-proj-stats-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 24px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.hv-proj-stat {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.hv-proj-stat-icon {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
    color: #2597e0;
}

.hv-proj-stat-icon svg {
    width: 100%;
    height: 100%;
}

.hv-proj-stat-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hv-proj-stat-text strong {
    color: #0b1f3a;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
}

.hv-proj-stat-text span {
    color: #334155;
    font-size: 13px;
    line-height: 1.45;
}

.hv-proj-featured {
    position: relative;
    min-height: 560px;
    background-color: #ffffff;
    background-image: var(--hv-proj-featured);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 72px 0 100px;
    display: flex;
    align-items: center;
}

.hv-proj-featured-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.hv-proj-featured-copy {
    max-width: 640px;
}

.hv-proj-featured-kicker {
    margin: 0 0 16px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    letter-spacing: 0.04em;
    color: #d12027 !important;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hv-proj-star {
    color: #d12027;
    font-size: 18px;
    line-height: 1;
}

.hv-proj-featured-label {
    margin: 0 !important;
    color: #111111 !important;
    font-size: clamp(22px, 2.4vw, 28px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.hv-proj-featured-title {
    margin: 2px 0 16px !important;
    color: #2597e0 !important;
    font-size: clamp(26px, 3vw, 34px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
}

.hv-proj-featured-desc {
    margin: 0 0 28px !important;
    color: #333333 !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    max-width: 560px;
}

.hv-proj-featured-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 16px;
    margin-bottom: 28px;
    max-width: 640px;
}

.hv-proj-featured-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.hv-proj-featured-stat-icon {
    width: 28px;
    height: 28px;
    color: #2597e0;
}

.hv-proj-featured-stat-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.hv-proj-featured-stat strong {
    display: block;
    color: #2597e0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
}

.hv-proj-featured-stat span {
    display: block;
    color: #334155;
    font-size: 13px;
    line-height: 1.4;
}

.hv-proj-explore {
    padding: 70px 0 40px;
    background: #fff;
}

.hv-proj-explore-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
}

.hv-proj-explore-title {
    margin: 0 0 22px !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #0b1f3a !important;
    line-height: 1.3 !important;
}

.hv-proj-cat-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.hv-proj-cat {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    background: transparent;
    border: 0;
    border-radius: 8px;
    padding: 12px 14px;
    color: #1e293b;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    cursor: pointer;
    transition: background .2s ease, color .2s ease;
}

.hv-proj-cat:hover,
.hv-proj-cat.is-active {
    background: #e8f4fc;
    color: #0b5f96;
}

.hv-proj-cat-icon {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    color: #2597e0;
}

.hv-proj-cat-icon svg {
    width: 100%;
    height: 100%;
}

.hv-proj-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.hv-proj-card {
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s ease, transform .2s ease;
}

.hv-proj-card:hover {
    box-shadow: 0 10px 28px rgba(15, 35, 70, 0.1);
    transform: translateY(-2px);
}

.hv-proj-card-media {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eef2f7;
}

.hv-proj-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

.hv-proj-card:hover .hv-proj-card-media img {
    transform: scale(1.04);
}

.hv-proj-card-body {
    padding: 16px 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.hv-proj-card-tag {
    display: inline-flex;
    align-self: flex-start;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: #fff;
    border-radius: 4px;
    padding: 4px 8px;
}

.hv-proj-card-tag.is-edu { background: #e11d48; }
.hv-proj-card-tag.is-oda { background: #f97316; }
.hv-proj-card-tag.is-aviation { background: #2563eb; }
.hv-proj-card-tag.is-energy { background: #0d9488; }

.hv-proj-card-title {
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 1.35 !important;
}

.hv-proj-card-title a {
    color: #0b1f3a !important;
    text-decoration: none !important;
}

.hv-proj-card-stats {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.hv-proj-card-stats li {
    color: #475569;
    font-size: 13px;
    line-height: 1.4;
}

.hv-proj-card-link {
    margin-top: auto;
    color: #2597e0 !important;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
}

.hv-proj-card-link:hover {
    color: #1b7ab8 !important;
}

.hv-proj-load-more {
    display: block;
    margin: 34px auto 0;
    background: #fff;
    border: 2px solid #2597e0;
    color: #2597e0;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    padding: 12px 28px;
    cursor: pointer;
}

.hv-proj-load-more:hover {
    background: #2597e0;
    color: #fff;
}

.hv-proj-cta {
    background: #ffffff;
    padding: 40px 24px 60px;
}

.hv-proj-cta-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 380px;
    background-color: #eef5fb;
    background-image: var(--hv-proj-cta);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    border-radius: 12px;
    padding: 48px 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hv-proj-cta-copy {
    max-width: 480px;
}

.hv-proj-cta-copy h2 {
    margin: 0 0 16px !important;
    color: #0b1f3a !important;
    font-size: clamp(24px, 3vw, 34px) !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.hv-proj-cta-copy p {
    margin: 0 0 28px !important;
    color: #334155 !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
}

.hv-proj-cta-copy p strong {
    color: #0b1f3a;
    font-weight: 700;
}

.hv-proj-cta-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hv-proj-cta-btns .hv-st-btn-outline {
    background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 999px) {
    .hv-proj-stats-inner,
    .hv-proj-explore-inner,
    .hv-proj-grid {
        grid-template-columns: 1fr;
    }

    .hv-proj-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hv-proj-featured {
        min-height: 0;
        padding: 56px 0 88px;
        background-position: 70% center;
    }

    .hv-proj-featured-copy {
        max-width: 100%;
        padding: 20px 18px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
    }

    .hv-proj-featured-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }

    .hv-proj-cta {
        padding: 28px 16px 48px;
    }

    .hv-proj-cta-inner {
        min-height: 0;
        padding: 28px 20px;
        background-position: 30% center;
        justify-content: flex-start;
    }

    .hv-proj-cta-copy {
        max-width: 100%;
        padding: 16px 14px;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 10px;
    }
}

@media (max-width: 649px) {
    .hv-proj-stats-inner,
    .hv-proj-grid,
    .hv-proj-featured-stats {
        grid-template-columns: 1fr;
    }

    .hv-proj-hero {
        min-height: 0;
        padding: 56px 0 88px;
        background-position: 65% center;
    }

    .hv-proj-hero-copy {
        max-width: 520px;
        padding: 20px 18px;
        background: rgba(255, 255, 255, 0.88);
        border-radius: 10px;
    }
}

/* ===== Insights / Góc nhìn ===== */
.hv-ins-page { overflow: hidden; }
.hv-ins-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }

.hv-ins-hero {
  position: relative;
  background: linear-gradient(105deg, #e8f3fb 0%, #d7ebf8 42%, #cfe4f5 100%);
  min-height: 420px;
  overflow: hidden;
}
.hv-ins-hero::after {
  content: '';
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: min(48%, 620px);
  background-image: var(--hv-ins-hero);
  background-size: cover;
  background-position: center;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 28%);
  mask-image: linear-gradient(90deg, transparent, #000 28%);
}
.hv-ins-hero-inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  padding: 72px 24px;
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; align-items: center;
}
.hv-ins-hero-title {
  margin: 0 0 12px !important;
  color: #1a2332 !important;
  font-size: clamp(36px, 5vw, 52px) !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
}
.hv-ins-hero-sub {
  margin: 0 0 14px !important;
  color: #0b3d6e !important;
  font-size: clamp(18px, 2.2vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
}
.hv-ins-hero-desc {
  margin: 0 0 28px !important;
  max-width: 540px;
  color: #334155 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.hv-ins-featured { padding: 64px 0 40px; background: #fff; }
.hv-ins-section-title {
  margin: 0 0 28px !important;
  font-size: 24px !important;
  font-weight: 800 !important;
  color: #1a2332 !important;
  letter-spacing: .04em;
}
.hv-ins-section-title.is-red { color: #b91c1c !important; }
.hv-exp-page .hv-ins-section-title.is-red {
  display: inline-block;
  border-bottom: 3px solid #b91c1c;
  padding-bottom: 6px;
  margin-bottom: 28px !important;
}
.hv-ins-section-title.is-blue { color: #1d4ed8 !important; }
.hv-ins-section-title.center { text-align: center; }

.hv-ins-featured-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 22px;
  align-items: stretch;
}
.hv-ins-featured-side {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hv-ins-card {
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  transition: box-shadow .2s ease, transform .2s ease;
}
.hv-ins-card[hidden] { display: none !important; }
.hv-ins-card:hover { box-shadow: 0 10px 28px rgba(15,35,70,.1); transform: translateY(-2px); }
.hv-ins-card-media { display: block; position: relative; overflow: hidden; background: #eef3f8; }
.hv-ins-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .35s ease; }
.hv-ins-card:hover .hv-ins-card-media img { transform: scale(1.04); }
.hv-ins-card--featured .hv-ins-card-media { aspect-ratio: 16/11; }
.hv-ins-card--small .hv-ins-card-media { aspect-ratio: 16/10; }
.hv-ins-card--grid .hv-ins-card-media { aspect-ratio: 16/10; }
.hv-ins-card-media .hv-ins-badge {
  position: absolute; top: 12px; left: 12px;
}
.hv-ins-badge {
  font-size: 11px; font-weight: 800; letter-spacing: .03em;
  color: #fff; border-radius: 4px; padding: 5px 9px; display: inline-block;
}
.hv-ins-badge.is-red { background: #c81e1e; }
.hv-ins-badge.is-blue { background: #2563eb; }
.hv-ins-badge.is-orange { background: #ea580c; }
.hv-ins-badge.is-cyan { background: #0891b2; }
.hv-ins-card-body { padding: 14px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.hv-ins-card-meta {
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.hv-ins-date { margin: 0 !important; color: #64748b !important; font-size: 13px !important; }
.hv-ins-card-title { margin: 0 !important; font-size: 17px !important; font-weight: 800 !important; line-height: 1.35 !important; }
.hv-ins-card--small .hv-ins-card-title { font-size: 14px !important; }
.hv-ins-card-title a { color: #1d4ed8 !important; text-decoration: none !important; }
.hv-ins-card-title a:hover { color: #1e3a8a !important; }
.hv-ins-excerpt { margin: 0 !important; color: #475569 !important; font-size: 14px !important; line-height: 1.55 !important; }
.hv-ins-card-go {
  margin-top: auto; align-self: flex-end;
  width: 34px; height: 34px; border-radius: 6px;
  background: #fff; color: #2563eb !important; border: 1.5px solid #2563eb;
  display: inline-flex; align-items: center; justify-content: center;
  text-decoration: none !important; font-weight: 700;
}
.hv-ins-card-go:hover { background: #eff6ff; }

.hv-ins-explore { padding: 50px 0 60px; background: #f7fafc; }
.hv-ins-toolbar {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center;
  justify-content: space-between; margin-bottom: 26px;
}
.hv-ins-filters { display: flex; flex-wrap: wrap; gap: 12px; }
.hv-ins-dropdown { position: relative; }
.hv-ins-dd-toggle {
  border: 0; border-radius: 8px; color: #fff; font-weight: 700; font-size: 14px;
  padding: 12px 16px; cursor: pointer; display: inline-flex; gap: 10px; align-items: center;
  min-width: 180px;
}
.hv-ins-dd-toggle.is-blue { background: #1e40af; }
.hv-ins-dd-toggle.is-red { background: #b91c1c; }
.hv-ins-dd-ico {
  width: 16px; height: 16px; flex: 0 0 16px;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 4h10a2 2 0 0 1 2 2v14l-7-3-7 3V6a2 2 0 0 1 2-2z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 4h10a2 2 0 0 1 2 2v14l-7-3-7 3V6a2 2 0 0 1 2-2z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.hv-ins-dd-toggle.is-red .hv-ins-dd-ico {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M3 3h8v8H3V3zm10 0h8v8h-8V3zM3 13h8v8H3v-8zm10 0h8v8h-8v-8z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.hv-ins-dd-label { flex: 1; text-align: left; }
.hv-ins-dd-menu {
  position: absolute; top: calc(100% + 6px); left: 0; z-index: 20;
  min-width: 100%; background: #f1f5f9; border: 1px solid #e2e8f0;
  border-radius: 0 0 8px 8px; box-shadow: 0 12px 28px rgba(15,23,42,.12);
  padding: 0; flex-direction: column; gap: 0;
  display: none;
}
.hv-ins-dd-menu.is-open {
  display: flex;
}
.hv-ins-dd-menu[hidden] {
  display: none !important;
}
.hv-ins-dd-item {
  border: 0; border-bottom: 1px solid #e2e8f0; background: transparent; text-align: left;
  padding: 12px 16px; cursor: pointer; font-size: 14px; color: #1e293b; font-weight: 600;
  border-radius: 0;
}
.hv-ins-dd-item:last-child { border-bottom: 0; }
.hv-ins-dd-item:hover, .hv-ins-dd-item.is-active { background: #e2e8f0; color: #0f172a; }
.hv-ins-search { position: relative; min-width: min(320px, 100%); }
.hv-ins-search input {
  width: 100%; border: 1px solid #dbe3ee; border-radius: 999px;
  padding: 12px 16px 12px 42px; font-size: 14px; background: #fff;
}
.hv-ins-search-icon { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: #64748b; }

.hv-ins-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px;
}
.hv-ins-pagination {
  display: flex; justify-content: center; gap: 8px; margin-top: 34px;
}
.hv-ins-pagination[hidden] { display: none !important; }
.hv-ins-pagination button {
  width: 36px; height: 36px; border-radius: 999px; border: 0;
  background: transparent; color: #334155; font-weight: 700; cursor: pointer;
}
.hv-ins-pagination button.is-active,
.hv-ins-pagination button:hover { background: #2563eb; color: #fff; }
.hv-ins-empty {
  margin: 28px 0 0 !important; text-align: center; color: #64748b !important; font-weight: 600;
}
.hv-ins-empty[hidden] { display: none !important; }

.hv-ins-experts { padding: 64px 0 40px; background: #fff; }
.hv-ins-expert-track {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px;
}
.hv-ins-expert {
  background: #f3f6fa; border-radius: 12px; padding: 18px 16px 20px; text-align: center;
}
.hv-ins-expert-photo {
  width: 100%; aspect-ratio: 3/4; border-radius: 10px; overflow: hidden; background: #dde5ef; margin-bottom: 14px;
}
.hv-ins-expert-photo img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
.hv-ins-expert-name { margin: 0 0 4px !important; font-size: 16px !important; font-weight: 800 !important; color: #0f172a !important; }
.hv-ins-expert-role { margin: 0 0 12px !important; color: #64748b !important; font-size: 13px !important; }
.hv-ins-expert-link { color: #2563eb !important; font-weight: 700; text-decoration: none !important; font-size: 14px; }
.hv-ins-expert-progress {
  max-width: 220px; height: 4px; background: #e2e8f0; border-radius: 999px; margin: 28px auto 0; overflow: hidden;
}
.hv-ins-expert-progress span { display: block; width: 38%; height: 100%; background: #dc2626; border-radius: 999px; }

.hv-ins-newsletter {
  background: linear-gradient(180deg, #eef6fc 0%, #e7f2fb 100%);
  padding: 70px 0;
  position: relative;
}
.hv-ins-newsletter-inner { max-width: 720px; text-align: center; }
.hv-ins-newsletter h2 {
  margin: 0 0 12px !important; color: #1d4ed8 !important;
  font-size: clamp(24px, 3vw, 32px) !important; font-weight: 800 !important;
}
.hv-ins-newsletter p { margin: 0 0 22px !important; color: #334155 !important; font-size: 16px !important; line-height: 1.6 !important; }
.hv-ins-newsletter-form {
  display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 14px;
}
.hv-ins-newsletter-form input {
  flex: 1 1 280px; border: 1px solid #c9d8ea; border-radius: 8px; padding: 14px 16px; font-size: 15px;
}
.hv-ins-newsletter-note { margin: 0 !important; color: #64748b !important; font-size: 13px !important; }

@media (max-width: 999px) {
  .hv-ins-hero-inner,
  .hv-ins-featured-grid,
  .hv-ins-grid,
  .hv-ins-expert-track { grid-template-columns: 1fr 1fr; }
  .hv-ins-hero::after { width: 42%; opacity: .55; }
  .hv-ins-featured-main { grid-column: 1 / -1; }
}
@media (max-width: 649px) {
  .hv-ins-hero-inner,
  .hv-ins-featured-side,
  .hv-ins-grid,
  .hv-ins-expert-track { grid-template-columns: 1fr; }
  .hv-ins-hero::after { display: none; }
  .hv-ins-toolbar { flex-direction: column; align-items: stretch; }
  .hv-ins-search { min-width: 0; }
}

/* ===== Expert / Chuyên gia ===== */
.hv-exp-body .page-title { display: none !important; }
.hv-exp-page { overflow: hidden; background: #fff; }

.hv-exp-hero {
  position: relative;
  background:
    linear-gradient(105deg, rgba(232,243,251,.94) 0%, rgba(215,235,248,.78) 48%, rgba(207,228,245,.55) 100%),
    radial-gradient(ellipse at 70% 40%, #dbeafe 0%, transparent 55%);
  min-height: 520px;
  overflow: hidden;
}
.hv-exp-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px 48px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 28px;
  align-items: center;
}
.hv-exp-hero-copy { padding-bottom: 12px; max-width: 560px; }
.hv-exp-prefix {
  margin: 0 0 6px !important;
  color: #64748b !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.hv-exp-name {
  margin: 0 0 8px !important;
  color: #0f2744 !important;
  font-size: clamp(34px, 4.5vw, 48px) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
}
.hv-exp-role {
  margin: 0 0 16px !important;
  color: #c9a227 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}
.hv-exp-bio {
  margin: 0 0 28px !important;
  color: #334155 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
.hv-exp-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 28px;
}
.hv-exp-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 110px;
}
.hv-exp-stat-icon {
  width: 44px; height: 44px;
  border-radius: 999px;
  background: #1e40af;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.hv-exp-stat-icon svg { width: 22px; height: 22px; }
.hv-exp-stat strong {
  color: #0f2744;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}
.hv-exp-stat span {
  color: #64748b;
  font-size: 13px;
}
.hv-exp-hero-photo {
  position: relative;
  justify-self: end;
  width: min(100%, 480px);
  margin-bottom: -8px;
}
.hv-exp-hero-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 560px;
  object-fit: cover;
  object-position: top center;
  border-radius: 0;
  filter: drop-shadow(0 18px 40px rgba(15, 35, 70, .12));
}

.hv-exp-featured { padding: 56px 0 28px; background: #fff; }
.hv-exp-featured-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border: 1px solid #e8eef5;
  border-radius: 12px;
  overflow: hidden;
  padding: 18px;
}
.hv-exp-featured-media {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/11;
  background: #eef3f8;
}
.hv-exp-featured-media img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .35s ease;
}
.hv-exp-featured-card:hover .hv-exp-featured-media img { transform: scale(1.03); }
.hv-exp-featured-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 8px 12px 8px 4px;
  position: relative;
  min-height: 220px;
}
.hv-exp-featured-body .hv-ins-badge {
  position: static;
  display: inline-block;
  align-self: flex-start;
}
.hv-exp-featured-title {
  margin: 0 !important;
  font-size: clamp(20px, 2.4vw, 26px) !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}
.hv-exp-featured-title a { color: #0f2744 !important; text-decoration: none !important; }
.hv-exp-featured-title a:hover { color: #1d4ed8 !important; }
.hv-exp-featured-body .hv-ins-card-go { margin-top: 12px; }

.hv-ins-dd-toggle.is-cyan { background: #0284c7; }
.hv-exp-toolbar .hv-ins-filters { width: 100%; }
.hv-exp-explore { background: #f7fafc; }

@media (max-width: 999px) {
  .hv-exp-hero-inner,
  .hv-exp-featured-card { grid-template-columns: 1fr 1fr; }
  .hv-exp-hero-copy { padding-bottom: 16px; }
}
@media (max-width: 649px) {
  .hv-exp-hero-inner,
  .hv-exp-featured-card { grid-template-columns: 1fr; }
  .hv-exp-hero-photo { justify-self: center; order: -1; width: min(100%, 320px); }
  .hv-exp-stats { gap: 18px; }
  .hv-exp-featured-card { padding: 12px; }
}

/* ===== Careers / Tuyển dụng ===== */
.hv-td-body .page-title { display: none !important; }
.hv-td-page { overflow: hidden; background: #fff; }
.hv-td-wrap { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.hv-td-section-title {
  margin: 0 0 36px !important;
  text-align: center;
  font-size: clamp(24px, 3vw, 32px) !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  letter-spacing: .04em;
}

.hv-td-hero {
  position: relative;
  background:
    linear-gradient(105deg, rgba(236,245,252,.96) 0%, rgba(220,236,248,.7) 48%, rgba(210,230,246,.45) 100%);
  overflow: hidden;
  min-height: 480px;
}
.hv-td-hero-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 64px 24px 48px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 24px;
  align-items: center;
}
.hv-td-kicker {
  margin: 0 0 10px !important;
  color: #334155 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.hv-td-title {
  margin: 0 0 16px !important;
  color: #0f172a !important;
  font-size: clamp(30px, 4.2vw, 44px) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .01em;
}
.hv-td-title span { color: #2563eb !important; }
.hv-td-lead {
  margin: 0 0 24px !important;
  max-width: 560px;
  color: #334155 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
.hv-td-pills {
  display: flex; flex-wrap: wrap; gap: 16px 22px;
  margin-bottom: 28px;
}
.hv-td-pill {
  display: inline-flex; align-items: center; gap: 10px;
  color: #0f2744; font-weight: 700; font-size: 14px;
  max-width: 280px;
}
.hv-td-pill-icon {
  width: 38px; height: 38px; border-radius: 999px;
  background: #dbeafe; color: #1d4ed8;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hv-td-pill-icon svg { width: 20px; height: 20px; }
.hv-td-hero .hv-st-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.hv-td-hero .hv-st-btn-outline { background: rgba(255,255,255,.55); cursor: pointer; }
.hv-td-hero-art {
  justify-self: end;
  width: min(100%, 460px);
}
.hv-td-hero-art img {
  display: block; width: 100%; height: auto;
  object-fit: cover; object-position: right center;
  filter: drop-shadow(0 16px 36px rgba(15,35,70,.12));
}

.hv-td-why { padding: 72px 0 56px; background: #fff; }
.hv-td-why-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 28px;
}
.hv-td-why-item { text-align: center; }
.hv-td-icon {
  width: 64px; height: 64px; margin: 0 auto 16px;
  color: #2563eb; display: flex; align-items: center; justify-content: center;
}
.hv-td-icon svg { width: 52px; height: 52px; }
.hv-td-why-item h3 {
  margin: 0 0 10px !important;
  font-size: 17px !important; font-weight: 800 !important; color: #0f172a !important;
}
.hv-td-why-item p {
  margin: 0 !important; color: #64748b !important;
  font-size: 14px !important; line-height: 1.6 !important;
}

.hv-td-seek {
  position: relative;
  padding: 72px 0;
  background-image:
    linear-gradient(180deg, rgba(219,234,254,.88), rgba(191,219,254,.82)),
    var(--hv-td-seek);
  background-size: cover;
  background-position: center;
}
.hv-td-seek-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px;
}
.hv-td-seek-card {
  background: rgba(255,255,255,.72);
  border-radius: 10px;
  padding: 28px 20px 24px;
  text-align: center;
  border-bottom: 3px solid #3b82f6;
  backdrop-filter: blur(4px);
}
.hv-td-seek-card h3 {
  margin: 0 0 10px !important;
  color: #1d4ed8 !important;
  font-size: 17px !important; font-weight: 800 !important;
}
.hv-td-seek-card p {
  margin: 0 !important; color: #1e293b !important;
  font-size: 14px !important; line-height: 1.55 !important;
}

.hv-td-jobs { padding: 72px 0 80px; background: #fff; }
.hv-td-jobs-layout {
  display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 28px; align-items: start;
}
.hv-td-filters {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 20px 18px;
  box-shadow: 0 8px 24px rgba(15,23,42,.06);
  display: flex; flex-direction: column; gap: 14px;
}
.hv-td-field { display: flex; flex-direction: column; gap: 6px; }
.hv-td-field > span {
  font-size: 13px; font-weight: 700; color: #334155;
}
.hv-td-field select {
  width: 100%; border: 1px solid #dbe3ee; border-radius: 8px;
  padding: 11px 12px; font-size: 14px; background: #fff; color: #0f172a;
}
.hv-td-tags { display: flex; flex-wrap: wrap; gap: 8px; min-height: 42px; align-items: center;
  border: 1px solid #dbe3ee; border-radius: 8px; padding: 8px; background: #fff;
}
.hv-td-tag {
  display: inline-flex; align-items: center; gap: 6px;
  background: #eff6ff; color: #1d4ed8; border-radius: 999px;
  padding: 4px 10px; font-size: 13px; font-weight: 700;
}
.hv-td-tag button {
  border: 0; background: transparent; color: #64748b; cursor: pointer;
  font-size: 16px; line-height: 1; padding: 0;
}
.hv-td-filter-actions {
  display: flex; gap: 10px; margin-top: 8px;
}
.hv-td-btn-cancel {
  flex: 1; border: 1px solid #e2e8f0; background: #fff; border-radius: 8px;
  padding: 11px 12px; font-weight: 700; color: #475569; cursor: pointer;
}
.hv-td-btn-apply {
  flex: 1; border: 1px solid #dc2626; background: #fff; color: #dc2626;
  border-radius: 8px; padding: 11px 12px; font-weight: 800; cursor: pointer;
}
.hv-td-btn-apply:hover { background: #dc2626; color: #fff; }

.hv-td-jobs-count {
  display: flex; align-items: center; gap: 8px;
  margin: 0 0 18px !important; color: #334155 !important; font-size: 15px !important;
}
.hv-td-jobs-count-icon { color: #2563eb; width: 20px; height: 20px; display: inline-flex; }
.hv-td-jobs-count-icon svg { width: 18px; height: 18px; }
.hv-td-job-list { display: flex; flex-direction: column; gap: 14px; }
.hv-td-job {
  position: relative;
  border: 1px solid #e2e8f0; border-radius: 12px;
  padding: 18px 20px 18px; background: #fff;
  transition: box-shadow .2s ease;
}
.hv-td-job:hover { box-shadow: 0 10px 28px rgba(15,35,70,.08); }
.hv-td-job-top { display: flex; justify-content: space-between; gap: 12px; align-items: flex-start; }
.hv-td-job-title {
  margin: 0 0 10px !important;
  color: #1d4ed8 !important;
  font-size: 18px !important; font-weight: 800 !important;
}
.hv-td-job-share {
  border: 0; background: transparent; color: #64748b; cursor: pointer; padding: 4px;
}
.hv-td-job-share svg { width: 18px; height: 18px; }
.hv-td-job-company {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 14px; color: #475569; font-size: 13px;
}
.hv-td-job-company img { width: 28px; height: 28px; object-fit: contain; }
.hv-td-job-meta {
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px;
  max-width: 520px; font-size: 13px; color: #64748b;
}
.hv-td-job-meta strong { color: #0f172a; font-weight: 700; }
.hv-td-job-meta .is-salary { color: #dc2626 !important; }
.hv-td-job-apply {
  position: absolute; right: 20px; bottom: 22px;
  border: 0; background: transparent; color: #2563eb;
  font-weight: 800; cursor: pointer; font-size: 14px;
}
.hv-td-job-apply:hover { color: #1e40af; }
.hv-td-pagination { margin-top: 28px; }

body.hv-td-modal-open { overflow: hidden; }
.hv-td-modal[hidden] { display: none !important; }
.hv-td-modal {
  position: fixed; inset: 0; z-index: 100000;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.hv-td-modal-backdrop {
  position: absolute; inset: 0;
  background: rgba(15, 23, 42, .52);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.hv-td-modal-dialog {
  position: relative; z-index: 1;
  width: min(520px, 100%);
  max-height: min(92vh, 860px);
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  padding: 36px 40px 28px;
  box-shadow: 0 28px 70px rgba(15,23,42,.28);
}
.hv-td-modal-close {
  position: absolute; top: 14px; right: 18px;
  border: 0; background: transparent;
  font-size: 28px; line-height: 1;
  color: #94a3b8; cursor: pointer;
  width: 36px; height: 36px;
}
.hv-td-modal-close:hover { color: #475569; }
.hv-td-modal-head {
  text-align: center;
  margin-bottom: 14px;
}
.hv-td-modal-dialog h2 {
  margin: 0 0 10px !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #0f2744 !important;
  letter-spacing: .04em;
  text-align: center;
}
.hv-td-modal-rule {
  display: block;
  width: 72px;
  height: 4px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d4ed8 0 50%, #f59e0b 50% 100%);
}
.hv-td-modal-intro {
  margin: 0 0 22px !important;
  color: #64748b !important;
  font-size: 14px !important;
  line-height: 1.6 !important;
  text-align: center;
}
.hv-td-apply-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hv-td-field-row {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
}
.hv-td-label {
  font-size: 14px;
  font-weight: 700;
  color: #1e293b;
}
.hv-td-label i {
  color: #dc2626;
  font-style: normal;
  font-weight: 800;
}
.hv-td-apply-form input,
.hv-td-apply-form select,
.hv-td-apply-form textarea {
  width: 100%;
  border: 1px solid #d7dee8;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
}
.hv-td-apply-form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748b' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}
.hv-td-apply-form input::placeholder,
.hv-td-apply-form textarea::placeholder {
  color: #94a3b8;
  font-weight: 500;
}
.hv-td-apply-form input:focus,
.hv-td-apply-form select:focus,
.hv-td-apply-form textarea:focus {
  outline: none;
  border-color: #60a5fa;
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.hv-td-upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 118px;
  border: 1.5px dashed #cbd5e1;
  border-radius: 10px;
  padding: 22px 16px;
  text-align: center;
  background: #fafbfc;
  cursor: pointer;
  transition: border-color .2s, background .2s;
}
.hv-td-upload:hover {
  border-color: #60a5fa;
  background: #f8fbff;
}
.hv-td-upload-icon { color: #3b82f6; display: inline-flex; }
.hv-td-upload-icon svg { width: 40px; height: 40px; }
.hv-td-upload-main {
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
}
.hv-td-upload-sub {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 500;
}
.hv-td-upload-name {
  color: #0f172a;
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
}
.hv-td-upload input[type=file] {
  position: absolute; inset: 0;
  opacity: 0; cursor: pointer;
  padding: 0; border: 0;
}
.hv-td-intro-field { position: relative; }
.hv-td-intro-field textarea {
  min-height: 110px;
  resize: vertical;
  padding-bottom: 28px;
}
.hv-td-intro-count {
  position: absolute;
  right: 12px;
  bottom: 10px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
}
.hv-td-submit {
  width: 100%;
  margin-top: 4px;
  border: 0;
  border-radius: 8px;
  background: #2597e0;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  padding: 14px 20px;
  cursor: pointer;
  text-align: center;
  transition: background .2s;
}
.hv-td-submit:hover { background: #1b7ab8; }
.hv-td-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 2px 0 0 !important;
  color: #94a3b8 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  text-align: center;
}
.hv-td-lock {
  width: 14px;
  height: 14px;
  color: #94a3b8;
  flex-shrink: 0;
}

@media (max-width: 649px) {
  .hv-td-modal-dialog { padding: 28px 18px 20px; border-radius: 12px; }
}

@media (max-width: 999px) {
  .hv-td-hero-inner,
  .hv-td-why-grid,
  .hv-td-seek-grid { grid-template-columns: 1fr 1fr; }
  .hv-td-jobs-layout { grid-template-columns: 1fr; }
  .hv-td-job-apply { position: static; margin-top: 14px; padding: 0; }
}
@media (max-width: 649px) {
  .hv-td-hero-inner,
  .hv-td-why-grid,
  .hv-td-seek-grid,
  .hv-td-job-meta { grid-template-columns: 1fr; }
  .hv-td-hero-art { justify-self: center; order: -1; width: min(100%, 300px); }
}

/* ===== Job detail / VTTD ===== */
.hv-td-job-title a { color: inherit !important; text-decoration: none !important; }
.hv-td-job-title a:hover { color: #1e40af !important; }
a.hv-td-job-apply {
  position: absolute; right: 20px; bottom: 22px;
  color: #2563eb !important; font-weight: 800; font-size: 14px;
  text-decoration: none !important;
}
a.hv-td-job-apply:hover { color: #1e40af !important; }

.hv-jd-layout {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}
.hv-jd-sidebar {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 14px 18px;
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
}
.hv-jd-back {
  display: inline-block;
  margin-bottom: 14px;
  color: #334155 !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
}
.hv-jd-back:hover { color: #1d4ed8 !important; }
.hv-jd-side-list { display: flex; flex-direction: column; gap: 10px; }
.hv-jd-side-card {
  display: block;
  border: 1px solid #e8eef5;
  border-radius: 10px;
  padding: 12px;
  text-decoration: none !important;
  color: inherit;
  background: #fff;
  transition: background .2s, border-color .2s;
}
.hv-jd-side-card:hover,
.hv-jd-side-card.is-active {
  background: #f1f5f9;
  border-color: #cbd5e1;
}
.hv-jd-side-card h3 {
  margin: 0 0 8px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #1d4ed8 !important;
  line-height: 1.35 !important;
}
.hv-jd-side-company {
  display: flex; align-items: flex-start; gap: 8px;
  margin-bottom: 10px;
  color: #64748b; font-size: 11px; line-height: 1.4;
}
.hv-jd-side-company img { width: 20px; height: 20px; object-fit: contain; flex-shrink: 0; margin-top: 1px; }
.hv-jd-side-meta {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 5px;
  color: #475569; font-size: 12px;
}
.hv-jd-side-meta li { display: flex; align-items: center; gap: 6px; }
.hv-jd-ico { width: 14px; height: 14px; color: #64748b; display: inline-flex; }
.hv-jd-ico svg { width: 14px; height: 14px; }
.hv-jd-more {
  display: inline-block;
  margin-top: 14px;
  color: #dc2626 !important;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none !important;
}

.hv-jd-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 26px 28px;
  box-shadow: 0 8px 24px rgba(15,23,42,.05);
}
.hv-jd-head {
  display: flex; justify-content: space-between; gap: 16px; align-items: flex-start;
  margin-bottom: 14px;
}
.hv-jd-title {
  margin: 0 0 10px !important;
  font-size: clamp(22px, 2.6vw, 28px) !important;
  font-weight: 800 !important;
  color: #0f2744 !important;
}
.hv-jd-company {
  display: flex; align-items: center; gap: 10px;
  color: #475569; font-size: 13px;
}
.hv-jd-company img { width: 28px; height: 28px; object-fit: contain; }
.hv-jd-topline {
  display: flex; flex-wrap: wrap; gap: 10px 18px;
  align-items: center;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eef2f7;
  color: #475569; font-size: 13px;
}
.hv-jd-topline .is-salary { color: #dc2626; font-style: normal; font-weight: 800; }
.hv-jd-apply-link {
  margin-left: auto;
  border: 0; background: transparent;
  color: #2563eb; font-weight: 800; cursor: pointer; font-size: 14px;
}
.hv-jd-apply-link:hover { color: #1e40af; }

.hv-jd-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
  background: #f3f6fa;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 26px;
}
.hv-jd-fact {
  display: flex; gap: 10px; align-items: flex-start;
}
.hv-jd-fact-ico {
  width: 34px; height: 34px; border-radius: 999px;
  background: #fff; color: #2563eb;
  display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.hv-jd-fact-ico svg { width: 18px; height: 18px; }
.hv-jd-fact small {
  display: block; color: #64748b; font-size: 12px; margin-bottom: 2px;
}
.hv-jd-fact strong {
  display: block; color: #0f172a; font-size: 13px; font-weight: 800; line-height: 1.35;
}

.hv-jd-body h2 {
  margin: 0 0 12px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #0f2744 !important;
}
.hv-jd-body h3 {
  margin: 0 0 8px !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  color: #1e3a8a !important;
}
.hv-jd-body ul {
  margin: 0 0 22px !important;
  padding-left: 18px !important;
  color: #334155;
  font-size: 14px;
  line-height: 1.7;
}
.hv-jd-body li { margin-bottom: 6px; }
.hv-jd-cta {
  display: flex; justify-content: flex-end;
  padding-top: 8px;
}
.hv-jd-cta .hv-st-btn-primary {
  border: 0; cursor: pointer;
  min-width: 180px; text-align: center;
}

@media (max-width: 999px) {
  .hv-jd-layout { grid-template-columns: 1fr; }
  .hv-jd-facts { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 649px) {
  .hv-jd-facts { grid-template-columns: 1fr; }
  .hv-jd-topline .hv-jd-apply-link { margin-left: 0; width: 100%; text-align: left; }
  .hv-jd-cta { justify-content: stretch; }
  .hv-jd-cta .hv-st-btn-primary { width: 100%; }
}

/* ===== Giải pháp / Solutions (design match) ===== */
.hv-gp-page { color: #1e293b; }
.hv-gp-wrap { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.hv-gp-heading {
  margin: 0 0 40px !important; text-align: center;
  color: #c81e1e !important; font-size: clamp(22px, 2.4vw, 30px) !important;
  font-weight: 800 !important; text-transform: uppercase; letter-spacing: .02em; line-height: 1.3 !important;
}
.hv-gp-lead {
  max-width: 820px; margin: -18px auto 42px; text-align: center;
  color: #64748b !important; font-size: 16px !important; line-height: 1.7 !important;
}
.hv-gp-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 12px 26px; border-radius: 6px;
  font-size: 14px; font-weight: 800; text-decoration: none !important;
  letter-spacing: .02em; transition: .2s ease;
}
.hv-gp-btn-primary { background: #2597e0; color: #fff !important; border: 2px solid #2597e0; }
.hv-gp-btn-primary:hover { background: #1b7ab8; border-color: #1b7ab8; color: #fff !important; }
.hv-gp-btn-ghost { background: transparent; color: #fff !important; border: 2px solid #fff; }
.hv-gp-btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff !important; }
.hv-gp-btn-dark { background: #0b1628; color: #fff !important; border: 2px solid #0b1628; }
.hv-gp-btn-dark:hover { background: #1a2d4a; color: #fff !important; }

.hv-gp-hero {
  position: relative; min-height: 520px; display: flex; align-items: center;
  background: #0b1628 center/cover no-repeat;
  background-image: linear-gradient(90deg, rgba(11,22,40,.82) 0%, rgba(11,22,40,.55) 55%, rgba(11,22,40,.35) 100%), var(--hv-gp-hero);
  padding: 90px 0 80px;
}
.hv-gp-hero-inner { position: relative; z-index: 1; }
.hv-gp-hero-title { max-width: 640px; }
.hv-gp-hero-desc { max-width: 560px; }
.page-wrapper .hv-gp-hero-inner, .hv-gp-page .hv-gp-hero-inner { max-width: 1180px; }
.hv-gp-hero-kicker {
  margin: 0 0 14px !important; color: #f5b800 !important;
  font-size: 13px !important; font-weight: 800 !important; letter-spacing: .18em; text-transform: uppercase;
}
.hv-gp-hero-title {
  margin: 0 0 18px !important; color: #fff !important;
  font-size: clamp(28px, 4vw, 42px) !important; font-weight: 800 !important;
  line-height: 1.2 !important; text-transform: uppercase;
}
.hv-gp-hero-desc {
  margin: 0 0 28px !important; max-width: 560px;
  color: rgba(255,255,255,.92) !important; font-size: 16px !important; line-height: 1.7 !important;
}
.hv-gp-hero-btns { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

.hv-gp-programs { padding: 72px 0 40px; background: #fff; }
.hv-gp-program-grid {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px;
}
.hv-gp-card {
  background: #fff; border: 1px solid #e8eef5; border-radius: 12px;
  box-shadow: 0 10px 28px rgba(15,35,70,.08);
  padding: 28px 22px 24px; display: flex; flex-direction: column; gap: 8px;
}
.hv-gp-card-icon {
  width: 56px; height: 56px; border-radius: 50%; background: transparent;
  display: grid; place-items: center; margin-bottom: 8px; overflow: hidden;
}
.hv-gp-ico {
  display: block; width: 56px; height: 56px;
  background: center / contain no-repeat;
}
.hv-gp-delivery-item .hv-gp-ico { width: 52px; height: 52px; margin: 0 auto 14px; }
.hv-gp-process-icon .hv-gp-ico {
  width: 30px; height: 30px;
  filter: brightness(0) invert(1);
}
.hv-gp-stat .hv-gp-ico { width: 36px; height: 36px; margin-bottom: 12px; }
.hv-gp-card-icon img { width: 56px; height: 56px; object-fit: contain; display: block; }
.hv-gp-card-title { margin: 0 !important; color: #1d4ed8 !important; font-size: 15px !important; font-weight: 800 !important; line-height: 1.35 !important; }
.hv-gp-card-sub { margin: 0 !important; color: #64748b !important; font-size: 13px !important; font-style: italic; }
.hv-gp-card-desc { margin: 4px 0 0 !important; color: #334155 !important; font-size: 14px !important; line-height: 1.55 !important; }
.hv-gp-card-list { list-style: none; margin: 8px 0 0; padding: 0; display: grid; gap: 8px; }
.hv-gp-card-list li {
  position: relative; padding-left: 18px; color: #1e293b; font-size: 14px; font-weight: 600;
}
.hv-gp-card-list li::before { content: "•"; position: absolute; left: 0; color: #2597e0; font-weight: 800; }
.hv-gp-card-link {
  margin-top: auto; padding-top: 14px; color: #0f172a !important;
  font-size: 14px; font-weight: 800; text-decoration: none !important;
}
.hv-gp-card-link:hover { color: #1d4ed8 !important; }

.hv-gp-delivery { padding: 56px 0 64px; background: #fff; }
.hv-gp-delivery-grid {
  display: flex; align-items: stretch; justify-content: center; gap: 0; flex-wrap: nowrap;
}
.hv-gp-delivery-item { flex: 1 1 0; text-align: center; padding: 10px 12px; }
.hv-gp-delivery-item img { width: 52px; height: 52px; margin: 0 auto 14px; display: block; }
.hv-gp-delivery-item h3 {
  margin: 0 !important; color: #2597e0 !important; font-size: 14px !important;
  font-weight: 800 !important; letter-spacing: .04em;
}
.hv-gp-delivery-div { width: 1px; background: #d7e5f3; margin: 8px 0; flex: 0 0 1px; }

.hv-gp-process { padding: 64px 0 72px; background: #f7fafc; }
.hv-gp-process-grid {
  display: flex; align-items: stretch; justify-content: center; gap: 8px;
}
.hv-gp-process-item { flex: 1 1 0; text-align: center; padding: 8px 10px; }
.hv-gp-process-icon {
  width: 64px; height: 64px; border-radius: 50%; background: #2597e0;
  display: grid; place-items: center; margin: 0 auto 12px;
}
.hv-gp-process-icon img { width: 30px; height: 30px; filter: brightness(0) invert(1); }
.hv-gp-process-num { display: block; color: #2597e0; font-size: 13px; font-weight: 800; letter-spacing: .08em; margin-bottom: 8px; }
.hv-gp-process-item h3 {
  margin: 0 0 8px !important; color: #1d4ed8 !important; font-size: 14px !important;
  font-weight: 800 !important; text-transform: uppercase; line-height: 1.35 !important;
}
.hv-gp-process-item p { margin: 0 !important; color: #64748b !important; font-size: 13px !important; line-height: 1.5 !important; }
.hv-gp-process-arrow {
  flex: 0 0 auto; align-self: center; color: #2597e0; font-size: 34px; font-weight: 300; line-height: 1; padding: 0 2px;
}

.hv-gp-projects {
  position: relative; padding: 70px 0;
  background: #0b1628 center/cover no-repeat;
  background-image: linear-gradient(90deg, rgba(11,22,40,.88) 0%, rgba(11,22,40,.72) 55%, rgba(11,22,40,.55) 100%), var(--hv-gp-projects);
}
.hv-gp-projects-inner {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 40px; align-items: center;
}
.hv-gp-projects-logos { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.hv-gp-logo-box {
  background: #fff; border-radius: 8px; min-height: 88px;
  display: grid; place-items: center; padding: 16px; text-align: center;
}
.hv-gp-logo-box span { color: #0b1628; font-size: 14px; font-weight: 800; line-height: 1.3; }
.hv-gp-projects-copy h2 {
  margin: 0 0 8px !important; color: #fff !important; font-size: clamp(24px, 3vw, 32px) !important;
  font-weight: 800 !important; text-transform: uppercase;
}
.hv-gp-projects-sub { margin: 0 0 22px !important; color: rgba(255,255,255,.9) !important; font-size: 16px !important; }
.hv-gp-projects-copy ul { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 12px; }
.hv-gp-projects-copy li {
  position: relative; padding-left: 28px; color: #fff; font-size: 16px; font-weight: 600; line-height: 1.45;
}
.hv-gp-projects-copy li::before {
  content: "✓"; position: absolute; left: 0; top: 0; color: #f5b800; font-weight: 800;
}

.hv-gp-stats { padding: 72px 0; background: #fff; }
.hv-gp-stats-grid {
  display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 18px;
}
.hv-gp-stat { text-align: left; }
.hv-gp-stat img { width: 36px; height: 36px; margin-bottom: 12px; display: block; }
.hv-gp-stat-num { color: #2597e0; font-size: 34px; font-weight: 800; line-height: 1; margin-bottom: 6px; }
.hv-gp-stat-label { color: #1d4ed8; font-size: 13px; font-weight: 800; letter-spacing: .02em; margin-bottom: 6px; }
.hv-gp-stat p { margin: 0 !important; color: #64748b !important; font-size: 13px !important; line-height: 1.45 !important; }

.hv-gp-cta {
  position: relative; padding: 90px 0;
  background: #0b1628 center/cover no-repeat;
  background-image: linear-gradient(90deg, rgba(11,22,40,.88) 0%, rgba(11,22,40,.55) 60%, rgba(11,22,40,.25) 100%), var(--hv-gp-cta);
}
.hv-gp-cta-inner { max-width: 640px; }
.hv-gp-cta-inner h2 {
  margin: 0 0 14px !important; color: #fff !important;
  font-size: clamp(24px, 3vw, 34px) !important; font-weight: 800 !important; line-height: 1.25 !important;
  text-transform: uppercase;
}
.hv-gp-cta-inner p {
  margin: 0 0 26px !important; color: rgba(255,255,255,.9) !important;
  font-size: 16px !important; line-height: 1.65 !important; max-width: 520px;
}

@media (max-width: 1099px) {
  .hv-gp-program-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hv-gp-stats-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}
@media (max-width: 849px) {
  .hv-gp-hero { min-height: 420px; padding: 70px 0 60px; }
  .hv-gp-delivery-grid, .hv-gp-process-grid { flex-wrap: wrap; }
  .hv-gp-delivery-div, .hv-gp-process-arrow { display: none; }
  .hv-gp-delivery-item, .hv-gp-process-item { flex: 1 1 40%; }
  .hv-gp-projects-inner { grid-template-columns: 1fr; }
  .hv-gp-stats-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 549px) {
  .hv-gp-program-grid { grid-template-columns: 1fr; }
  .hv-gp-hero-btns { flex-direction: column; align-items: stretch; }
  .hv-gp-delivery-item, .hv-gp-process-item { flex: 1 1 100%; }
  .hv-gp-stats-grid { grid-template-columns: 1fr; }
}
