:root {
	--dgw-orange: #413c96;
	--dgw-orange-hover: #5c5be5;
	--dgw-navy: #0d214c;
	--dgw-blue: #1e73be;
	--dgw-text: #1b1d21;
}

body {
	color: #0a0a0a;
	font-family: "Open Sans", Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
	color: var(--dgw-text);
	font-family: Inter, Arial, sans-serif;
	font-weight: 700;
}

.header {
	position: absolute;
	z-index: 30;
	width: 100%;
}

.header-bg-color {
	background-color: transparent !important;
}

#logo {
	width: 220px !important;
}

#logo img,
.transparent #logo img {
	width: auto !important;
	max-height: 52px !important;
}

.stuck #logo {
	width: 190px !important;
}

.stuck #logo img {
	max-height: 42px !important;
}

.header-main .nav > li > a {
	position: relative;
	color: rgba(255, 255, 255, .92);
	padding: 5px 12px;
	font-size: 15px;
	font-weight: 500 !important;
	letter-spacing: .01em;
	transition: color .25s ease;
}

.header:not(.transparent) .header-bg-color,
.header-wrapper.stuck .header-bg-color {
	background-color: rgba(255, 255, 255, .96) !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.header:not(.transparent) .header-main .nav > li > a,
.header-wrapper.stuck .header-main .nav > li > a,
.header:not(.transparent) .header-main .nav > li > a i,
.header-wrapper.stuck .header-main .nav > li > a i {
	color: var(--dgw-text) !important;
}

.header:not(.transparent) .header-main .nav > li.active > a,
.header-wrapper.stuck .header-main .nav > li.active > a,
.header-main .nav > li > a:hover {
	color: var(--dgw-orange) !important;
}

.single-post .header-wrapper:not(.stuck) .header-bg-color,
.category .header-wrapper:not(.stuck) .header-bg-color,
.search .header-wrapper:not(.stuck) .header-bg-color {
	background-color: transparent !important;
	box-shadow: none;
}

.single-post .header-wrapper:not(.stuck) .header-main .nav > li > a,
.single-post .header-wrapper:not(.stuck) .header-main .nav > li > a i,
.category .header-wrapper:not(.stuck) .header-main .nav > li > a,
.category .header-wrapper:not(.stuck) .header-main .nav > li > a i,
.search .header-wrapper:not(.stuck) .header-main .nav > li > a,
.search .header-wrapper:not(.stuck) .header-main .nav > li > a i {
	color: rgba(255, 255, 255, .92) !important;
}

.single-post .header-wrapper:not(.stuck) .header-main .nav > li.active > a,
.single-post .header-wrapper:not(.stuck) .header-main .nav > li > a:hover,
.category .header-wrapper:not(.stuck) .header-main .nav > li.active > a,
.category .header-wrapper:not(.stuck) .header-main .nav > li > a:hover,
.search .header-wrapper:not(.stuck) .header-main .nav > li.active > a,
.search .header-wrapper:not(.stuck) .header-main .nav > li > a:hover {
	color: #fff !important;
}

.header-main .nav > li > a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--dgw-orange);
	transition: width .25s ease;
}

.header-main .nav > li > a:hover::after {
	width: 100%;
}

.single-post #main,
.category #main,
.search #main {
	margin-top: -99px;
}

.dgw-section-title,
.dgw-section-title h2 {
	margin-bottom: 24px;
	text-align: center;
}

.dgw-hero h1,
.dgw-hero h2 {
	font-size: clamp(34px, 5vw, 72px);
	line-height: 1.08;
	margin-bottom: 18px;
}

.dgw-hero p {
	font-size: 18px;
	line-height: 1.7;
	max-width: 760px;
}

.dgw-hero.dark h1,
.dgw-hero.dark h2,
.dgw-hero.dark p,
.dark .dgw-hero h1,
.dark .dgw-hero h2,
.dark .dgw-hero p {
	color: #fff;
}

.dgw-hero .section-content {
	display: flex;
	align-items: center;
	min-height: inherit;
}

.dgw-hero-row {
	width: 100%;
}

.dgw-hero .col-inner {
	padding-top: 80px;
}

.dgw-hero .phongvt-subheading {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 44px;
	margin: 0 0 25px;
}

.dgw-hero .phongvt-heading-home {
	max-width: 760px;
	color: #fff;
	font-size: 56px;
	font-weight: 700;
	line-height: 74px;
	margin: 0 0 69px;
	text-transform: uppercase;
}

.button.phongvt-btn-primary {
	padding: 16px 36px;
	background-color: #413c96 !important;
	border-color: #413c96 !important;
	border-radius: 10px;
	color: #fff !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	text-transform: none;
}

.dgw-btn-primary,
.button.dgw-btn-primary {
	background: var(--dgw-orange) !important;
	border-color: var(--dgw-orange) !important;
	color: #fff !important;
}

.dgw-btn-primary:hover,
.button.dgw-btn-primary:hover {
	background: var(--dgw-orange-hover) !important;
	border-color: var(--dgw-orange-hover) !important;
}

.dgw-card-hover {
	position: relative;
	overflow: hidden;
	border-radius: 8px;
	transition: transform .25s ease, box-shadow .25s ease;
}

.dgw-card-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.dgw-card-hover::before {
	content: "";
	position: absolute;
	inset: 100% 0 0;
	z-index: 2;
	background: rgba(254, 132, 35, .88);
	transition: inset .32s ease;
	pointer-events: none;
}

.dgw-card-hover:hover::before {
	inset: 0;
}

.home_ss1a {
	min-height: 100vh;
	overflow: hidden;
}

.home_ss1a .section-content {
	display: flex;
	align-items: center;
	min-height: calc(100vh - 60px);
}

.home_ss1a .row {
	width: 100%;
}

.home_ss1a .col-inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: calc(100vh - 60px);
}

.home_ss1a .img.bg {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 370px !important;
	transform: translate(-50%, -50%);
}

.home_ss1a .img.bg2 {
	position: absolute;
	top: 35%;
	left: 50%;
	z-index: 0;
	width: min(800px, 86vw) !important;
	max-width: 800px;
	opacity: .3;
	animation: dgw-spin 100s linear infinite;
}

.home_ss1a .dgw-map-heading {
	position: relative;
	z-index: 2;
	text-align: center;
}

.home_ss1a .dgw-map-heading h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	margin: 0;
}

.home_ss1a .dgw-service-kicker {
	position: absolute;
	right: 0;
	bottom: 70px;
	left: 0;
	z-index: 2;
	text-align: center;
}

.home_ss1a .dgw-service-kicker h3 {
	color: #fff;
	font-size: 42px;
	margin: 0;
}

@keyframes dgw-spin {
	from {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	to {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.home_ss2 .dgw-service-grid {
	width: 100% !important;
	max-width: none !important;
	margin-right: 0;
	margin-left: 0;
}

.home_ss2 .dgw-service-grid > .col,
.home_ss2 .dgw-service-grid .dgw-service-card {
	padding: 0 !important;
}

.dgw-service-card .col-inner {
	position: relative;
	min-height: 503px;
	overflow: hidden;
	background: #111;
}

.dgw-service-card .col-inner::before,
.dgw-service-card .col-inner::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.dgw-service-card .col-inner::after {
	z-index: 1;
	background: rgba(0, 0, 0, .36);
}

.dgw-service-card .col-inner::before {
	top: 100%;
	z-index: 2;
	background: rgba(65, 60, 150, .85);
	transition: top .35s ease;
}

.dgw-service-card:hover .col-inner::before {
	top: 0;
}

.dgw-service-card .dgw-service-image,
.dgw-service-card .dgw-service-image .img-inner {
	position: absolute;
	inset: 0;
	height: 100%;
	margin: 0;
}

.dgw-service-card .dgw-service-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dgw-service-card .dgw-service-icon {
	position: absolute;
	top: 88px;
	left: 42px;
	z-index: 3;
	width: 60px !important;
	margin: 0;
	transition: transform .35s ease;
}

.dgw-service-card:hover .dgw-service-icon {
	transform: rotate(360deg) scale(1.15);
}

.dgw-service-card .dgw-service-copy {
	position: absolute;
	top: 168px;
	right: 42px;
	left: 42px;
	z-index: 3;
	color: #fff;
}

.dgw-service-card .dgw-service-copy h2 {
	color: #fff;
	font-size: 34px;
	line-height: 1.15;
	margin: 0 0 18px;
}

.dgw-service-card .dgw-service-copy .is-divider {
	width: 40%;
	height: 5px;
	max-width: 160px;
	margin: 0 0 18px;
	background: #413c96;
}

.dgw-service-card .dgw-service-copy ul {
	margin: 0 0 0 18px;
}

.dgw-service-card .dgw-service-copy li {
	margin-bottom: 8px;
}

.dgw-card-hover .box-text,
.dgw-card-hover .icon-box-text,
.dgw-card-hover .text {
	position: relative;
	z-index: 3;
}

.phongvt-row-6 {
	display: grid !important;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	max-width: 1400px !important;
	margin: 0 auto !important;
	padding: 0 40px;
}

.phongvt-row-6::before,
.phongvt-row-6::after {
	display: none;
}

.phongvt-row-6 > .phongvt-col {
	flex-basis: auto !important;
	width: auto;
	max-width: none !important;
	padding: 0 !important;
}

.phongvt-col .col-inner {
	min-height: 180px;
	padding: 24px;
	background: rgba(0, 0, 0, .4);
	border-radius: 8px;
	color: #fff;
	text-align: left;
	transition: transform .3s ease, background .3s ease;
}

.phongvt-col:hover .col-inner {
	background: rgba(65, 60, 150, .8);
	transform: translateY(-5px);
}

.phongvt-col h3,
.phongvt-col p {
	color: #fff;
}

.phongvt-col h3 {
	font-size: 18px;
	margin-bottom: 8px;
}

.phongvt-col .is-divider {
	width: 70%;
	height: 2px;
	margin: 0 0 15px;
	background: #5c5be5;
}

.ecatalogue-row {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	max-width: 1400px !important;
	margin: 0 auto !important;
	padding: 0 40px;
}

.ecatalogue-row::before,
.ecatalogue-row::after {
	display: none;
}

.ecatalogue-row > .dgw-stat-card {
	flex: 1 1 calc(20% - 20px);
	max-width: calc(20% - 20px);
	padding: 0 !important;
}

.dgw-stat-card .col-inner {
	position: relative;
	min-height: 420px;
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
	transition: transform .3s ease, box-shadow .3s ease;
}

.dgw-stat-card:hover .col-inner {
	transform: translateY(-3px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, .18);
}

.dgw-stat-card .img,
.dgw-stat-card .img-inner {
	position: absolute;
	inset: 0;
	height: 100%;
	width: 100%;
	margin: 0;
}

.dgw-stat-card img {
	width: 100%;
	height: 100%;
	min-height: 420px;
	object-fit: cover;
}

.dgw-stat-card .col-inner::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .35);
}

.dgw-stat-card .text {
	position: absolute;
	top: 50%;
	right: 22px;
	left: 22px;
	z-index: 2;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}

.dgw-stat-card .text p {
	color: #fff;
}

.dgw-stat-number {
	font-size: 38px;
	line-height: 1.1;
}

.dgw-stat-card .is-divider {
	width: 30%;
	margin: 12px auto;
	background: #5c5be5;
}

.timeline-item {
	position: relative;
	margin-bottom: 40px;
	padding-left: 40px;
}

.timeline-item::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 8px;
	width: 16px;
	height: 16px;
	background: #666;
	border: 2px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #ccc;
	transition: all .25s ease;
}

.timeline-item:hover::before {
	background: var(--dgw-orange);
	box-shadow: 0 0 0 2px #ffb380;
}

.timeline-content h3 {
	color: var(--dgw-orange);
	font-size: 22px;
	margin-bottom: 10px;
}

.timeline-content p {
	color: #444;
	line-height: 1.65;
	margin: 0;
}

.phongvt-subscribe {
	position: relative;
	display: flex;
	align-items: stretch;
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 6px;
	overflow: hidden;
}

.phongvt-subscribe p {
	display: flex;
	align-items: stretch;
	width: 100%;
	margin: 0;
}

.phongvt-subscribe br {
	display: none;
}

.phongvt-subscribe .wpcf7-form-control-wrap {
	display: flex;
	flex: 1 1 auto;
	min-width: 0;
}

.phongvt-subscribe input[type="email"] {
	flex: 1;
	width: 100%;
	height: auto;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0 28px;
	min-height: 62px;
	font-size: 17px;
}

.phongvt-subscribe input[type="submit"] {
	flex: 0 0 112px;
	background: var(--dgw-orange);
	border: 0;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	font-weight: 700;
	margin: 0;
	padding: 0 24px;
	min-height: 62px;
	font-size: 18px;
}

.phongvt-subscribe .wpcf7-spinner {
	position: absolute;
	top: 50%;
	right: 12px;
	margin: 0;
	transform: translateY(-50%);
}

.phongvt-checkbox {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: 100%;
	max-width: 600px;
	margin: 18px auto 0;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
	text-align: left;
}

.wpcf7 label.phongvt-checkbox {
	display: flex;
	width: 100%;
}

.phongvt-checkbox .wpcf7-list-item {
	margin: 0;
}

.phongvt-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	margin: 0;
}

.section12 .section-bg.bg-loaded {
	background-position: 100% 0% !important;
}

.section12 .dgw-section-title,
.section12 .dgw-section-title h2 {
	margin-bottom: 24px;
	text-align: left;
}

.section12 .dgw-section-title h2 {
	font-size: 32px;
	line-height: 1.2;
	text-transform: uppercase;
}

.section12 .cat-label {
	display: none;
}

.section12 .list-post1 {
	margin-bottom: 0;
}

.section12 .list-post1 .post-item .col-inner {
	height: 100%;
}

.section12 .list-post1 .box {
	height: 100%;
	background: #fff;
	box-shadow: none;
}

.section12 .list-post1 .box-text {
	padding: 20px 20px 24px;
}

.section12 .list-post1 .post-title {
	padding: 0;
	margin: 0 0 12px;
	color: #1b1d21;
	font-size: 21px;
	line-height: 1.3;
}

.section12 .list-post1 .post-title a {
	color: inherit;
}

.section12 .list-post1 .post-meta {
        color: #777;
        font-size: 13px;
        line-height: 1.3;
}

.dgw-post-author-meta {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
        gap: 10px;
}

.dgw-author-avatar img {
        border-radius: 50%;
        width: 30px;
        height: 30px;
        object-fit: cover;
        box-shadow: 0 2px 5px rgba(0,0,0,0.08);
        border: 1.5px solid #fff;
        display: block;
}

.dgw-author-name {
        font-size: 13.5px;
        font-weight: 500;
        color: #555;
        letter-spacing: 0.2px;
}
.section12 .list-post1 .from_the_blog_excerpt {
	color: #555;
	font-size: 14px;
	line-height: 1.65;
}

.section12 .list-post1 .button {
	position: relative;
	margin-top: 8px;
	border-color: #333;
	color: #333 !important;
	font-size: 12px;
	letter-spacing: 0;
	text-transform: none;
}

.section12 .list-post1 .button:hover {
	border-color: var(--dgw-orange);
	background: var(--dgw-orange);
	color: #fff !important;
}

.section12 .dgw-home-press-title {
	margin-bottom: 12px;
}

.section12 .dgw-home-press-title .container {
	padding-right: 0;
	padding-left: 0;
}

.section12 .dgw-home-press-title .section-title {
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 1.25;
}

.section12 .dgw-home-press-title .section-title-main {
	font-size: 22px;
	line-height: 1.25;
	text-transform: none;
}

.section12 .dgw-home-press-list {
	margin-bottom: 0;
}

.section12 .dgw-home-press-list .post-item {
	padding-bottom: 16px;
}

.section12 .dgw-home-press-list .col-inner {
	background: transparent;
	box-shadow: none;
}

.section12 .dgw-home-press-list .box-vertical {
	align-items: center;
	background: transparent;
}

.section12 .dgw-home-press-list .box-image {
	flex: 0 0 37%;
	max-width: 37%;
}

.section12 .dgw-home-press-list .box-text {
	padding: 0 0 0 14px;
}

.section12 .dgw-home-press-list .post-title {
	margin: 0 0 8px;
	color: #555;
	font-size: 18px;
	line-height: 1.35;
	text-transform: none;
	word-break: normal;
	overflow-wrap: anywhere;
}

.section12 .dgw-home-press-list .post-title a {
	color: inherit;
}

.section12 .dgw-home-press-list .post-meta {
	color: #777;
	font-size: 12px;
	line-height: 1.3;
}

.section12 .dgw-home-press-list .is-divider {
	margin-top: 8px;
	margin-bottom: 0;
}

.dgw-iframe-wrap {
	width: 100%;
	max-width: 920px;
	height: var(--dgw-iframe-height, 600px);
	margin: 0 auto;
	border: 1px solid #ccc;
	overflow: auto;
	background: #fff;
}

.dgw-iframe-wrap iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.sxv-about-hero .section-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(5, 16, 30, .62);
	pointer-events: none;
}

.sxv-about-hero .section-content {
	display: flex;
	align-items: center;
	min-height: inherit;
}

.sxv-about-hero,
.sxv-about-overview,
.sxv-about-pillars,
.sxv-proof-section,
.sxv-founder-section,
.sxv-about-cta {
	overflow-x: hidden;
}

.sxv-about-hero__row {
	width: 100%;
}

.sxv-about-hero__copy h1 {
	margin: 14px 0 18px;
	color: #fff;
	font-size: 54px;
	line-height: 1.16;
}

.sxv-about-hero__copy p {
	max-width: 760px;
	color: rgba(255, 255, 255, .9);
	font-size: 18px;
	line-height: 1.75;
}

.sxv-about-logo img {
	max-width: 230px;
	padding: 13px 18px;
	background: rgba(255, 255, 255, .94);
	border-radius: 8px;
}

.sxv-eyebrow {
	margin: 0 0 12px;
	color: var(--dgw-orange) !important;
	font-size: 14px !important;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.sxv-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.sxv-hero-actions .button {
	margin: 0;
	border-radius: 8px;
	text-transform: none;
}

.sxv-primary-button,
.button.sxv-primary-button {
	background: var(--dgw-orange) !important;
	border-color: var(--dgw-orange) !important;
	color: #fff !important;
}

.sxv-secondary-button,
.button.sxv-secondary-button {
	background: transparent !important;
	border-color: rgba(255, 255, 255, .72) !important;
	color: #fff !important;
}

.sxv-section-copy h2,
.sxv-section-title h2 {
	margin-bottom: 18px;
	color: #12223a;
	font-size: 34px;
	line-height: 1.22;
}

.sxv-section-copy p,
.sxv-section-title p,
.sxv-founder-copy p {
	color: #3d4755;
	font-size: 16px;
	line-height: 1.78;
}

.sxv-section-title {
	max-width: 790px;
	margin: 0 auto 34px;
	text-align: center;
}

.sxv-core-services-img img,
.sxv-founder-photo img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 22px 55px rgba(17, 34, 58, .14);
}

.sxv-pillar-card .col-inner,
.sxv-proof-card .col-inner {
	height: 100%;
	min-height: 290px;
	padding: 26px;
	background: #fff;
	border: 1px solid rgba(18, 34, 58, .08);
	border-radius: 8px;
	box-shadow: 0 16px 36px rgba(17, 34, 58, .08);
}

.sxv-proof-card .col-inner {
	min-height: 210px;
}

.sxv-card-index {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	background: #e8f4ee;
	border-radius: 50%;
	color: #0f765f;
	font-weight: 700;
}

.sxv-pillar-card h3,
.sxv-proof-card h3,
.sxv-founder-copy h2 {
	margin-bottom: 12px;
	color: #12223a;
	font-size: 22px;
	line-height: 1.3;
}

.sxv-pillar-card p,
.sxv-proof-card p {
	margin-bottom: 0;
	color: #4d5867;
	font-size: 15px;
	line-height: 1.72;
}

.sxv-proof-section .section-bg {
	background: #f7f8fb;
}

.sxv-proof-section h2,
.sxv-proof-section .sxv-section-title p {
	color: #12223a;
}

.sxv-proof-section .sxv-section-title p {
	color: #3d4755;
}

.sxv-proof-section.dark h2,
.sxv-proof-section.dark .sxv-proof-card h3 {
	color: #12223a !important;
}

.sxv-proof-section.dark .sxv-section-title p,
.sxv-proof-section.dark .sxv-proof-card p {
	color: #4d5867 !important;
}

.sxv-about-cta h2,
.sxv-about-cta p {
	color: #fff;
}

.sxv-founder-meta {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid rgba(18, 34, 58, .12);
}

.sxv-founder-meta h3 {
	margin-bottom: 4px;
	color: #12223a;
	font-size: 24px;
}

.sxv-founder-meta p {
	margin-bottom: 0;
	color: var(--dgw-orange);
	font-weight: 700;
}

.sxv-founder-quote {
	margin-top: 18px;
	padding: 18px 20px;
	background: #e8f4ee;
	border-left: 4px solid #0f765f;
	border-radius: 8px;
	color: #173c34;
	font-weight: 700;
}

.sxv-about-cta {
	text-align: center;
}

.sxv-about-cta h2 {
	margin-bottom: 12px;
	font-size: 34px;
	line-height: 1.22;
}

.sxv-about-cta p {
	max-width: 720px;
	margin: 0 auto 24px;
	font-size: 17px;
	line-height: 1.7;
}

.sxv-about-cta .button {
	border-radius: 8px;
	text-transform: none;
}

.dgw-page-hero {
	position: relative;
	min-height: 700px;
	overflow: hidden;
}

.dgw-page-hero::before,
.dgw-blog-title::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .42);
	pointer-events: none;
}

.dgw-page-hero .section-content,
.dgw-blog-title .section-content {
	z-index: 2;
}

.dgw-page-hero__row {
	min-height: 700px;
}

.dgw-page-hero__copy {
	max-width: 760px;
	padding-top: 80px;
}

.dgw-page-hero h1 {
	color: #fff;
	font-size: 56px;
	line-height: 1.18;
	margin-bottom: 22px;
	text-transform: none;
}

.dgw-page-hero p {
	color: #fff;
	font-size: 18px;
	line-height: 1.75;
}

.dgw-overlay-metrics > .section-content > .row {
	max-width: 1290px !important;
}

.dgw-metric-card .col-inner,
.dgw-award-card .col-inner {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	border-radius: 0;
	background: #121a28;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.dgw-metric-card .col-inner::before,
.dgw-award-card .col-inner::before,
.dgw-metric-card .col-inner::after,
.dgw-award-card .col-inner::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.dgw-metric-card .col-inner::before,
.dgw-award-card .col-inner::before {
	z-index: 1;
	background: rgba(0, 0, 0, .38);
}

.dgw-metric-card .col-inner::after,
.dgw-award-card .col-inner::after {
	top: 100%;
	z-index: 2;
	background: rgba(65, 60, 150, .86);
	transition: top .32s ease;
}

.dgw-metric-card:hover .col-inner::after,
.dgw-award-card:hover .col-inner::after {
	top: 0;
}

.dgw-metric-card .img,
.dgw-award-card .img,
.dgw-metric-card .img-inner,
.dgw-award-card .img-inner {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
}

.dgw-metric-card img,
.dgw-award-card img {
	width: 100%;
	height: 100%;
	min-height: 430px;
	object-fit: cover;
	transition: transform .35s ease;
}

.dgw-metric-card:hover img,
.dgw-award-card:hover img {
	transform: scale(1.06);
}

.dgw-metric-card .text,
.dgw-award-card .text {
	position: absolute;
	top: 50%;
	right: 24px;
	left: 24px;
	z-index: 3;
	color: #fff;
	text-align: center;
	transform: translateY(-50%);
}

.dgw-metric-card h2,
.dgw-award-card h3,
.dgw-metric-card p,
.dgw-award-card p {
	color: #fff;
}

.dgw-metric-card h2 {
	font-size: 42px;
	line-height: 1.05;
	margin-bottom: 16px;
}

.dgw-award-card h3 {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 14px;
	text-transform: uppercase;
}

.dgw-metric-card .text::after,
.dgw-award-card .text::after {
	content: "";
	display: block;
	width: 88px;
	height: 4px;
	margin: 18px auto 0;
	background: var(--dgw-orange);
}

.dgw-six-grid {
	max-width: 1380px !important;
}

.dgw-six-grid .dgw-award-card .col-inner {
	min-height: 330px;
}

.dgw-six-grid .dgw-award-card img {
	min-height: 330px;
}

.dgw-goal-card .img,
.dgw-goal-card .img-inner {
	margin-bottom: 0;
}

.dgw-goal-card img {
	width: 100%;
	border-radius: 4px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .16);
	transition: transform .25s ease;
}

.dgw-goal-card:hover img {
	transform: translateY(-5px);
}

.gioi-thieu-2 {
	position: relative;
}

.gioi-thieu-2 .timeline-item {
	padding-left: 50px;
}

.gioi-thieu-2 .timeline-content h3 {
	color: var(--dgw-orange);
	font-size: 28px;
}

.gioi-thieu-4 .row {
	max-width: 1320px !important;
}

.service_ss3 .tabbed-content .nav,
.service_ss3 .nav {
	gap: 14px;
	margin-bottom: 34px;
}

.service_ss3 .tabbed-content .nav li {
	position: relative;
	flex: 1 1 160px;
	min-height: 120px;
	margin: 0 !important;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, .12);
}

.service_ss3 .tabbed-content .nav li::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 0;
	z-index: 0;
	background: var(--dgw-orange);
	transition: height .25s ease;
}

.service_ss3 .tabbed-content .nav li:hover::after,
.service_ss3 .tabbed-content .nav li.active::after {
	height: 100%;
}

.service_ss3 .tabbed-content .nav li a {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding: 16px 14px;
	color: #1b1d21;
	font-size: 14px;
	line-height: 1.35;
	text-align: center;
}

.service_ss3 .tabbed-content .nav li:hover a,
.service_ss3 .tabbed-content .nav li.active a {
	color: #fff !important;
}

.service_ss3 .tabbed-content .tag {
	position: absolute;
	right: 8px;
	top: 8px;
	z-index: 2;
	padding: 3px 8px;
	border-radius: 12px;
	background: #e30000;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.service_ss3 .tab-panels {
	padding: 34px;
	background: rgba(255, 255, 255, .94);
	color: #222;
}

.service_ss3 .tab-panels h3,
.service_ss3 .tab-panels p,
.service_ss3 .tab-panels li {
	color: #222;
}

.phongvt-tab .nav-outline {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
}

.phongvt-tab .nav-outline li {
	margin: 0 0 12px !important;
	border: 0 !important;
	list-style: none;
}

.phongvt-tab .nav-outline li a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 14px 20px;
	border: 0 !important;
	border-radius: 8px;
	background: #f5f5f5;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	transition: all .25s ease;
}

.phongvt-tab .nav-outline li a:hover {
	background: #eaeaea;
	color: #000;
}

.phongvt-tab .nav-outline li.active a {
	background: #413c96 !important;
	color: #fff !important;
}

.phongvt-tab .nav-vertical + .tab-panels {
	flex: 1;
	padding: 0 30px 30px;
	border-left: 0;
}

.dgw-blog-title {
	position: relative;
	min-height: 360px;
	display: flex;
	align-items: center;
	overflow: hidden;
	background-color: #202020;
	background-position: center center;
	background-size: cover;
}

.dgw-blog-title h1,
.dgw-blog-title .page-title {
	color: #fff;
	font-size: 46px;
	line-height: 1.15;
	margin: 0;
	text-transform: none;
}

.dgw-blog-title #breadcrumbs,
.dgw-blog-title #breadcrumbs a,
.dgw-blog-title #breadcrumbs span {
	color: #fff;
	font-size: 15px;
	margin: 0;
}

.blog-wrapper,
.dgw-blogs-page {
	background: #fff;
}

.blog-archive .post .article-inner,
.dgw-blogs-page .post-item .col-inner {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.blog-archive .post .article-inner:hover,
.dgw-blogs-page .post-item .col-inner:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, .13);
}

.blog-archive .post .entry-title,
.dgw-blogs-page .post-title {
	padding: 18px 20px 0;
	font-size: 22px;
	line-height: 1.35;
}

.blog-archive .post .entry-summary,
.dgw-blogs-page .from_the_blog_excerpt {
	padding: 8px 20px 20px;
	color: #444;
	line-height: 1.65;
}

.dgw-blog-sidebar .col-inner {
	padding: 22px;
	border-left: 1px solid #eee;
}

.dgw-blog-sidebar h3 {
	margin-top: 22px;
	margin-bottom: 14px;
	font-size: 24px;
}

.dgw-blog-sidebar .dgw-sidebar-avatar,
.dgw-blog-sidebar .dgw-sidebar-avatar .img-inner {
	margin-right: auto;
	margin-left: auto;
	border-radius: 999px;
	overflow: hidden;
}

.dgw-recent-posts-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.dgw-recent-posts-list li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	list-style: none;
}

.dgw-recent-post {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	color: #1b1d21;
	text-decoration: none;
}

.dgw-recent-post:hover {
	color: var(--dgw-orange);
}

.dgw-recent-post__thumb {
	display: block;
	flex: 0 0 54px;
	width: 54px;
	height: 54px;
	overflow: hidden;
	background: #f5f5f5;
}

.dgw-recent-post__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.dgw-recent-post__title {
	display: block;
	min-width: 0;
	padding-top: 2px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.35;
	text-transform: none;
	word-break: normal;
	overflow-wrap: break-word;
}

.dgw-sidebar-search {
	display: flex;
	align-items: stretch;
	gap: 8px;
	margin-bottom: 22px;
}

.dgw-sidebar-search input {
	min-width: 0;
	margin: 0;
}

.dgw-sidebar-search button {
	margin: 0;
	background: #30343a;
	color: #fff;
	border: 0;
	padding: 0 18px;
}

.dgw-sidebar-list {
	margin-left: 0;
	list-style: none;
}

.dgw-sidebar-list li {
	margin: 0 0 8px;
}

.blog-single .row.row-large {
	align-items: flex-start;
	max-width: 1320px;
}

.blog-single .article-inner {
	background: #fff;
	box-shadow: none;
}

.blog-single .entry-header-text {
	padding: 0 0 20px;
	text-align: left !important;
}

.blog-single .entry-category,
.blog-single .entry-category a {
	color: var(--dgw-orange);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.blog-single .entry-title {
	color: #1b1d21;
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 12px;
}

.blog-single .entry-meta {
	color: #777;
	margin-bottom: 14px;
}

.blog-single .entry-content {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

.blog-single .entry-content img {
	width: 100%;
	height: auto;
	margin: 18px 0 24px;
}

.blog-single blockquote {
	margin: 28px 0;
	padding: 24px 28px;
	border-left: 4px solid var(--dgw-orange);
	background: #f7f7f7;
	color: #333;
	font-size: 18px;
	line-height: 1.7;
}

.blog-single .entry-author {
	margin: 34px 0;
	padding: 24px;
	border: 0;
	background: #f8f8f8;
}

.bai-viet-lien-quan {
	margin: 34px 0;
}

.bai-viet-lien-quan h2 {
	font-size: 28px;
	margin-bottom: 22px;
}

.bai-viet-lien-quan .post-item .col-inner {
	height: 100%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
	transition: transform .25s ease, box-shadow .25s ease;
}

.bai-viet-lien-quan .post-item .col-inner:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(0, 0, 0, .13);
}

.bai-viet-lien-quan .box-text {
	padding: 18px 20px 22px;
	text-align: center;
}

.bai-viet-lien-quan .post-title {
	color: #555;
	font-size: 20px;
	line-height: 1.35;
}

.blog-single .post-sidebar {
	padding-left: 30px;
	border-left: 1px solid #eee;
}

.dgw-sidebar-profile {
	text-align: center;
}

.dgw-sidebar-profile img {
	width: 80%;
	max-width: 230px;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 999px;
}

.dgw-sidebar-profile h4 {
	margin-top: 18px;
	font-size: 20px;
	text-transform: uppercase;
}

.dgw-sidebar-profile .person-title {
	display: block;
	color: #888;
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
}

.dgw-sidebar-profile .social-icons {
	margin: 12px 0;
}

.blog-single .widget .widget-title {
	font-size: 24px;
}

.footer-section {
	background: var(--dgw-navy) !important;
	color: #fff;
}

.footer-section .row1 {
	align-items: flex-start;
	gap: 0;
	max-width: 1320px !important;
}

.footer-section h5 {
	color: #fff;
	font-size: 18px;
	line-height: 1.35;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.footer-section h6,
.footer-section p,
.footer-section a,
.footer-section .accordion-title,
.footer-section .accordion-inner {
	color: #fff !important;
}

.footer-section .dgw-footer-block__content-item {
	margin-bottom: 16px;
}

.footer-section .dgw-footer-block__content-item h6 {
	font-size: 13px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.footer-section .accordion-title {
	padding: 13px 0;
	border-top: 1px solid rgba(255, 255, 255, .22);
	font-size: 18px;
	line-height: 1.25;
}

.footer-section .accordion-title .toggle {
	display: none;
}

.footer-section .accordion-title span {
	display: block;
	padding-left: 0;
	color: #fff;
	transform: none;
}

.footer-section .accordion-inner {
	padding: 8px 0 14px;
}

.footer-section .dgw-footer-map {
	display: block;
	width: 100%;
	min-height: 240px;
	border: 2px solid #ffda0c;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(0, 0, 0, .28);
}

.footer-section .row2 {
	margin-top: 30px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, .18);
}

.footer-section .row2 .icon-box {
	align-items: flex-start;
}

.footer-section .row2 .icon-box-text {
	padding-left: 14px;
}

.absolute-footer,
.absolute-footer .copyright-footer,
.absolute-footer .copyright-footer strong,
.absolute-footer a {
	color: #fff !important;
}

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

.dgw-footer-address__label {
	color: var(--dgw-orange);
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.dgw-contact-form,
.wpcf7 .form-lien-he {
	padding: 28px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.dgw-contact-form h3,
.wpcf7 .form-lien-he h3 {
	color: #1b1d21;
	font-size: 30px;
	margin-bottom: 22px;
}

.dgw-contact-form .row-info,
.wpcf7 .form-lien-he .row-info {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.dgw-contact-form input,
.dgw-contact-form textarea,
.wpcf7 .form-lien-he input[type="text"],
.wpcf7 .form-lien-he input[type="email"],
.wpcf7 .form-lien-he input[type="url"],
.wpcf7 .form-lien-he textarea {
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	box-shadow: none;
}

.dgw-contact-form textarea,
.wpcf7 .form-lien-he textarea {
	min-height: 155px;
}

.dgw-contact-form button,
.wpcf7 .form-lien-he input[type="submit"] {
	margin: 0;
	padding: 12px 26px;
	background: var(--dgw-orange);
	border: 0;
	color: #fff;
	font-weight: 700;
	text-transform: none;
}

.dgw-contact-form--investor {
	display: flex;
	max-width: 620px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.dgw-contact-form--investor input {
	margin: 0;
	border: 0;
}

.dgw-contact-form--investor button {
	flex: 0 0 auto;
}

.phongvt-contact {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 99999;
}

.phongvt-contact button {
	border: 0;
	box-shadow: none;
}

.chat-zalo,
.chat-face,
.phongvt-contact .hotline {
	display: block;
	margin-bottom: 6px;
	padding: 0 18px;
	border-radius: 20px;
	color: #fff;
}

.chat-zalo {
	background: #89430b;
}

.chat-face {
	background: #125c9e;
}

.phongvt-contact .hotline {
	background: #aa1313 !important;
}

.chat-zalo a,
.chat-face a,
.hotline a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
}

#phongvt-contact-footer-outer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100 !important;
	display: none;
	width: 100%;
}

#phongvt-contact-footer {
	position: relative;
	display: flex;
	max-width: 1200px;
	margin: auto;
	padding-top: 5px;
	border-bottom: 15px solid #fff;
}

#phongvt-contact-footer::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 65px;
	background: #fff;
	border-radius: 18px 18px 0 0;
	box-shadow: 0 -8px 22px rgba(0, 0, 0, .16);
	pointer-events: none;
}

#phongvt-contact-footer > a {
	position: relative;
	display: block;
	width: 25%;
	padding: 11px 0 0;
	color: #313131;
	text-align: center;
}

#phongvt-contact-footer span {
	display: block;
}

.phongvt-contact-footer-btn-label {
	padding: 0 2px;
	overflow: hidden;
	color: #313131;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.35;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#phongvt-contact-footer > a img {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

#phongvt-contact-footer-btn-center {
	position: relative;
	background: transparent !important;
}

#phongvt-contact-footer-btn-center .phongvt-contact-footer-btn-label {
	position: absolute;
	left: 50%;
	bottom: 2px;
	transform: translateX(-50%);
}

#phongvt-contact-footer-btn-center .phongvt-contact-footer-btn-label > span {
	display: inline-block;
	padding: 0 8px;
	border-radius: 30px;
	background-image: linear-gradient(92.83deg, #0e68c8 0, #02a4a5 100%);
	color: #fff;
}

.phongvt-contact-footer-btn-center-icon {
	position: absolute;
	top: -28px;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-image: linear-gradient(92.83deg, #f90000 0, #950099 100%);
	box-shadow: 0 -3px 10px rgba(0, 0, 0, .15);
	text-align: center;
	transform: translateX(-50%);
}

.phongvt-contact-footer-btn-center-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 20px;
	height: auto !important;
	transform: translate(-50%, -50%);
}

.phone-vr-circle-fill {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	border: 2px solid transparent;
	border-radius: 50%;
	box-shadow: 0 0 0 0 #0e68c8;
	animation: dgw-zoom 1.3s infinite;
	transform: translate(-50%, -50%);
}

@keyframes dgw-zoom {
	70% {
		box-shadow: 0 0 0 15px transparent;
	}
	100% {
		box-shadow: 0 0 0 0 transparent;
	}
}

.dgw-mobile-contact-bar {
	display: none;
}

@media (max-width: 849px) {
	.dgw-page-hero,
	.dgw-page-hero__row {
		min-height: 560px;
	}

	.dgw-page-hero__copy {
		padding-top: 90px;
	}

	.dgw-page-hero h1 {
		font-size: 42px;
	}

	.dgw-page-hero p {
		font-size: 16px;
	}

	.sxv-about-hero__copy h1,
	.sxv-section-copy h2,
	.sxv-section-title h2,
	.sxv-about-cta h2 {
		font-size: 32px;
	}

	.sxv-about-hero__copy p,
	.sxv-about-cta p {
		font-size: 16px;
	}

	.sxv-about-hero .col-inner {
		padding-top: 76px;
	}

	.sxv-pillar-card .col-inner,
	.sxv-proof-card .col-inner {
		min-height: 0;
	}

	.sxv-hero-actions .button {
		width: 100%;
	}

	.dgw-metric-card .col-inner,
	.dgw-award-card .col-inner,
	.dgw-metric-card img,
	.dgw-award-card img {
		min-height: 360px;
	}

	.service_ss3 .tabbed-content .nav {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.service_ss3 .tabbed-content .nav li,
	.service_ss3 .tabbed-content .nav li a {
		min-height: 96px;
	}

	.phongvt-tab .nav-vertical {
		width: 100%;
	}

	.phongvt-tab .nav-vertical + .tab-panels {
		width: 100%;
		padding: 20px 0 0;
	}

	.dgw-blog-sidebar .col-inner {
		border-left: 0;
		border-top: 1px solid #eee;
	}

	.blog-single .post-sidebar {
		padding-left: 15px;
		border-left: 0;
	}

	.blog-single .entry-title {
		font-size: 34px;
	}

	#phongvt-contact-footer-outer {
		display: block;
	}

	.dgw-hero .phongvt-subheading {
		font-size: 24px;
		line-height: 36px;
	}

	.dgw-hero .phongvt-heading-home {
		font-size: 36px;
		line-height: 1.6;
		margin-bottom: 40px;
	}

	.home_ss1a {
		min-height: 640px;
		margin-top: -30px;
	}

	.home_ss1a .section-content,
	.home_ss1a .col-inner {
		min-height: 640px;
	}

	.home_ss1a .img.bg {
		width: 240px !important;
	}

	.home_ss1a .img.bg2 {
		width: 85% !important;
	}

	.home_ss1a .dgw-map-heading h2 {
		font-size: 24px;
	}

	.home_ss1a .dgw-service-kicker h3 {
		font-size: 28px;
	}

	.phongvt-row-6 {
		grid-template-columns: repeat(2, 1fr);
		padding: 0 20px;
	}

	.ecatalogue-row {
		padding: 0 20px;
	}

	.ecatalogue-row > .dgw-stat-card {
		flex-basis: calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

	.dgw-mobile-contact-bar {
		position: fixed;
		z-index: 9999;
		right: 0;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		min-height: 64px;
		background: #fff;
		border-top: 1px solid rgba(0, 0, 0, .1);
		box-shadow: 0 -8px 24px rgba(0, 0, 0, .12);
	}

	.dgw-mobile-contact-bar a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 3px;
		color: #313131;
		font-size: 11px;
		font-weight: 700;
		line-height: 1.1;
		text-align: center;
	}

	.dgw-mobile-contact-bar__icon {
		display: grid;
		place-items: center;
		width: 28px;
		height: 28px;
		border-radius: 50%;
		background: #f3f5f6;
		color: var(--dgw-orange);
		font-size: 15px;
	}

	.dgw-mobile-contact-bar .is-featured {
		position: relative;
		color: var(--dgw-orange);
	}

	.dgw-mobile-contact-bar .is-featured .dgw-mobile-contact-bar__icon {
		width: 50px;
		height: 50px;
		margin-top: -24px;
		background: linear-gradient(92.83deg, #f90000 0, #950099 100%);
		color: #fff;
		border: 2px solid #fff;
		box-shadow: 0 -3px 10px rgba(0, 0, 0, .15);
	}

	body {
		padding-bottom: 80px;
	}
}

@media (max-width: 549px) {
	.dgw-page-hero,
	.dgw-page-hero__row {
		min-height: 520px;
	}

	.dgw-page-hero__copy {
		padding-top: 80px;
	}

	.dgw-page-hero h1 {
		font-size: 34px;
	}

	.dgw-page-hero p {
		font-size: 15px;
	}

	.sxv-about-logo img {
		max-width: 190px;
	}

	.sxv-about-hero .col-inner {
		padding-top: 64px;
	}

	.sxv-about-hero__copy h1,
	.sxv-section-copy h2,
	.sxv-section-title h2,
	.sxv-about-cta h2 {
		font-size: 28px;
	}

	.sxv-pillar-card .col-inner,
	.sxv-proof-card .col-inner {
		padding: 22px;
	}

	.dgw-blog-title {
		min-height: 260px;
	}

	.dgw-blog-title h1,
	.dgw-blog-title .page-title {
		font-size: 32px;
	}

	.dgw-metric-card .col-inner,
	.dgw-award-card .col-inner,
	.dgw-metric-card img,
	.dgw-award-card img {
		min-height: 320px;
	}

	.service_ss3 .tabbed-content .nav {
		grid-template-columns: 1fr;
	}

	.service_ss3 .tab-panels {
		padding: 22px 16px;
	}

	.footer-section {
		padding-bottom: 80px !important;
	}

	.dgw-contact-form,
	.wpcf7 .form-lien-he {
		padding: 20px;
	}

	.dgw-contact-form .row-info,
	.wpcf7 .form-lien-he .row-info {
		grid-template-columns: 1fr;
		gap: 0;
	}

	.dgw-contact-form--investor {
		display: block;
	}

	.dgw-contact-form--investor input,
	.dgw-contact-form--investor button {
		width: 100%;
	}

	.phongvt-contact {
		display: none;
	}

	.button.phongvt-btn-primary {
		padding: 14px 28px;
		font-size: 16px;
	}

	.off-canvas-left .mfp-content,
	.off-canvas .sidebar-menu {
		background: #000 !important;
		color: #fff;
	}

	.off-canvas .sidebar-menu a {
		color: #fff;
	}

	.dgw-hero h1,
	.dgw-hero h2 {
		font-size: 34px;
	}

	.dgw-hero p {
		font-size: 15px;
	}

	.dgw-service-card .col-inner {
		min-height: 460px;
	}

	.dgw-service-card .dgw-service-icon {
		top: 56px;
		left: 26px;
	}

	.dgw-service-card .dgw-service-copy {
		top: 136px;
		right: 26px;
		left: 26px;
	}

	.dgw-service-card .dgw-service-copy h2 {
		font-size: 26px;
	}

	.phongvt-row-6 {
		grid-template-columns: 1fr;
		padding: 0 15px;
	}

	.ecatalogue-row {
		padding: 0 15px;
	}

	.ecatalogue-row > .dgw-stat-card {
		flex-basis: 100%;
		max-width: 100%;
	}

	.phongvt-subscribe {
		display: block;
	}

	.phongvt-subscribe p {
		display: block;
	}

	.phongvt-subscribe .wpcf7-form-control-wrap {
		display: block;
	}

	.phongvt-subscribe input[type="email"],
	.phongvt-subscribe input[type="submit"] {
		width: 100%;
		min-height: 54px;
	}

	.dgw-iframe-wrap {
		height: 400px;
	}

	.tieu-de-section {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
}

/* SXV Optimizations */
.dgw-home-press-list .dgw-post-author-meta {
	display: none !important;
}

.dgw-home-press-list .post-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.dgw-home-press-list .post-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.blog-post-inner .cat-label {
	display: none !important;
}

@media (max-width: 549px) {
	.sxv-form-wrapper {
		padding: 20px !important;
	}
}

.sxv-service-badge {
	display: inline-block;
	background: #413c96;
	color: #fff !important;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	box-shadow: 0 4px 12px rgba(65, 60, 150, 0.25);
	text-transform: none;
}

/* SDG Goals Grid Fix */
.dgw-goals-section .dgw-goal-card img {
	max-height: 100px !important;
	width: auto !important;
	object-fit: contain !important;
	margin: 0 auto !important;
	display: block !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
	border-radius: 8px !important;
}

/* Blogs Page Grid Styling */
.dgw-blogs-page .post-item .col-inner {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
	border: 1px solid #f1f5f9;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dgw-blogs-page .post-item .col-inner:hover {
	transform: translateY(-6px);
	box-shadow: 0 10px 25px rgba(65, 60, 150, 0.1);
}

.dgw-blogs-page h5.post-title,
.bai-viet-lien-quan h5.post-title {
	font-size: 16px !important;
	line-height: 1.45 !important;
	color: #0d214c !important;
	font-weight: 700 !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	padding: 15px 20px 0 !important;
	text-align: center !important;
	min-height: 44px !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}

.dgw-blogs-page .post-item a:hover h5.post-title,
.bai-viet-lien-quan .post-item a:hover h5.post-title {
	color: #413c96 !important;
}


.dgw-blogs-page .from_the_blog_excerpt {
	display: block !important;
	font-size: 13.5px !important;
	color: #4b5563 !important;
	line-height: 1.55 !important;
	margin-top: 8px;
	padding: 0 20px 20px !important;
}

/* ==========================================================================
   SXV New Sections Premium CSS Styles
   ========================================================================== */

/* Process Cards */
.sxv-process-card {
	background: #fff;
	padding: 30px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
	border: 1px solid #e2e8f0;
	transition: all 0.3s ease;
	text-align: center;
	margin-bottom: 20px;
}
.sxv-process-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 30px rgba(65, 60, 150, 0.1);
	border-color: #413c96;
}
.sxv-process-num {
	font-size: 38px;
	font-weight: 800;
	color: #413c96;
	opacity: 0.15;
	margin-bottom: 15px;
	line-height: 1;
}
.sxv-process-card h4 {
	font-size: 18px;
	color: #0d214c;
	margin-bottom: 10px;
	font-weight: 700;
}
.sxv-process-card p {
	font-size: 14px;
	color: #4b5563;
	line-height: 1.5;
	margin-bottom: 0;
}

/* Value Cards */
.sxv-value-card {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	height: 100%;
	transition: all 0.3s;
}
.sxv-value-card:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: #5c5be5;
}
.sxv-value-card h4 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.sxv-value-card p {
	color: rgba(255, 255, 255, 0.8);
	font-size: 14.5px;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Milestones Timeline */
.sxv-milestone-item {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
	border-left: 2px solid #e2e8f0;
	padding-left: 30px;
	position: relative;
	margin-left: 20px;
}
.sxv-milestone-item::before {
	content: "";
	position: absolute;
	left: -7px;
	top: 24px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #413c96;
	border: 2px solid #fff;
	box-shadow: 0 0 0 3px rgba(65, 60, 150, 0.2);
}
.sxv-milestone-year {
	font-size: 22px;
	font-weight: 800;
	color: #413c96;
	min-width: 80px;
	margin-right: 20px;
	line-height: 1.2;
}
.sxv-milestone-item p {
	font-size: 15px;
	color: #374151;
	line-height: 1.55;
	margin-bottom: 0;
}

/* Pricing Cards */
.sxv-price-card {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 40px 30px;
	position: relative;
	height: 100%;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
}
.sxv-price-card:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.sxv-price-card.featured {
	border: 2px solid #413c96;
	box-shadow: 0 10px 35px rgba(65, 60, 150, 0.08);
}
.featured-badge {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: #5c5be5;
	color: #fff;
	padding: 4px 14px;
	font-size: 11px;
	font-weight: bold;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.sxv-price-card h4 {
	font-size: 22px;
	color: #0d214c;
	margin-bottom: 10px;
	font-weight: 700;
}
.price-desc {
	font-size: 13.5px;
	color: #6b7280;
	margin-bottom: 25px;
	border-bottom: 1px solid #f1f5f9;
	padding-bottom: 15px;
}
.sxv-price-card ul {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: disc;
}
.sxv-price-card li {
	font-size: 14.5px;
	color: #4b5563;
	margin-bottom: 12px;
	line-height: 1.5;
}

/* ESG Cards */
.sxv-esg-card {
	background: #fff;
	padding: 35px 30px;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
	border: 1px solid #e2e8f0;
	height: 100%;
	transition: all 0.3s;
}
.sxv-esg-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(16, 185, 129, 0.08);
}
.sxv-esg-card h4 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
}
.sxv-esg-card.environmental h4 { color: #059669; }
.sxv-esg-card.social h4 { color: #413c96; }
.sxv-esg-card.governance h4 { color: #d97706; }
.sxv-esg-card p {
	font-size: 14.5px;
	color: #4b5563;
	line-height: 1.6;
	margin-bottom: 0;
}

/* Category Filters */
.sxv-cat-filters {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}
.filter-label {
	font-size: 14.5px;
	font-weight: bold;
	color: #4b5563;
	margin-right: 8px;
}
.filter-tag {
	background: #fff;
	color: #4b5563 !important;
	padding: 8px 18px;
	border-radius: 30px;
	border: 1px solid #e2e8f0;
	font-size: 13.5px;
	font-weight: 600;
	transition: all 0.3s;
}
.filter-tag:hover, .filter-tag.active {
	background: #413c96;
	color: #fff !important;
	border-color: #413c96;
	box-shadow: 0 4px 12px rgba(65, 60, 150, 0.2);
}

/* ==========================================================================
   SXV Title & Description Typography Synchronization (Global)
   ========================================================================== */

.dgw-section-title h2,
.sxv-section-title h2,
.dgw-section-title h1,
.sxv-section-title h1 {
	font-size: 34px !important;
	line-height: 1.25 !important;
	color: #0d214c !important; /* Royal Navy color */
	font-weight: 700 !important;
	margin-top: 0 !important;
	margin-bottom: 12px !important;
	text-align: center !important;
	text-transform: none !important;
}

.dgw-section-title p,
.sxv-section-title p {
	font-size: 15.5px !important;
	line-height: 1.65 !important;
	color: #4b5563 !important; /* Grey text color */
	margin-top: 0 !important;
	margin-bottom: 24px !important;
	text-align: center !important;
	max-width: 720px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.dgw-section-title,
.sxv-section-title {
	margin-bottom: 40px !important;
	text-align: center !important;
}

@media (max-width: 549px) {
	.dgw-section-title h2,
	.sxv-section-title h2,
	.dgw-section-title h1,
	.sxv-section-title h1 {
		font-size: 26px !important;
	}
	.dgw-section-title p,
	.sxv-section-title p {
		font-size: 14px !important;
		line-height: 1.55 !important;
		padding: 0 15px !important;
	}
	.dgw-section-title,
	.sxv-section-title {
		margin-bottom: 25px !important;
	}
}

/* ==========================================================================
   SXV Jitter Menu Fix & Blog Card Border Overrides
   ========================================================================== */

/* Prevent scrollbar layout shift (off-canvas jitter fix) */
html {
	scrollbar-gutter: stable;
}
body.has-off-canvas,
body.off-canvas-active {
	overflow-y: scroll !important;
}

/* Blog Cards styling: Featured Image - Author (no avatar image) - Title - Excerpt with 1px border and 5px border-radius */
.dgw-blogs-page .post-item .col-inner,
.bai-viet-lien-quan .post-item .col-inner {
	background: #fff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 5px !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.02) !important;
	overflow: hidden !important;
	transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.dgw-blogs-page .post-item .col-inner:hover,
.bai-viet-lien-quan .post-item .col-inner:hover {
	transform: translateY(-4px) !important;
	box-shadow: 0 8px 20px rgba(65, 60, 150, 0.08) !important;
}

/* Hide Gravatar/Avatar image in author meta */
.dgw-author-avatar {
	display: none !important;
}

/* Reduce market expansion section header size on Homepage */
.home_ss1a .dgw-map-heading h2 {
	font-size: 38px !important;
}
.home_ss1a .dgw-service-kicker h3 {
	font-size: 24px !important;
}
@media (max-width: 549px) {
	.home_ss1a .dgw-map-heading h2 {
		font-size: 22px !important;
	}
	.home_ss1a .dgw-service-kicker h3 {
		font-size: 18px !important;
	}
}

/* Homepage main services grid cards styling (.home_ss3) */
.home_ss3 .col .col-inner {
	background: #fff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03) !important;
	overflow: hidden !important;
	padding: 25px !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	transition: all 0.3s ease !important;
}
.home_ss3 .col .col-inner:hover {
	transform: translateY(-6px) !important;
	box-shadow: 0 12px 30px rgba(65, 60, 150, 0.1) !important;
	border-color: #413c96 !important;
}
.home_ss3 .col .col-inner img {
	border-radius: 8px !important;
	margin-bottom: 20px !important;
	width: 100% !important;
	height: 200px !important;
	object-fit: cover !important;
}
.home_ss3 .col .col-inner h3 {
	font-size: 19px !important;
	color: #0d214c !important;
	font-weight: 700 !important;
	margin-top: 0 !important;
	margin-bottom: 12px !important;
	line-height: 1.35 !important;
	text-align: left !important;
}
.home_ss3 .col .col-inner p {
	font-size: 14.5px !important;
	color: #4b5563 !important;
	line-height: 1.6 !important;
	margin-bottom: 20px !important;
	flex-grow: 1 !important;
	text-align: left !important;
}
.home_ss3 .col .col-inner a.button {
	background-color: #413c96 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 5px !important;
	padding: 10px 22px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	margin: 0 !important;
	align-self: flex-start !important;
	font-size: 13px !important;
	letter-spacing: 0.5px !important;
}
.home_ss3 .col .col-inner a.button:hover {
	background-color: #5c5be5 !important;
}

/* Homepage news section grids (.list-post1 & .dgw-home-press-list) */
.section12 .list-post1 .post-item .col-inner {
	background: #fff !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 5px !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02) !important;
	overflow: hidden !important;
	transition: all 0.3s ease !important;
	padding-bottom: 10px !important;
}
.section12 .list-post1 .post-item .col-inner:hover {
	transform: translateY(-5px) !important;
	box-shadow: 0 10px 25px rgba(65, 60, 150, 0.08) !important;
	border-color: #413c96 !important;
}
.section12 .list-post1 h5.post-title {
	font-size: 16px !important;
	line-height: 1.45 !important;
	color: #0d214c !important;
	font-weight: 700 !important;
	margin-top: 8px !important;
	margin-bottom: 8px !important;
	padding: 15px 20px 0 !important;
	text-align: center !important;
	min-height: 44px !important;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
	overflow: hidden !important;
}
.section12 .list-post1 .post-item a:hover h5.post-title {
	color: #413c96 !important;
}
.section12 .list-post1 .from_the_blog_excerpt {
	font-size: 13.5px !important;
	color: #4b5563 !important;
	line-height: 1.55 !important;
	padding: 0 20px 20px !important;
	margin-top: 8px !important;
	text-align: left !important;
}
.section12 .list-post1 .post-item a.more-link {
	background-color: #413c96 !important;
	color: #fff !important;
	border: none !important;
	border-radius: 4px !important;
	padding: 8px 18px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	display: inline-block !important;
	margin-left: 20px !important;
	margin-bottom: 20px !important;
}
.section12 .list-post1 .post-item a.more-link:hover {
	background-color: #5c5be5 !important;
}
.section12 .dgw-home-press-list .post-item {
	padding: 12px 0 !important;
	border-bottom: 1px solid #f1f5f9 !important;
}
.section12 .dgw-home-press-list .post-item:last-child {
	border-bottom: none !important;
}
.section12 .dgw-home-press-list img {
	border-radius: 4px !important;
}
.section12 .dgw-home-press-list h5.post-title {
	font-size: 14.5px !important;
	line-height: 1.4 !important;
	color: #0d214c !important;
	font-weight: 600 !important;
	margin: 0 0 6px 0 !important;
	padding: 0 !important;
	text-align: left !important;
}
.section12 .dgw-home-press-list .post-item a:hover h5.post-title {
	color: #413c96 !important;
}









