@charset "UTF-8";

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/site/montserrat-vi.woff') format('woff');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/site/montserrat-latin.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/site/lato-ext.woff') format('woff');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/site/lato-latin.woff') format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

:root {
    --blue: #01467f;
    --navy: #023e7a;
    --orange: #ffa60d;
    --yellow: #ffcc00;
    --ink: #444;
    --line: #e5edf3;
    --content: 1170px
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: var(--ink);
    font: 400 16px/1.6 "Montserrat", sans-serif;
}

button,
input,
textarea,
select {
    font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3
}

h1,
h2,
h3,
h4,
p {
    margin-top: 0
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    color: var(--blue)
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.site-container {
    width: min(calc(100% - 30px), var(--content));
    margin-inline: auto
}

.site-container--wide {
    width: 100%;
    max-width: none
}

.site-section {
    padding: 70px 0
}

.site-title {
    margin: 0 0 12px;
    text-align: center;
    color: var(--navy);
    font-size: clamp(32px, 3.55vw, 51px);
    line-height: 1.22;
    letter-spacing: -.035em
}

.site-title span {
    color: #f90
}

.site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 11px 25px;
    background: var(--orange);
    border: 2px solid var(--orange);
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    transition: .2s
}

.site-button:hover {
    background: var(--blue);
    border-color: var(--blue);
    color: #fff
}

.site-button--outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
    text-transform: none
}

.site-button--outline:hover {
    background: #fff;
    border-color: #fff;
    color: var(--blue)
}

.h-card.hidden,
.hidden-seoh {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important
}

/* Header from the downloaded home-page reference, rebuilt without Flatsome. */
.site-header {
    position: relative;
    z-index: 30;
    background: #fff
}

.site-header__main .site-container {
    height: 85px;
    display: flex;
    align-items: center;
    gap: 34px;
}

.site-header__logo {
    flex: 0 0 265px
}

.site-header__logo img {
    width: 265px;
    max-height: 85px;
    object-fit: contain
}

.site-header__search {
    display: flex;
    align-items: center;
    width: min(100%, 290px);
    height: 36px;
    margin-left: 6px;
    border: 1px solid #ddd;
    background: #fff
}

.site-header__search input {
    min-width: 0;
    flex: 1;
    height: 100%;
    padding: 0 10px;
    border: 0;
    outline: 0;
    font-size: 14px
}

.site-header__search button {
    width: 36px;
    height: 36px;
    border: 0;
    background: #ffa60d;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.site-header__search svg,
.site-header__info svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

.site-header__info {
    margin-left: auto;
    display: grid;
    grid-template-columns: 1fr .72fr;
    gap: 20px;
    width: 470px;
    font-size: 13px;
    line-height: 1.45
}

.site-header__info-item {
    display: flex;
    align-items: center;
    gap: 9px
}

.site-header__info-item svg {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    color: #ffc107;
    fill: currentColor;
    stroke: none
}

.site-header__info-item a:hover {
    color: var(--orange)
}

.site-header__toggle {
    display: none;
    border: 0;
    background: none;
    padding: 8px;
    cursor: pointer
}

.site-header__toggle span {
    display: block;
    width: 27px;
    height: 2px;
    margin: 5px 0;
    background: var(--blue)
}

.site-nav {
    background: #155e96;
    min-height: 55px
}

.site-nav>.site-container>ul {
    display: flex;
    align-items: center;
    min-height: 55px;
    gap: 38px
}

.site-nav li {
    position: relative
}

.site-nav a {
    display: block;
    color: #d93;
    padding: 12px 0;
    font: 700 14px/30px Montserrat, Arial, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    transition: color .2s
}

.site-nav a:hover,
.site-nav a.is-active {
    color: #eeee22
}

.site-nav__has-sub>a span {
    font-size: 16px;
    margin-left: 4px
}
.site-nav__has-sub>a span svg{width: 12px;fill: #d93;}
.site-nav .site-nav__sub {
    display: none;
    position: absolute;
    top: 100%;
    left: -14px;
    min-width: 290px;
    background: #fff;
    box-shadow: 1px 4px 15px rgb(0 0 0 / 15%);
    padding: 8px 0;
    z-index: 40
}

.site-nav__has-sub:hover .site-nav__sub,
.site-nav__has-sub:focus-within .site-nav__sub {
    display: block
}

.site-nav .site-nav__sub a {
    padding: 9px 16px;
    color: #444;
    line-height: 1.4;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}

.site-nav .site-nav__sub a:hover {
    color: var(--orange);
    background: #f5f8fb
}

/* Only the reference banner is a slider; Slick replaces its original plugin. */
.site-hero {
    background: #e4e9ee
}

.site-hero__item img {
    width: 100%;
    height: auto;
    aspect-ratio: 2400/1106;
    object-fit: cover
}

.site-hero .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgb(0 0 0 / 25%);
    color: #fff;
    font-size: 27px;
    line-height: 1;
    cursor: pointer
}

.site-hero .slick-arrow:hover {
    background: var(--blue)
}

.site-hero .slick-prev {
    left: 25px
}

.site-hero .slick-next {
    right: 25px
}

.site-hero .slick-dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 8px
}

.site-hero .slick-dots li button {
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    overflow: hidden;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer
}

.site-hero .slick-dots .slick-active button {
    background: #fff
}

/* Four work items occupy the first two columns; the third carries the artwork. */
.site-work {
    padding: 0 0 30px;
    background: #f4f8fb
}

.site-work>.site-container {
    position: relative;
    padding: 50px;
    margin-bottom: 20px;
    background: #fff var(--site-work-bg) right center/auto 100% no-repeat;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 12%)
}

.site-work .site-title {
    margin-bottom: 35px
}

.site-work .site-title span {
    color: #f90
}

.site-work__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 25px
}

.site-work__card {
    text-align: center;
    min-width: 0
}

.site-work__card:nth-child(3) {
    grid-column: 1
}

.site-work__card:nth-child(4) {
    grid-column: 2
}

.site-work__image {
    height: 240px;
    width: 91%;
    overflow: hidden;
    margin: auto
}

.site-work__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s
}

.site-work__card:hover img {
    transform: scale(1.04)
}

.site-work__card h3 {
    margin: 14px 0 4px;
    font-size: 17px;
    color: #212121
}

/* Completed projects: the reference uses a 4-column image grid. */
.site-projects {
    padding: 70px 0;
    background: #fff
}

.site-projects__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0
}

.site-projects__item {
    padding: 15px;
    min-width: 0
}

.site-projects__card {
    display: block;
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    background: #e6e6e6;
    color: #fff
}

.site-projects__card>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s
}

.site-projects__card:hover>img {
    transform: scale(1.1)
}

.site-projects__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 25px;
    text-align: left;
    background: rgb(0 0 0 / 0%);
    transition: background .25s
}

.site-projects__overlay strong {
    opacity: 0;
    color: #fff;
    font: 700 24px/1.2 Montserrat, Arial, sans-serif;
    text-transform: uppercase;
    transition: opacity .2s
}

.site-projects__overlay em {
    opacity: 0;
    margin-top: 10px;
    color: #ffcb30;
    font-size: 16px;
    transition: opacity .2s
}

.site-projects__button {
    opacity: 0;
    margin-top: 35px;
    padding: 5px 25px;
    background: #f90;
    color: #fff;
    font: 400 14px/1.4 Lato, Arial, sans-serif;
    transition: opacity .2s
}

.site-projects__card:hover .site-projects__overlay,
.site-projects__card:focus-visible .site-projects__overlay {
    background: rgb(0 0 0 / 47%)
}

.site-projects__card:hover .site-projects__overlay strong,
.site-projects__card:hover .site-projects__overlay em,
.site-projects__card:hover .site-projects__button,
.site-projects__card:focus-visible .site-projects__overlay strong,
.site-projects__card:focus-visible .site-projects__overlay em,
.site-projects__card:focus-visible .site-projects__button {
    opacity: 1
}

/* Construction and design both use the same circular-icon / outlined-box language. */
.site-process {
    padding: 0;
    background: #fff
}

.site-process__layout {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: stretch;
    gap: 20px
}

.site-process__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px
}

.site-process__step {
    display: flex;
    flex-direction: column
}

.site-process__step,
.site-design__card {
    position: relative;
    text-align: center;
    min-width: 0
}

.site-process__icon,
.site-design__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 75px;
    height: 75px;
    margin: 0 auto;
    border-radius: 50%;
    background: #01477f;
    color: #fff;
    transition: background .2s
}

.site-process__icon svg,
.site-design__icon svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round
}

.site-process__icon img,
.site-design__icon .site-reference-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
    filter: brightness(0) invert(1)
}

.site-process__step:hover .site-process__icon,
.site-design__card:hover .site-design__icon {
    background: #ffc107
}

.site-process__text,
.site-design__text {
    min-height: 176px;
    margin-top: -35px;
    padding: 78px 17px 22px;
    border: 1px solid #e5edf3
}

.site-process__text {
    flex: 1
}

.site-process__step h3,
.site-design__card h3 {
    margin: 0 0 14px;
    color: #212121;
    font-size: 16px;
    text-transform: uppercase
}

.site-process__step:hover h3,
.site-design__card:hover h3 {
    color: #3f51b5
}

.site-process__more {
    display: inline-block;
    border-bottom: 2px solid #ffc107;
    color: #01477f;
    font-size: 14px;
    line-height: 1.3
}


.site-process__photo img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover
}

.site-videos {
    padding: 70px 0;
    background: #fff
}

.site-videos__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px
}

.site-videos__item iframe {
    display: block;
    width: 100%;
    height: 300px;
    border: 0;
    background: #111
}

.site-design {
    padding: 0 0 30px;
    background: #fff;
    color: #444
}

.site-design__grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 30px
}

.site-design__card:nth-child(-n+3) {
    grid-column: span 2
}

.site-design__card:nth-child(n+4) {
    grid-column: span 3
}

.site-design__icon img {
    width: 43px;
    height: 43px;
    object-fit: contain
}

.site-design__text {
    min-height: 210px
}

.site-design__card p {
    margin: 0;
    color: #444;
    font-size: 16px
}

/* Background, overlapping criteria and management cards. */
.site-statement {
    padding: 150px 0;
    background-image: var(--site-section-bg);
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center
}

.site-statement h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(27px, 2.9vw, 39px)
}

.site-statement h2 span {
    color: #ffcc00
}

.site-statement p {
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px
}

.site-criteria {
    position: relative;
    z-index: 1;
    margin-top: -150px;
    padding: 30px 0;
    background: transparent
}

.site-criteria__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px
}

.site-criteria__card {
    text-align: center
}

.site-criteria__card img {
    width: 200px;
    height: 200px;
    margin: 0 auto 30px;
    padding: 0;
    border: 10px solid #fff;
    border-radius: 50%;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 8%);
    object-fit: cover
}

.site-criteria__card:hover img {
    box-shadow: 2px 2px 20px gray
}

.site-criteria__card h3 {
    margin: 0 0 12px;
    color: #212121;
    font-size: 17px;
    text-transform: uppercase
}

.site-criteria__card p {
    margin: 0;
    color: #444
}

.site-team {
    padding: 70px 0;
    background: #fff
}

.site-team__slider {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px
}

.site-team__slide {
    min-width: 0
}

.site-team__card {
    height: 100%;
    text-align: center
}

.site-team__card img {
    width: 100%;
    aspect-ratio: 1/1.1;
    object-fit: cover
}

.site-team__caption {
    min-height: 91px;
    padding: 10px;
    background: #01477f
}

.site-team__card h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

.site-team__card p {
    margin: 0;
    color: #ffcc00;
    font-size: 14px
}

.site-dream {
    padding: 160px 0;
    background-image: linear-gradient(rgb(179 179 179 / 28.5%), rgb(179 179 179 / 28.5%)), var(--site-section-bg);
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #444
}

.site-dream h2 {
    max-width: 950px;
    margin: 0 auto 20px;
    color: #ffa60d;
    font-size: clamp(27px, 2.8vw, 39px)
}

.site-dream h2 span {
    color: #036
}

.site-dream p {
    max-width: 940px;
    margin: 0 auto 25px;
    color: #444;
    font-size: 17px
}

/* Reference footer: photo CTA, white four-column body, deep-blue copyright bar. */
.site-footer {
    background: #fff;
    color: #444
}

.site-footer__cta {
    background-image: var(--site-section-bg);
    background-position: center;
    background-size: cover;
    color: #fff
}

.site-footer__cta>.site-container {
    display: grid;
    grid-template-columns: 7fr 5fr;
    align-items: center;
    gap: 30px;
    padding: 30px 0
}

.site-footer__cta h3 {
    margin: 0 0 5px;
    color: #212121;
    font-size: 20px
}

.site-footer__cta h2 {
    margin: 0;
    color: #212121;
    font-size: 31px;
    line-height: 1.3
}

.site-footer__cta .site-button {
    width: calc(100% - 50px);
    min-height: 52px;
    margin-left: 50px;
    padding: 0 1.2em;
    background: transparent;
    border: 2px solid #01467f;
    color: #01467f;
    font-size: 20.8px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 2.19em
}

.site-footer__cta .site-button:hover {
    background: #01467f;
    border-color: #01467f;
    color: #fff
}

.site-footer__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    padding: 70px 0
}

.site-footer__grid h3 {
    margin: 0 0 30px;
    padding-left: 15px;
    border-left: 5px solid #fec200;
    color: #212121;
    font-size: 22px;
    font-weight: 500;
    line-height: 1
}

.site-footer__grid li {
    margin-bottom: 15px
}

.site-footer__about img {
    width: 300px;
    max-width: 100%;
    margin-bottom: 25px
}

.site-footer__about p {
    color: #c0c0c0;
    margin-bottom: 18px
}

.site-footer__social {
    display: flex;
    gap: 7px
}

.site-footer__social a {
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #01467f;
    color: #fff;
    font-size: 17px;
    font-weight: 700
}

.site-footer__social a:hover {
    background: #ffa60d
}

.site-footer__grid address,
.site-footer__contact {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0 0 25px;
    font-style: normal
}

.site-footer__grid address span,
.site-footer__contact span {
    flex: 0 0 31px;
    color: #fec200;
    font-size: 24px;
    line-height: 1
}

.site-footer__form input,
.site-footer__form textarea {
    display: block;
    width: 100%;
    height: 42px;
    margin: 0 0 10px;
    padding: 8px 5px;
    border: 0;
    border-bottom: 2px solid #ffc107;
    border-radius: 0;
    background: #ffffff61;
    box-shadow: none;
    outline: 0
}

.site-footer__form textarea {
    height: 78px;
    resize: vertical
}

.site-footer__form button {
    width: 100%;
    padding: 9px;
    border: 0;
    background: #ffc107;
    color: #fff;
    cursor: pointer
}

.site-footer__form button:hover {
    background: #01467f
}

.site-footer__bottom {
    background: #00294a;
    color: hsla(0,0%,100%,.5);
    font-size: 15px;
    text-align: center;
}

.site-footer__bottom .site-container {
    padding: 16px 0
}

.site-footer__bottom nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
    justify-content: center;
    color: hsla(0,0%,100%,.5);
}

.site-footer__bottom a:hover {
    color: #ffffff
}

.site-contact-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999
}

.site-contact-buttons__item {
    position: relative;
    width: 90px;
    height: 90px;
    margin-top: -5px
}

.site-contact-buttons__pulse {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 65px;
    height: 65px;
    border: 2px solid transparent;
    border-radius: 50%;
    animation: site-contact-pulse 1.3s infinite;
    background: rgb(230 8 8 / 70%);
    box-shadow: 0 0 0 0 #c31d1d
}

.site-contact-buttons__icon {
    position: absolute;
    top: 25px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    background: #e60808;
    animation: site-contact-ring 1s infinite ease-in-out
}

.site-contact-buttons__icon img {
    display: block;
    max-width: 27px;
    max-height: 25px;
    object-fit: contain
}

.site-contact-buttons__item--facebook .site-contact-buttons__pulse {
    background: rgb(24 119 242 / 70%);
    box-shadow: 0 0 0 0 rgb(24 119 242 / 65%)
}

.site-contact-buttons__item--facebook .site-contact-buttons__icon {
    background: #1877f2
}

.site-contact-buttons__item--facebook .site-contact-buttons__icon img {
    max-width: 35px;
    max-height: 35px
}

.site-contact-buttons__item--zalo .site-contact-buttons__pulse {
    background: rgb(33 150 243 / 70%);
    box-shadow: 0 0 0 0 #2196f3
}

.site-contact-buttons__item--zalo .site-contact-buttons__icon {
    background: #2196f3
}

@keyframes site-contact-pulse {
    0% { transform: scale(.9) }
    70% { transform: scale(1); box-shadow: 0 0 0 15px transparent }
    100% { transform: scale(.9); box-shadow: 0 0 0 0 transparent }
}

@keyframes site-contact-ring {
    0%, 50%, 100% { transform: rotate(0) }
    10%, 30% { transform: rotate(-25deg) }
    20%, 40% { transform: rotate(25deg) }
}

.site-scrolltop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 21;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: #ffa500;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(30%);
    transition: transform .3s, opacity .3s, background-color .3s
}

.site-scrolltop.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.site-scrolltop:hover {
    background: #ffa500;
    color: #fff;
    opacity: .85
}

.site-scrolltop svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round
}

/* Minimal styling for existing inner-page templates while they are migrated. */
.container-custom,
.wrap-content,
.wrap-main {
    width: min(calc(100% - 30px), var(--content));
    margin-inline: auto
}

.wrap-main {
    padding-block: 35px
}

.breadCrumbs {
    padding: 13px 0;
    background: #f4f8fb;
    font-size: 14px
}

.breadCrumbs a {
    color: #01467f
}

@media(max-width:1100px) {
    .site-header__main .site-container {
        gap: 18px
    }

    .site-header__logo {
        flex-basis: 220px
    }

    .site-header__logo img {
        width: 220px
    }

    .site-header__search {
        width: 200px
    }

    .site-header__info {
        width: 390px;
        gap: 10px
    }

    .site-nav>.site-container>ul {
        gap: 21px
    }

    .site-nav a {
        font-size: 12px
    }

    .site-process__layout {
        grid-template-columns: 2.5fr 1fr
    }

    .site-process__grid {
        gap: 12px
    }

    .site-process__text {
        padding-inline: 10px
    }

    .site-team__slider {
        gap: 12px
    }

    .site-team__card h3 {
        font-size: 14px
    }
}

@media(max-width:849px) {
    .site-header__main .site-container {
        height: 70px
    }

    .site-header__logo {
        flex: 1
    }

    .site-header__logo img {
        width: 210px;
        max-height: 65px
    }

    .site-header__search,
    .site-header__info {
        display: none
    }

    .site-header__toggle {
        display: block
    }

    .site-nav {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        box-shadow: 0 8px 20px rgb(0 0 0 / 15%)
    }

    .site-nav.is-open {
        display: block
    }

    .site-nav>.site-container>ul {
        display: block;
        padding: 10px 0
    }

    .site-nav a {
        padding: 7px 0;
        font-size: 14px
    }

    .site-nav .site-nav__sub {
        position: static;
        box-shadow: none;
        background: #155e96;
        padding-left: 20px
    }

    .site-nav .site-nav__sub a {
        color: #d93
    }

    .site-work>.site-container {
        padding: 35px;
        background-size: auto 100%
    }

    .site-projects__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .site-process__layout {
        grid-template-columns: 1fr
    }

    .site-process__photo img {
        height: 380px
    }

    .site-team__slider {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 680px;
        margin: auto
    }

    .site-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:549px) {
    .site-container {
        width: min(calc(100% - 30px), var(--content))
    }

    .site-title {
        font-size: 28px;
        margin-bottom: 25px
    }

    .site-section {
        padding: 45px 0
    }

    .site-hero .slick-arrow {
        width: 32px;
        height: 32px;
        font-size: 20px
    }

    .site-hero .slick-prev {
        left: 8px
    }

    .site-hero .slick-next {
        right: 8px
    }

    .site-work {
        padding: 0
    }

    .site-work>.site-container {
        padding: 15px;
        background-position: right top;
        background-size: auto 230px
    }

    .site-work__grid {
        grid-template-columns: 1fr;
        gap: 12px
    }

    .site-work__card:nth-child(3),
    .site-work__card:nth-child(4) {
        grid-column: auto
    }

    .site-work__image {
        height: 240px;
        width: 100%
    }

    .site-work__card h3 {
        font-size: 16px
    }

    .site-projects {
        padding: 45px 0 0
    }

    .site-projects__grid {
        grid-template-columns: 1fr
    }

    .site-projects__item {
        padding: 0 0 15px
    }

    .site-projects__overlay {
        justify-content: flex-end;
        background: linear-gradient(0deg, rgb(0 0 0 / 70%), transparent)
    }

    .site-projects__overlay strong,
    .site-projects__overlay em,
    .site-projects__button {
        opacity: 1
    }

    .site-projects__overlay strong {
        font-size: 18px
    }

    .site-projects__overlay em {
        display: none
    }

    .site-projects__button {
        margin-top: 8px
    }

    .site-process {
        padding: 0
    }

    .site-process__grid {
        grid-template-columns: 1fr 1fr;
        gap: 12px
    }

    .site-process__icon,
    .site-design__icon {
        width: 68px;
        height: 68px
    }

    .site-process__text {
        min-height: 165px;
        padding: 72px 8px 15px
    }

    .site-process__step h3 {
        font-size: 13px
    }

    .site-process__photo img {
        height: 260px
    }

    .site-videos__grid {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .site-videos__item iframe {
        height: 230px
    }

    .site-design {
        padding: 0
    }

    .site-design__grid {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .site-design__card:nth-child(n) {
        grid-column: auto
    }

    .site-design__text {
        min-height: 0
    }

    .site-design__card h3 {
        font-size: 16px
    }

    .site-statement {
        padding: 100px 0
    }

    .site-statement h2 {
        font-size: 25px
    }

    .site-statement p {
        font-size: 16px
    }

    .site-criteria {
        margin-top: -100px;
        padding: 20px 0
    }

    .site-criteria__grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .site-criteria__card img {
        width: 180px;
        height: 180px;
        margin-bottom: 15px
    }

    .site-team {
        padding: 45px 0
    }

    .site-team__slider {
        gap: 12px
    }

    .site-team__caption {
        min-height: 100px
    }

    .site-team__card h3 {
        font-size: 13px
    }

    .site-dream {
        padding: 100px 0
    }

    .site-dream h2 {
        font-size: 26px
    }

    .site-dream p {
        font-size: 15px
    }

    .site-footer__cta>.site-container {
        display: block;
        text-align: center
    }

    .site-footer__cta h3 {
        font-size: 18px
    }

    .site-footer__cta h2 {
        font-size: 22px
    }

    .site-footer__cta .site-button {
        width: 100%;
        margin-top: 20px;
        margin-left: 0
    }

    .site-footer__grid {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 45px 0
    }

    .site-footer__grid h3 {
        font-size: 18px;
        margin-bottom: 20px
    }

    .site-footer__bottom {
        text-align: center
    }

    .site-footer__bottom nav {
        justify-content: center;
        font-size: 13px
    }

}

@media(max-width:849px) {
    .site-scrolltop {
        display: none
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *::before,
    *::after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important
    }
}
