/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/*  */


/* Banner trang chủ */
.counter-box {

    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
    text-align: center;
}

.counter-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    font-size: 33px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
}


/* Lớp phủ xanh bên trái */
.banner-tc::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(128, 190, 52, 0.92) 0%,
        rgba(128, 190, 52, 0.78) 38%,
        rgba(128, 190, 52, 0.28) 58%,
        rgba(128, 190, 52, 0) 78%
    );
}


.banner-tc blockquote {
    margin: 0;
    padding: 0 0 0 22px;
    border-left: 2px solid #fff;
    color: #fff;
}

/* Tiêu đề trong blockquote */
.banner-tc blockquote h1 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
	 font-style: normal !important;
}


/* Nút xem thêm */
.banner-tc .button {

    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.75) !important;
    background: transparent !important;
    border-radius: 3px !important;
    text-transform: none;
}


.banner-tc .button span::after {
    content: "›";
    font-size: 14px;
    margin-left: 8px;
}

/* Hover */
.banner-tc .button:hover {
    background: rgba(255,255,255,0.15) !important;

@media (max-width: 767px) {
    .banner-tc {
        min-height: 360px;
    }

    .banner-tc .section-content {
        min-height: 360px;
        padding: 0 20px;
    }

    .banner-tc::before {
        background: linear-gradient(
            90deg,
            rgba(128, 190, 52, 0.92) 0%,
            rgba(128, 190, 52, 0.72) 65%,
            rgba(128, 190, 52, 0.25) 100%
        );
    }

    .banner-tc blockquote p {
        font-size: 22px;
    }

    .banner-tc blockquote {
        max-width: 330px;
    }
}
}
/*tc*/
.title-line-green {
    position: relative;
    display: inline-block;
    margin: 0 0 25px;
    padding-bottom: 10px;
    color: #000;
line-height: 1.2;
text-transform: uppercase;
}

.title-line-green::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 2px;
    background: #8cc63f;
    transform: translateX(-50%);
}
.buttom-tc i.icon-angle-right {
    padding: 1px 6px;
    font-size: 12px;
    border-radius: 50%;
    background: #fff;
    color: #7FB036;
}
/*video*/
/* ===============================
   ROW HÌNH ẢNH + VIDEO BÊN TRÁI
   =============================== */

.hinh-anhtc .video-gioi-thieu .col-inner {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    padding: 0;
}

/* Ảnh chính bên trái */
.hinh-anhtc .video-gioi-thieu .anh-tc {
    position: relative;
    z-index: 2;
    width: 360px !important;
    max-width: 100%;
}

.hinh-anhtc .video-gioi-thieu .anh-tc .img-inner {
    overflow: hidden;
}

.hinh-anhtc .video-gioi-thieu .anh-tc img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Video nhỏ nằm đè bên phải phía trên */
.hinh-anhtc .video-gioi-thieu .banner {
    position: absolute;
    top: 58px;
    right: -48px;
    width: 205px;
    height: 115px;
    z-index: 4;
    padding-top: 0 !important;
    overflow: hidden;
}

.hinh-anhtc .video-gioi-thieu .banner-inner,
.hinh-anhtc .video-gioi-thieu .banner-bg,
.hinh-anhtc .video-gioi-thieu .banner-layers {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

/* Ảnh nền video */
.hinh-anhtc .video-gioi-thieu .banner .bg {
    background-size: cover !important;
    background-position: center !important;
}

/* Nút play ở giữa video */
.hinh-anhtc .video-gioi-thieu .video-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hinh-anhtc .video-gioi-thieu .open-video {
    width: 38px;
    height: 38px;
    min-height: 38px;
    line-height: 38px;
    margin: 0;
    background: #fff !important;
    border-color: #fff !important;
    color: #8dbd24 !important;
    box-shadow: none;
}

.hinh-anhtc .video-gioi-thieu .open-video i {
    font-size: 15px !important;
    color: #8dbd24 !important;
}


.hinh-anhtc .video-gioi-thieu .col-inner::after {
    content: "";
    position: absolute;
    width: 230px;
    height: 155px;
    right: -8px;
    bottom: -30px;
    border-right: 4px solid #008ba3;
    border-bottom: 4px solid #008ba3;
    z-index: 1;
}


.hinh-anhtc .video-gioi-thieu .col-inner::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 60px;
    right: -8px;
    bottom: 82px;
    border-right: 4px solid #9ac331;
    border-top: 4px solid #9ac331;
    z-index: 1;
}


@media (max-width: 849px) {
    .hinh-anhtc .video-gioi-thieu .col-inner {
        max-width: 390px;
    }

    .hinh-anhtc .video-gioi-thieu .anh-tc {
        width: 320px !important;
    }

    .hinh-anhtc .video-gioi-thieu .anh-tc img {
        height: 320px;
    }

    .hinh-anhtc .video-gioi-thieu .banner {
        width: 180px;
        height: 100px;
        right: -20px;
        top: 45px;
    }

    .hinh-anhtc .video-gioi-thieu .col-inner::after {
        right: 10px;
        bottom: -25px;
    }

    .hinh-anhtc .video-gioi-thieu .col-inner::before {
        right: 10px;
    }
}


@media (max-width: 549px) {
    .hinh-anhtc .video-gioi-thieu .col-inner {
        max-width: 100%;
        padding-right: 35px;
        padding-bottom: 35px;
    }

    .hinh-anhtc .video-gioi-thieu .anh-tc {
        width: 78% !important;
    }

    .hinh-anhtc .video-gioi-thieu .anh-tc img {
        height: 280px;
    }

    .hinh-anhtc .video-gioi-thieu .banner {
        width: 145px;
        height: 82px;
        right: 0;
        top: 45px;
    }

    .hinh-anhtc .video-gioi-thieu .open-video {
        width: 32px;
        height: 32px;
        min-height: 32px;
        line-height: 32px;
    }

    .hinh-anhtc .video-gioi-thieu .col-inner::after {
        width: 190px;
        height: 130px;
        right: 20px;
        bottom: 5px;
    }

    .hinh-anhtc .video-gioi-thieu .col-inner::before {
        width: 45px;
        height: 50px;
        right: 20px;
        bottom: 110px;
    }
}
/*chu*/
.exp-box {

    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.exp-number {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 1;
    margin-bottom: 8px;
}

.exp-number .number {
     font-size: 33px;
    font-weight: 800;
    line-height: 1;
}

.exp-number .year {
    font-size: 12px;
    font-weight: 500;
    margin-left: 6px;
    margin-top: 14px;
}

/*tiến độ*/
.sil-section-title {
    display: inline-block;
    position: relative;
    margin: 0;
    padding-bottom: 12px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
  
}

.sil-section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 3px;
    background: #86b832;
}

.sil-title-center {
    text-align: center;
}

.sil-title-center .sil-section-title::after {
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 549px) {
    .sil-section-title {
        font-size: 26px;
        padding-bottom: 10px;
    }

    .sil-section-title::after {
        width: 110px;
    }
}
/*form đăng ký*/
/* =========================
   FORM ĐĂNG KÝ TƯ VẤN SIL
   ========================= */

.sil-form-wrap {
    background: #7fb42d;
   
    padding: 48px 65px 38px;
    color: #fff;
}

.sil-form-title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 32px;

    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.sil-form-line {
    width: 132px;
    height: 2px;
    background: #fff;
    margin: 10px auto 34px;
}

.sil-form-row {
    margin-bottom: 20px;
}

.sil-form-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.sil-form-field {
    width: 100%;
}

/* Reset CF7 p/br */
.sil-form-wrap p {
    margin: 0;
}

.sil-form-wrap br {
    display: none;
}

/* Input chung */
.sil-form-wrap input[type="text"],
.sil-form-wrap input[type="email"],
.sil-form-wrap input[type="tel"],
.sil-form-wrap select,
.sil-form-wrap textarea {
    width: 100%;
    height: 28px;
    border: 1px solid rgba(255,255,255,0.55);
    background: transparent;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 11px;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    margin: 0;
}

.sil-form-wrap textarea {
    height: 78px;
    padding-top: 11px;
    resize: none;
    line-height: 1.5;
}

/* Placeholder trắng */
.sil-form-wrap input::placeholder,
.sil-form-wrap textarea::placeholder {
    color: rgba(255,255,255,0.9);
    opacity: 1;
}

.sil-form-wrap select {
    appearance: auto;
    -webkit-appearance: auto;
    cursor: pointer;
    color: rgba(255,255,255,0.9);
}

.sil-form-wrap select option {
    color: #333;
}


.sil-form-wrap input:focus,
.sil-form-wrap select:focus,
.sil-form-wrap textarea:focus {
    border-color: #fff;
    background: rgba(255,255,255,0.05);
}

/* Submit */
.sil-form-submit {
    text-align: right;
    margin-top: 22px;
}

.sil-form-submit input[type="submit"] {
    width: auto;
    min-width: 90px;
    height: 30px;
    line-height: 28px;
    padding: 0 16px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: transparent;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0;
    cursor: pointer;
}

.sil-form-submit input[type="submit"]:hover {
    background: #fff;
    color: #7fb42d;
}

.sil-form-wrap .wpcf7-not-valid-tip {
    color: #fff;
    font-size: 11px;
    margin-top: 4px;
}

.sil-form-wrap .wpcf7-response-output {
    color: #fff;
    border-color: #fff;
    font-size: 13px;
    margin: 18px 0 0;
}

@media (max-width: 767px) {
    .sil-form-wrap {
        padding: 36px 20px 32px;
    }

    .sil-form-title {
        font-size: 25px;
    }

    .sil-form-line {
        width: 110px;
        margin-bottom: 28px;
    }

    .sil-form-2col {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .sil-form-submit {
        text-align: center;
    }

    .sil-form-submit input[type="submit"] {
        min-width: 120px;
    }
}
/*footer*/
.sil-contact-info {

    color: #fff;
    
/*     font-size: 13px; */
    line-height: 1.5;
}

.sil-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 18px;
}

.sil-contact-item:last-child {
    margin-bottom: 0;
}

.sil-contact-item i {
    width: 15px;
    min-width: 15px;
    margin-top: 3px;
    color: #86b832;
    font-size: 12px;
    text-align: center;
}

.sil-contact-item span, .foooter p{
    color: #fff;
    font-weight: 400;
}

.sil-footer-title {
    margin: 0 0 18px;
    color: #86b832;

    font-family: Arial, sans-serif;
}
/*dịch vụ*/
/* ===============================
   CATEGORY LAYOUT OPTIONS
================================ */

.cat-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Banner */
.cat-banner {
    position: relative;
    min-height: 250px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.cat-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(112, 174, 38, 0.82);
}

.cat-banner .cat-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.cat-banner-title {
    padding-left: 22px;
    border-left: 4px solid #fff;
}

.cat-banner-title h1 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    text-transform: uppercase;
}

.cat-breadcrumb {
    color: #fff;
    font-size: 13px;
}

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


/* ===============================
   LAYOUT 1: NEWS / FDI
================================ */

.cat-news-fdi {
    padding: 38px 0 70px;
    background: #fff;
}

.cat-featured-post {
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    gap: 58px;
    align-items: center;
    margin-bottom: 58px;
}

.cat-featured-img {
    display: block;
    overflow: hidden;
}

.cat-featured-img img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    display: block;
}

.cat-featured-content h2 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800;
}

.cat-featured-content h2 a {
    color: #003b70;
}

.cat-post-date {
    margin-bottom: 16px;
    color: #8dc63f;
    font-size: 13px;
}

.cat-featured-excerpt {
    margin-bottom: 22px;
    color: #555;
    font-size: 14px;
    line-height: 1.8;
}

.cat-readmore-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #8dc63f;
    color: #fff;
    height: 36px;
    padding: 0 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.cat-readmore-btn:hover {
    background: #78aa30;
    color: #fff;
}

.cat-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 42px;
}

.cat-news-card {
    background: #fff;
}

.cat-news-img {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.cat-news-img img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

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

.cat-news-card h2 {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 800;
}

.cat-news-card h2 a {
    color: #003b70;
    text-decoration: underline;
}

.cat-news-card h2 a:hover {
    color: #8dc63f;
}

.cat-news-date {
    color: #6d9fd0;
    font-size: 12px;
}


/* ===============================
   LAYOUT 2: SERVICE GRID
================================ */

.cat-service-page {
    padding: 35px 0 65px;
    background: #fff;
}

.cat-service-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 28px;
}

.cat-service-card {
    grid-column: span 4;
    border: 1px solid #e8e8e8;
    background: #fff;
    transition: all 0.25s ease;
}

.cat-service-card:nth-child(1),
.cat-service-card:nth-child(2) {
    grid-column: span 6;
}

.cat-service-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

.cat-service-thumb {
    display: block;
    overflow: hidden;
    height: 185px;
}

.cat-service-card:nth-child(1) .cat-service-thumb,
.cat-service-card:nth-child(2) .cat-service-thumb {
    height: 255px;
}

.cat-service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.cat-service-card:hover .cat-service-thumb img {
    transform: scale(1.04);
}

.cat-service-info {
    min-height: 58px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cat-service-info h2 {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 800;
    text-transform: uppercase;
}

.cat-service-info h2 a {
    color: #003b70;
}

.cat-service-info h2 a:hover {
    color: #8dc63f;
}

.cat-service-arrow {
    color: #88bd29;
    font-size: 20px;
    line-height: 1;
    padding-left: 12px;
}

/* Pagination */
.cat-pagination {
    margin-top: 40px;
    text-align: center;
}


/* Responsive */
@media (max-width: 991px) {
    .cat-featured-post {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .cat-news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cat-service-card,
    .cat-service-card:nth-child(1),
    .cat-service-card:nth-child(2) {
        grid-column: span 6;
    }
}

@media (max-width: 575px) {
    .cat-banner {
        min-height: 190px;
    }

    .cat-banner-title h1 {
        font-size: 25px;
    }

    .cat-featured-img img {
        height: 230px;
    }

    .cat-featured-content h2 {
        font-size: 21px;
    }

    .cat-news-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .cat-news-img img {
        height: 210px;
    }

    .cat-service-grid {
        gap: 18px;
    }

    .cat-service-card,
    .cat-service-card:nth-child(1),
    .cat-service-card:nth-child(2) {
        grid-column: span 12;
    }

    .cat-service-thumb,
    .cat-service-card:nth-child(1) .cat-service-thumb,
    .cat-service-card:nth-child(2) .cat-service-thumb {
        height: 210px;
    }
}
/*bài viết chi tiết dịch vụ*/
/* ===============================
   SINGLE POST FDI STYLE
================================ */

.fdi-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Banner */
.fdi-single-banner {
    position: relative;
    min-height: 170px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.fdi-single-banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(112, 174, 38, 0.82);
}

.fdi-single-banner .fdi-container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.fdi-banner-title {
    padding-left: 20px;
    border-left: 4px solid #fff;
}

.fdi-banner-title h1 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
    text-transform: uppercase;
}

.fdi-breadcrumb {
    color: #fff;
    font-size: 12px;
}

.fdi-breadcrumb a,
.fdi-breadcrumb span {
    color: #fff;
    opacity: 0.95;
}

/* Single layout */
.fdi-single-page {
    padding: 38px 0 70px;
    background: #fff;
}

.fdi-single-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 55px;
}

.fdi-single-main {
    max-width: 760px;
}

.fdi-single-title {
    margin: 0 0 8px;
    color: #003b70;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 800;
}

.fdi-single-date {
    margin-bottom: 18px;
    color: #7caf27;
    font-size: 13px;
}

.fdi-single-thumb {
    margin-bottom: 28px;
}

.fdi-single-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.fdi-single-content {
    color: #333;
    font-size: 14px;
    line-height: 1.85;
}

.fdi-single-content p {
    margin-bottom: 15px;
}

.fdi-single-content h2 {
    margin-top: 26px;
    margin-bottom: 12px;
    color: #003b70;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 800;
}

.fdi-single-content h3 {
    margin-top: 22px;
    margin-bottom: 10px;
    color: #003b70;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 800;
}

.fdi-single-content ul,
.fdi-single-content ol {
    margin-left: 18px;
    margin-bottom: 18px;
}

.fdi-single-content li {
    margin-bottom: 7px;
}

.fdi-single-content img {
    max-width: 100%;
    height: auto;
    margin: 22px 0;
}

.fdi-single-content figure {
    margin: 25px 0;
}

.fdi-single-content figcaption {
    margin-top: 8px;
    color: #666;
    font-size: 13px;
    text-align: center;
}

/* Share */
.fdi-single-share {
    margin-top: 32px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222;
    font-size: 12px;
    font-weight: 700;
}

.fdi-single-share a,
.fdi-single-share button {
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #8dc63f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.fdi-single-share a:hover,
.fdi-single-share button:hover {
    background: #8dc63f;
    color: #fff;
    border-color: #8dc63f;
}

/* Sidebar */
.fdi-single-sidebar {
    padding-top: 8px;
}

.fdi-sidebar-box {
    margin-bottom: 38px;
}

.fdi-sidebar-box h3,
.fdi-sidebar-form h3 {
    position: relative;
    margin: 0 0 20px;
    padding-top: 12px;
    color: #111;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    text-transform: uppercase;
}

.fdi-sidebar-box h3:before,
.fdi-sidebar-form h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 3px;
    background: #8dc63f;
}

/* Related posts */
.fdi-related-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.fdi-related-item {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 13px;
    align-items: flex-start;
}

.fdi-related-thumb {
    width: 72px;
    height: 55px;
    overflow: hidden;
    display: block;
    background: #f3f3f3;
}

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

.fdi-related-info {
    display: block;
}

.fdi-related-date {
    display: block;
    color: #7caf27;
    font-size: 11px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.fdi-related-title {
    display: block;
    color: #003b70;
    font-size: 12.5px;
    line-height: 1.45;
    font-weight: 800;
}

.fdi-related-item:hover .fdi-related-title {
    color: #8dc63f;
}

/* Form */
.fdi-sidebar-form {
    background: #fff;
    padding: 25px 24px 30px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.fdi-sidebar-form input[type="text"],
.fdi-sidebar-form input[type="email"],
.fdi-sidebar-form input[type="tel"],
.fdi-sidebar-form textarea {
    width: 100%;
    height: 40px;
    border: 0;
    background: #f6f6f6;
    color: #333;
    font-size: 12px;
    padding: 0 13px;
    margin-bottom: 10px;
    box-shadow: none;
}

.fdi-sidebar-form textarea {
    height: 145px;
    padding-top: 12px;
    resize: vertical;
}

.fdi-sidebar-form input:focus,
.fdi-sidebar-form textarea:focus {
    outline: none;
    background: #f1f1f1;
    box-shadow: none;
}

.fdi-sidebar-form input[type="submit"] {
    float: right;
    height: 35px;
    padding: 0 20px;
    border: 0;
    background: #8dc63f;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
}

.fdi-sidebar-form input[type="submit"]:hover {
    background: #78aa30;
}

.fdi-sidebar-form .wpcf7 p {
    margin: 0;
}

.fdi-sidebar-form .wpcf7-spinner {
    display: none;
}

/* Responsive */
@media (max-width: 991px) {
    .fdi-single-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .fdi-single-main {
        max-width: 100%;
    }

    .fdi-single-title {
        font-size: 23px;
    }
}

@media (max-width: 575px) {
    .fdi-single-banner {
        min-height: 145px;
    }

    .fdi-banner-title h1 {
        font-size: 23px;
    }

    .fdi-single-page {
        padding: 30px 0 55px;
    }

    .fdi-single-title {
        font-size: 21px;
    }

    .fdi-single-content {
        font-size: 14px;
    }
}
/*tcdv*/
/* =========================
   DỊCH VỤ HOME - CARD GIỐNG MẪU
   Dùng class .dich-vu
========================= */

.dich-vu {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background: #fff;
}

/* căn giữa row */
.dich-vu .section-content > .row {
    margin-left: auto;
    margin-right: auto;
}

/* khoảng cách card */
.dich-vu .post-item {
    padding: 0 10px 20px;
}

/* link full card */
.dich-vu .post-item > .col-inner,
.dich-vu .post-item a.plain {
    display: block;
    height: 100%;
}

/* khung card */
.dich-vu .box-blog-post {
    background: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: none !important;
    height: 100%;
    overflow: hidden;
    transition: all 0.25s ease;
}

.dich-vu .box-blog-post:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08) !important;
}

/* ảnh */
.dich-vu .box-blog-post .box-image {
    width: 100%;
    overflow: hidden;
}

.dich-vu .box-blog-post .image-cover {
    padding-top: 56.25% !important;
    background: #f5f5f5;
}

.dich-vu .box-blog-post .image-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transition: transform 0.35s ease;
}

.dich-vu .box-blog-post:hover .image-cover img {
    transform: scale(1.04);
}

/* text */
.dich-vu .box-blog-post .box-text {
    padding: 0 !important;
    background: #fff;
    text-align: left !important;
}

.dich-vu .box-blog-post .box-text-inner {
    min-height: 58px;
    padding: 0 16px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* tiêu đề */
.dich-vu .box-blog-post .post-title {
    margin: 0 !important;
    padding: 0 !important;
    max-width: calc(100% - 24px);
    color: #003b70;
    font-size: 13px !important;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
    text-align: left;
}

.dich-vu .box-blog-post:hover .post-title {
    color: #8dc63f;
}

/* ẩn divider */
.dich-vu .box-blog-post .is-divider {
    display: none !important;
}

/* mũi tên */
.dich-vu .box-blog-post .box-text-inner:after {
    content: "→";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #8dc63f;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-left: 10px;
    flex-shrink: 0;
}

/* nút xem thêm */
.dich-vu .button.primary {
    margin-top: 5px;
    background: #8dc63f !important;
    border-color: #8dc63f !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    min-height: 38px;
    line-height: 38px;
    padding: 0 22px;
}

.dich-vu .button.primary:hover {
    background: #78aa30 !important;
    border-color: #78aa30 !important;
}

/* mobile */
@media (max-width: 849px) {
    .dich-vu .post-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .dich-vu .box-blog-post .post-title {
        font-size: 13px !important;
    }

	
}
/*tin tuc tc*/
/* =========================
   TIN TỨC NEW - STYLE GIỐNG HÌNH
   Dùng class .tintucnew
========================= */

.tintucnew {
    max-width: 1160px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tintucnew .post-item {
    padding: 0 18px 35px;
}

.tintucnew .box-blog-post {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

/* ảnh */
.tintucnew .box-image {
    margin-bottom: 18px;
    overflow: hidden;
}

.tintucnew .image-cover {
    padding-top: 56.25% !important;
    background: #f5f5f5;
}

.tintucnew .image-cover img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transition: transform 0.35s ease;
}

.tintucnew .box-blog-post:hover .image-cover img {
    transform: scale(1.04);
}

/* text */
.tintucnew .box-text {
    padding: 0 !important;
    background: transparent !important;
    text-align: left !important;
}

.tintucnew .box-text-inner {
    padding: 0 !important;
}

/* tiêu đề */
.tintucnew .post-title {
    margin: 0 0 16px !important;
    padding: 0 !important;
    color: #003b70;
    text-transform: none;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* hover title */
.tintucnew .box-blog-post:hover .post-title {
    color: #8dc63f;
}


.tintucnew .post-meta {
    margin: 0 !important;
    padding: 0 !important;
    color: #4d91c6 !important;
    font-size: 11px !important;
    line-height: 1.4;
    opacity: 1 !important;
    font-weight: 400;
}

.tintucnew .is-divider {
    display: none !important;
}

.tintucnew a.plain {
    color: inherit;
    text-decoration: none !important;
}

/* mobile */
@media (max-width: 849px) {
    .tintucnew .post-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tintucnew .post-title {
        font-size: 14px !important;
    }
}

@media (max-width: 549px) {
    .tintucnew .post-item {
        padding-bottom: 28px;
    }

    .tintucnew .box-image {
        margin-bottom: 14px;
    }

    .tintucnew .post-title {
        margin-bottom: 10px !important;
        -webkit-line-clamp: 2;
    }
}
/*tim kiem*/
/* =========================
   TOP BAR SEARCH STYLE
========================= */
.top-bar-nav .header-search-form {
    position: relative;
    top: 5px;
}
.top-bar-nav .header-search-form {
    margin: 0 !important;
}

.top-bar-nav .header-search-form-wrapper {
    display: flex;
    align-items: center;
}

.top-bar-nav .searchform-wrapper {
    width: 240px;
}



.top-bar-nav .searchform .flex-row {
    height: 25px;
    border: 1px solid #8dc63f;
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
    align-items: center;
}

.top-bar-nav .searchform .flex-col.flex-grow {
    height: 100%;
}

.top-bar-nav .search-field {
    height: 23px !important;
    min-height: 23px !important;
    line-height: 23px !important;
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 8px 0 14px !important;
    font-size: 11px !important;
    color: #777;
    font-style: italic;
}

.top-bar-nav .search-field::placeholder {
    color: #aaa;
    font-style: italic;
    opacity: 1;
}

.top-bar-nav .ux-search-submit {
    width: 23px !important;
    height: 23px !important;
    min-height: 23px !important;
    line-height: 23px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #8dc63f !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.top-bar-nav .ux-search-submit i {
    color: #fff !important;
    font-size: 13px !important;
    line-height: 1 !important;
}

.top-bar-nav .ux-search-submit:hover {
    background: #78aa30 !important;
}

.top-bar-nav .ux-search-submit span {
    display: none !important;
}


.top-bar-nav .searchform .button {
    margin-bottom: 0 !important;
}

@media (max-width: 849px) {
    .top-bar-nav .searchform-wrapper {
        width: 200px;
    }
}

/*trangchủ trên tiến độ*/
.kcn-box {
  width: 100%;
  background: rgba(132, 184, 53, 0.88);
  padding: 44px 36px 28px 36px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.kcn-inner {
  border-left: 6px solid #fff;
  padding-left: 22px;
}

.kcn-title {
  margin: 0 0 26px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.kcn-row {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.22);
  gap: 20px;
}

.kcn-row:last-of-type {
  border-bottom: none;
}

.kcn-label {

  color: #fff;
  text-transform: uppercase;

}

.kcn-value {
  flex: 1;
  color: #fff;


}

.kcn-btn-wrap {
  text-align: right;

}

.kcn-btn {
  display: inline-flex;
  align-items: center;

  background: #8fc63d;
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 2px;
  transition: 0.3s ease;
}

.kcn-btn:hover {
  background: #7db330;
  color: #fff;
}

.kcn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 13px;
  background: rgba(255,255,255,0.18);
  border-radius: 50%;
  line-height: 1;
}

/* Responsive */
@media (max-width: 767px) {
  
  .kcn-inner {
    padding-left: 16px;
    border-left-width: 4px;
  }

  .kcn-title {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .kcn-row {
    flex-direction: column;
    gap: 6px;
    padding: 14px 0;
  }

  .kcn-label {
    width: 100%;
    min-width: 100%;
    font-size: 15px;
  }

  .kcn-value {
    font-size: 15px;
  }

  .kcn-btn-wrap {
    text-align: left;
  }

  .kcn-btn {
    font-size: 16px;
    padding: 12px 18px;
  }
}
/*tc*/
.news-intro-box {

    padding: 12px 14px 14px;
}

.news-intro-title {
    margin: 0 0 10px;
    color: #111;

    line-height: 1.35;
    font-weight: 700;
}

.news-intro-date {
    margin-bottom: 14px;
    color: #7e7e7e;
    font-size: 11px;
    line-height: 1.4;
}

.news-intro-desc {
    color: #666;

    line-height: 1.8;
}
/*về chúng tôi*/
.core-values-section {
    width: 100%;
    padding: 30px 0;
    background: #fff;
    font-family: Arial, sans-serif;
}

.core-values-inner {
    max-width: 620px;
    margin: 0 auto;
}

.core-values-title {
    position: relative;
    display: inline-block;
    margin: 0 0 34px;
    padding-bottom: 10px;
    color: #0b3d78;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.core-values-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 3px;
    background: #8cb63f;
    border-radius: 99px;
}

.core-values-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.core-value-item {
    position: relative;
    display: grid;
    grid-template-columns: 26px 1fr;
    column-gap: 22px;
    align-items: flex-start;
}

/* Đường line nối các icon */
.core-value-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 16px;
    width: 1px;
    height: calc(100% + 26px);
    background: #b8cc9a;
    z-index: 1;
}

/* Icon hình thoi */
.core-value-icon {
    position: relative;
    width: 13px;
    height: 13px;
    margin-top: 2px;
    border: 1px solid #8cb63f;
    background: #fff;
    transform: rotate(45deg);
    z-index: 2;
}

.core-value-icon::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    left: 50%;
    background: #dbe8c8;
    border: 1px solid #8cb63f;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.core-value-content p {
    margin: 0;
    color: #555;
    font-size: 13px;
    line-height: 1.8;
}

.core-value-content strong {
    color: #444;
    font-weight: 600;
}

@media (max-width: 549px) {
    .core-values-section {
        padding: 24px 15px;
    }

    .core-values-title {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .core-values-list {
        gap: 22px;
    }

    .core-value-item {
        grid-template-columns: 22px 1fr;
        column-gap: 16px;
    }

    .core-value-item:not(:last-child)::after {
        left: 6px;
        top: 15px;
        height: calc(100% + 22px);
    }

    .core-value-content p {
        font-size: 13px;
        line-height: 1.7;
    }
}
/*con số*/

.about-us .number,
.about-us .year,
.about-us .count-up,
.about-us .counter-plus {
    color: #7fb036 !important;
}


.about-us .exp-text,
.about-us .counter-text {
    color: #06427c !important;
}


.about-us .box-image img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(42%) saturate(640%) hue-rotate(43deg) brightness(93%) contrast(89%);
}
/*về chúng tôi*/
.vision-box {
    position: relative;
    width: 100%;
   
    overflow: hidden;
   
    color: #ffffff;
}



.vision-title {
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    padding-bottom: 10px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
}

.vision-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90px;
    height: 3px;
    background: #ffffff;
    transform: translateX(-50%);
}


/* Mobile */
@media (max-width: 549px) {
    .vision-box {
        min-height: 170px;
        padding: 28px 16px 24px;
    }

    .vision-title {
        font-size: 24px;
        margin-bottom: 24px;
        padding-bottom: 8px;
    }

    .vision-title::after {
        width: 78px;
        height: 2px;
    }

    .vision-text {
        font-size: 12px;
        line-height: 1.7;
    }
}
/* dự án */
/* 
   Archive Dự án
 */

.project-archive-page {
	background: #f4f8fb;
}

.project-archive-hero {
	background: #7fb32d;
	padding: 70px 0;
	color: #fff;
}

.project-archive-hero h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	margin-bottom: 12px;
}

.project-archive-hero p {
	max-width: 680px;
	margin: 0;
	color: rgba(255,255,255,0.92);
}

.project-archive-body {
	padding: 60px 0 80px;
}

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

.project-card {
	background: #fff;
	box-shadow: 0 10px 28px rgba(0,0,0,0.08);
	overflow: hidden;
}

.project-card-image {
	display: block;
	height: 220px;
	overflow: hidden;
	background: #dde8ef;
}

.project-card-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .35s ease;
}

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

.project-card-content {
	padding: 24px;
}

.project-card-content h2 {
	font-size: 19px;
	line-height: 1.35;
	margin: 0 0 12px;
}

.project-card-content h2 a {
	color: #004a86;
}

.project-card-content p {
	font-size: 14px;
	line-height: 1.6;
	color: #4d5d68;
	margin-bottom: 18px;
}

.project-card-more {
	display: inline-block;
	color: #7fb32d;
	font-weight: 700;
}

.project-no-image {
	width: 100%;
	height: 100%;
	background: #dde8ef;
}

.project-pagination {
	margin-top: 40px;
	text-align: center;
}

@media (max-width: 991px) {
	.project-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.project-grid {
		grid-template-columns: 1fr;
	}

	.project-archive-hero {
		padding: 50px 0;
	}

	.project-archive-hero h1 {
		font-size: 28px;
	}
}
/* ==============================
   Single Dự án - Flatsome
================================= */

.project-detail-page {
	background: #e8f0f5;
}

.project-container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.project-hero {
	position: relative;
	min-height: 380px;
	overflow: hidden;
}

.project-hero-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.project-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		rgba(126, 181, 39, 0.94) 0%,
		rgba(126, 181, 39, 0.82) 42%,
		rgba(126, 181, 39, 0.35) 60%,
		rgba(0, 0, 0, 0.15) 100%
	);
	z-index: 2;
}

.project-hero-inner {
	position: relative;
	z-index: 3;
	display: grid;
	grid-template-columns: 1.15fr 0.85fr;
	gap: 55px;
	align-items: center;
	min-height: 380px;
}

.project-title-wrap {
	position: relative;
	padding-left: 24px;
	max-width: 620px;
	color: #fff;
}

.project-title-wrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 4px;
	height: 120px;
	background: #fff;
}

.project-title-wrap h1 {
	font-size: 34px;
	line-height: 1.25;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 18px;
}

.project-intro {
	font-size: 14px;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.95);
}

.project-intro p {
	margin-bottom: 10px;
}

.project-breadcrumb {
	margin-top: 14px;
	font-size: 13px;
	color: #fff;
}

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

.project-breadcrumb span {
	margin: 0 4px;
}

/* Box xanh bên phải */
.project-info-card {
	background: #7fb32d;
	color: #fff;
	padding: 28px 34px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.project-info-item {
	display: grid;
	grid-template-columns: 30px 1fr;
	gap: 14px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.project-info-item:first-child {
	padding-top: 0;
}

.project-info-item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.project-info-icon {
	width: 26px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 17px;
	line-height: 1;
}

.project-info-item span {
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 4px;
}

.project-info-item strong,
.project-address {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	color: #fff;
}

.project-address p {
	margin: 0;
	color: #fff;
}

.project-body {
	padding: 70px 0 90px;
}

.project-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: stretch;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 55px;
	background: #fff;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
}

.project-distance-box,
.project-function-box {
	background: #fff;
	padding: 36px 42px;
}

.project-title-line {
	width: 42px;
	height: 4px;
	background: #7fb32d;
	margin-bottom: 12px;
}

.project-distance-box h2,
.project-function-content h2,
.project-function-content h3 {
	font-size: 16px;
	line-height: 1.4;
	text-transform: uppercase;
	color: #004a86;
	font-weight: 700;
	margin: 0 0 22px;
}

.project-distance-list {
	margin-top: 12px;
}

.project-distance-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 12px 0;
	border-bottom: 1px solid #e7edf2;
	font-size: 14px;
}

.project-distance-item:last-child {
	border-bottom: none;
}

.distance-left {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #1c3d5a;
}

.distance-left img {
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex: 0 0 28px;
}

.project-distance-item strong {
	color: #7fb32d;
	font-size: 14px;
	white-space: nowrap;
}

.project-image-box {
	min-height: 285px;
	overflow: hidden;
	background: #d9e4ec;
}

.project-image-box img {
	width: 100%;
	height: 100%;
	min-height: 285px;
	object-fit: cover;
	display: block;
}

.project-function-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.project-function-content {
	font-size: 14px;
	line-height: 1.75;
	color: #263b4f;
}

.project-function-content p {
	margin-bottom: 12px;
}

.project-function-content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.project-function-content li {
	position: relative;
	padding-left: 18px;
	margin-bottom: 12px;
}

.project-function-content li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #7fb32d;
}

.project-function-content em,
.project-function-content i {
	color: #7d8790;
	font-size: 13px;
}

.project-main-content {
	max-width: 980px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991px) {
	.project-hero-inner {
		grid-template-columns: 1fr;
		gap: 30px;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.project-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.project-container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.project-hero {
		min-height: auto;
	}

	.project-hero-inner {
		min-height: auto;
	}

	.project-title-wrap h1 {
		font-size: 25px;
	}

	.project-title-wrap:before {
		height: 95px;
	}

	.project-info-card {
		padding: 24px 22px;
	}

	.project-body {
		padding: 45px 0 60px;
	}

	.project-distance-box,
	.project-function-box,
	.project-main-content {
		padding: 28px 22px;
	}

	.project-distance-item {
		align-items: flex-start;
	}

	.distance-left {
		align-items: flex-start;
	}
}
/*tiện ích*/
.project-section-heading {
	text-align: center;
	margin: 0 auto 28px;
}

.project-section-heading span {
	display: block;
	width: 42px;
	height: 4px;
	background: #7fb32d;
	margin: 0 auto 10px;
}

.project-section-heading h2 {
	margin: 0;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	color: #004a86;
}
/*liên hệ*/


.bn-contact-form {

    margin: 0 auto;
    font-family: inherit;
}

.bn-contact-form .bn-form-field {
    margin-bottom: 12px;
}


.bn-contact-form input[type="text"],
.bn-contact-form input[type="email"],
.bn-contact-form input[type="tel"],
.bn-contact-form textarea {
    width: 100%;
    height: 38px;
    border: none;
    outline: none;
    background: #f7f7f7;
    color: #333;
    font-size: 14px;
    padding: 0 14px;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
}


.bn-contact-form textarea {
    height: 145px;
    padding-top: 12px;
    resize: vertical;
}


.bn-contact-form input::placeholder,
.bn-contact-form textarea::placeholder {
    color: #9b9b9b;
    font-size: 13px;
}


.bn-contact-form .bn-form-submit {
    text-align: center;
    margin-top: 6px;
}


.bn-contact-form .bn-submit-btn,
.bn-contact-form input[type="submit"].bn-submit-btn {
    background: #76a843 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    padding: 9px 22px !important;
    min-height: 34px;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: none !important;
    transition: all 0.25s ease;
}


.bn-contact-form .bn-submit-btn:hover,
.bn-contact-form input[type="submit"].bn-submit-btn:hover {
    background: #5f8f32 !important;
    color: #fff !important;
    transform: translateY(-1px);
}

.bn-contact-form .wpcf7-form-control-wrap {
    display: block;
}

.bn-contact-form p {
    margin: 0;
}


.bn-contact-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
}

@media (max-width: 549px) {
    .bn-contact-form {
        max-width: 100%;
    }

    .bn-contact-form textarea {
        height: 130px;
    }
}
/*dịch vụ*/
.cat-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.cat-banner-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(
        90deg,
        rgba(132, 183, 61, 0.88) 0%,
        rgba(132, 183, 61, 0.82) 22%,
        rgba(132, 183, 61, 0.70) 42%,
        rgba(132, 183, 61, 0.45) 65%,
        rgba(132, 183, 61, 0.20) 82%,
        rgba(132, 183, 61, 0.08) 100%
    );
}

.cat-banner .cat-container {
    position: relative;
    z-index: 2;
}

.cat-banner-title {
    border-left: 4px solid #fff;
    padding-left: 18px;
    max-width: 420px;
}

.cat-banner-title h1 {
    color: #fff;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.cat-breadcrumb,
.cat-breadcrumb a,
.cat-breadcrumb span {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
/*phân trang*/
.cat-pagination {
    margin-top: 45px;
    text-align: center;
}

.cat-pagination .navigation.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.cat-pagination .nav-links {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.cat-pagination .page-numbers {
    min-width: 42px;
    height: 42px;
    padding: 0 14px;
    border: 1px solid #d8e6c8;
    border-radius: 50%;
    background: #fff;
    color: #0b4778;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
}

.cat-pagination .page-numbers:hover {
    background: #86bd3f;
    border-color: #86bd3f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(134, 189, 63, 0.25);
}

.cat-pagination .page-numbers.current {
    background: #86bd3f;
    border-color: #86bd3f;
    color: #fff;
    box-shadow: 0 8px 18px rgba(134, 189, 63, 0.28);
}

.cat-pagination .page-numbers.prev,
.cat-pagination .page-numbers.next {
    width: auto;
    min-width: 46px;
    border-radius: 999px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
}

.cat-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    color: #8a8a8a;
    box-shadow: none;
    min-width: 24px;
    padding: 0;
}

.cat-pagination .page-numbers.dots:hover {
    background: transparent;
    color: #8a8a8a;
    transform: none;
    box-shadow: none;
}

@media (max-width: 549px) {
    .cat-pagination {
        margin-top: 30px;
    }

    .cat-pagination .nav-links {
        gap: 6px;
    }

    .cat-pagination .page-numbers {
        min-width: 36px;
        height: 36px;
        padding: 0 11px;
        font-size: 14px;
        line-height: 34px;
    }

    .cat-pagination .page-numbers.prev,
    .cat-pagination .page-numbers.next {
        min-width: 40px;
        font-size: 20px;
    }
}


/*lien he*/
.lien-hesil blockquote,
.lien-hesil blockquote h1,
.lien-hesil blockquote p {
    font-style: normal !important;
}
blockquote p {
    font-style: normal !important;
	font-size: 12px;
}
.lien-hesil {
    position: relative;
    overflow: hidden;
}

.lien-hesil .section-bg-overlay {
    background: linear-gradient(
        90deg,
        rgba(132, 183, 61, 0.92) 0%,
        rgba(132, 183, 61, 0.86) 22%,
        rgba(132, 183, 61, 0.68) 45%,
        rgba(132, 183, 61, 0.38) 68%,
        rgba(132, 183, 61, 0.14) 88%,
        rgba(132, 183, 61, 0.05) 100%
    ) !important;
}


.lien-hesil .section-content {
    position: relative;
    z-index: 2;
}

/* .lien-hesil .row {
    margin-left: auto !important;
    margin-right: auto !important;
}
 */
.lien-hesil .col-inner {
    padding: 70px 20px 90px 0 !important;
}

.lien-hesil blockquote {
    border-left: 4px solid #fff !important;
    padding-left: 18px !important;
    margin: 0 !important;
}

.lien-hesil blockquote h1 {
    color: #fff !important;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px !important;
}

@media (max-width: 849px) {
    .lien-hesil .col-inner {
        padding: 55px 20px 70px 15px !important;
    }

    .lien-hesil blockquote h1 {
        font-size: 28px !important;
    }

    .lien-hesil .section-bg-overlay {
        background: linear-gradient(
            90deg,
            rgba(132, 183, 61, 0.90) 0%,
            rgba(132, 183, 61, 0.75) 55%,
            rgba(132, 183, 61, 0.35) 100%
        ) !important;
    }
}
/* Form đăng ký nhận tin chân trang*/
.sil-newsletter-form {
    width: 100%;
}

.sil-newsletter-row {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 620px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 999px;
    padding: 3px;
    background: transparent;
}

.sil-newsletter-field {
    flex: 1;
}

.sil-newsletter-field input {
    width: 100% !important;
    height: 28px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 12px !important;
    border-radius: 999px !important;
}

.sil-newsletter-field input::placeholder {
    color: rgba(255, 255, 255, 0.75) !important;
}

.sil-newsletter-submit {
    flex: 0 0 auto;
}

.sil-newsletter-submit p {
    margin: 0 !important;
}

.sil-newsletter-btn,
.sil-newsletter-submit input[type="submit"] {
    height: 26px !important;
    min-height: 26px !important;
    line-height: 26px !important;
    padding: 0 24px !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 999px !important;
    background: #8bc34a !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.sil-newsletter-btn:hover,
.sil-newsletter-submit input[type="submit"]:hover {
    background: #76ad35 !important;
    color: #fff !important;
}

.sil-newsletter-form .wpcf7-spinner {
    display: none !important;
}

.sil-newsletter-form .wpcf7-not-valid-tip {
    position: absolute;
    left: 15px;
    top: 36px;
    font-size: 11px;
}

.sil-newsletter-form .wpcf7-response-output {
    margin: 8px 0 0 !important;
    padding: 6px 10px !important;
    font-size: 12px;
    color: #fff;
    border-color: #8bc34a !important;
}

@media (max-width: 549px) {
    .sil-newsletter-row {
        max-width: 100%;
    }

    .sil-newsletter-btn,
    .sil-newsletter-submit input[type="submit"] {
        padding: 0 16px !important;
    }
}

/* icon social  */
.sil-social-list {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
	margin-top: 20px;
}

.sil-social-list p,
.sil-social-list br {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sil-social-item {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 1px solid #8bc34a !important;
    border-radius: 50% !important;
    background: transparent !important;

    color: #8bc34a !important;
    text-decoration: none !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
}

.sil-social-item i,
.sil-social-item span {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;

    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

.sil-zalo-text {
    font-size: 15px !important;
    font-weight: 700 !important;
    font-family: Arial, sans-serif !important;
}

.sil-social-item .fa-facebook-f,
.sil-social-item .fa-instagram,
.sil-social-item .fa-youtube {
    font-size: 12px !important;
}

.sil-social-item i {
    transform: translateY(1px) !important;
}

.sil-zalo-text {
    transform: translateY(0) !important;
}

.sil-social-item:hover {
    background: #8bc34a !important;
    color: #fff !important;
}