.fs-13 {
    font-size: 1.3rem !important;
}

.fs-14 {
    font-size: 1.4rem !important;
}

.fs-15 {
    font-size: 1.5rem !important;
}

.fs-16 {
    font-size: 1.6rem !important;
}

.fs-17 {
    font-size: 1.7rem !important;
}

.fs-18 {
    font-size: 1.8rem !important;
}

.fs-20 {
    font-size: 2rem !important;
}

.fs-26 {
    font-size: 2.6rem !important;
}

.fs-30 {
    font-size: 3rem !important;
}

.fs-45 {
    font-size: 4.5rem !important;
}

.color-text {
    color: var(--color-text);
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.shadow-1 {
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
}

.shadow-2 {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.07);
}

.rounded-10 {
    border-radius: 1rem !important;
}

.rounded {
    border-radius: 0.5rem !important;
}

.hover-img, .hover-product {
    overflow: hidden;
}

.hover-img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hover-img:hover img {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hover-product img {
    transition: transform ease 0.3s;
}

.hover-product:hover img {
    transform: scale(1.1) rotate(1.5deg);
}

.object-scale {
    object-fit: scale-down !important;
}

.object-cover {
    object-fit: cover !important;
}

.bg-second {
    background: var(--color-second);
}

.btn-red {
    background: var(--red);
}

html {
    scroll-behavior: smooth;
}

.font-saira {
    font-family: "Saira Extra Condensed", sans-serif;
}

.bg-light-1 {
    background: #F0F4F9;
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1440px;
    }
}

.header_menu {
    background: white;
}

.header-top>.container>.row>div {
    display: flex;
    align-items: center;
    justify-content: start;
}

.social-section li {
    padding-left: 1.5rem;
}

.social-section li a {
    color: var(--black);
    height: 5rem;
    line-height: 5rem;
    display: block;
}

.social-section li a:hover {
    color: var(--color-second);
}

.member-section a {
    font-size: 1.6rem;
}

#member-info img {
    width: 1.8rem;
    height: 1.8rem;
    object-fit: cover;
}

.setting-menu > .container > .row > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact-header a {
    border: 1px solid var(--color-highlight);
    z-index: 1;
    padding: 1.8rem 5rem;
}

.contact-header a:before, .btn-submit:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--color-highlight);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.btn-submit:before {
    background-color: var(--color-main);
}

.contact-header a:hover {
    color: white !important
}

.contact-header a:hover:before, .btn-submit:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.btn-mini-cart {
    width: 5rem;
    height: 5rem;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-highlight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.home-slider-section {
    position: relative;
}

.home-slider-section .swiper-slider-home .swiper-slide {
    overflow: hidden;
}

.home-slider-section .swiper-slider-home .home-slider-image {
    display: block;
    height: 100%;
}

.home-slider-section .swiper-slider-home .swiper-slide img {
    width: 100%;
    max-height: 60rem;
    object-fit: cover;
    object-position: center center;
}

.home-slider-section .swiper-slider-home .swiper-slide:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 22%;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(31, 36, 44, 0) 0%, rgba(31, 36, 44, 0.5) 100%);
}

.home-slider-section .swiper-slider-home .swiper-slide--wrap {
    top: 22%;
    transform: none;
    z-index: 2;
}

.home-slider-section .swiper-slider-home .container {
    max-width: 140rem;
}

.home-slider-section .swiper-slider-home .swiper-slide--tile {
    color: #ed1c24 !important;
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 4.2rem !important;
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0;
    margin-bottom: 2rem !important;
    max-width: 48rem;
}

.home-slider-section .swiper-slider-home .swiper-slide--description {
    border-bottom: 0;
    color: #111;
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 2.2rem !important;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    text-transform: none !important;
}

.home-slider-section .swiper-slider-home .swiper-pagination {
    bottom: 4.2rem;
    left: 50%;
    width: 140rem;
    max-width: calc(100% - 4rem);
    transform: translateX(-50%);
    text-align: left;
}

.home-slider-section .swiper-slider-home .swiper-pagination-bullet {
    width: 3.2rem;
    height: 0.4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
    transition: all 0.25s ease;
}

.home-slider-section .swiper-slider-home .swiper-pagination-bullet-active {
    width: 6.4rem;
    background: #fff;
}

.home-slider-section .swiper-slider-home .swiper-button-prev, .home-slider-section .swiper-slider-home .swiper-button-next {
    top: auto;
    bottom: 3.4rem;
    left: auto;
    width: 4.2rem;
    height: 4.2rem;
    margin-top: 0;
    color: #fff;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.home-slider-section .swiper-slider-home .swiper-button-prev {
    right: calc((100% - 140rem) / 2 + 6rem);
}

.home-slider-section .swiper-slider-home .swiper-button-next {
    right: calc((100% - 140rem) / 2);
}

.home-slider-section .swiper-slider-home .swiper-button-prev:after, .home-slider-section .swiper-slider-home .swiper-button-next:after {
    display: none;
}

.home-slider-section .swiper-slider-home .swiper-button-prev svg, .home-slider-section .swiper-slider-home .swiper-button-next svg {
    display: block;
    width: 2.8rem;
    height: auto;
}

.home-slider-section .swiper-slider-home .swiper-button-prev:hover, .home-slider-section .swiper-slider-home .swiper-button-next:hover {
    opacity: 0.75;
    transform: translateY(-0.2rem);
}

.title-section {
    line-height: 1.1;
    font-size: 4rem;
}

.bg-service {
    position: absolute;
    width: 100%;
    height: 60%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-service:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgb(31 36 44 / 90%);
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.swiper .swiper-slide {
    height: auto;
}

.service-section .icon {
    width: 10rem;
    height: 9.8rem;
    margin-top: -8.5rem;
    border-radius: 1rem;
    box-shadow: 0px 10px 30px 3px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-section .icon img {
    max-width: 6rem;
}

.service-section .swiper {
    padding: 3rem;
    margin: -3rem;
}

.service-section .article-item:hover .icon {
    background: var(--color-highlight) !important;
}

.service-section .article-item:hover .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-section .inner-content:before {
    content: '';
    height: 3px;
    background: var(--color-second);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-section .article-item:hover .inner-content:before {
    width: 84%;
}

.btn-more:hover i {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%)
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%)
    }

    50% {
        opacity: 0;
        transform: translate(-100%)
    }

    51% {
        opacity: 1
    }
}

#counter .item {
    border: 2px solid var(--light);
}

#counter .item:after {
    content: '';
    width: 4.3rem;
    height: 0.6rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: var(--color-highlight);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

#counter .item:hover:after {
    width: 100%;
}

#counter .item .icon {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

#counter .item:hover .icon {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.highlight-stat-section {
    background: var(--color-main);
    color: #fff;
    padding: 3rem 0 2.8rem;
}

.highlight-stat-section > .container {
    max-width: 144rem;
}

.highlight-stat-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 2rem;
}

.highlight-stat-item {
    text-align: center;
}

.highlight-stat-value {
    color: #fff;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 0.8rem;
}

.highlight-stat-label {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: uppercase;
}

.info-web-section {
    color: black;
}

.info-web-section > .container {
    max-width: 144rem;
}

.info-web-wrap {
    display: grid;
    grid-template-columns: minmax(28rem, 42rem) minmax(0, 1fr);
    gap: 10rem;
    align-items: start;
}

.info-web-brand {
    min-width: 0;
}

.info-web-logo {
    display: inline-block;
    max-width: 28rem;
    margin-bottom: 1.6rem;
}

.info-web-logo img {
    display: block;
    max-height: 7.6rem;
    object-fit: contain;
}

.info-web-company {
    max-width: 42rem;
    color: black;
    font-size: 2rem;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.info-web-social {
    margin-top: 4.4rem;
}

.info-web-social-title {
    color: black;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.info-web-social-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
}

.info-web-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #fff;
    color: #6f7180;
    font-size: 1.7rem;
    transition: color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.info-web-social-link:hover {
    background: #f5f5f5;
    color: #312d74;
    transform: translateY(-0.2rem);
}

.info-web-contact {
    max-width: 76rem;
}

.info-web-contact-group {
    margin-bottom: 3.2rem;
}

.info-web-contact h3 {
    color: black;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 1.4rem;
}

.info-web-contact-item {
    display: grid;
    grid-template-columns: 1.8rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    color: black;
    font-size: 1.7rem;
    line-height: 1.45;
    letter-spacing: 0;
    margin-bottom: 1.8rem;
    font-weight: bold;
}

.info-web-contact-item i {
    color: black;
    font-size: 1.4rem;
    line-height: 2.4rem;
    text-align: center;
}

.info-web-contact-item a {
    color: black;
}

.info-web-contact-item a:hover {
    color: rgba(255, 255, 255, 0.78);
}

.why-section {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.why-section .content {
    background: #2C313A;
}

.why-section .title::before {
    content: "\f058";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    padding-right: 1rem;
    color: var(--color-second);
}

.newsletter-section input {
    height: 8rem;
}

.newsletter-section .btn {
    max-width: 18rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 1.4rem 1rem;
    width: 100%;
}

.team-section .content {
    bottom: 0;
    left: 2rem;
    right: 2rem;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.team-section .swiper-slide:hover .content {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.team-section .swiper-slide {
    padding-bottom: 7rem;
}

.team-section .content:before, .team-section .content:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    height: 0.3rem;
    width: 0;
    background: var(--color-second);
    transition: 0;
}

.team-section .content:before {
    left: 0;
}

.team-section .content:after {
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -ms-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
    right: 0;
}

.team-section .swiper-slide:hover .content:before {
    width: 100%;
    -webkit-transition: width 0.7s;
    -moz-transition: width 0.7s;
    -ms-transition: width 0.7s;
    -o-transition: width 0.7s;
    transition: width 0.7s;
}

.team-section .swiper-slide:hover .content:after {
    width: 100%;
    transition: 0s;
    background: transparent !important;
}

.project-section {
    background: linear-gradient(to top, #fff 50%, #f0f4f9 50%);
}

.project-section .btn-more {
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
}

.project-section .btn-more:hover {
    background: var(--color-highlight);
}

.project-section .inner-content {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    transform: translateY(50%);
    background: var(--color-second);
    border-radius: 5px;
    z-index: 2;
    padding-right: 7rem !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.project-section .swiper-slide-active .inner-content {
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.project-section .swiper-slide {
    padding-bottom: 7rem;
}

.project-section .article-item .article-title a:hover {
    color: var(--color-main) !important;
}

.featured-project-section {
    overflow: hidden;
    overflow-x: hidden;
    max-width: 100%;
    background-color: #fff;
    background-image: url("https://cdn11972.cdn4s10.io.vn/media/background/background_decor.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7rem !important;
    padding-bottom: 6rem !important;
}

.featured-project-section > .container {
    max-width: 144rem;
}

.featured-project-heading {
    position: relative;
    gap: 2rem;
}

.featured-project-heading:after {
    content: "";
    order: 2;
    flex: 1;
    height: 1px;
    background: rgba(31, 36, 44, 0.08);
}

.featured-project-title {
    position: relative;
    order: 1;
    flex: 0 0 auto;
    color: var(--color-main);
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.featured-project-title:before {
    content: "";
    position: absolute;
    top: -1.6rem;
    left: -3.2rem;
    width: 2.7rem;
    height: 2.7rem;
    border-top: 1px solid #ed1c24;
    border-left: 1px solid #ed1c24;
}

.featured-project-navigation {
    position: relative;
    order: 3;
    flex: 0 0 auto;
    z-index: 2;
    gap: 1.4rem;
    color: #ed1c24;
}

.featured-project-navigation .swiper-button-prev, .featured-project-navigation .swiper-button-next {
    position: static;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0;
    color: var(--color-highlight);
}

.featured-project-navigation .swiper-button-prev:after, .featured-project-navigation .swiper-button-next:after {
    display: none;
}

.featured-project-navigation svg {
    display: block;
    width: 2.8rem;
    height: auto;
}

.featured-project-carousel {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
}

.featured-project-swiper {
    width: calc(100% - 22rem);
    max-width: 168rem;
    overflow: visible;
}

.featured-project-swiper .swiper-wrapper {
    align-items: stretch;
}

.featured-project-swiper .swiper-slide {
    height: auto;
    transform: scaleY(0.72);
    transform-origin: center center;
    opacity: 0.95;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

.featured-project-swiper .swiper-slide:has(+ .swiper-slide-prev) {
    transform: scale(0.72);
    transform-origin: right center;
}

.featured-project-swiper .swiper-slide-next + .swiper-slide {
    transform: scale(0.72);
    transform-origin: left center;
}

.featured-project-swiper .swiper-slide-prev, .featured-project-swiper .swiper-slide-active, .featured-project-swiper .swiper-slide-next {
    z-index: 2;
    transform: scale(1);
    opacity: 1;
}

.featured-project-item {
    height: 100%;
}

.featured-project-card {
    position: relative;
    display: block;
    min-height: 66.4rem;
    overflow: hidden;
    background: #111;
    color: #fff;
}

.featured-project-card:hover {
    color: #fff;
}

.featured-project-card img {
    width: 100%;
    height: 66.4rem;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.featured-project-card:hover img {
    transform: scale(1.05);
}

.featured-project-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    min-height: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem 4rem;
    background: linear-gradient(180deg, rgba(17, 20, 76, 0) 0%, rgba(17, 20, 76, 0.88) 100%);
    transition: min-height 0.35s ease, background 0.35s ease, padding 0.35s ease;
}

.featured-project-card:hover .featured-project-content {
    min-height: 100%;
    justify-content: center;
    background: linear-gradient(180deg, rgba(36, 39, 101, 0.5) 0%, rgba(17, 20, 76, 0.96) 100%);
}

.featured-project-name {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    transition: transform 0.35s ease;
}

.featured-project-card:hover .featured-project-name {
    transform: translateY(-1.6rem);
}

.featured-project-info {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.featured-project-card:hover .featured-project-info {
    max-height: 36rem;
    opacity: 1;
    transform: translateY(0);
}

.featured-project-row {
    display: grid;
    grid-template-columns: 11rem 1fr;
    gap: 2.6rem;
    padding: 1.4rem 0;
    color: #fff;
    font-size: 1.7rem;
    line-height: 1.35;
}

.featured-project-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.featured-project-row span {
    font-weight: 500;
}

.featured-project-row strong {
    font-weight: 500;
}

.featured-project-more {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(1.6rem);
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease, margin-top 0.35s ease;
}

.featured-project-card:hover .featured-project-more {
    max-height: 3rem;
    opacity: 1;
    transform: translateY(0);
    margin-top: 1.6rem;
}

.featured-project-more svg {
    width: 2.4rem;
    height: auto;
}

.featured-project-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 4.8rem;
}

.featured-project-pagination.swiper-pagination {
    bottom: auto;
    left: auto;
    width: auto;
}

.featured-project-pagination .swiper-pagination-bullet {
    width: 3rem;
    height: 0.4rem;
    border-radius: 999px;
    background: rgba(36, 39, 101, 0.45);
    opacity: 1;
    margin: 0 !important;
}

.featured-project-pagination .swiper-pagination-bullet-active {
    width: 6.4rem;
    background: #242765;
}

.related-project-section {
    overflow: hidden;
    background: #fff;
    padding-top: 7rem !important;
    padding-bottom: 5.5rem !important;
}

.related-project-section > .container {
    max-width: 144rem;
}

.related-project-heading {
    position: relative;
    gap: 2rem;
}

.related-project-title {
    position: relative;
    flex: 0 0 auto;
    color: #242765;
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.related-project-title:before {
    content: "";
    position: absolute;
    top: -1.6rem;
    left: -1.2rem;
    width: 2.7rem;
    height: 2.7rem;
    border-top: 1px solid #ed1c24;
    border-left: 1px solid #ed1c24;
}

.related-project-heading-line {
    flex: 1;
    height: 1px;
    background: rgba(31, 36, 44, 0.1);
}

.related-project-view-all {
    flex: 0 0 auto;
    min-width: 15.4rem;
    height: 4.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    background: #242765;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    padding: 0 2rem;
}

.related-project-view-all:hover {
    background: #ed1c24;
    color: #fff;
}

.related-project-row {
    row-gap: 0;
}

.related-project-swiper {
    overflow: hidden;
}

.related-project-swiper .swiper-wrapper {
    align-items: stretch;
}

.related-project-swiper .swiper-slide {
    height: auto;
}

.related-project-item {
    height: 100%;
}

.related-project-card {
    position: relative;
    display: block;
    height: 100%;
    min-height: 54.8rem;
    overflow: hidden;
    background: #111;
    color: #fff;
}

.related-project-card:hover {
    color: #fff;
}

.related-project-card > img {
    width: 100%;
    height: 54.8rem;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.related-project-card:hover > img {
    transform: scale(1.05);
}

.related-project-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    min-height: 14rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem 3.2rem;
    background: linear-gradient(180deg, rgba(17, 20, 76, 0) 0%, rgba(17, 20, 76, 0.9) 100%);
    transition: min-height 0.35s ease, background 0.35s ease;
}

.related-project-card:hover .related-project-content {
    min-height: 100%;
    justify-content: center;
    background: linear-gradient(180deg, rgba(36, 39, 101, 0.5) 0%, rgba(17, 20, 76, 0.96) 100%);
}

.related-project-name {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0;
    transition: transform 0.35s ease;
}

.related-project-card:hover .related-project-name {
    transform: translateY(-1.6rem);
}

.related-project-info {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.related-project-card:hover .related-project-info {
    max-height: 36rem;
    opacity: 1;
    transform: translateY(0);
}

.related-project-info-row {
    display: grid;
    grid-template-columns: 10rem 1fr;
    gap: 2rem;
    padding: 1.2rem 0;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.35;
}

.related-project-info-row span, .related-project-info-row strong {
    font-weight: 500;
}

.related-project-more {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(1.6rem);
    color: #fff;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1;
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease, margin-top 0.35s ease;
}

.related-project-card:hover .related-project-more {
    max-height: 3rem;
    opacity: 1;
    transform: translateY(0);
    margin-top: 1.6rem;
}

.related-project-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 4rem;
}

.related-project-pagination.swiper-pagination {
    bottom: auto;
    left: auto;
    width: auto;
}

.related-project-pagination .swiper-pagination-bullet {
    width: 3rem;
    height: 0.4rem;
    border-radius: 999px;
    background: rgba(36, 39, 101, 0.45);
    opacity: 1;
    margin: 0 !important;
}

.related-project-pagination .swiper-pagination-bullet-active {
    width: 6.4rem;
    background: #242765;
}

.project-category-tabs {
    background: #f6f6f6;
    border-top: 1px solid rgba(31, 36, 44, 0.04);
}

.project-category-tabs > .container {
    max-width: 98rem;
}

.project-category-tab-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    overflow-x: auto;
}

.project-category-tab-list li {
    flex: 0 0 auto;
}

.project-category-tab-list a {
    display: flex;
    align-items: center;
    min-height: 6.2rem;
    padding: 0 2.8rem;
    border-top: 3px solid transparent;
    color: #111;
    font-size: 1.3rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.project-category-tab-list a.active, .project-category-tab-list a:hover {
    border-top-color: #ed1c24;
    color: #ed1c24;
}

.project-list-section {
    padding-top: 8rem !important;
}

.project-list-section .related-project-heading {
    margin-bottom: 4.8rem !important;
}

.project-list-section .related-project-title {
    font-size: 4rem;
}

.project-list-section .related-project-title:before {
    left: -2.6rem;
}

.project-list-section .related-project-card > img {
    height: 100%;
}

.project-list-section .related-project-content {
    min-height: 8.8rem;
    padding: 2.4rem 2.8rem;
}

.project-list-section .related-project-name {
    font-size: 1.8rem;
}

.home-video-section {
    overflow: hidden;
    background-color: #fff;
    background-image: url("https://cdn11972.cdn4s10.io.vn/media/background/background_decor.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8rem !important;
    padding-bottom: 5.5rem !important;
}

.home-video-section > .container {
    max-width: 144rem;
}

.home-video-heading {
    gap: 2rem;
}

.home-video-heading:after {
    content: "";
    order: 2;
    flex: 1;
    height: 1px;
    background: rgba(31, 36, 44, 0.1);
}

.home-video-title {
    order: 1;
    flex: 0 0 auto;
    color: var(--color-main);
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-video-navigation {
    order: 3;
    flex: 0 0 auto;
    gap: 1.2rem;
}

.home-video-navigation .swiper-button-prev, .home-video-navigation .swiper-button-next {
    position: static;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0;
    color: var(--color-highlight);
    font-size: 3rem;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.home-video-navigation .swiper-button-prev:after, .home-video-navigation .swiper-button-next:after {
    display: none;
}

.home-video-navigation .swiper-button-prev:hover, .home-video-navigation .swiper-button-next:hover {
    opacity: 0.8;
    transform: translateY(-0.2rem);
}

.home-video-carousel {
    width: 100%;
    overflow: hidden;
}

.home-video-swiper {
    overflow: visible;
    width: 100%;
}

.home-video-swiper .swiper-wrapper {
    align-items: stretch;
}

.home-video-swiper .swiper-slide {
    width: min(94rem, calc(100vw - 6rem));
    height: auto;
}

.home-video-card {
    position: relative;
    display: block;
    width: 100%;
    height: 55rem;
    overflow: hidden;
    background: #111;
    color: #fff;
    cursor: pointer;
}

.home-video-card:not(a):not(span) {
    cursor: default;
}

.home-video-card:hover {
    color: #fff;
}

.home-video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.home-video-card:hover img {
    transform: scale(1.04);
}

.home-video-card:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 35%;
    background: linear-gradient(180deg, rgba(36, 39, 101, 0) 0%, rgba(36, 39, 101, 0.92) 100%);
    pointer-events: none;
}

.home-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8rem;
    height: 8rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.25s ease, transform 0.25s ease;
}

.home-video-play i {
    margin-left: 0.5rem;
    color: #fff;
    font-size: 3.6rem;
}

.home-video-card:hover .home-video-play {
    background: rgba(237, 28, 36, 0.9);
    transform: translate(-50%, -50%) scale(1.06);
}

.home-video-name {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.home-video-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 4.6rem;
}

.home-video-pagination.swiper-pagination {
    bottom: auto;
    left: auto;
    width: auto;
}

.home-video-pagination .swiper-pagination-bullet {
    width: 3rem;
    height: 0.4rem;
    border-radius: 999px;
    background: rgba(36, 39, 101, 0.45);
    opacity: 1;
    margin: 0 !important;
}

.home-video-pagination .swiper-pagination-bullet-active {
    width: 6.4rem;
    background: #242765;
}

.home-news-section {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
    background: #fff;
}

.home-news-section > .container {
    max-width: 144rem;
}

.home-news-heading {
    gap: 2rem;
}

.home-news-title {
    flex: 0 0 auto;
    color: var(--color-main);
    font-size: 4rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-news-heading-line {
    flex: 1;
    height: 1px;
    background: rgba(31, 36, 44, 0.12);
}

.home-news-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 15.4rem;
    height: 4.3rem;
    padding: 0 2rem;
    color: #fff;
    background: var(--color-main);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}

.home-news-view-all:hover {
    color: #fff;
    background: #ed1c24;
}

.home-news-row {
    align-items: flex-start;
}

.home-news-feature-image {
    display: block;
    overflow: hidden;
}

.home-news-feature-image img {
    width: 100%;
    height: 41rem;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-news-feature:hover .home-news-feature-image img, .home-news-item:hover .home-news-item-image img {
    transform: scale(1.05);
}

.home-news-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.2rem 2.4rem;
    color: #666;
    font-size: 1.5rem;
    line-height: 1.4;
}

.home-news-feature .home-news-meta {
    margin-top: 1.4rem;
    margin-bottom: 1.6rem;
}

.home-news-meta span {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
}

.home-news-meta i {
    color: #777;
    font-size: 1.4rem;
}

.home-news-feature-title, .home-news-item-title {
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-news-feature-title {
    max-width: 64rem;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.35;
}

.home-news-feature-title a, .home-news-item-title a {
    color: #000;
}

.home-news-feature-title a:hover, .home-news-item-title a:hover {
    color: var(--color-highlight);
}

.home-news-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.home-news-item {
    display: grid;
    grid-template-columns: 20.5rem 1fr;
    gap: 1.6rem;
    align-items: start;
}

.home-news-item-image {
    display: block;
    overflow: hidden;
}

.home-news-item-image img {
    width: 100%;
    height: 12.4rem;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-news-item-title {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 4.6rem;
}

.home-news-item .home-news-meta {
    gap: 1rem 2rem;
}

.custom-news-section {
    padding: 7rem 0;
    background: #fff;
}

.custom-news-heading {
    display: grid;
    grid-template-columns: auto minmax(8rem, 1fr) auto;
    align-items: start;
    gap: 3rem;
    margin-bottom: 5.4rem;
}

.custom-news-title {
    position: relative;
    color: #242765;
    font-size: 3.4rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: uppercase;
}

.custom-news-title:before {
    content: "";
    position: absolute;
    top: -1.4rem;
    left: -2.6rem;
    width: 2.2rem;
    height: 2.2rem;
    border-top: 1px solid #ed1c24;
    border-left: 1px solid #ed1c24;
}

.custom-news-heading-line {
    height: 1px;
    margin-top: 2.1rem;
    background: rgba(31, 36, 44, 0.14);
}

.custom-news-tabs {
    gap: 4.2rem;
    margin: 0;
}

.custom-news-tabs .nav-link {
    position: relative;
    padding: 1.7rem 0 0;
    border-top: 1px solid transparent;
    color: #000;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.custom-news-tabs .nav-link.active, .custom-news-tabs .nav-link:hover {
    border-top-color: #ed1c24;
    color: #ed1c24;
}

.custom-news-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4.4rem 3.8rem;
}

.custom-news-card {
    min-width: 0;
}

.custom-news-image {
    display: block;
    overflow: hidden;
    background: #f3f3f3;
}

.custom-news-image img {
    width: 100%;
    aspect-ratio: 1.72 / 1;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.custom-news-card:hover .custom-news-image img {
    transform: scale(1.04);
}

.custom-news-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.6rem 1.8rem;
    margin-top: 1rem;
    margin-bottom: 0.8rem;
    color: #666;
    font-size: 1.4rem;
    line-height: 1.35;
}

.custom-news-meta span {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 0.6rem;
}

.custom-news-meta i {
    flex: 0 0 auto;
    color: #777;
    font-size: 1.25rem;
}

.custom-news-card-title {
    margin: 0;
    color: #000;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0;
    text-transform: uppercase;
}

.custom-news-card-title a {
    color: inherit;
}

.custom-news-card-title a:hover {
    color: #ed1c24;
}

.custom-news-description {
    margin-top: 1rem;
    color: #111;
    font-size: 1.4rem;
    line-height: 1.55;
}

.custom-news-view-all-wrap {
    display: flex;
    justify-content: center;
    margin-top: 4.2rem;
}

.custom-news-view-all {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 12rem;
    height: 3.6rem;
    padding: 0 1.8rem;
    background: #29276b;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
}

.custom-news-view-all:hover {
    background: #ed1c24;
    color: #fff;
}

.process-section .inner-image {
    width: 20rem;
    height: 20rem;
    margin: 0 auto;
}

.process-section {
    background-position: bottom right;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.process-section .item:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 3px;
    background: var(--color-second);
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-section {
    background: #1F232C;
}

.contact-section .background-overlay {
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.contact-section .form-control {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    outline: 0;
    background: rgba(255, 255, 255, 0);
    width: 100%;
    margin-bottom: 2.5rem;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 5px;
    border: 2px solid #343C4A;
    height: 6rem;
}

.contact-section textarea.form-control {
    height: auto;
}

.contact-section select option {
    color: #000;
}

.contact-section select.chosen-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px), calc(100% - 15px);
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    line-height: 1.5;
}

.testimonial-section .item {
    padding: 3rem 2rem 3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.03);
}

.testimonial-section .item:before {
    content: '';
    background-color: var(--color-second);
    width: 100%;
    height: 0.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.testimonial-section .item .img {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.testimonial-section .item .img img {
    width: 8rem;
    height: 8rem;
}

.testimonial-section .item .quote-icon {
    height: 3.4rem;
    width: 3.4rem;
    line-height: 2.6rem;
    font-size: 1.7rem;
    color: white;
    background-color: var(--color-highlight);
    border-radius: 50%;
    border: 0.4rem solid white;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -0.8rem;
    right: -1.2rem;
}

.testimonial-section .item .description {
    font-size: 1.6rem;
    color: var(--color-text)
}

.testimonial-section .item .subtitle {
    color: var(--color-text);
}

.post-meta {
    bottom: 0;
}

.btn-view-more {
    border-top: 1px dashed var(--gray);
}

.article-item .btn-view-more a {
    padding-left: 4.8rem;
}

.btn-view-more a:before {
    content: '';
    width: 3.6rem;
    height: 0.2rem;
    background: rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-view-more a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    left: 3.6rem;
    top: 50%;
    position: absolute;
    font-size: 1.8rem;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.article-item:hover .btn-view-more a {
    padding-left: 5.5rem;
    color: var(--color-main) !important;
}

.article-item:hover .btn-view-more a:after {
    opacity: 1;
    visibility: visible;
}

footer {
    position: relative;
    background: white;
}

.title-footer {
    color: black;
}

footer .overlay-footer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bg-footer,.bg-footer * {
    position: unset;
}

.footer-menu-section ul li {
    margin-bottom: 1.5rem;
}

.footer-menu-section ul li a {
    color: black;
    font-weight: bold;
}

.footer-menu-section ul li a:hover {
    color: var(--color-highlight);
}

.copyright {
    border-width: 2px !important;
    color: black;
    border-top: 1px solid #989898 !important;
}

footer .title-section {
    font-size: 2rem !important;
    text-align: left;
    margin-bottom: 0 !important;
    text-transform: inherit !important;
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    line-height: 1.4;
}

.item-album img {
    cursor: pointer;
}

.form-control {
    font-size: 1.5rem;
    border-radius: 0.5rem;
    height: 5rem;
    border-color: #EBEBEB;
}

.form-group {
    margin-bottom: 2rem;
}

.menu-section > ul > li > .entry-menu:before {
    content: "";
    position: absolute;
    height: 1.5rem;
    width: 1.5rem;
    top: -0.8rem;
    left: 4.5rem;
    opacity: 1;
    z-index: -1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
}

.menu-section > ul > li > .entry-menu {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15) !important;
}

.view-collapse .card .card-header .btn-header-link.collapsed i:before {
    content: "\2b";
}

.view-collapse .card {
    border: 1px solid #d5d5d5;
}

.view-collapse .card:not(:first-child) {
    border-top: none
}

.view-collapse .card .card-header .btn-header-link {
    padding: 1.2rem 1.5rem;
    cursor: pointer;
}

.view-collapse .card .card-header+div {
    padding: 1.2rem 1.5rem;
    border-top: 1px solid #B3B3B3;
}

.view-collapse .card .collapse ul, .card .collapse ol {
    padding-left: 1.5rem;
}

.view-collapse .card .card-header .btn-header-link:hover {
    color: var(--color-highlight);
}

.breadcrumbs-section-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 12rem 0;
}

.breadcrumbs-section-bg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 60%);
    top: 0;
    left: 0;
}

.breadcrumbs-section-bg h1 {
    line-height: 1.5;
}

.banner-breadcrumb-section {
    min-height: 38rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
    background-color: #1f244c;
    background-position: center center;
}

.banner-breadcrumb-section:before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(72, 150, 175, 0.38) 0%, rgba(25, 35, 88, 0.82) 100%);
}

.banner-breadcrumb-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 52rem;
    height: 25rem;
    transform: translateX(-50%);
    background: rgb(255 255 255 / 4%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    pointer-events: none;
}

.banner-breadcrumb-section > .container {
    z-index: 2;
}

.banner-breadcrumb-title {
    color: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 1.6rem;
}

.banner-breadcrumb-nav {
    color: #fff;
    font-size: 1.5rem;
}

.banner-breadcrumb-nav a, .banner-breadcrumb-nav span {
    color: rgba(255, 255, 255, 0.9);
}

.banner-breadcrumb-nav a:after {
    content: "\00bb";
    font-family: inherit;
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: 1rem;
}

.banner-breadcrumb-nav a {
    margin-right: 1rem;
}

.banner-breadcrumb-nav a:hover, .banner-breadcrumb-nav span {
    color: #fff;
}

.banner-breadcrumb-nav span {
    font-weight: 700;
}

.social-share .list-social .btn-social a {
    border: 1px solid #E5E5E5;
    width: 4.5rem;
    height: 4.5rem;
    display: block;
    text-align: center;
    line-height: 4.5rem;
    color: var(--color-text);
    border-radius: 50%;
}

.social-share .list-social .btn-social {
    margin: 0 0 0 1rem;
}

.social-share .list-social .btn-social a:hover {
    color: white;
    background: var(--color-highlight);
}

.product-image-detail .inner-image {
    padding-top: 100%;
}

.comment-section .list-comment:empty {
    margin: 0;
    padding: 0;
    border: 0;
}

.comment-section .list-comment:empty+.total-comment {
    display: none;
}

.article_detail h1 {
    font-size: 3.5rem;
}

.project-detail {
    color: #111;
    background: #fff;
}

.project-detail-hero {
    min-height: 66rem;
    display: flex;
    align-items: flex-end;
    background-color: #1f232c;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 18rem 0 13rem;
    overflow: hidden;
}

.project-detail-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(20, 22, 48, 0.18) 0%, rgba(36, 39, 101, 0.86) 100%);
    z-index: 1;
}

.project-detail-hero > .container {
    position: relative;
    z-index: 2;
}

.project-detail-title {
    color: #fff;
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: 0;
    text-transform: uppercase;
}

.project-detail-breadcrumb {
    gap: 0.8rem;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5;
}

.project-detail-breadcrumb a, .project-detail-breadcrumb span {
    color: #fff;
}

.project-detail-breadcrumb a:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    margin-left: 0.8rem;
    font-size: 1.2rem;
    font-weight: 900;
}

.project-detail-breadcrumb a:hover {
    color: #ed1c24;
}

.project-detail-info-section {
    position: relative;
    z-index: 3;
    margin-top: -5.5rem;
}

.project-detail-info {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #fff;
    border-left: 1px solid #ed1c24;
    border-right: 1px solid #ed1c24;
    box-shadow: 0 1.8rem 4.5rem rgba(0, 0, 0, 0.08);
}

.project-detail-info-item {
    min-height: 15.5rem;
    padding: 3rem 3.6rem;
}

.project-detail-info-item:not(:last-child) {
    border-right: 1px solid #e4e4e4;
}

.project-detail-info-item h2 {
    color: #242765;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.project-detail-info-text {
    color: #111;
    font-size: 1.8rem;
    line-height: 1.45;
}

.project-detail-content-section {
    padding: 8rem 0 7rem;
}

.project-detail-content {
    color: #111;
    font-size: 1.8rem;
    line-height: 1.55;
}

.project-detail-content h1, .project-detail-content h2, .project-detail-content h3, .project-detail-content h4, .project-detail-content h5, .project-detail-content h6 {
    color: #242765;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.project-detail-content h1, .project-detail-content h2 {
    font-size: 4.2rem;
    line-height: 1.28;
    margin-bottom: 2.4rem;
}

.project-detail-content p {
    margin-bottom: 1.8rem;
}

.project-detail-content img, .project-detail-content iframe, .project-detail-content video {
    max-width: 100%;
}

.project-detail-content img {
    height: auto;
}

.project-detail-description-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(32rem, 52%);
    gap: 6rem;
    align-items: center;
}

.project-detail-description-item:not(:last-child) {
    margin-bottom: 7rem;
}

.project-detail-description-item:nth-child(even) .project-detail-description-text {
    order: 2;
}

.project-detail-description-item:nth-child(even) .project-detail-description-image {
    order: 1;
}

.project-detail-description-image {
    overflow: hidden;
}

.project-detail-description-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.project-detail-gallery-section {
    overflow: hidden;
    background-color: #fff;
    background-image: url("https://cdn11972.cdn4s10.io.vn/media/background/background_decor.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8rem 0 7rem;
}

.project-detail-gallery-heading {
    position: relative;
    gap: 2rem;
    margin-bottom: 4.8rem;
}

.project-detail-gallery-heading:after {
    content: "";
    order: 2;
    flex: 1;
    height: 1px;
    background: rgba(36, 39, 101, 0.1);
}

.project-detail-gallery-title {
    position: relative;
    order: 1;
    flex: 0 0 auto;
    color: #242765;
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.project-detail-gallery-title:before {
    content: "";
    position: absolute;
    top: -1.6rem;
    left: -3.2rem;
    width: 2.7rem;
    height: 2.7rem;
    border-top: 1px solid #ed1c24;
    border-left: 1px solid #ed1c24;
}

.project-detail-gallery-navigation {
    order: 3;
    flex: 0 0 auto;
    gap: 1.4rem;
    color: #ed1c24;
}

.project-detail-gallery-navigation .swiper-button-prev, .project-detail-gallery-navigation .swiper-button-next {
    position: static;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0;
    color: #ed1c24;
}

.project-detail-gallery-navigation .swiper-button-prev:after, .project-detail-gallery-navigation .swiper-button-next:after {
    display: none;
}

.project-detail-gallery-navigation i {
    font-size: 2.8rem;
}

.project-detail-gallery-swiper {
    overflow: hidden;
}

.project-detail-gallery-link {
    display: block;
    color: inherit;
}

.project-detail-gallery-image {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f0f0f0;
}

.project-detail-gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.project-detail-gallery-link:hover .project-detail-gallery-image img {
    transform: scale(1.05);
}

.project-detail-gallery-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin-top: 5rem;
}

.project-detail-gallery-pagination.swiper-pagination {
    bottom: auto;
    left: auto;
    width: auto;
}

.project-detail-gallery-pagination .swiper-pagination-bullet {
    width: 3.2rem;
    height: 0.4rem;
    border-radius: 999px;
    background: rgba(36, 39, 101, 0.45);
    opacity: 1;
    margin: 0 !important;
}

.project-detail-gallery-pagination .swiper-pagination-bullet-active {
    width: 6.4rem;
    background: #242765;
}

.partner-section {
    overflow: hidden;
    background: #fff;
}

.partner-section > .container {
    max-width: 144rem;
}

.partner-heading {
    position: relative;
}

.partner-title {
    position: relative;
    display: inline-block;
    color: var(--color-main);
    font-size: 4.2rem;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
}

.partner-title:before {
    content: "";
    position: absolute;
    top: -1.6rem;
    left: -1.2rem;
    width: 2.7rem;
    height: 2.7rem;
    border-top: 1px solid #ed1c24;
    border-left: 1px solid #ed1c24;
}

.partner-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.partner-carousel:before, .partner-carousel:after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 8rem;
    height: 100%;
    pointer-events: none;
}

.partner-carousel:before {
    left: 0;
    background: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.partner-carousel:after {
    right: 0;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.partner-swiper {
    overflow: visible;
}

.partner-swiper .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}

.partner-swiper .swiper-slide {
    width: clamp(15rem, 15vw, 22rem);
    height: auto;
}

.partner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 9rem;
    padding: 1rem 0;
}

.partner-logo img {
    display: block;
    width: 100%;
    max-width: 20rem;
    max-height: 7.2rem;
    object-fit: contain;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

a.partner-logo:hover img {
    opacity: 0.85;
    transform: translateY(-0.2rem);
}

.product-detail-footer .content ul, .product-detail-footer .content ol {
    padding-left: 1.5rem;
}

.search-page .input-group-append .btn {
    z-index: 1;
}

.invalid-feedback {
    color: #dc3545;
}

.product-detail-footer .nav li {
    margin: 1rem;
}

.setting-menu-mb {
    box-shadow: 0px 3px 6px rgb(0, 0, 0, 6%);
    position: relative;
    z-index: 10;
}

.is-mobile .flex-logo {
    flex: 1;
}

.t-fade:nth-child(1) {
    animation-delay: 0.1s;
}

.t-fade:nth-child(2) {
    animation-delay: 0.2s;
}

.t-fade:nth-child(3) {
    animation-delay: 0.3s;
}

.t-fade:nth-child(4) {
    animation-delay: 0.4s;
}

.t-fade:nth-child(5) {
    animation-delay: 0.5s;
}

.t-fade:nth-child(6) {
    animation-delay: 0.6s;
}

@media (min-width: 768px) {
    .service-section .content {
        padding: 10rem 0 6rem !important;
    }

    .why-section {
        padding: 10rem 0 15rem;
    }

    .newsletter-section {
        margin-top: -6rem;
    }

    .process-section {
        padding: 8rem 0 10rem !important;
    }

    .contact-section .right {
        padding: 5rem !important;
    }

    .newsletter-section .invalid-feedback {
        position: absolute;
    }
}

@media (min-width: 992px) {
    .fs-md-65 {
        font-size: 6.5rem !important;
    }

    .menu-section > ul > li > .entry-menu:after {
        content: '';
        background: var(--color-second);
        height: 0.3rem;
        position: absolute;
        bottom: 0;
        right: 2.5rem;
        left: 2.5rem;
    }

    .project-section {
        padding: 0 8rem !important;
    }
}

@media (min-width: 1000px) {
    .is-mobile .cart-contact-header {
        order: 3;
    }
}

@media (min-width: 1080px) {
    header .logo-section {
        min-width: 5rem;
        /* min-height: 7rem; */
        /* background: white; */
        /* margin-top: -5rem; */
        /* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06); */
    }

    .logo-section img {
        height: 5.1rem;
    }

    .header_menu > .container > .row > div:last-child {
        display: flex;
        justify-content: end;
    }
}

@media (min-width: 1280px) {
    .project-section .inner-content {
        left: 6rem;
        right: 6rem;
    }
}

@media (max-width: 1440px) {
    .home-slider-section .swiper-slider-home .swiper-button-prev {
        right: 8rem;
    }

    .home-slider-section .swiper-slider-home .swiper-button-next {
        right: 2rem;
    }
}

@media (max-width: 1200px) {
    .menu-section > ul > li {
        margin-left: 1.2rem;
        margin-right: 1.2rem;
    }

    .contact-header a {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .featured-project-swiper {
        width: calc(100% - 8rem);
    }

    .featured-project-card {
        min-height: 56rem;
    }

    .featured-project-card img {
        height: 56rem;
    }

    .related-project-card {
        min-height: 48rem;
    }

    .related-project-card > img {
        height: 48rem;
    }

    .home-video-card {
        height: 48rem;
    }

    .home-news-feature-image img {
        height: 35rem;
    }

    .home-news-item {
        grid-template-columns: 17rem 1fr;
    }

    .home-news-item-image img {
        height: 11rem;
    }

    .home-news-item-title {
        font-size: 1.8rem;
        margin-bottom: 2.6rem;
    }

    .project-detail-hero {
        min-height: 58rem;
        padding-top: 14rem;
        padding-bottom: 11rem;
    }

    .project-detail-info {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-detail-info-item:nth-child(2n) {
        border-right: 0;
    }

    .project-detail-info-item:nth-child(n + 3) {
        border-top: 1px solid #e4e4e4;
    }
}

@media (max-width: 1080px) {
    .swiper-slider-main .swiper-slide--tile {
        font-size: 1.5rem !important;
    }

    .swiper-slider-main .swiper-slide--description {
        font-size: 4.5rem !important;
    }

    .swiper-slider-main .desc_short {
        font-size: 1.4rem !important;
    }

    .swiper-slide--wrap .btn-submit {
        padding: 1rem 2rem !important;
    }
}

@media (max-width: 1024px) {
    .setting-menu-mb>.container>.row>div {
        display: flex;
        align-items: center;
        justify-content: end;
    }
}

@media (max-width: 992px) {
    .footer-mb>.container>.row>div {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .social-share .list-social .btn-social a {
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
    }

    .setting-menu > .container > .row > div {
        justify-content: end;
    }

    .flex-logo {
        flex: 1;
    }

    .setting-menu .menu-sec {
        order: 3;
    }

    .home-news-section {
        padding-top: 1rem !important;
        padding-bottom: 3rem !important;
    }

    .home-news-feature-image img {
        height: 42rem;
    }

    .home-news-list {
        gap: 2rem;
    }

    .home-news-item-title {
        margin-bottom: 2rem;
    }

    .highlight-stat-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.8rem 2rem;
    }

    .info-web-wrap {
        grid-template-columns: 1fr;
        gap: 5rem;
    }

    .info-web-contact {
        max-width: none;
    }
}

@media (max-width: 768px) {
    .swiper-slider-main .swiper-slide img {
        object-position: 70% center;
    }

    .home-slider-section .swiper-slider-home .swiper-slide img {
        max-height: 48rem;
        object-position: 68% center;
    }

    .home-slider-section .swiper-slider-home .swiper-slide--wrap {
        top: 14%;
    }

    .home-slider-section .swiper-slider-home .swiper-slide--tile {
        font-size: 3rem !important;
        max-width: 32rem;
        margin-bottom: 1.2rem !important;
    }

    .home-slider-section .swiper-slider-home .swiper-slide--description {
        font-size: 1.6rem !important;
        max-width: 32rem;
    }

    .home-slider-section .swiper-slider-home .swiper-pagination {
        bottom: 2.4rem;
        left: 2rem;
        width: auto;
        max-width: calc(100% - 12rem);
        transform: none;
    }

    .home-slider-section .swiper-slider-home .swiper-button-prev, .home-slider-section .swiper-slider-home .swiper-button-next {
        bottom: 1.3rem;
    }

    .home-slider-section .swiper-slider-home .swiper-button-prev {
        right: 6rem;
    }

    .home-slider-section .swiper-slider-home .swiper-button-next {
        right: 1.5rem;
    }

    .featured-project-section {
        padding-top: 5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .featured-project-heading {
        gap: 1.5rem;
        margin-bottom: 3rem !important;
    }

    .featured-project-heading:after {
        display: none;
    }

    .featured-project-title {
        font-size: 3rem;
    }

    .featured-project-title:before {
        top: -1rem;
        left: -1.4rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    .featured-project-swiper {
        width: calc(100% - 3rem);
    }

    .featured-project-card {
        min-height: 48rem;
    }

    .featured-project-card img {
        height: 48rem;
    }

    .featured-project-content {
        min-height: 13rem;
        padding: 2.4rem 2rem;
    }

    .featured-project-card:hover .featured-project-content {
        justify-content: flex-end;
    }

    .featured-project-name {
        font-size: 1.8rem;
    }

    .featured-project-row {
        grid-template-columns: 8.5rem 1fr;
        gap: 1.2rem;
        padding: 1rem 0;
        font-size: 1.4rem;
    }

    .featured-project-more {
        font-size: 1.5rem;
    }

    .featured-project-pagination {
        margin-top: 2.8rem;
    }

    .related-project-section {
        padding-top: 5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .related-project-heading {
        gap: 1.5rem;
        margin-bottom: 3rem !important;
    }

    .related-project-title {
        font-size: 3rem;
    }

    .related-project-title:before {
        top: -1rem;
        left: -1.4rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    .related-project-view-all {
        min-width: auto;
        height: 4rem;
        padding: 0 1.6rem;
        font-size: 1.4rem;
    }

    .related-project-card {
        min-height: 44rem;
    }

    .related-project-card > img {
        height: 44rem;
    }

    .related-project-content {
        min-height: 12rem;
        padding: 2.4rem 2rem;
    }

    .related-project-card:hover .related-project-content {
        justify-content: flex-end;
    }

    .related-project-name {
        font-size: 1.8rem;
    }

    .related-project-info-row {
        grid-template-columns: 8.5rem 1fr;
        gap: 1.2rem;
        padding: 1rem 0;
        font-size: 1.4rem;
    }

    .related-project-more {
        font-size: 1.5rem;
    }

    .related-project-pagination {
        margin-top: 2.8rem;
    }

    .home-video-section {
        padding-top: 5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .home-video-heading {
        gap: 1.5rem;
        margin-bottom: 3rem !important;
    }

    .home-video-heading:after {
        display: none;
    }

    .home-video-title {
        font-size: 3rem;
    }

    .home-video-swiper .swiper-slide {
        width: calc(100vw - 3rem);
    }

    .home-video-card {
        height: 40rem;
    }

    .home-video-play {
        width: 6.4rem;
        height: 6.4rem;
    }

    .home-video-play i {
        font-size: 2.8rem;
    }

    .home-video-name {
        right: 1.6rem;
        bottom: 1.6rem;
        left: 1.6rem;
        font-size: 1.8rem;
    }

    .home-video-pagination {
        margin-top: 2.8rem;
    }

    .home-news-heading {
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-bottom: 3rem !important;
    }

    .home-news-title {
        font-size: 3rem;
    }

    .home-news-heading-line {
        display: none;
    }

    .home-news-view-all {
        min-width: auto;
        height: 4rem;
        padding: 0 1.6rem;
        font-size: 1.4rem;
        margin-left: auto;
    }

    .home-news-feature-image img {
        height: 34rem;
    }

    .home-news-feature-title {
        font-size: 2rem;
    }

    .home-news-item {
        grid-template-columns: 14rem 1fr;
        gap: 1.2rem;
    }

    .home-news-item-image img {
        height: 9.6rem;
    }

    .home-news-item-title {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }

    .home-news-meta {
        gap: 0.8rem 1.4rem;
        font-size: 1.3rem;
    }

    .breadcrumbs-section-bg {
        padding: 5rem 0;
    }

    .breadcrumbs-section-bg h1.text-h1 {
        font-size: 3rem;
        line-height: 1.3;
    }

    .banner-breadcrumb-section {
        min-height: 28rem;
        padding: 0;
    }

    .banner-breadcrumb-section:after {
        width: 34rem;
        height: 15rem;
    }

    .banner-breadcrumb-title {
        font-size: 3rem;
        margin-bottom: 1.2rem;
    }

    .project-detail-hero {
        min-height: 42rem;
        padding-top: 10rem;
        padding-bottom: 8rem;
    }

    .project-detail-title {
        font-size: 3rem;
        line-height: 1.25;
    }

    .project-detail-breadcrumb {
        font-size: 1.4rem;
    }

    .project-detail-info-section {
        margin-top: 0;
    }

    .project-detail-info {
        grid-template-columns: 1fr;
        border-left: 0;
        border-right: 0;
        box-shadow: none;
    }

    .project-detail-info-item {
        min-height: auto;
        padding: 2.4rem 0;
        border-right: 0 !important;
    }

    .project-detail-info-item:not(:last-child) {
        border-bottom: 1px solid #e4e4e4;
    }

    .project-detail-info-item:nth-child(n + 3) {
        border-top: 0;
    }

    .project-detail-info-item h2 {
        font-size: 2.2rem;
    }

    .project-detail-info-text, .project-detail-content {
        font-size: 1.6rem;
    }

    .project-detail-content-section {
        padding: 5rem 0;
    }

    .project-detail-content h1, .project-detail-content h2 {
        font-size: 3rem;
    }

    .project-detail-description-item {
        grid-template-columns: 1fr;
        gap: 2.4rem;
    }

    .project-detail-description-item:not(:last-child) {
        margin-bottom: 5rem;
    }

    .project-detail-description-item:nth-child(even) .project-detail-description-text, .project-detail-description-item:nth-child(even) .project-detail-description-image {
        order: unset;
    }

    .project-detail-gallery-section {
        padding: 5rem 0;
    }

    .project-detail-gallery-heading {
        gap: 1.5rem;
        margin-bottom: 3rem;
    }

    .project-detail-gallery-heading:after {
        display: none;
    }

    .project-detail-gallery-title {
        font-size: 3rem;
    }

    .project-detail-gallery-title:before {
        top: -1rem;
        left: -1.4rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    .project-detail-gallery-pagination {
        margin-top: 2.8rem;
    }

    .partner-section {
        padding-top: 5rem !important;
        padding-bottom: 4.5rem !important;
    }

    .partner-heading {
        margin-bottom: 3rem !important;
    }

    .partner-title {
        font-size: 3rem;
    }

    .partner-title:before {
        top: -1rem;
        left: -1.4rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    .partner-carousel:before, .partner-carousel:after {
        width: 3rem;
    }

    .partner-swiper .swiper-slide {
        width: 14rem;
    }

    .partner-logo {
        min-height: 7rem;
    }

    .partner-logo img {
        max-height: 5.6rem;
    }

    .highlight-stat-section {
        padding: 2.4rem 0;
    }

    .highlight-stat-value {
        font-size: 2.4rem;
    }

    .info-web-section {
        padding: 5rem 0 4.5rem;
    }

    .info-web-logo {
        max-width: 22rem;
    }

    .info-web-company, .info-web-social-title, .info-web-contact-item {
        font-size: 1.5rem;
    }

    .info-web-contact h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .nh-admin-bar ul {
        display: none;
    }

    .head-info .email {
        display: none !important;
    }

    .title-section h3, .title-section h1 {
        font-size: 3rem;
    }

    .footer-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .social-section li {
        padding-left: 1rem;
    }

    .display-4 {
        font-size: 2.7rem;
    }

    .product-detail-footer .nav li {
        width: 100%;
    }

    .swiper-slider-main .swiper-slide--description {
        font-size: 3.5rem !important;
    }

    .bg-service {
        background: var(--color-main) !important;
        height: 100%;
    }

    .why-section,.service-section .content, .process-section {
        padding: 6rem 0 !important;
    }

    .newsletter-section {
        margin-top: 6rem;
    }

    .newsletter-section input {
        height: 7rem;
        width: 100%;
    }

    .newsletter-section .btn {
        position: unset !important;
        transform: translateY(0);
        max-width: 100%;
        margin-top: 1.5rem;
    }

    .price-amount {
        display: block;
    }

    .price-amount.old-price {
        display: inline-block;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .highlight-stat-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 2.4rem 1.2rem;
    }

    .highlight-stat-value {
        font-size: 2.2rem;
    }

    .highlight-stat-label {
        font-size: 1.2rem;
    }

    .home-news-heading {
        display: block !important;
    }

    .related-project-heading {
        display: block !important;
    }

    .related-project-heading-line {
        display: none;
    }

    .related-project-view-all {
        margin-top: 1.5rem;
    }

    .related-project-card {
        min-height: 38rem;
    }

    .related-project-card > img {
        height: 38rem;
    }

    .home-news-view-all {
        margin-top: 1.5rem;
    }

    .home-news-feature-image img {
        height: 24rem;
    }

    .home-video-card {
        height: 28rem;
    }

    .home-video-name {
        font-size: 1.5rem;
    }

    .home-news-item {
        grid-template-columns: 11rem 1fr;
    }

    .home-news-item-image img {
        height: 8.4rem;
    }

    .home-news-item-title {
        font-size: 1.45rem;
        line-height: 1.3;
    }

    .home-news-item .home-news-meta span:last-child {
        display: none;
    }

    .project-detail-title, .project-detail-content h1, .project-detail-content h2, .project-detail-gallery-title {
        font-size: 2.6rem;
    }

    .project-detail-hero {
        min-height: 36rem;
    }
}

@media (max-width: 1200px) {
    .custom-news-section > .container {
        max-width: 100%;
    }

    .project-list-section > .container, .project-category-tabs > .container {
        max-width: 100%;
    }

    .custom-news-heading {
        gap: 2rem;
    }

    .custom-news-tabs {
        gap: 2.8rem;
    }
}

@media (max-width: 992px) {
    .custom-news-heading {
        grid-template-columns: auto 1fr;
    }

    .custom-news-tabs {
        grid-column: 1 / -1;
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: 0.4rem;
    }

    .custom-news-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3.4rem 2.4rem;
    }
}

@media (max-width: 768px) {
    .custom-news-section {
        padding: 0rem 0;
    }

    .project-category-tab-list {
        justify-content: flex-start;
    }

    .project-category-tab-list a {
        min-height: 5.2rem;
        padding: 0 1.8rem;
        font-size: 1.2rem;
    }

    .project-list-section {
        padding-top: 5rem !important;
    }

    .project-list-section .related-project-title {
        font-size: 3rem;
    }

    .project-list-section .related-project-title:before {
        left: -1.4rem;
    }

    .project-list-section .related-project-card {
        min-height: 34rem;
    }

    .project-list-section .related-project-card > img {
        height: 34rem;
    }

    .custom-news-heading {
        display: block;
        margin-bottom: 3rem;
    }

    .custom-news-title {
        font-size: 3rem;
        margin-bottom: 1.8rem !important;
    }

    .custom-news-title:before {
        top: -1rem;
        left: -1.4rem;
        width: 1.8rem;
        height: 1.8rem;
    }

    .custom-news-heading-line {
        display: none;
    }

    .custom-news-tabs {
        flex-wrap: nowrap;
        gap: 2.4rem;
    }

    .custom-news-card-title {
        font-size: 1.65rem;
    }
}

@media (max-width: 576px) {
    .custom-news-grid {
        grid-template-columns: 1fr;
    }

    .custom-news-image img {
        aspect-ratio: 1.65 / 1;
    }
}

@media (min-width: 1024px) {
    .menu-section > ul > li.nav-hotline {
        width: 110px;
    }

    .menu-section > ul > li.nav-hotline a {
        line-height: 1.5;
        position: relative;
        top: 10px;
    }
}
