@font-face {
    font-family: 'magistral';
    src: url("../fonts/magistral.ttf");
    font-style: normal;
    font-weight: bold;
    font-display: block;
}
@font-face {
    font-family: 'sarabun';
    src: url("../fonts/sarabun.ttf");
    font-style: normal;
    font-display: block;
}



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

:root {
    --color-red: rgb(238, 0, 53);
}

body {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    margin: 0;
}
img {
    display: block;
    max-width: 100%;
}
p{margin: 0;}
.hidden-seoh {
    visibility: hidden;
    height: 0px;
    margin: 0px;
    overflow: hidden;
}

.wrap-content {
    max-width: 1200px;
    margin: 0px auto;
}

.container-custom {
    padding: 0px 10px;
    margin: 0px auto;
}

.wrap-main {
    margin: 30px auto;
    max-width: 1200px;
}

.flex-center-space-betwwen {
    display: flex;
    justify-content: space-between;
}

.pic_visao {
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.2) 2px 7px 15px 0px;
    overflow: hidden;
}

.wap_visao{padding: 15px 10px;}

.left_visao {
    width: 504px;
}

.headvisao {
    font-family: 'magistral';
    font-size: 35px;
    color: var(--color-red);
    line-height: 1.2;
    text-align: center;
    margin: 0 0 20px 0;
    font-weight: bold;
}

.right_visao {
    width: 600px;
    padding: 15px 0;
}



.visao_item{
    margin-bottom: 30px;
}
.info_visao{line-height: 1.6;width: calc(100% - 110px);}
.info_visao h3{
    font-weight: 700;
    font-size: 18px;
    color: var(--color-red);
    margin: 0;
}
.info_visao p{
    color: #000;
    margin: 0;
}
.img_visao{
    width: 56px;
    height: 56px;
    outline: 5px solid #CCD1DB;
    outline-offset: -5px;
    position: relative;
    margin-bottom: 20px;
    margin-right: 25px;
}
.img_visao span{
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(5, 31, 77);
    width: 33px;
    height: 28px;
    z-index: 2;
}
.img_visao img{position: absolute;bottom: -20px;right: -25px;z-index: 2;}





.title-quytrinh{
    font-size: 69px;
    font-family: 'magistral';
    line-height: 1.2;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 0 0 35px 0;
    font-weight: bold;
}

.wap_quytrinh{
    background: linear-gradient(to bottom,rgba(238, 0, 53,0.8) 215px,#ffffff 0px) no-repeat,url(../images/bg_quytrinh.jpg) no-repeat top -60px center;
    background-size:auto , 1200px auto ;
    padding-top: 45px;
}

.wrap-quytrinh{
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}
.pic_quytrinh{width: 95px;height: 95px;box-shadow: rgb(0, 0, 0) 0px 15px 20px -20px;border-radius: 99px;
    background-color: rgb(234, 242, 255);display: flex;align-items: center;justify-content: center;margin: auto;margin-bottom: 1rem;}
.pic_quytrinh svg{width: 51px;height: 51px;}


.quytrinh_item{max-width: 190px;}
.info_quytrinh h3{
    line-height: 1.6;
    color: rgb(5, 31, 77);
    font-weight: bold;
    margin: 0;
    text-align: center;
}
.info_quytrinh p{
    font-size: 14px;
    line-height: 1.6;
    color: rgb(0, 0, 0);
    margin: 0;
    text-align: center;
}
.arrow_quytrinh svg{width: 55px;height: 45px;margin: 30px 0;}
.wap_banggia{
    padding: 30px 10px 20px;
}
.title-banggia{margin-bottom: 1rem;text-align: center;}
.title-banggia h2{
    line-height: 1.2;
    color: rgb(238, 0, 53);
    font-family: 'magistral';
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 12px;
    margin-bottom: 8px;
    background: linear-gradient(#000,#000) no-repeat center bottom;
    background-size: 365px 1px;
}
.title-banggia p{
    font-size: 24px;
    line-height: 1.6;
    color: #000000;
    font-family: 'magistral';
    font-weight: bold;
}
.wap_duan .title-banggia p{margin: 5px 0 0px;}
.flex_banggia {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.card_banggia {
    background: #FDECD2;
    border-radius: 24px;
    padding: 20px;
    width: calc(33.33% - 20px);
    min-width: 300px;
    max-width: 380px;
    box-shadow: rgba(0, 0, 0, 0.459) 0px 15px 20px -15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}
.card_banggia:nth-child(2n + 1){
    background: rgb(247, 255, 255);
}
.card_banggia:hover {
    transform: translateY(-5px);
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -15px;
}

.info_banggia h3 {
    font-family: 'magistral', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin: 0 0 25px 0;
    text-align: center;
}

.info_banggia .price {
    font-family: 'magistral', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    margin: 0;
}

.info_banggia .price .price-unit {
    display: block;
    font-family: 'sarabun', sans-serif;
    font-size: 15px;
    color: #7a7a7a;
    font-weight: normal;
    margin-top: 8px;
    text-transform: uppercase;
}

.info_banggia p:not(.price) {
    font-family: 'sarabun', sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    margin: 25px 0;
    font-weight: 500;
}

.btn_tuvan {
    margin: 10px 0 25px;
    display: flex;
    justify-content: center;
}

.btn-tuvan-banggia {
    display: inline-block;
    font-family: 'sarabun', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-red);
    text-align: center;
    text-decoration: none !important;
    background: #fff;
    border: 1.5px solid var(--color-red);
    border-radius: 10px;
    padding: 8px 0;
    width: 100%;
    max-width: 280px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.btn-tuvan-banggia:hover {
    background: var(--color-red);
    color: #fff;
    box-shadow: 0 4px 15px rgba(238, 0, 53, 0.2);
}

.card_banggia hr {
    border: 0;
    border-top: 1px solid #c2b5a3;
    margin: 0 auto 30px auto;
    width: 100%;
}

.wrap_thietbi {
    text-align: left;
}

.wrap_thietbi > p {
    font-family: 'sarabun', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
}

.desc_thietbi {
    text-align: left;
}

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

.desc_thietbi li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    font-family: 'sarabun', sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

.desc_thietbi li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--color-red);
    font-weight: 900;
    font-size: 16px;
}

.desc_thietbi p {
    font-family: 'sarabun', sans-serif;
    font-size: 15px;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.5;
}

#popup-tuvan {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

#popup-tuvan .form-control:focus {
    border-color: #EE0035 !important;
    box-shadow: 0 0 0 3px rgba(238, 0, 53, 0.1) !important;
    outline: none !important;
}

#popup-tuvan .btn-submit-tuvan:hover {
    background: #d6002f !important;
    box-shadow: 0 4px 15px rgba(238, 0, 53, 0.3) !important;
}

@media (max-width: 991px) {
    .card_banggia {
        width: calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    .card_banggia {
        width: 100%;
        max-width: 100%;
    }
}

.wap_why {
    padding: 15px 10px 20px;
    background: #ffffff;
}

.why-stats {
    display: flex;
    justify-content: space-between;
    padding: 20px 10px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}

.stat-item {
    width: calc(25% - 22.5px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stat-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.stat-icon svg {
    display: block;
    width: 48px;
    height: 48px;
}

.stat-num {
    font-family: 'magistral', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #EE0035;
    line-height: 1;
    margin-bottom: 12px;
}

.stat-num .stat-unit {
    font-size: 40px;
    font-weight: 700;
}

.stat-num .stat-plus {
    font-size: 48px;
    font-weight: 800;
}

.stat-desc {
    font-family: 'sarabun', sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.4;
    margin: 0;
    font-weight: 500;
}

.why-banner {
    background: rgb(248, 245, 245);
    border-radius: 20px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    gap: 30px;
    box-shadow: rgb(0, 0, 0) 0px 15px 20px -20px;
    margin: 0 auto;
    max-width: 800px;
}

.banner-logo {
    border-radius: 100%;
    overflow: hidden;
    border: 5px solid var(--color-red);
    width: 80px;
    padding: 5px;
}

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

.banner-text {
    font-family: 'sarabun', sans-serif;
    font-size: 19px;
    color: #333;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    width: calc(100% - 100px);
}

@media (max-width: 991px) {
    .stat-item {
        width: calc(50% - 15px);
        margin-bottom: 35px;
    }
    .why-banner {
        flex-direction: column;
        text-align: center;
        padding: 25px;
        gap: 15px;
    }
    .banner-text {
        text-align: center;
        font-size: 16px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    .stat-item {
        width: 100%;
    }
    .title-why {
        font-size: 24px;
    }
    .line-why {
        width: 100%;
        max-width: 250px;
    }
}

/* Đối tác chiến lược */
.wap_doitac {
    padding: 30px 10px 20px;
    background: #ffffff;
}

.line-doitac {
    height: 1.5px;
    width: 100%;
    max-width: 400px;
    background: #ccc;
    margin: 0 auto 40px auto;
}

.doitac-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.doitac-item {
    flex: 0 0 auto;
    max-width: 180px;
    transition: all 0.3s ease;
}

.doitac-item img {
    max-height: 50px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.doitac-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

/* Dự án đã triển khai */
.wap_duan {
    padding: 20px 10px 10px;
}

.line-duan {
    height: 1.5px;
    width: 100%;
    max-width: 400px;
    background: #ccc;
    margin: 0 auto 50px auto;
}

.slider-projects {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.project-slide {
    padding: 0 5px;
}

.project-card {
    max-width: 250px;
    background: rgb(244, 244, 244);
    padding: 15px 15px 10px;
}

.project-card-link {
    text-decoration: none !important;
    color: inherit;
    display: block;
}

.project-img-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

.project-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}



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

.project-info-line {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-family: 'sarabun', sans-serif;
}

.project-info-line:last-child {
    margin-bottom: 0;
}

.project-info-line svg {
    flex-shrink: 0;
    margin-right: 8px;
}

.project-info-line span {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

/* Slick Custom Arrows */
.slider-projects .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #333;
    font-size: 0;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slider-projects .slick-prev {
    left: 10px;
}

.slider-projects .slick-next {
    right: 10px;
}

.slider-projects .slick-arrow:hover {
    background: var(--color-red);
    color: #fff;
    border-color: var(--color-red);
}
.slider-projects .slick-arrow:hover::before,.slider-projects .slick-next:hover:before {
    border-color: #ffffff;
}
.slider-projects .slick-prev::before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2.5px solid var(--color-red);
    border-bottom: 2.5px solid var(--color-red);
    transform: rotate(45deg);
    display: block;
    margin-left: 4px;
}

.slider-projects .slick-next::before {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2.5px solid var(--color-red);
    border-top: 2.5px solid var(--color-red);
    transform: rotate(45deg);
    display: block;
    margin-right: 4px;
}

@media (max-width: 767px) {
    .project-card {
        width: 100% !important;
        max-width: 100%;
    }
    .doitac-list {
        gap: 30px;
    }
}
.scrollToTop { width: 41px; height: 41px; text-align: center; font-weight: bold; color: #444; text-decoration: none; position: fixed; bottom: 65px; right: 25px; display: none; z-index: 10; cursor: pointer; }
.grecaptcha-badge { display: none !important; width: 0px !important; height: 0px !important; visibility: hidden !important; overflow: hidden; }
coccocgrammar { display: none; }






.flex_doitac{display: flex;justify-content: center;gap: 40px;align-items: center;margin: 20px 10px 0;}
.img_doitac img{max-height: 42px;object-fit: contain;}
.wap_khachhang {
    background-color: var(--color-red);
    padding: 45px 10px;
}

.title-khachhang {
    text-align: center;
    margin-bottom: 1.5rem;
}

.title-khachhang h2 {
    font-size: 32px;
    font-family: 'magistral';
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 15px;
    margin: 0;
    background: linear-gradient(#ffffff, #ffffff) no-repeat center bottom;
    background-size: 80px 3px;
}


.item_feedback {
    margin: 10px 20px;
}

.card_feedback {
    background-color: #ffffff;
    width: 270px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}


.content_feedback {
    padding: 25px 20px 40px;
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.quote_icon {
    color: #a7739e;
    width: 28px;
    height: 23px;
    margin-bottom: 8px;
}

.quote_icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.text_feedback {
    font-size: 12px;
    line-height: 1.4;
    color: #2c4c73;
    font-weight: 500;
    text-align: justify;
}

.info_feedback {
    position: relative;
    padding: 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.wave_bg {
    position: absolute;
    transform: rotate(184deg);
    width: 390px;
    bottom: -170px;
}

.wave_bg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.pic_feedback {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 2;
    background: #ffffff;
    transition: all 0.4s ease;
    margin-bottom: 10px;
}

.card_feedback:hover .pic_feedback {
    transform: scale(1.05);
    border-color: #ffffff;
    box-shadow: 0 8px 25px var(--color-red);
}

.pic_feedback img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.meta_feedback {
    width: 100%;
    z-index: 2;
}

.name_feedback {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px;
    text-transform: capitalize;
}

.desc_feedback {
    font-size: 12px;
    font-style: italic;
    color: #cce3f9;
    margin: 0;
}



.title-thanhtuu{margin:0 0 1.5rem;font-family: 'magistral';font-weight: bold;font-size: 35px;border-bottom: 2px solid var(--color-red);color: var(--color-red);}
.grid_thanhtuu{display: grid;grid-template-columns: repeat(4,1fr);gap: 10px;max-width: 1000px;margin: auto;}
.pic_thanhtuu{width: 100%;aspect-ratio: 10/7;display: flex;align-items: center;justify-content: center;}
.item_thanhtuu h3{margin:10px 0 0 0;color: #000;font-size: 16px;text-align: center;}
.wap_thanhtuu{padding: 20px 10px 30px;}
.was-validated input:valid,.was-validated select:valid{border:1px solid rgb(56 102 56) !important;box-shadow: none;}
.was-validated input:invalid,.was-validated select:invalid {
    border:1px solid var(--color-red) !important;
}
.invalid-feedback{display: none;}























/* News Grid Listing */
.news-list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-top: 30px;
}

.news-card-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.news-card-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(238, 0, 52, 0.08);
    border-color: rgba(238, 0, 52, 0.3);
}

.news-card-image {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}

.news-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.news-card-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.news-card-date {
    font-size: 13px;
    color: #94a3b8;
    margin: 0 0 10px 0;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-card-date i {
    color: var(--color-red);
}

.news-card-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px 0;
}

.news-card-title a {
    color: #0f172a;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.news-card-title a:hover {
    color: var(--color-red);
}

.news-card-desc {
    font-size: 13.5px;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card-footer {
    margin-top: auto;
    display: flex;
    justify-content: flex-start;
}

.news-card-more {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13.5px;
    font-weight: 600;
    color: var(--color-red);
    text-decoration: none !important;
    transition: gap 0.3s ease;
}

.news-card-more:hover {
    gap: 10px;
    color: #b90025;
}

/* Detail Page - Related News Slick Slider */
.othernews-section {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #f1f5f9;
}

.othernews-title {
    font-size: 22px;
    font-family: 'magistral', sans-serif;
    font-weight: bold;
    color: #0f172a;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px;
}

.othernews-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background-color: var(--color-red);
    border-radius: 2px;
}

.slick-othernews-wrapper {
    position: relative;
    padding: 0 35px;
}

.slick_othernews {
    margin: 0 -10px;
}

.othernews-item {
    padding: 10px;
    box-sizing: border-box;
}

.othernews-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.othernews-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(238, 0, 52, 0.08);
    border-color: rgba(238, 0, 52, 0.25);
}

.othernews-img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 11;
    overflow: hidden;
}

.othernews-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

.othernews-info {
    padding: 15px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.othernews-date {
    font-size: 12px;
    color: #94a3b8;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.othernews-date i {
    color: var(--color-red);
}

.othernews-card-title {
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.othernews-card-title a {
    color: #1e293b;
    text-decoration: none !important;
    transition: color 0.3s ease;
}

.othernews-card-title a:hover {
    color: var(--color-red);
}

.slick-other-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    color: #475569;
    transition: all 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    padding: 0;
}

.slick-other-arrow:hover {
    background: var(--color-red);
    color: #ffffff;
    border-color: var(--color-red);
    box-shadow: 0 4px 12px rgba(238, 0, 52, 0.3);
}

.slick-other-arrow i {
    font-size: 16px;
    line-height: 1;
    display: block;
}

.slick-other-prev {
    left: 0;
}

.slick-other-next {
    right: 0;
}

/* Responsive Media Queries */
@media (max-width: 991px) {
    .news-list-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .othernews-title {
        font-size: 20px;
    }
    .footer-area{padding: 30px 10px;}
}

@media (max-width: 575px) {
    .news-list-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    .slick-othernews-wrapper {
        padding: 0;
    }
    .slick-other-arrow {
        display: none !important; /* Hide arrows on mobile for better touch swipe */
    }
}

/* Footer Section CSS */
.footer-area {
    background-color: #ffffff;
    border-top: 1px solid #f1f5f9;
    padding: 60px 10px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.footer-info {
    flex: 1 1 50%;
    max-width: 600px;
}

.logo-footer {
    display: inline-block;
    max-width: 240px;
    margin-bottom: 25px;
}

.logo-footer img {
    width: 100%;
    height: auto;
    display: block;
}

.footer-company-name {
    font-size: 19px;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 25px 0;
}

.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.footer-contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15px;
    color: #334155;
    line-height: 1.5;
}

.footer-contact-list li i {
    color: #0f172a;
    font-size: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}

.footer-tax-code {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.6;
}

.footer-form-wrapper {
    flex: 1 1 45%;
    max-width: 480px;
    width: 100%;
}

.footer-consult-form {
    background-color: #ffffff;
    border: 4px solid var(--color-red);
    border-radius: 28px;
    padding: 30px 35px 25px;
    box-shadow: 0 10px 30px rgba(238, 0, 52, 0.03);
}

.footer-consult-form .form-title {
    font-size: 26px;
    font-weight: 800;
    color: var(--color-red);
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 0.5px;
}

.form-group-footer {
    margin-bottom: 12px;
}

.form-row-footer {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.form-row-footer .form-group-footer {
    margin-bottom: 0;
}

.footer-consult-form .form-control,
.footer-consult-form .form-select {
    background-color: #e5e5e5;
    border: none !important;
    border-radius: 10px;
    height: 40px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    width: 100%;
    outline: none;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.footer-consult-form .form-control::placeholder {
    color: #475569;
    opacity: 0.8;
}


.footer-consult-form select.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231e293b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px 10px;
    padding-right: 35px;
}

.form-submit-footer {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.btn-submit-consult {
    background: linear-gradient(135deg, #f43f5e, #e11d48);
    border: none;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 55px;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(225, 29, 72, 0.3);
    transition: all 0.3s ease;
    outline: none;
}

.btn-submit-consult:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(225, 29, 72, 0.45);
    background: linear-gradient(135deg, #e11d48, #be123c);
}

.footer-divider {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 40px 0 20px 0;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    font-size: 14px;
    color: #64748b;
    margin: 0;
}

.flex-1 {
    flex: 1;
}

/* Responsive Footer styling */
@media (max-width: 991px) {
    .footer-flex {
        flex-direction: column;
        align-items: stretch;
        gap: 50px;
    }
    .footer-info {
        max-width: 100%;
        text-align: center;
    }
    .footer-contact-list li {
        justify-content: center;
        text-align: left;
    }
    .footer-form-wrapper {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .footer-consult-form {
        padding: 25px 20px 20px;
    }
    .footer-consult-form .form-title {
        font-size: 22px;
    }
    .form-row-footer {
        flex-direction: column;
        gap: 12px;
    }
    .btn-submit-consult {
        width: 100%;
        padding: 12px 20px;
    }
}



    .floating-menu-btn {
        position: fixed;
        top: 25px;
        right: 25px;
        width: 55px;
        height: 55px;
        background: rgba(255, 255, 255, 0.08);
        border: 2px solid var(--color-red, #ee0035);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 999;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    }

    .floating-menu-btn:hover {
        background: var(--color-red, #ee0035);
        transform: scale(1.1) rotate(90deg);
        box-shadow: 0 6px 24px rgba(238, 0, 53, 0.4);
    }

    .floating-menu-btn .menu-btn-icon {
        width: 24px;
        height: 18px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .floating-menu-btn .menu-btn-icon span {
        display: block;
        width: 100%;
        height: 2px;
        background: var(--color-red, #ee0035);
        border-radius: 2px;
        transition: all 0.3s ease;
    }

    .floating-menu-btn:hover .menu-btn-icon span {
        background: #ffffff;
    }

    /* Fullscreen Menu Fancybox Overrides */
    .fancybox-fullscreen-menu {
        --fancybox-bg: rgba(10, 10, 10, 0.97);
    }

    .fancybox-fullscreen-menu .fancybox__backdrop {
        backdrop-filter: blur(15px);
        -webkit-backdrop-filter: blur(15px);
    }

    .fancybox-fullscreen-menu .fancybox__content {
        background: transparent !important;
        padding: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        margin: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    /* Fullscreen Menu Content */
    .fullscreen-menu-modal {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        background: transparent;
    }

    .fullscreen-menu-close {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 55px;
        height: 55px;
        background: rgba(255, 255, 255, 0.05);
        border: 2px solid rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }

    .fullscreen-menu-close:hover {
        background: var(--color-red, #ee0035);
        border-color: var(--color-red, #ee0035);
        color: #ffffff;
        transform: scale(1.1) rotate(90deg);
        box-shadow: 0 6px 24px rgba(238, 0, 53, 0.4);
    }

    .fullscreen-menu-close svg {
        width: 22px;
        height: 22px;
        transition: transform 0.3s ease;
    }

    .fullscreen-menu-links {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 90vw;
        height: 70vh;
    }

    .fullscreen-menu-item {
        display: flex;
        align-items: center;
        position: relative;
        opacity: 0;
        transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

    /* Animation when menu is opened in fancybox */
    .fancybox__slide.is-selected .fullscreen-menu-item {
        opacity: 1;
        transform: translateY(0);
    }

    .fancybox__slide.is-selected .fullscreen-menu-item:nth-child(1) {
        transition-delay: 0.15s;
    }

    .fancybox__slide.is-selected .fullscreen-menu-item:nth-child(2) {
        transition-delay: 0.3s;
    }

    .menu-item-num {
        font-family: 'magistral', sans-serif;
        font-size: 1.6rem;
        font-weight: 800;
        color: var(--color-red, #ee0035);
        margin-right: 25px;
        position: relative;
        top: -18px;
    }

    .menu-item-link {
        font-family: 'magistral', sans-serif;
        font-size: 5.5rem;
        font-weight: 800;
        color: var(--color-red);
        text-decoration: none !important;
        letter-spacing: 2px;
        transition: all 0.4s ease;
        position: relative;
        display: inline-block;
    }

    /* Responsive font sizes */
    @media (max-width: 768px) {
        .menu-item-link {
            font-size: 3.8rem;
        }

        .menu-item-num {
            font-size: 1.2rem;
            margin-right: 15px;
            top: -12px;
        }

        .floating-menu-btn,
        .fullscreen-menu-close {
            top: 15px;
            right: 15px;
            width: 48px;
            height: 48px;
        }

        .fullscreen-menu-links {
            height: auto;
        }
    }

    @media (max-width: 480px) {
        .menu-item-link {
            font-size: 2.8rem;
        }
    }

    /* Link Hover effects */
    .menu-item-link::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 5px;
        bottom: -5px;
        left: 0;
        background-color: var(--color-red, #ee0035);
        transform-origin: bottom right;
        transition: transform 0.4s ease-out;
    }

    .menu-item-link:hover {
        color: var(--color-red, #ee0035);
        transform: translateX(12px);
    }

    .menu-item-link:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }

    /* Background watermark pattern for aesthetic */
    .fullscreen-menu-bg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: 'magistral', sans-serif;
        font-size: 18vw;
        font-weight: 900;
        color: rgba(255, 255, 255, 0.02);
        z-index: -1;
        pointer-events: none;
        user-select: none;
        white-space: nowrap;
        letter-spacing: 5px;
    }

/* Breadcrumbs styling */
.breadCrumbs {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 12px 10px;
    max-width: 1200px;
    margin: 0 auto 30px;
}

.breadCrumbs .wrap-content {
    display: flex;
    align-items: center;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'sarabun', sans-serif;
    font-size: 14px;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    line-height: 1;
}

.breadcrumb-item a {
    color: #495057;
    text-decoration: none !important;
    font-weight: 500;
    transition: color 0.25s ease;
}

.breadcrumb-item a:hover {
    color: var(--color-red, #ee0035);
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    content: "\203A"; /* Single right angle quote (›) */
    font-size: 18px;
    line-height: 1;
    padding: 0 10px;
    color: #adb5bd;
    vertical-align: middle;
}

.breadcrumb-item.active a {
    color: #6c757d;
    pointer-events: none;
    font-weight: 400;
}
.title-main,.title-detail-main  {
    margin: 0 0 1.5rem;
    font-family: 'magistral';
    font-weight: bold;
    font-size: 35px;
    border-bottom: 2px solid var(--color-red);
    color: var(--color-red);
}
.content-ck{padding: 10px;border-radius: 10px;border: 2px solid var(--color-red);margin-bottom: 1rem;}
.share{background-color: #fff5f5;padding: 10px;border-radius: 10px;border: 2px solid var(--color-red)}
.share b{margin-bottom: 10px;color: var(--color-red);display: block;}

/* Responsive Styles for Index Template */
@media (max-width: 991px) {
    /* Vision Section */
    .wap_visao .wrap-content > .flex-center-space-betwwen {
        flex-direction: column;
        align-items: center;
    }
    .item_feedback{margin: 5px;}
    .left_visao {
        width: 100%;
        max-width: 500px;
        margin-bottom: 40px;
    }
    .left_visao img {
        margin: 0 auto;
    }
    .right_visao {
        width: 100%;
        padding: 0;
    }
    
    /* Process Section */
    .wrap-quytrinh {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .quytrinh_item {
        max-width: 280px;
        width: 100%;
        text-align: center;
    }
    .arrow_quytrinh {
        transform: rotate(90deg);
        margin: 15px 0;
    }
    .arrow_quytrinh svg {
        margin: 0 auto;
    }
    .wap_quytrinh {
        background: linear-gradient(to bottom, rgba(238, 0, 53, 0.8) 180px, #ffffff 0px) no-repeat, url(../images/bg_quytrinh.jpg) no-repeat top -60px center;
        background-size: auto, 1200px auto;
    }
    
    /* Achievements Section */
    .grid_thanhtuu {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
        padding: 0 10px;
    }
    .item_thanhtuu h3 {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    /* Titles */
    .title-quytrinh {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .title-banggia h2 {
        font-size: 28px;
        background-size: 260px 1px;
    }
    .title-banggia p {
        font-size: 18px;
    }
    
    /* Partners */
    .flex_doitac {
        flex-wrap: wrap;
        gap: 25px;
        justify-content: center;
    }
    .img_doitac {
        flex: 0 0 calc(33.33% - 17px);
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    /* Titles */
    .title-quytrinh {
        font-size: 28px;
    }
    .title-khachhang h2 {
        font-size: 26px;
    }
    
    /* Vision */
    .headvisao {
        font-size: 28px;
    }
    .info_visao h3 {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    /* Titles */
    .title-banggia h2 {
        font-size: 24px;
        background-size: 180px 1px;
    }
    .title-banggia p {
        font-size: 16px;
    }
    
    /* Achievements */
    .grid_thanhtuu {
        grid-template-columns: 1fr;
        max-width: 280px;
        margin: 0 auto;
    }
    
    /* Partners */
    .img_doitac {
        flex: 0 0 calc(50% - 13px);
    }
}