:root {
    --orange: #f58220;
    --ink: #263746;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--ink);
    font-size: 14px;
    font-family: 'Roboto', serif;
}

body.content-protected,
body.content-protected *:not(input):not(textarea):not(select) {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Video section */
.video-section {
    background: #f7f9fb;
    padding-bottom: 48px;
}

.video-section .section-header h2 {
    color: #123664;
    margin-bottom: 20px;
}

.video-grid {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.video-item {
    flex: 1 1 360px;
    max-width: 720px;
}

.video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #000;
}

.video-embed iframe,
.video-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-item h3 {
    margin: 12px 0 6px;
    font-size: 20px;
    color: #252525;
}

.video-item p {
    margin: 0;
    color: #666;
}

@media (max-width: 767.98px) {
    .video-item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Full-bleed video hero */
.video-hero {
    position: relative;
    width: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.video-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(.95);
}

.video-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.28));
}

.video-hero-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.video-play {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.video-play-circle {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.95);
    background: rgba(0, 0, 0, 0.25);
    position: relative;
}

.video-play-circle:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.video-hero iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.category-media-hero {
    margin: 0;
}

.category-media-video-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-modal-video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 991.98px) {
    .video-hero {
        min-height: 320px;
    }

    .video-play-circle {
        width: 88px;
        height: 88px;
    }

    .video-play-circle:after {
        border-left-width: 18px;
        border-top-width: 12px;
        border-bottom-width: 12px;
        transform: translate(-34%, -52%);
    }
}

/* Video modal (lightbox) */
.video-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.video-modal.open {
    display: flex;
}

.video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
}

.video-modal-inner {
    position: relative;
    width: 90%;
    max-width: 1100px;
    aspect-ratio: 16/9;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
    z-index: 2;
}

.video-modal-close {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    color: #fff;
    font-size: 26px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
}

.video-modal-content iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

.video-modal-actions {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 4;
}

.video-open-youtube {
    color: #fff;
    padding: 8px 14px;
    display: inline-block;
    border-radius: 4px;
}




a {
    color: inherit;
}

a:hover {
    color: var(--orange);
    text-decoration: none;
}

.container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.space-bottom {
    margin-bottom: 20px;
}

.icon-space {
    margin-right: 8px;
}

.site-header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1050;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.site-header .container {
    padding-left: 20px;
    padding-right: 20px;
}

.site-header .container:before,
.site-header .container:after {
    display: none;
}

.header-top {
    background: #fff;
    border-bottom: 1px solid #D9D9D9;
}

.header-top-inner {
    align-items: center;
    display: grid;
    grid-template-columns: 6fr 3fr 1fr;
    min-height: 68px;
}

.company-name {
    color: #123866;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.header-hotline {
    color: #123866;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.header-hotline:hover,
.header-hotline:focus {
    color: #123866;
    text-decoration: none;
}

.search-button {
    color: #123866;
    font-size: 25px;
    grid-column: 4;
    justify-self: center;
    padding: 10px;
}

.search-button:hover {
    color: var(--orange);
}

.navbar {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    height: 80px;
}

.navbar-default {
    background: #fff;
}

.navbar-header {
    min-height: 80px;
}

.navbar-brand {
    align-items: center;
    display: flex;
    height: 80px;
    padding: 10px 0;
}

.navbar-brand>img {
    display: block;
    height: auto;
    max-height: 78px;
    width: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-default .navbar-nav>li>a {
    color: #191919;
    font-size: 16px;
    line-height: 26px;
    padding: 27px 6px;
    white-space: nowrap;
    font-weight: 600;

}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover {
    background: transparent;
    color: #123866;
}

.menu-plus {
    margin-left: 5px;
}

.has-submenu {
    position: relative;
}

.submenu {
    background: #fff;
    border-top: 3px solid #123866;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
    display: none;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 235px;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

.submenu>li>a {
    color: #191919;
    display: block;
    font-size: 16px;
    line-height: 1.35;
    padding: 11px 18px;
    white-space: nowrap;
}

.submenu>li>a:hover,
.submenu>li>a:focus {
    background: #f3f6f8;
    color: #123866;
}

.has-submenu:hover>.submenu,
.has-submenu:focus-within>.submenu {
    display: block;
}

.has-submenu:hover>a .menu-plus,
.has-submenu:focus-within>a .menu-plus {
    display: inline-block;
    transform: rotate(45deg);
}

.navbar-toggle {
    margin-top: 35px;
}

.py-5 {
    padding-top: 50px;
}

.image-banner img {
    width: 100%;
}

.banner-slideshow,
.banner-slideshow .owl-wrapper-outer,
.banner-slideshow .item {
    overflow: hidden;
}

.banner-slideshow img {
    display: block;
    width: 100%;
    transform: scale(1);
    transform-origin: center center;
    will-change: transform;
}

.banner-slideshow .owl-item.active:nth-child(odd) img {
    animation: banner-zoom-out 10s ease-in-out both;
}

.banner-slideshow .owl-item.active:nth-child(even) img {
    animation: banner-zoom-out 10s ease-in-out both;
}

.pt-3 {
    padding-top: 0px;
}

@keyframes banner-zoom-in {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.12);
    }
}

@keyframes banner-zoom-out {
    0% {
        transform: scale(1.12);
    }

    100% {
        transform: scale(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    .banner-slideshow .owl-item.active img {
        animation: none;
    }
}

.section-header h2 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 0;
    font-weight: bold;
}

.section-header {
    position: relative;
    margin-bottom: 30px;
}

.view-all {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-card {
    text-align: center;
    display: block;
}

.product-card img {
    width: 100%;
    height: 250px;
    transition: transform .35s ease;
}

.product-card:hover img,
.product-card:focus-visible img {
    transform: scale(1.035);
}

.product-card h3 {
    font-size: 18px;
}

.product-card p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.description_blog {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .submenu {
        border-top: 0;
        box-shadow: none;
        display: block;
        min-width: 0;
        padding: 0 0 5px 20px;
        position: static;
    }

    .submenu>li>a {
        font-size: 14px;
        padding: 8px 15px;
    }

    .site-header .navbar-header {
        float: none;
    }

    .site-header .navbar-toggle {
        display: block;
    }

    .site-header .navbar-collapse.collapse {
        display: none !important;
    }

    .site-header .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }

    .site-header .navbar-nav,
    .site-header .navbar-nav>li {
        float: none !important;
    }

    .site-header .navbar-nav {
        margin: 0 -15px;
    }

    .site-header .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
    }
}

@media (min-width: 1200px) {
    .navbar>.container {
        align-items: center;
        display: flex;
        gap: 20px;
    }

    .company-name {
        white-space: nowrap;
    }

    .navbar-header {
        flex: 0 0 300px;
    }

    .navbar-collapse.collapse {
        display: flex !important;
        flex: 1 1 auto;
        justify-content: flex-end;
        min-width: 0;
        padding: 0;
    }

    .navbar-nav.navbar-right {
        align-items: center;
        display: flex;
        float: none !important;
        margin: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .site-header .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .company-name,
    .header-hotline {
        font-size: 22px;
    }

    .navbar-header {
        flex-basis: 150px;
    }

    .navbar>.container {
        gap: 10px;
    }

    .navbar-brand>img {
        max-height: 72px;
        max-width: 115px;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

.hero {
    background: #d7e1e8;
    overflow: hidden;
    position: relative;
}

.hero-image {
    background: linear-gradient(90deg, rgba(9, 63, 104, .04), rgba(9, 63, 104, .25)), url("https://images.unsplash.com/photo-1565793298595-6a879b1d9492?auto=format&fit=crop&w=1800&q=85") center/cover;
    min-height: 485px;
}

.hero-copy {
    background: rgba(7, 47, 77, .92);
    color: #fff;
    left: 50%;
    max-width: 580px;
    padding: 40px 46px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-copy .eyebrow {
    color: #f7af55;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.hero-copy h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.18;
    margin: 12px 0 16px;
    text-transform: uppercase;
}

.hero-copy p {
    color: #dce7ee;
    line-height: 1.75;
    margin-bottom: 24px;
}

.btn-orange {
    background: var(--orange);
    border-color: var(--orange);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 11px 22px;
    text-transform: uppercase;
}

.btn-orange:hover {
    background: #d96c0c;
    color: #fff;
}

/* Footer styles matching provided layout */

.footer-top h3,
.footer-top h4 {
    margin-top: 0;
    padding-bottom: 15px;
}

.footer-top h3 {
    font-size: 25px;
    font-family: 'verdana', sans-serif;
    font-weight: 700;
    color: #000;
}

q .footer-top h4 {
    font-size: 20px;
}

.footer-top .icon-section {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    font-size: 16px;
}

.footer-links a {
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    color: #0a3a5a;
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid #e9e9e9;
    background: #fff;
}

.footer-bottom-inner {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.copyright-text {
    font-size: 14px;
    color: #111;
}

.license-text {
    font-style: italic;
    color: #333;
}

.flex-footer {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding-top: 30px;
}

.flex-footer .footer-left * {
    font-size: 16px
}

.float-right-zalo {
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 1000;
}

@media (max-width: 991.98px) {
    .footer-container {
        grid-template-columns: 1fr;
    }

    .footer-bottom-inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}


footer p,
footer li {
    font-size: 11px;
    line-height: 1.8;
}

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

footer .social a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    margin-right: 5px;
    width: 32px;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, .15);
    font-size: 10px;
    margin-top: 26px;
    padding-top: 17px;
    text-align: center;
}

/* Reasons section */

.ly-do-heading {
    margin: 0 auto 66px;
    text-align: center;
}

.ly-do-heading h2 {
    margin: 0 0 16px;
    color: #123664;
    font-size: 27px;
    line-height: 1.3;
    font-style: italic;
    text-transform: none;
}

.ly-do-heading p {
    margin: 0 0 0 31%;
    color: #f7931d;
    font-size: 27px;
    line-height: 1.3;
    font-style: italic;
}

.ly-do-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 28px;
    text-align: center;
}

.ly-do-item {
    min-width: 0;
}

.ly-do-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    margin: 0 auto 22px;
    border: 4px solid #123664;
    border-radius: 50%;
    color: #123664;
}

.ly-do-icon i {
    font-size: 43px;
    line-height: 1;
}

.ly-do-icon svg path {
    fill: #123664;
}

.ly-do-item:hover .ly-do-icon {
    color: #f7931d;
    background: #123664;
    transition: background .35s ease, color .35s ease;
}

.ly-do-item:hover .ly-do-icon svg path {
    fill: #f7931d;
    transition: background .35s ease, color .35s ease;
}

.ly-do-item h3 {
    margin: 0 0 21px;
    color: #123664;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
}

.ly-do-item p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.7;
}

.section-header h2,
.ly-do-heading h2,
.quy-trinh h2,
.du-an-noi-bat h2 {
    font-size: 30px;
}

/* Featured projects section */
.du-an-noi-bat {
    padding-bottom: 64px;
    background: #fff;
}

.du-an-noi-bat h2 {
    margin: 0 0 42px;
    color: #000;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.du-an-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.du-an-item {
    min-width: 0;
}

.du-an-image {
    display: block;
    overflow: hidden;
}

.du-an-image img {
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform .35s ease;
}

.du-an-item:hover .du-an-image img {
    transform: scale(1.035);
}

.du-an-item h3 {
    margin: 10px 0px 10px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.du-an-item h3 a {
    color: #252525;
}

.du-an-item h3 a:hover {
    color: #f7931d;
}

.du-an-item p {
    margin: 0;
    color: #303030;
    font-size: 18px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    .ly-do-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 28px;
    }

    .ly-do-item:last-child {
        grid-column: 1 / -1;
        max-width: 360px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {

    .ly-do-heading {
        margin-bottom: 38px;
    }

    .ly-do-heading h2 {
        font-size: 22px;
    }

    .ly-do-heading p {
        margin-left: 0;
        font-size: 19px;
    }

    .ly-do-list {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ly-do-item:last-child {
        grid-column: auto;
    }

    .ly-do-icon {
        width: 100px;
        height: 100px;
        margin-bottom: 17px;
    }

    .ly-do-item h3 {
        margin-bottom: 12px;
        white-space: normal;
    }

    .ly-do-item p {
        max-width: 390px;
        margin: 0 auto;
    }

    .mb-3 {
        margin-bottom: 30px;
    }

    .flex-footer {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .du-an-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px 20px;
    }

    .du-an-item:last-child {
        grid-column: 1 / -1;
        max-width: 560px;
        margin: 0 auto;
        width: 100%;
    }

    .du-an-image img {
        height: 260px;
    }
}

@media (max-width: 767.98px) {

    .section-header h2,
    .ly-do-heading h2,
    .quy-trinh h2,
    .du-an-noi-bat h2 {
        font-size: 22px;
    }

    .du-an-noi-bat h2 {
        margin-bottom: 34px;
        font-size: 22px;
    }

    .du-an-list {
        grid-template-columns: 1fr;
    }

    .du-an-item:last-child {
        grid-column: auto;
        max-width: none;
    }

    .du-an-image img {
        height: 230px;
    }

    .du-an-item h3 {
        margin-top: 18px;
        font-size: 18px;
    }

    .du-an-item p {
        font-size: 16px;
    }
}

/* Work process section */

.quy-trinh h2 {
    margin: 0 0 42px;
    color: #252525;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.quy-trinh-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    text-align: center;
}

.quy-trinh-item {
    min-width: 0;
}

.quy-trinh-number {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin: 0 auto 40px;
    border: 4px solid #f7931d;
    border-radius: 4px;
    color: #f7931d;
}

.quy-trinh-number:before,
.quy-trinh-number:after {
    position: absolute;
    z-index: 0;
    width: 44px;
    height: 44px;
    border-left: 4px solid #f7931d;
    border-bottom: 4px solid #f7931d;
    border-radius: 0 0 0 4px;
    content: "";
}

.quy-trinh-number:before {
    left: -12px;
    bottom: -12px;
    opacity: .7;
}

.quy-trinh-number:after {
    left: -20px;
    bottom: -20px;
    opacity: .45;
}

.quy-trinh-number b {
    position: relative;
    z-index: 1;
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
}

.quy-trinh-item h3 {
    margin: 0 0 18px;
    color: #123664;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
}

.quy-trinh-item p {
    margin: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.75;
}

.menu-close-btn {
    display: none;
}

.information-hero {
    position: relative;
}

.information-hero>img {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

.information-hero .information-hero-breadcrumb {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgb(0 0 0 / 41%);
    padding: 8px 16px;
    font-size: 14px;
    color: #fff;
}

.information-layout-tabs {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin: -1px -15px 35px;
    padding: 0 15px;
    background: #f4f4f4;
    list-style: none;
    overflow-x: auto;
}

.information-layout-tabs li a {
    display: block;
    padding: 26px 0 22px;
    color: #111;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
}

.information-layout-tabs li.active a,
.information-layout-tabs li a:hover {
    color: #000;
    border-color: #000;
}

.information-layout-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 40px;
}

.information-layout-section {
    display: flex;
    align-items: center;
    gap: 44px;
    margin-bottom: 70px;
}

.information-layout-text,
.information-layout-media {
    flex: 1 1 0;
}

.information-layout-text h2 {
    margin: 0 0 28px;
    color: #000;
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 800;
}

.information-layout-text .section-content {
    color: #111;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}

.information-layout-media img {
    width: 100%;
    display: block;
}

.information-layout-section.image-left {
    flex-direction: row-reverse;
}

.information-product-section {
    margin: 0 calc(50% - 50vw) 70px;
    padding: 0px 15px 290px;
}

.information-product-section h2 {
    margin: 0 0 30px;
    color: #000;
    font-size: 30px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.information-product-section .section-content {
    max-width: 720px;
    margin: 0 auto 58px;
    color: #000;
    font-size: 16px;
    line-height: 1.55;
    text-align: center;
    text-align: justify;
}

.information-product-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 16px;
}

.information-product-card {
    position: relative;
    min-height: 260px;
    overflow: hidden;
}

.information-product-card img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.information-product-card-title {
    position: absolute;
    left: 30px;
    right: 24px;
    bottom: 24px;
    z-index: 1;
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
}

.information-product-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 36, 67, 0) 40%, rgba(7, 36, 67, .72));
    pointer-events: none;
}

.subpage-container {
    overflow: hidden;
}

.information-product-sections {
    margin: 0 calc(50% - 50vw) 70px;
    margin-top: -390px;
}

.information-team-section {
    margin: 0 calc(50% - 50vw) 0;
    margin-top: 50px;
}

.information-team-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    max-width: 1400px;
    margin: 0 auto;
}

.information-team-text {
    padding: 78px 44px 58px 10px;
    color: #000;
}

.information-team-text h2 {
    margin: 0 0 36px;
    color: #000;
    font-size: 30px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 800;
}

.information-team-text .section-content {
    color: #000;
    font-size: 16px;
    line-height: 1.55;
    text-align: justify;
}

.information-team-text .section-content br {
    display: block;
    content: "";
    margin-top: 10px;
}

.information-reason-section {
    position: relative;
    margin: 0 calc(50% - 50vw) 0;
    padding: 74px 15px 86px;
    background-position: center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.information-reason-inner {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
}

.information-reason-section h2 {
    margin: 0 0 62px;
    color: #fff;
    font-size: 30px;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
}

.information-reason-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 34px;
}

.information-reason-item {
    text-align: center;
}

.information-reason-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    border-radius: 50%;
    background: #ff2b1f;
    color: #fff;
    font-size: 44px;
    line-height: 1;
    font-weight: 500;
}

.information-reason-item h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 800;
}

.information-reason-item p {
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.45;
}

.site-footer {
    padding-top: 50px;
}

.information-team-media img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    display: block;
}

.title-block2 {
    text-align: center;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-thumb img {
    height: 300px;
    object-fit: cover;
}

.product-thumb .fontlistnews a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
}

.date_added {
    font-size: 16px;
}

.pagination.pagination-short {
    display: none;
}

.title-project {
    text-align: center;
    padding-bottom: 35px;
    font-size: 40px;
    font-weight: bold;
}

.flex-date-blog {
    display: flex;
    justify-content: end;
}

h3.title-block.title-cus {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.list-item2 .list-image img {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: var(--orange);
    border-color: var(--orange);
}

.text-upp {
    text-transform: uppercase;
}

.list-name {
    padding-top: 10px;
}

.list-contentpc {
    padding-bottom: 20px;
}

.list-itemp .list-image img {
    height: 300px;
    object-fit: cover;
}

.title-block.post {
    padding-top: 20px;
    padding-bottom: 20px;
}

.product-detail-layout {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    align-items: flex-start;
    padding-top: 34px;
    padding-bottom: 22px;
}

.product-detail-brochure {
    row-gap: 24px;
}

.product-gallery-col,
.product-summary-col {
    float: none;
}

.product-gallery {
    padding-top: 0;
}

.product-brochure-gallery {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.product-main-image {
    display: block;
    grid-column: 2;
    grid-row: 1;
    border: 1px solid #e8edf3;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
}

.product-main-image img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    height: auto;
    object-fit: contain;
}

.product-thumbs {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1;
    gap: 12px;
}

.product-thumb-item {
    width: 96px;
    height: 78px;
    padding: 0;
    border: 1px solid #e2e7ed;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.product-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-thumb-item.active {
    border-color: var(--orange);
    outline: 2px solid rgba(245, 130, 32, .25);
    outline-offset: 2px;
}

.product-summary-col {
    padding-top: 0;
}

.product-summary-panel {
    padding: 4px 0 0 14px;
}

.title-product {
    font-size: 34px;
    line-height: 1.25;
    color: #000;
    font-weight: 700;
    margin: 0 0 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e8edf3;
}

.breadcrumb {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
}

.product-short-description {
    margin-bottom: 20px;
    color: #394b5f;
    font-size: 16px;
    line-height: 1.65;
}

.product-spec-list {
    margin: 0 0 22px;
    border-top: 1px solid #e8edf3;
}

.product-spec-row {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e8edf3;
    font-size: 16px;
    line-height: 1.45;
}

.product-spec-row span {
    color: #697789;
}

.product-spec-row strong {
    color: #172d50;
    font-weight: 700;
}

.product-price-line {
    font-size: 18px;
    line-height: 1.4;
    color: #111;
    margin: 0 0 22px;
}

.product-price-line span {
    color: #ef332c;
    font-weight: 700;
}

.product-order-box {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.product-contact-btn,
.product-outline-btn {
    min-height: 52px;
    border-radius: 4px;
    padding: 0 28px;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.product-contact-btn {
    border: 1px solid #123866;
    background: #123866;
    color: #fff;
}

.product-outline-btn {
    border: 1px solid #17366f;
    background: #fff;
    color: #17366f;
}

.product-contact-btn:hover,
.product-outline-btn:hover {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.product-detail-tabs-wrap {
    position: sticky;
    top: var(--product-tabs-top, 0px);
    z-index: 1035;
    margin: 34px 0 0;
    background: #06275a;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
}

.product-detail-tabs {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #06275a;
}

.product-detail-tabs li {
    flex: 1 1 0;
    min-width: 0;
}

.product-detail-tabs a {
    display: flex;
    min-height: 46px;
    padding: 12px 18px;
    align-items: center;
    justify-content: center;
    background: #06275a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
    text-transform: capitalize;
    border: 0;
}

.product-detail-tabs li.active a,
.product-detail-tabs a:hover {
    background: #2097da;
    color: #fff;
}

.product-accordion {
    margin-top: 0;
}


.product-accordion-title {
    width: 100%;
    min-height: 68px;
    padding: 0;
    background: #fff;
    border: 0;
    color: #172d50;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.product-accordion-title span {
    width: 15px;
    height: 15px;
    border-right: 3px solid #1d1d22;
    border-bottom: 3px solid #1d1d22;
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -8px;
}

.product-accordion-item.active .product-accordion-title span {
    transform: rotate(225deg);
    margin-top: 8px;
}

.product-accordion-body {
    display: none;
    padding: 28px 0 30px;
    font-size: 18px;
    line-height: 1.65;
    color: #111;
}

.product-accordion-item.active .product-accordion-body {
    display: block;
}

.content-description {
    font-size: 18px;
    line-height: 1.65;
}

.content-description p,
.content-description li {
    font-size: 18px;
    line-height: 1.65;
}

.content-description ul {
    padding-left: 36px;
}

.product-accordion .table {
    font-size: 17px;
    background: #fff;
}

.product-related-title {
    padding-top: 10px;
    padding-bottom: 15px;
}

.product-choice-section h2 {
    margin: 0 0 28px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

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

.product-choice-item {
    background: #fff;
    border: 1px solid #e2e7ed;
    padding: 26px 22px;
    text-align: center;
}

.product-choice-item span {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--orange);
    color: #fff;
    font-weight: 700;
}

.product-choice-item h3 {
    margin: 0 0 12px;
    color: #172d50;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.product-choice-item p {
    margin: 0;
    color: #46586b;
    font-size: 15px;
    line-height: 1.6;
}

.product-related-title {
    scroll-margin-top: 90px;
}

.product-card:hover p {
    color: #000;
}

.description-new {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;
}

.product-thumb.transition {
    margin-bottom: 1.5rem;
}

.description-product {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.title-blog-name,
.fontlistnews {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-products-page .namecate {
    width: 100%;
    text-align: center !important;
    display: block;
}

.category-products-slider .owl-nav button {
    width: 40px;
    height: 40px;
    background: #123866 !important;
    color: #fff !important;
    font-size: 28px !important;
}

.category-products-slider .owl-nav button.owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.category-products-slider .owl-nav button.owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.category-products-slider .owl-nav button span {
    position: relative;
    top: -2px;
}

@media (max-width:991px) {
    .product-detail-layout {
        display: block;
    }

    .product-summary-col {
        padding-top: 25px;
    }

    .product-summary-panel {
        padding-left: 0;
    }

    .product-contact-btn,
    .product-outline-btn {
        flex: 1 1 240px;
    }

    .product-choice-grid {
        grid-template-columns: 1fr;
    }

    .product-accordion-body {
        padding-left: 0;
        padding-right: 0;
    }

    .content-description,
    .content-description p,
    .content-description li {
        font-size: 18px;
        text-align: justify !important;
    }

    .title-product {
        font-size: 28px;
    }

    .subpage-content p {
        text-align: justify;
    }
}

@media (max-width:767px) {
    .product-brochure-gallery {
        display: block;
    }

    .product-main-image {
        margin-bottom: 14px;
    }

    .product-thumbs {
        flex-direction: row;
        gap: 10px;
        overflow-x: auto;
        padding: 2px 2px 8px;
    }

    .product-thumb-item {
        flex: 0 0 86px;
        width: 86px;
        height: 66px;
    }

    .product-spec-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .product-contact-btn,
    .product-outline-btn {
        flex-basis: 100%;
        font-size: 15px;
    }

    .product-detail-tabs {
        display: block;
    }

    .product-detail-tabs a {
        min-height: 44px;
        padding: 10px 12px;
        font-size: 14px;
    }

    .product-choice-section {
        padding: 30px 16px;
    }

    .product-accordion-title {
        font-size: 18px;
    }

    .product-accordion-body {
        font-size: 17px;
    }

    .content-description,
    .content-description p,
    .content-description li {
        font-size: 17px;
    }
}


@media (max-width: 991.98px) {
    .quy-trinh-list {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .quy-trinh-item p {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {

    .quy-trinh h2 {
        margin-bottom: 36px;
        font-size: 22px;
    }

    .quy-trinh-number {
        margin-bottom: 34px;
    }
}

@media (max-width: 991.98px) {

    .company-name,
    .header-hotline {
        font-size: 20px;
    }

    .navbar {
        min-height: 64px;
    }

    .navbar-header {
        min-height: 76px;
    }

    .navbar-brand {
        height: 76px;
        padding: 7px 15px;
    }

    .navbar-brand>img {
        max-height: 58px;
        max-width: 110px;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 10px 15px;
    }

    .hero-copy {
        left: auto;
        max-width: 540px;
        right: 5%;
    }

    .hero-copy h1 {
        font-size: 31px;
    }

}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 22px;
    }

    body.menu-open {
        overflow: hidden;
    }

    .navbar-header {
        position: relative;
        z-index: 2;
    }

    .navbar-toggle {
        position: relative;
        z-index: 3;
    }

    .has-submenu:hover>.submenu,
    .has-submenu:focus-within>.submenu {
        display: none;
    }

    .navbar-collapse.collapse {
        background: #fff;
        bottom: 0;
        box-shadow: 18px 0 28px rgba(0, 0, 0, .18);
        display: block;
        left: -100%;
        max-height: none;
        overflow-y: auto;
        padding: 56px 0 28px;
        position: fixed;
        top: 0;
        transition: left .28s ease;
        width: 85%;
        z-index: 1040;
    }

    .navbar-collapse.collapse.in {
        left: 15px;
        width: 100%;
    }

    .menu-close-btn {
        align-items: center;
        background: transparent;
        border: 0;
        color: #123866;
        display: flex;
        font-size: 24px;
        height: 44px;
        justify-content: center;
        padding: 0;
        position: absolute;
        right: 12px;
        top: 10px;
        width: 44px;
        z-index: 2;
        display: block;
    }

    .menu-close-btn:hover,
    .menu-close-btn:focus {
        color: #f58220;
        outline: 0;
    }

    .navbar-nav.navbar-right {
        margin: 0;
    }

    .navbar-nav>li {
        position: relative;
    }

    .navbar-nav>li>a {
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    .submenu {
        border: 0;
        box-shadow: none;
        display: none;
        float: none;
        min-width: 0;
        padding: 0;
        position: static;
        width: 100%;
    }

    .has-submenu.open>.submenu {
        display: block;
    }

    .submenu>li>a {
        font-size: 16px;
        padding: 8px 15px 8px 28px;
        white-space: normal;
    }

    .menu-plus {
        flex: 0 0 auto;
        margin-left: 10px;
    }

    .header-top-inner {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 15px;
        justify-content: center;
    }

    .company-name {
        font-size: 17px;
        width: 100%;
        text-align: center;
    }

    .header-hotline {
        font-size: 16px;
        text-align: left;
    }

    .search-button {
        display: none;
    }

    .hero-image {
        min-height: 440px;
    }

    .hero-copy {
        bottom: 0;
        left: 0;
        max-width: none;
        padding: 28px 22px;
        right: 0;
        top: auto;
        transform: none;
    }

    .hero-copy h1 {
        font-size: 25px;
    }

    .information-hero>img {
        min-height: 300px;
    }

    .information-layout-tabs {
        justify-content: flex-start;
        gap: 22px;
    }

    .information-layout-tabs li a {
        font-size: 16px;
        padding: 18px 0 14px;
    }

    .information-layout-title {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .information-layout-section,
    .information-layout-section.image-left {
        display: block;
        margin-bottom: 45px;
    }

    .information-layout-media {
        margin-top: 20px;
    }

    .information-product-section h2 {
        font-size: 25px;
    }

    .information-product-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .information-product-card-title {
        left: 20px;
        bottom: 18px;
        font-size: 22px;
    }

    .information-team-inner {
        grid-template-columns: 1fr;
    }

    .information-team-text {
        padding: 44px 20px;
    }

    .information-team-text h2 {
        font-size: 25px;
        margin-bottom: 24px;
    }

    .content-description img {
        width: 100% !important;
        height: 100% !important;
    }

    .information-team-text .section-content {
        font-size: 16px;
    }

    .information-team-media img {
        min-height: 260px;
    }

    .information-reason-section h2 {
        margin-bottom: 36px;
        font-size: 25px;
    }

    .information-reason-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .information-reason-number {
        width: 84px;
        height: 84px;
        margin-bottom: 18px;
        font-size: 38px;
    }

    .information-product-inner .container {
        padding-left: 0;
        padding-right: 0;
    }

    .product-accordion-title span {
        width: 12px;
        height: 12px;
    }

    .flex-date-blog {
        display: block;
    }

    .social {
        margin-top: 1rem;
    }

    .title-project {
        text-align: left;
    }
}

@media(max-width: 575.98px) {
    .view-all {
        position: unset;
        transform: inherit;
        justify-content: center;
        padding-top: 10px;
    }
}

.product-review-list {
    margin-bottom: 24px;
}

.product-review-list>p {
    margin: 0 0 18px;
    color: #555;
    font-size: 16px;
}

.product-review-list .table {
    margin-bottom: 16px;
    font-size: 15px;
}

.product-review-list .fa-star,
.product-review-list .fa-star-o {
    color: #f39a35;
}

.product-review-form {
    max-width: 760px;
    padding: 22px 24px;
    border: 1px solid #ececec;
    background: #fff;
}

.product-review-form h3 {
    margin: 0 0 18px;
    color: #17366f;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
}

.review-field {
    margin-bottom: 16px;
}

.review-field label,
.review-rating-row>span:first-child {
    display: block;
    margin-bottom: 8px;
    color: #222;
    font-size: 15px;
    font-weight: 700;
}

.product-review-form .form-control {
    height: 42px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    box-shadow: none;
    font-size: 15px;
}

.product-review-form textarea.form-control {
    height: auto;
    min-height: 118px;
    resize: vertical;
}

.review-rating-row {
    margin-bottom: 16px;
}

.review-rating-options {
    display: inline-flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 6px;
}

.review-star-option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    cursor: pointer;
}

.review-star-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.review-star-option .fa {
    color: #d7d7d7;
    font-size: 25px;
    line-height: 1;
    transition: color .15s ease, transform .15s ease;
}

.review-star-option:hover .fa,
.review-star-option:hover~.review-star-option .fa,
.review-star-option.selected .fa {
    color: #f39a35;
}

.review-star-option:hover .fa {
    transform: scale(1.08);
}

.review-captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.review-captcha-row .form-control {
    max-width: 220px;
}

.review-captcha-row img {
    height: 40px;
    width: auto;
    border: 1px solid #ddd;
}

.product-review-submit {
    min-width: 140px;
    height: 42px;
    border: 0;
    border-radius: 4px;
    background: #f39a35;
    color: #17366f;
    font-size: 16px;
    font-weight: 700;
}

.product-review-submit:hover,
.product-review-submit:focus {
    background: #17366f;
    color: #fff;
}

.product-review-submit.loading {
    opacity: .7;
    cursor: wait;
}

.product-review-login {
    font-size: 16px;
}

#tab-review .alert {
    margin: 0 0 18px;
    font-size: 15px;
}

.float-right-zalo .scroll-to-top {
    display: block;
    width: 48px;
    height: 48px;
    background: #000000c4;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    border-radius: 8px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.float-right-zalo .scroll-to-top.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
}

.float-right-zalo .scroll-to-top svg {
    width: 28px;
    height: 28px;
    position: relative;
    top: 8px;
}

.text-start {
    text-align: left;
}

.product-thumb {
    overflow: hidden;
}

.product-card .image-hover-before,
.du-an-item .du-an-image,
.product-thumb .imagecate,
.list-item2 .list-image,
.category-products-page .list-image,
.category-product-item .list-image {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}

.product-card .image-hover-before::before,
.du-an-item .du-an-image:before,
.product-thumb .imagecate:before,
.list-item2 .list-image:before,
.category-products-page .list-image:before,
.category-product-item .list-image:before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.product-card:hover .image-hover-before::before,
.du-an-item:hover .du-an-image::before,
.product-thumb:hover .imagecate:before,
.list-item2:hover .list-image:before,
.category-products-page:hover .list-image:before,
.category-product-item:hover .list-image:before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}

.product-thumb:hover .imagecate img,
.list-item2:hover .list-image img {
    transform: scale(1.080);
    transition: transform .35s ease;
}

.owl-ags .wrap-iframe {
    overflow: hidden;
}

.wrap-iframe .img-wrap .dad-block {
    position: relative;
    height: calc(100vh - 70px);
}

.wrap-iframe .img-wrap .dad-block img {
    height: 100%;
    object-fit: cover;
    animation: bannerimg 20000ms linear 0s infinite alternate;
    top: 0;
    left: 0;
    transform: none;
}

.mobile-only {
    display: none !important;
}

.wrap-iframe .img-wrap .dad-block .sub-text {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    text-align: center;
    background: #00000070;
    padding: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.wrap-iframe .img-wrap .dad-block .sub-text .t1 {
    transition: all 0.4s linear;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
    margin-bottom: 5px;
    transform: translateY(50px);
    transition-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
}

.secBanner .owl-ags .owl-item.active .wrap-iframe .img-wrap .sub-text .t1 {
    transform: inherit;
    opacity: 1;
    visibility: inherit;
}

.owl-ags .wrap-iframe .img-wrap .dad-block .sub-text .t1 span {
    font-size: 34px;
    color: #fff;
    margin-bottom: 30px;
    display: block;
}

.owl-ags .wrap-iframe .img-wrap .dad-block .sub-text .t2 {
    transition: all 0.4s linear;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
    transform: translateY(50px);
    opacity: 0;
}

.secBanner .owl-ags .owl-item.active .wrap-iframe .img-wrap .sub-text .t2 {
    transform: inherit;
    opacity: 1;
    visibility: inherit;
    transition-delay: 0.4s;
}

.secBanner .owl-ags .wrap-iframe .img-wrap .dad-block .sub-text .t2 span {
    font-size: 28px;
    line-height: 45px;
    color: #fff;
}

#home-secBanner-text {
    position: relative;
    padding-bottom: 30px;
}

#home-secBanner-text:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 5px;
    background: #c0c0c0;
    left: 50%;
    transform: translateX(-50%);
}

a.phone-floatright {
    background: #e60808;
    border-radius: 15px;
    text-align: center;
    width: 48px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

@keyframes bannerimg {
    0% {
        transform: scale(1.3);
        transition: transform 20000ms linear 0ms
    }

    100% {
        transform: scale(1);
        transition: transform 20000ms linear 0ms
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@media (max-width: 767px) {
    .product-review-form {
        padding: 0px;
    }

    .product-review-form h3 {
        font-size: 20px;
    }

    .review-rating-options {
        gap: 4px;
    }

    .review-star-option {
        width: 28px;
        height: 28px;
    }

    .review-star-option .fa {
        font-size: 24px;
    }

    .review-captcha-row .form-control {
        max-width: 100%;
    }

    .title-project {
        padding-bottom: 15px;
        padding-top: 10px;
    }

    .secBanner .owl-ags .wrap-iframe .img-wrap .dad-block .sub-text .t2 span {
        line-height: 45px;
    }
}

@media(max-width:549px) {
    .secBanner .owl-ags .wrap-iframe .img-wrap .dad-block .sub-text .t2 span {
        font-size: 14px;
    }

    .owl-ags .wrap-iframe .img-wrap .dad-block .sub-text .t1 span {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .wrap-iframe .img-wrap .dad-block {
        height: calc(80vh - 70px);
    }
}