/* MAT TROI CORPORATE TEMPLATE | Bootstrap 4.4.1 */
:root {
    --primary: #0d4f9c;
    --primary-dark: #07366d;
    --secondary: #e5242a;
    --ink: #172033;
    --muted: #687386;
    --surface: #f5f8fc;
    --line: #e3e9f1;
    --white: #fff;
    --radius: 16px;
    --shadow: 0 16px 40px rgba(20,54,92,.10);
	 --navy-deep:   #07366d;
    --navy-mid:    #123A5C;
    --steel-blue:  #1B4F72;
    --ocean-cyan:  #2E9CCA;
    --amber:       #F0A202;
    --fog:         #EEF2F5;
    --ink:         #12202E;
    --paper:       #FFFFFF;
}

html {
    scroll-behavior: smooth
}

body {
	background: #fff; 
	line-height:1.65;
	color:var(--ink);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;

    font-family: 'Open Sans',Arial,Helvetica,apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
dl, ol, ul{
	list-style:none;
	padding: 0;
	margin:0;
}
.fr{
	float:right;
}
a {
    color: var(--primary);
    transition: .2s
}

a:hover {
    text-decoration: none;
    color: var(--secondary)
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}
a:focus-within,
button:focus-within,
input:focus-within,
textarea:focus-within,
select:focus-within {
 outline: none;
}


/* Nếu dùng focus-within cho container (vd: form, div bọc input) */
.form-group:focus-within {
  outline: none;
  /* box-shadow: 0 0 0 2px #3b82f6; */
  /* border-radius: 4px; */
}
.topbar {
    background: var(--primary-dark);
    color: #e9f3ff;
    font-size: 13px
}

.topbar a {
    color: #fff
}

.site-header {
    background: #fff;
    box-shadow: 0 4px 22px rgba(17,48,84,.08);
    position: sticky;
    top: 0;
    z-index: 1030
}
.navbar-brand{
	margin-right: 0;
}
.navbar-brand img {
    height: 44px;
    max-width: 140px;
    object-fit: contain;
}

.navbar-light .navbar-nav .nav-link {
    color: #20314b;
    font-weight: 600;
    padding: .9rem .7rem
}

.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary)
}

.btn {
    border-radius: 9px;
    font-weight: 700;
    letter-spacing: .01em;
    padding: .7rem 1.1rem
}

.btn-primary {
    background: var(--primary);
    border-color: var(--primary)
}

.btn-primary:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark)
}

.btn-danger {
    background: var(--secondary);
    border-color: var(--secondary)
}

.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg,#eef5ff 0,#fff 55%,#f8fbff 100%);
    padding: 86px 0 72px
}

.hero:after {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    right: -180px;
    top: -160px;
    background: radial-gradient(circle,rgba(13,79,156,.13),rgba(13,79,156,0) 68%)
}

.eyebrow {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: var(--secondary)
}

.hero h1,.page-hero h1 {
    font-weight: 800;
    line-height: 1.12;
    color: #10345f
}

.hero h1 {
    font-size: 52px
}

.lead {
    color: #59677b
}

.hero-visual {
    min-height: 360px;
    border-radius: 24px;
    /* background: linear-gradient(145deg,#0d4f9c,#062f63); */
    /* box-shadow: var(--shadow); */
    position: relative;
    overflow: hidden
}
.hero-visual img{
    max-width:100%;
}

.hero-visual:before,.hero-visual:after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50%
}

.hero-visual:before {
    width: 320px;
    height: 320px;
    right: -80px;
    top: -70px
}

.hero-visual:after {
    width: 200px;
    height: 200px;
    left: -70px;
    bottom: -50px
}

.ship-lines {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 38px;
    color: #fff
}

.ship-lines .big-icon {
    font-size: 64px
}

.ship-lines h3 {
    font-weight: 800
}

.section {
    padding: 78px 0
}

.section.border {
	border-bottom: 1px solid #dfe5ec;
}

.section-sm {
    padding: 52px 0
}

.section-bg {
    background: var(--surface)
}

.section-title {
    font-weight: 800;
    color: #123b6b;
    margin-bottom: 12px
}

.section-intro {
    max-width: 760px;
    color: var(--muted)
}
.hidden, .hide{
	display:none !important;
}

.center{
	text-align:center;
}
 
.breadcrumbs{display:flex;list-style: none;gap:10px;padding:0;margin:0;}
.breadcrumbs li{position:relative}
.breadcrumbs li:after{
	position:absolute;
	content: '/';
	margin-left: 4px;
}
.breadcrumbs li:last-child:after{
	content: '';
}


:root{--c-blue:#0b4fa8;--c-dark:#093f87;--c-light:#eaf5ff;--c-red:#e61717;--c-line:#bcd8f0;--c-text:#27384b}
body.ref-page{font-family:Arial,Helvetica,sans-serif;color:var(--c-text);background:#fff;font-size:15px;line-height:1.52}
.ref-page .ref-container{max-width:1180px;margin:0 auto;padding-left:28px;padding-right:28px}
.ref-page .ref-header{background:#fff;border-bottom:1px solid #edf3f8}.ref-page .navbar{min-height:92px}.ref-page .navbar-brand img{height:72px;width:auto}.ref-page .navbar-nav .nav-link{font-size:13px;font-weight:700;color:#163d71!important;text-transform:uppercase;padding:.55rem .72rem!important;white-space:nowrap}.ref-page .navbar-nav .active>.nav-link{color:var(--c-blue)!important;border-bottom:3px solid var(--c-blue)}
.ref-page .ref-btn{border-radius:4px;text-transform:uppercase;font-weight:700;font-size:13px;padding:.62rem 1rem}.ref-page .ref-btn-red{background:var(--c-red);border-color:var(--c-red);color:#fff!important}.ref-page .ref-btn-blue{background:var(--c-blue);border-color:var(--c-blue);color:#fff!important}.ref-page .ref-btn-outline{background:#fff;border:2px solid var(--c-blue);color:var(--c-blue)!important;padding:.34rem 1.15rem}
.ref-page .ref-hero{position:relative;overflow:hidden;min-height:305px;background:#fff url('../img/about/about-hero-bg.png') center bottom/cover no-repeat;border-bottom:1px solid #edf3f8}.ref-page .ref-hero-inner{padding-top:62px;padding-bottom:70px;position:relative;z-index:1}.ref-page .ref-breadcrumb{font-size:13px;font-weight:700;text-transform:uppercase;color:var(--c-blue);margin-bottom:30px}.ref-page .ref-breadcrumb a{color:var(--c-blue)}.ref-page .ref-hero h1{font-size:58px;line-height:.98;font-weight:900;text-transform:uppercase;color:var(--c-blue);margin:0 0 12px;letter-spacing:-1px}.ref-page .ref-hero-sub{font-size:22px;line-height:1.2;text-transform:uppercase;color:var(--c-blue);font-weight:800;margin:0}.ref-page .ref-redline{width:70px;height:5px;background:var(--c-red);margin-top:18px}
.ref-page .ref-section{padding:30px 0;border-bottom:1px solid #eef3f8}.ref-page .ref-heading{font-size:27px;line-height:1.2;font-weight:900;text-transform:uppercase;color:var(--c-blue);margin:0 0 18px}.ref-page .ref-heading .num{margin-right:16px}.ref-page .ref-subtitle{font-size:13px;color:#60748a;margin-bottom:14px}.ref-page .ref-placeholder{background:linear-gradient(135deg,#f6fbff,#eaf5ff);border:2px dashed #bdd7ee;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#4d78a8;font-weight:800;text-transform:uppercase;min-height:170px}.ref-page .ref-placeholder i{font-size:44px;margin-bottom:8px;color:#9ec1e6}
.ref-page .ref-card{border:2px solid var(--c-line);border-radius:11px;background:#fff;padding:18px;height:100%}.ref-page .ref-card h3{font-size:20px;color:var(--c-blue);font-weight:900;text-transform:uppercase;line-height:1.25}.ref-page .ref-card p,.ref-page .ref-card li{font-size:13px}.ref-page .ref-card ul{padding-left:18px;margin-bottom:0}
.ref-page .ref-info{border:2px solid var(--c-line);border-radius:11px;background:#fafdff;padding:16px;color:var(--c-blue);font-weight:800}.ref-page .ref-info i{font-size:34px;margin-right:12px}.ref-page .ref-icon-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.ref-page .ref-icon-box{border:2px solid var(--c-line);border-radius:9px;padding:14px 10px;text-align:center;color:var(--c-blue);font-weight:900;text-transform:uppercase;font-size:12px}.ref-page .ref-icon-box i{display:block;font-size:32px;margin-bottom:8px}
.ref-page .ref-cta{background:linear-gradient(90deg,#eaf6ff,#f9fdff);padding:26px 0;border-top:1px solid #d6e8f7;border-bottom:1px solid #d6e8f7}.ref-page .ref-cta h2{font-size:26px;text-transform:uppercase;font-weight:900;color:var(--c-blue);margin:0 0 14px}.ref-page .ref-contact{display:flex;align-items:center;color:var(--c-blue);font-weight:800;font-size:14px}.ref-page .ref-contact i{font-size:26px;margin-right:10px}.ref-page footer{background:#0750a7;color:#fff;padding:22px 0 10px}.ref-page footer a{color:#fff;text-transform:uppercase;font-size:12px;font-weight:700;margin-right:18px}.ref-page .footer-brand img{height:56px;background:#fff;padding:4px}.ref-page .footer-contact{font-weight:700;font-size:13px;text-align:right}
@media(max-width:991.98px){.ref-page .navbar{min-height:auto}.ref-page .navbar-brand img{height:60px}.ref-page .ref-hero h1{font-size:45px}.ref-page .ref-hero-sub{font-size:18px}.ref-page .footer-contact{text-align:left;margin-top:15px}}
@media(max-width:767.98px){.ref-page .ref-container{padding-left:18px;padding-right:18px}.ref-page .ref-hero{min-height:230px}.ref-page .ref-hero-inner{padding-top:35px;padding-bottom:46px}.ref-page .ref-hero h1{font-size:38px}.ref-page .ref-hero-sub{font-size:16px}.ref-page .ref-heading{font-size:22px}.ref-page .ref-icon-row{grid-template-columns:1fr}}

.site-hero{padding-top:30px;position:relative;overflow:hidden;min-height:305px;border-bottom:1px solid #edf3f8}
.site-hero .ref-breadcrumb{margin-bottom: 30px;}

/* .three-cols>.col-md-4 {
    padding-left: 8px;
    padding-right: 8px;
} */
/* .cap { */
    /* height: 126px; */
    /* text-transform: uppercase; */
    /* font-size: 15px; */
/* } */
.placeholder{
    background: linear-gradient(135deg, #eef5fd, #e3effb);
    color: #0753ad;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.nangluc-placeholder img{
	max-height: 230px;
}
.placeholder strong{
   padding: 20px 0; 
	
}

.card-modern {
    height: 100%;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 8px 24px rgba(31,61,95,.05);
    transition: .25s;
    background: #fff
}

.card-modern:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
    border-color: #cbd8e8
}


.section-label {
    display: inline-flex;
    align-items: stretch;
    background: #0753ad;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 16px;
}
.section-label span {
    padding: 15px 12px
}
.btn-blue, .btn-red {
    /* border: 0; */
    /* border-radius: 0; */
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    /* font-size: 12px; */
    /* padding: 10px 18px; */
    box-shadow: none;
}
.btn-blue {
    background: #0753ad;
}
.btn-blue:hover {
    background: #063f84;
}

.btn-red {
    background: #ed1c24;
}
.btn-red:hover {
    background: #c9151b;
}
.about-list {
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.about-item:first-child{padding-top:0px !important}
.about-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e8ed;
    padding: 7px 0;
    color: #1e2a36;
    font-size: 16px;
    text-transform: uppercase;
}
.about-item img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    margin-right: 22px;
}
.about-item b {
    color: #0753ad;
}
.services-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    gap: 10px
}

.service-card {
    border: 1px solid #cbd8e8;
    min-height: 205px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 16px 7px 10px;
    background: #fff;
    color: #0753ad!important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px
}

.service-card img {
    height: 64px;
    width: 64px;
    object-fit: contain;
    margin-bottom: 12px
}

.service-card:hover {
    background: #f7fbff;
    border-color: #0753ad
}

/* .three-cols>.col-md-4 {
    padding-left: 8px;
    padding-right: 8px
} */

.cap {
    height: 126px;
    text-transform: uppercase;
    font-size: 15px
}

.cap i {
    font-size: 30px;
    margin-bottom: 5px
}



.area-box {
    display: block;
    color: #0753ad
}

.area-title {
    background: #0753ad;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 5px
}

.area-placeholder {
    
}

.area-placeholder img {
    width:100%;
}
.icon-box {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background: #edf4ff;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.service-card .card-body {
    padding: 24px
}

.service-card h5 {
    font-weight: 750;
    color: #153b65
}

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

.service-card .area {
    font-size: 14px;
    color: var(--primary);
    font-weight: 700
}

.stat {
    padding: 22px;
    border-left: 3px solid var(--secondary);
    background: #fff;
    border-radius: 0 12px 12px 0
}

.stat strong {
    display: block;
    font-size: 30px;
    color: var(--primary)
}

.area-card {
    border-radius: 20px;
    overflow: hidden;
    background: #0d4f9c;
    color: #fff;
    min-height: 310px;
    position: relative
}

.area-card.alt {
    background: #173b68
}

.area-card .content {
    position: absolute;
    inset: auto 28px 28px 28px
}

.area-card .ghost {
    position: absolute;
    right: 18px;
    top: 12px;
    font-size: 100px;
    opacity: .12
}

.steps {
    counter-reset: s
}

.step {
    position: relative;
    padding-left: 72px;
    margin-bottom: 30px
}

.step:before {
    counter-increment: s;
    content: counter(s,decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #edf4ff;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800
}

.step h5 {
    font-weight: 750
}

.cta {
    background: linear-gradient(120deg,#083c79,#0d4f9c 60%,#1566bb);
    color: #fff;
    border-radius: 22px;
    padding: 38px
}

.cta h3 {
    font-weight: 800
}

.cta p {
    color: #dbeafd
}
.pb-30, .py-30 {
    padding-bottom: 30px !important;
}
.pt-30, .py-30 {
    padding-top: 30px !important;
}
.page-hero {
    /* background: linear-gradient(120deg,#f0f6ff,#fff);
    padding: 64px 0 52px;
    border-bottom: 1px solid var(--line) */
	
	
	-webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 400px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.banner__bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}
.banner__title--primary {
    color: #ff920f;
}

.banner-nav{
	position:relative;
	top:-100px;
	text-transform:uppercase;
	font-weight:bold;
	color:#0b3987;
}
.banner-nav .breadcrumb-item.active{
	
	color:#0b3987;
}

h2.banner__title{
	font-weight:bold;
	font-size: 40px;
	text-transform:uppercase;
	color:#0b3987;
}
h3.banner__subtitle{
	font-weight:bold;
	font-size: 22px;
	text-transform:uppercase;
	color:#0b3987;
	position:relative;
}
h3.banner__subtitle:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 80px;
    height: 4px;
    background: #ed1c24;
}


.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0 0 16px;
    font-size: 13px
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "/"
}

.info-panel {
    border-radius: 16px;
    background: #f7faff;
    border: 1px solid #dfe9f5;
    padding: 24px
}

.info-panel h5 {
    font-weight: 800;
    color: #123b6b
}

.timeline {
    position: relative;
    padding-left: 28px
}

.timeline:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
    bottom: 6px;
    width: 2px;
    background: #d9e5f3
}

.timeline-item {
    position: relative;
    padding: 0 0 28px 24px
}

.timeline-item:before {
    content: "";
    position: absolute;
    left: -27px;
    top: 7px;
    width: 14px;
    height: 14px;
    background: var(--primary);
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #bdd2eb;
    border-radius: 50%
}

.timeline-item .year {
    font-weight: 800;
    color: var(--secondary)
}

.feature-list {
    list-style: none;
    padding: 0
}

.feature-list li {
    padding: 7px 0 7px 30px;
    position: relative
}

.feature-list li:before {
    content: "âœ“";
    position: absolute;
    left: 0;
    color: var(--primary);
    font-weight: 900
}

.table-modern {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden
}

.table-modern table {
    margin: 0
}

.table-modern thead {
    background: #0d4f9c;
    color: #fff
}

.table-modern td,.table-modern th {
    vertical-align: middle
}

.news-card .thumb {
    height: 190px;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(145deg,#eaf3ff,#d9e8f8);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6688ad;
    font-size: 44px
}

.news-card .meta {
    font-size: 14px;
    color: #8a96a8
}

.job-card .badge {
    font-size: 11px;
    padding: .5em .7em
}

.job-card h5 {
    font-weight: 800
}

.contact-card {
    border-radius: 16px;
    background: #fff;
    border: 1px solid var(--line);
    padding: 26px;
    height: 100%
}

.form-control {
    border-radius: 9px;
    border-color: #d8e1ec;
    height: 45px
}

.form-control:focus {
    border-color: #8eb4df;
    box-shadow: 0 0 0 .2rem rgba(13,79,156,.12)
}

textarea.form-control {
    height: auto
}

.required {
    color: var(--secondary)
}

.sidebar-nav {
    position: sticky;
    top: 110px
}

.sidebar-nav a {
    display: block;
    padding: 10px 12px;
    border-radius: 8px;
    color: #47566b;
    font-size: 14px
}

.sidebar-nav a:hover {
    background: #edf4ff;
    color: var(--primary)
}

footer {
    background: #082f5e;
    color: #cfe0f4;
    padding: 58px 0 18px
}

footer h6 {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em
}

footer a {
    color: #dbe9f8
}

footer a:hover {
    color: #fff
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 35px;
    padding-top: 18px;
    font-size: 13px;
	text-align:center;
}

.floating-contact {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 1020
}

.floating-contact a {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--secondary);
    color: #fff;
    box-shadow: 0 10px 25px rgba(229,36,42,.28);
    font-size: 19px
}

.placeholder-visual {
    border-radius: 18px;
    min-height: 260px;
    background: linear-gradient(145deg,#eef4fb,#dce9f7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #55789c;
    font-size: 60px;
    position: relative;
    overflow: hidden
}

.placeholder-visual:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border: 28px solid rgba(13,79,156,.06);
    border-radius: 50%;
    right: -30px;
    bottom: -30px
}



.principles-grid {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 8px
}

.principle {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 86px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #1d2733
}

.principle img {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin-right: 10px
}


.project {
    
	/* height: 130px; */
    text-transform: uppercase;
    font-weight: 700
}

.project img {
    width:100%;
}


.contact-section {
    padding-bottom: 20px
}

.contact-info {
    padding: 26px 28px
}

.contact-info h3 {
    text-transform: uppercase;
    color: #0753ad;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative
}

.contact-info h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 3px;
    background: #ed1c24
}

.contact-line {
    display: flex;
    align-items: center;
    margin: 28px 0;
    color: #0753ad;
    font-size: 15px;
    text-transform: uppercase
}

.contact-line i {
    font-size: 26px;
    width: 48px
}

.quote-form {
    border-left: 1px solid #e0e5ec;
    padding-left: 24px
}

.quote-form .form-control {
    border-radius: 0;
    height: 44px;
    font-size: 12px;
    text-transform: uppercase
}

.quote-form textarea.form-control {
    height: auto
}

.form-actions .btn {
    font-size: 13px
}




/* Trang Giới thiệu bám layout ảnh kiểm duyệt 02 */
body.about-reference {
    font-family: Arial,"Segoe UI",sans-serif;
    color: #1c2733;
    background: #fff;
    font-size: 14px;
    line-height: 1.55
}

.about-reference a {
    text-decoration: none
}

.about-container {
    max-width: 1180px;
    padding-left: 18px;
    padding-right: 18px
}

.about-reference .ref-header {
    background: #fff;
    border-bottom: 1px solid #e9edf2
}

.about-reference .ref-header .navbar {
    min-height: 82px
}

.about-reference .ref-header .navbar-brand img {
    height: 58px;
    width: auto
}

.about-reference .ref-header .nav-link {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1c1c1c!important;
    padding: .7rem .72rem!important
}

.about-reference .ref-header .nav-item.active .nav-link,.about-reference .ref-header .nav-link:hover {
    color: #0753ad!important
}

.about-reference .ref-header .nav-item.active .nav-link:after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background: #0753ad;
    margin: 5px auto 0
}

.about-btn {
    border: 0;
    border-radius: 0;
    color: #fff!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 9px 18px
}

.about-btn-blue {
    background: #0753ad
}

.about-btn-red {
    background: #ed1c24
}

.about-btn-outline {
    border: 1px solid #0753ad;
    color: #0753ad!important;
    background: #fff
}

.about-hero {
    height: 330px;
    background: #fff url('../img/about/about-hero-bg.png') center bottom/cover no-repeat;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #edf1f5
}

.about-hero-inner {
    padding-top: 14px
}

.about-breadcrumb {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0753ad;
    margin-bottom: 30px
}

.about-breadcrumb a {
    color: #0753ad
}

.about-hero h1 {
    font-size: 48px;
    line-height: 1.05;
    text-transform: uppercase;
    font-weight: 800;
    color: #0753ad;
    margin: 0 0 12px
}

.about-hero-sub {
    font-size: 22px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 800;
    color: #0753ad;
    margin: 0;
    position: relative;
    padding-bottom: 18px
}

.about-hero-sub:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 4px;
    background: #ed1c24
}

.about-section {
    padding: 30px 0;
    border-bottom: 1px solid #eef2f6
}

.about-section-soft {
    background: #fbfdff
}

.about-section-title {
    display: flex;
    align-items: baseline;
    gap: 16px;
    color: #0753ad;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 22px
}

.about-section-title .num {
    font-size: 28px
}

.about-section-title h2 {
    font-size: 26px;
    font-weight: 800;
    margin: 0
}

.about-intro-copy {
    font-size: 15px;
    line-height: 1.75;
    padding-right: 20px
}

.about-main-photo {
    width: 100%;
    height: 345px;
    object-fit: cover;
    border: 1px solid #dce5ef
}

.about-values-mini {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12px;
    margin-top: 28px
}

.about-mini-value {
    text-align: center;
    color: #0753ad;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700
}

.about-mini-value i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 8px;
    border: 2px solid #0753ad;
    border-radius: 50%;
    font-size: 20px
}

.legal-card {
    border: 1px solid #8fb5df;
    border-radius: 7px;
    overflow: hidden;
    background: #fff;
    height: 100%
}

.legal-card-title {
    background: #0753ad;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 12px;
    font-size: 14px
}

.legal-table {
    width: 100%;
    margin: 0
}

.legal-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e6edf5;
    vertical-align: top;
    font-size: 13px
}

.legal-table tr:last-child td {
    border-bottom: 0
}

.legal-table td:first-child {
    width: 42%;
    font-weight: 700;
    color: #334
}

.legal-note {
    margin-top: 14px;
    border: 1px solid #f0c77a;
    background: #fffaf0;
    border-radius: 6px;
    padding: 10px 14px;
    text-align: center;
    color: #70541e;
    font-size: 13px
}

.legal-note i {
    color: #f2a300;
    margin-right: 8px
}

.about-timeline {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    position: relative;
    margin: 10px 0 28px
}

.about-timeline:before {
    content: "";
    position: absolute;
    left: 9%;
    right: 9%;
    top: 42px;
    height: 3px;
    background: #0753ad
}

.timeline-step {
    text-align: center;
    position: relative;
    padding: 0 12px
}

.timeline-year {
    color: #0753ad;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 22px
}

.timeline-dot {
    width: 15px;
    height: 15px;
    background: #0753ad;
    border-radius: 50%;
    margin: 0 auto 13px;
    position: relative;
    z-index: 2
}

.timeline-step h4 {
    font-size: 13px;
    color: #0753ad;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.35;
    min-height: 36px
}

.timeline-step p {
    font-size: 12px;
    line-height: 1.4;
    color: #44515e
}

.timeline-images {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px
}

.about-placeholder {
    height: 145px;
    border: 2px dashed #c7d9ed;
    background: #f7fbff;
    color: #7fa3ce;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px
}

.about-placeholder i {
    font-size: 36px;
    margin-bottom: 10px
}

.structure-wrap {
    display: grid;
    grid-template-columns: 1fr 44px 1fr;
    gap: 18px;
    align-items: center
}

.structure-card {
    border: 1px solid #8fb5df;
    border-radius: 7px;
    overflow: hidden;
    background: #fff
}

.structure-title {
    background: #0753ad;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    padding: 8px
}

.structure-content {
    padding: 0 14px
}

.structure-row {
    display: grid;
    grid-template-columns: 38% 62%;
    padding: 8px 0;
    border-bottom: 1px solid #e6edf5;
    font-size: 12px
}

.structure-row b {
    padding-right: 8px
}

.structure-connector {
    height: 2px;
    background: #0753ad;
    position: relative
}

.structure-connector:before,.structure-connector:after {
    content: "";
    position: absolute;
    top: -4px;
    width: 9px;
    height: 9px;
    background: #0753ad;
    border-radius: 50%
}

.structure-connector:before {
    left: -1px
}

.structure-connector:after {
    right: -1px
}

.structure-photo {
    margin: 12px 0;
    height: 120px
}

.structure-tag {
    text-align: center;
    margin-top: 10px
}

.structure-tag span {
    display: inline-block;
    border: 1px solid #0753ad;
    color: #0753ad;
    border-radius: 4px;
    padding: 5px 18px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff
}

.values-main {
    text-align: center
}

.values-main h3 {
    font-size: 37px;
    color: #0753ad;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 2px;
    margin: 0 0 4px
}

.values-main p {
    color: #0753ad;
    font-weight: 700;
    margin-bottom: 16px
}

.values-row {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    max-width: 900px;
    margin: 0 auto 14px
}

.value-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    color: #0753ad;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.35
}

.value-item i {
    width: 45px;
    font-size: 31px;
    margin-right: 10px;
    text-align: center
}

.values-actions {
    text-align: center;
    margin: 12px 0
}

.values-actions .btn {
    min-width: 145px;
    margin: 0 6px
}

.values-banner {
    height: 68px;
    margin-top: 12px
}

.about-footer {
    background: #0753ad;
    padding: 12px 0;
    color: #fff
}

.about-footer img {
    height: 48px;
    background: #fff;
    padding: 3px
}

.about-footer-links {
    display: flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.about-footer-links a {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700
}

.about-footer-contact {
    font-size: 11px;
    text-align: right
}

.about-footer-contact span {
    margin-left: 12px;
    white-space: nowrap
}

@media(max-width: 991.98px) {
    .about-reference .ref-header .nav-item.active .nav-link:after {
        margin-left:0
    }

    .about-hero {
        height: 290px;
        background-position: 58% bottom
    }

    .about-hero h1 {
        font-size: 39px
    }

    .about-hero-sub {
        font-size: 19px
    }

    .about-main-photo {
        height: 300px
    }

    .about-timeline {
        grid-template-columns: repeat(2,1fr);
        gap: 25px
    }

    .about-timeline:before {
        display: none
    }

    .structure-wrap {
        grid-template-columns: 1fr
    }

    .structure-connector {
        display: none
    }

    .values-row {
        grid-template-columns: repeat(2,1fr)
    }

    .about-footer-contact {
        text-align: center;
        margin-top: 10px
    }
}

@media(max-width: 767.98px) {
    .about-container {
        padding-left:14px;
        padding-right: 14px
    }

    .about-hero {
        height: 250px;
        background-position: 68% bottom
    }

    .about-breadcrumb {
        margin-bottom: 18px
    }

    .about-hero h1 {
        font-size: 30px;
        max-width: 70%
    }

    .about-hero-sub {
        font-size: 15px;
        max-width: 70%
    }

    .about-section {
        padding: 22px 0
    }

    .about-section-title {
        gap: 10px
    }

    .about-section-title .num {
        font-size: 23px
    }

    .about-section-title h2 {
        font-size: 20px
    }

    .about-intro-copy {
        padding-right: 0
    }

    .about-main-photo {
        height: 240px;
        margin-top: 18px
    }

    .about-values-mini {
        grid-template-columns: repeat(2,1fr)
    }

    .legal-card {
        margin-bottom: 14px
    }

    .about-timeline {
        grid-template-columns: 1fr
    }

    .timeline-images {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .structure-row {
        grid-template-columns: 1fr
    }

    .structure-row b {
        margin-bottom: 3px
    }

    .values-main h3 {
        font-size: 27px
    }

    .values-row {
        grid-template-columns: 1fr
    }

    .about-footer-links {
        margin-top: 10px
    }

    .about-footer-contact {
        text-align: center
    }

    .about-footer-contact span {
        display: block;
        margin: 3px 0
    }
}



.project-gallery-item{
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid #dee2e6;
}
.project-gallery-item::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 60%;
}
.project-gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    z-index: -3;
    top: 0;
    left: 0;
}








.chromeframe {
    position: fixed !important;
    top: 0 !important;
    right: 0;
    left: 0;
    width: 100% !important;
    z-index: 99999999999999 !important;
    background-color: #ffff00 !important;
    color: #000 !important;
    height: 25px;
    line-height: 25px;
    padding: 0.2em 0;
    text-align: center !important;
}

.mattroi-field-error {
    margin-top: 5px;
    font-size: 13px;
}

.has-error .form-control {
    border-color: #a94442;
}

.mattroi-contact-message {
    margin-top: 15px;
}
.social-share-container {
    display: flex;
    align-items: center;
}

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

.social-share-buttons button {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    line-height: 1;
    font-size: 12px;
}

.social-share-buttons button.social-share-facebook {
    background-color: #1877F2;
}

.social-share-buttons button.social-share-twitter {
    background-color: #1DA1F2;
}

.social-share-label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-right: 10px;
}
.gap-10{
	gap: 10px;
}

 /* ---------- Section label ---------- */
  .ref-section-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    border-bottom: 3px solid var(--navy-deep);
    padding-bottom: 14px;
    margin-bottom: 32px;
  }
  .ref-section-head h2{
    font-size: 28px;
    font-weight: 700;
    color: var(--navy-deep);
    margin: 0;
    letter-spacing: .3px;
  }
  .ref-section-head span{
    color: var(--ocean-cyan);
  }
  .ref-section-head a{
    color: var(--steel-blue);
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
  }
  .ref-section-head a:hover{ color: var(--amber); }
 
  /* ---------- Main/hero story ---------- */
/*   .ref-hero{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: var(--navy-deep);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 18px 40px -18px rgba(10,37,64,.45);
  } */
  .ref-hero-media{
    position: relative;
    flex: 1 1 55%;
    min-height: 380px;
    overflow: hidden;
  }
  .ref-hero-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 1.4s cubic-bezier(.2,.7,.2,1);
  }
  .ref-hero:hover .ref-hero-media img{
    transform: scale(1.09);
  }
  .ref-hero-media::after{
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(100deg, rgba(10,37,64,.85) 0%, rgba(10,37,64,0) 55%);
    opacity: 0;
    transition: opacity .5s ease;
  }
  .ref-hero:hover .ref-hero-media::after{ opacity: .5; }
 
  .ref-hero-body{
    flex: 1 1 45%;
    padding: 44px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
  }
  .ref-hero-eyebrow{
    color: var(--amber);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .5px;
    margin-bottom: 12px;
  }
  .ref-hero-title{
    color: var(--paper);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .ref-hero-title a{
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(var(--amber), var(--amber));
    background-repeat: no-repeat;
    background-position: left 100%;
    background-size: 0% 2px;
    transition: background-size .4s ease;
  }
  .ref-hero-title a:hover{ background-size: 100% 2px; }
 
  .ref-hero-meta{
    display:flex;
    gap: 18px;
    color: rgba(255,255,255,.55);
    font-size: 13px;
    margin-bottom: 18px;
  }
  .ref-hero-meta span{ display:flex; align-items:center; gap:6px; }
 
  .ref-hero-excerpt{
    color: rgba(255,255,255,.8);
    font-size: 15.5px;
    line-height: 1.7;
    margin-bottom: 26px;
    max-width: 52ch;
  }
 
  .ref-cta{
    align-self: flex-start;
    color: var(--navy-deep);
    background: var(--paper);
    font-weight: 600;
    font-size: 14px;
    padding: 11px 26px;
    border-radius: 2px;
    text-decoration: none;
    transition: background .3s ease, color .3s ease, transform .3s ease;
  }
/*   .ref-cta:hover{
    background: var(--amber);
    color: var(--navy-deep);
    transform: translateX(4px);
  } */
 
  /* ---------- Sub-story grid ---------- */
  .ref-card{
    background: var(--paper);
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 10px rgba(10,37,64,.06);
    transition: transform .35s cubic-bezier(.2,.7,.2,1), box-shadow .35s ease;
    border-bottom: 3px solid transparent;
  }
  .ref-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 22px 34px -16px rgba(10,37,64,.28);
    border-bottom-color: var(--ocean-cyan);
  }
 
  .ref-card-media{
    position: relative;
    overflow: hidden;
    padding-top: 62%;
  }
  .ref-card-media img{
    position: absolute; top:0; left:0;
    width: 100%; height: 100%;
    object-fit: cover;
    transition: transform .55s ease;
  }
  .ref-card:hover .ref-card-media img{
    transform: scale(1.1);
  }
  .ref-card-media::before{
    content:"";
    position:absolute; inset:0;
    background: linear-gradient(180deg, rgba(10,37,64,0) 45%, rgba(10,37,64,.55) 100%);
    opacity: 0;
    transition: opacity .35s ease;
  }
  .ref-card:hover .ref-card-media::before{ opacity: 1; }
 
  .ref-card-tag{
    position:absolute;
    left: 14px; top: 14px;
    background: var(--amber);
    color: var(--navy-deep);
    font-size: 11px;
    font-weight: 700;
    letter-spacing:.3px;
    padding: 5px 10px;
    border-radius: 2px;
    z-index: 2;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity .35s ease, transform .35s ease;
  }
  .ref-card:hover .ref-card-tag{ opacity: 1; transform: translateY(0); }
 
  .ref-card-body{ padding: 20px 22px 24px; }
  .ref-card-meta{
    font-size: 12px;
    color: #7C8A98;
    margin-bottom: 10px;
    display:flex;
    gap: 14px;
  }
  .ref-card-title{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--navy-deep);
    margin-bottom: 10px;
  }
  .ref-card-title a{
    color: inherit;
    text-decoration: none;
    transition: color .25s ease;
  }
  .ref-card:hover .ref-card-title a{ color: var(--steel-blue); }
 
  .ref-card-excerpt{
    font-size: 14px;
    line-height: 1.6;
    color: #4C5A68;
    margin: 0;
  }
 
  @media (max-width: 767px){
    .ref-hero{ flex-direction: column; }
    .ref-hero-media{ min-height: 240px; }
    .ref-hero-body{ padding: 28px 24px; }
    .ref-hero-title{ font-size: 26px; }
  }


#timeoutsess {
    display: none;
}

#timeoutsess a {
    color: #2f70a7 !important;
}





.content-hero {
    position: relative;
    overflow: hidden;
    min-height: 305px;
    /* background: #fff url('../img/about/about-hero-bg.png') center bottom/cover no-repeat; */
    border-bottom: 1px solid #edf3f8
}


.content-container {
    max-width: 1180px;
    margin: 0 auto;
    padding-left: 28px;
    padding-right: 28px
}

.content-hero-inner {
    padding-top: 62px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1
}

.content-breadcrumb {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0b4fa8;
    margin-bottom: 30px
}

.content-breadcrumb a {
    color: #0b4fa8
}

.content-hero h1 {
    font-size: 60px;
    line-height: .95;
    font-weight: 900;
    text-transform: uppercase;
    color: #0b4fa8;
    margin: 0 0 12px;
    letter-spacing: -1px
}

.content-hero-sub {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0b4fa8;
    font-weight: 800;
    margin: 0
}


.block-default{
	
}
.block-default>.block-title{
	
}
.block-default>.block-title>h6{
	
}
.block-default>.block-title>h6>a{
	
}
.block-default>.block-title>h6>a:hover{
	
}
.block-default>.block-body{
	
}

.menu-footer{}
.menu-footer>li{}
.menu-footer>li>a{}
.menu-footer>li>a:hover{}




/* Info die */

.nv-infodie {
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-width: 1px;
    border-color: #dcdcdc;
    border-style: solid;
    background-color: #fff;
    position: absolute;
    min-height: 300px !important;
    min-width: 300px !important;
    display: table;
}

.nv-infodie .panel-body {
    display: table-cell;
    vertical-align: middle;
}

.nv-infodie .logo {
    max-width: 90%;
    margin-bottom: 10px;
    height: auto;
}






@media(max-width: 991.98px) {
    .hero h1 {
        font-size:40px
    }

    .hero {
        padding: 58px 0
    }

    .hero-visual {
        min-height: 280px;
        margin-top: 28px
    }

    .navbar-light .navbar-nav .nav-link {
        padding: .55rem 0
    }

    .sidebar-nav {
        position: static;
        margin-bottom: 24px
    }
}

@media(max-width: 575.98px) {
    .hero h1 {
        font-size:34px
    }

    .section {
        padding: 56px 0
    }

    .cta {
        padding: 26px
    }

    .topbar .hide-sm {
        display: none
    }

    .navbar-brand img {
        height: 44px
    }

    .page-hero {
        padding: 44px 0 38px
    }
}
